Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Bulk Actions Cron Offload
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
WP Plugins
Bulk Actions Cron Offload
Graph
2186ffbe923018aa3712b74ff3802863be5a8509
Select Git revision
Branches
8
add/custom-action-support
add/delete-perm
add/edit-support
add/move-to-trash
add/scaffolding
add/undelete
develop
master
default
protected
8 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Oct
15
Sep
14
13
12
4
Apr
1
Mar
28
Feb
24
PHPCS fixes
develop
develop
Move trash-specific things to a trait
Trait to share stripping of initial redirect args
For custom properties, provide original `$_REQUEST` in case they accessed it directly.
Grunt build
Merge pull request #7 from Automattic/add/custom-action-support
PHPCS fixes
add/custom-acti…
add/custom-action-support
Load all of wp-admin's includes, for all actions, since these normally happen in that context
Last? of the trait conversion
Move post suppression to the trait too
Move another common function to the trait
Basic working support for custom actions
Prepare for custom actions `handle_bulk_actions-{$screen_id}`
Misc tweaks
Split post-redirect notices from the bits that are specific to the action
Move scheduling to a trait as it's mostly universal
Move the common query bits
Keep the notice keys out of pagination and such
Switch remaining classes to trait
Begin moving common bits to a trait
Fix bug in a62feed that killed the "Empty Trash" feature
Bail if nothing is chosen
Standardize in preparation for an abstract class
Fix how redirects are handled, as the current approach mangles queries by sending incorrect args
Better organization
Remove additional query args that are interpreted by `WP_Query`
Merge pull request #6 from Automattic/add/edit-support
Redundant
add/edit-support
add/edit-support
Unset a few more things that `bulk_edit_posts()` shouldn't get
Support for bulk edits
Fix plugin name, since it isn't just editing
Merge pull request #5 from Automattic/add/delete-perm
Hide posts pending delete where they should be hidden
add/delete-perm
add/delete-perm
Perm delete support
Abstract next_scheduled function
Merge pull request #4 from Automattic/add/undelete
PHPCS fix
add/undelete
add/undelete
Messages for pending restores
Centralize how post IDs are retrieved for pending events
Rough version of "Restore from Trash"
Loading