Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Smartling
/
wordpress-localization-plugin
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
2
Code
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
rework upload, fix bulk submit (WP-1015)
- #630
#630
Merged
vsolovei-smartling
merged 23 commits into
master
Smartling/wordpress-localization-plugin:master
from
WP-1015-fix-bulk-rework-upload
Smartling/wordpress-localization-plugin:WP-1015-fix-bulk-rework-upload
Copy head branch name to clipboard
Sep 7, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
rework upload, fix bulk submit (WP-1015)
#630
vsolovei-smartling
merged 23 commits into
master
Smartling/wordpress-localization-plugin:master
from
WP-1015-fix-bulk-rework-upload
Smartling/wordpress-localization-plugin:WP-1015-fix-bulk-rework-upload
Copy head branch name to clipboard
Commits
Commits on Sep 3, 2026
remove cloning poll from UploadJob, clone attachments synchronously (WP-1015)
Show description for b517e7c
vsolovei-smartling
and
claude
committed
b517e7c
View commit details
Copy full SHA for b517e7c
Browse repository at this point
make UploadQueueManager::claim() a real compare-and-swap (WP-1015)
Show description for 64a716b
vsolovei-smartling
and
claude
committed
64a716b
View commit details
Copy full SHA for 64a716b
Browse repository at this point
let UploadJob opt out of the distributed lock (WP-1015)
Show description for e5bffed
vsolovei-smartling
and
claude
committed
e5bffed
View commit details
Copy full SHA for e5bffed
Browse repository at this point
replace upload row's lock probe with a live-refreshing queue count (WP-1015)
Show description for 348217c
vsolovei-smartling
and
claude
committed
348217c
View commit details
Copy full SHA for 348217c
Browse repository at this point
animate upload queue count on change (WP-1015)
Show description for 1aaac56
vsolovei-smartling
and
claude
committed
1aaac56
View commit details
Copy full SHA for 1aaac56
Browse repository at this point
switch upload cell to "Nothing to do" when the polled count hits zero (WP-1015)
Show description for 2e54b2a
vsolovei-smartling
and
claude
committed
2e54b2a
View commit details
Copy full SHA for 2e54b2a
Browse repository at this point
fix bulk uploads (WP-1015)
vsolovei-smartling
committed
9a03f73
View commit details
Copy full SHA for 9a03f73
Browse repository at this point
cleanup (WP-1015)
vsolovei-smartling
committed
49e9b29
View commit details
Copy full SHA for 49e9b29
Browse repository at this point
fix bulk-submit description precedence bug, remove dead clone-request flow (WP-1015)
Show description for b127d1c
vsolovei-smartling
and
claude
committed
b127d1c
View commit details
Copy full SHA for b127d1c
Browse repository at this point
fix unused constant, add tests, remove cloneContent hook (WP-1015)
vsolovei-smartling
committed
31741e4
View commit details
Copy full SHA for 31741e4
Browse repository at this point
fix upload queue delete race, dead clone UI, poller resilience, ajax dedup (WP-1015)
Show description for 14ea14a
vsolovei-smartling
and
claude
committed
14ea14a
View commit details
Copy full SHA for 14ea14a
Browse repository at this point
remove dead cloning poll, unify InstantTranslationController AJAX auth (WP-1015)
Show description for e13f921
vsolovei-smartling
and
claude
committed
e13f921
View commit details
Copy full SHA for e13f921
Browse repository at this point
remove dead cloning path from bulk submit page (WP-1015)
Show description for ef06a23
vsolovei-smartling
and
claude
committed
ef06a23
View commit details
Copy full SHA for ef06a23
Browse repository at this point
add nonce check to bulk submit action (WP-1015)
Show description for 677d4b2
vsolovei-smartling
and
claude
committed
677d4b2
View commit details
Copy full SHA for 677d4b2
Browse repository at this point
fix nonce bypass in bulk submit, extend nonce check to submissions/translation lock, fix queue count capability (WP-1015)
Show description for b3a992b
vsolovei-smartling
and
claude
committed
b3a992b
View commit details
Copy full SHA for b3a992b
Browse repository at this point
dedupe nonce/ajax-auth checks, gate bulk submit nonce on POST, fix upload queue count poller race (WP-1015)
Show description for ad623bd
vsolovei-smartling
and
claude
committed
ad623bd
View commit details
Copy full SHA for ad623bd
Browse repository at this point
cleanup (WP-1015)
vsolovei-smartling
committed
a8f7a1f
View commit details
Copy full SHA for a8f7a1f
Browse repository at this point
Commits on Sep 4, 2026
remove cloning coverage from RelationsTest
Show description for c00b383
vsolovei-smartling
and
claude
committed
c00b383
View commit details
Copy full SHA for c00b383
Browse repository at this point
remove more cloning coverage: dead functionality, same as RelationsTest
Show description for 73ba29e
vsolovei-smartling
and
claude
committed
73ba29e
View commit details
Copy full SHA for 73ba29e
Browse repository at this point
bump version, add readme (WP-1015)
vsolovei-smartling
committed
f983eee
View commit details
Copy full SHA for f983eee
Browse repository at this point
Commits on Sep 7, 2026
clarify escapeField coupling in staleClaimCondition() (WP-1015)
Show description for 3bcfa50
vsolovei-smartling
and
claude
committed
3bcfa50
View commit details
Copy full SHA for 3bcfa50
Browse repository at this point
clarify that a failed clone is terminal by design (WP-1015)
Show description for 8f10638
vsolovei-smartling
and
claude
committed
8f10638
View commit details
Copy full SHA for 8f10638
Browse repository at this point
fix GET-based CSRF bypass in bulk submit; replace nonce/ajax-auth traits with injectable services (WP-1015)
Show description for 50d0663
vsolovei-smartling
and
claude
committed
50d0663
View commit details
Copy full SHA for 50d0663
Browse repository at this point
You can’t perform that action at this time.