- 06 Dec, 2016 11 commits
-
-
Erick Hitter authored
See #28
-
Erick Hitter authored
Prompt between calculating how many entries there are to remove and performing any further queries.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Introduce CLI command to purge events
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
- 05 Dec, 2016 14 commits
-
-
Erick Hitter authored
Improve messages, making them translatable. Also, simplifies how $dry_run is checked, reducing duplication.
-
Erick Hitter authored
Includes basics of a purge command
-
Erick Hitter authored
Purge completed events more frequently Fixes #13
-
Erick Hitter authored
Purge completed events more-frequently Fixes #13
-
Erick Hitter authored
Purge completed events more-frequently, in case site has sufficient volume that there are large quantities to remove Fixes #13
-
Erick Hitter authored
When an event's timestamp--or other data--is invalid, remove the entry
-
Erick Hitter authored
-
Erick Hitter authored
When the timestamp, action, or instance are corrupted, the REST endpoint will list the event, but it won't be able to run it. As a result, the event remains perpetually in a broken state because its identifying information isn't reliable.
-
Erick Hitter authored
Slow post ID growth and improve Internal Jobs
-
Erick Hitter authored
This mainly impacts the process for marking events completed
-
Erick Hitter authored
Update internal jobs creation
-
Erick Hitter authored
Fixes #17
-
Erick Hitter authored
Set internal events on more-appropriate hooks, particularly one that doesn't run for all front-end requests Hooking on `rest_api_init` may be a problem, but since this plugin is predicated on the REST API, it seems equally foolish _not_ to. Fixes #16
-
Erick Hitter authored
Update entries, rather than deleting and re-creating
-
- 04 Dec, 2016 15 commits
-
-
Erick Hitter authored
Stops plugin from artificially and unnecessarily inflating post IDs, for one thing. Fixes #14
-
Erick Hitter authored
Table name shouldn't be hardcoded, though Core usually figures it out
-
Erick Hitter authored
This doesn't seem to have caused any significant issues, but it did trigger an occasional warning that I'd lost in other noise.
-
Erick Hitter authored
Detect and suppress duplicates
-
Erick Hitter authored
Detect and remove duplicate events Fixes #7
-
Erick Hitter authored
Turns out, there's no harm in letting it run for CLI commands
-
Erick Hitter authored
-
Erick Hitter authored
Improve caching and event CPT handling
-
Erick Hitter authored
Plugin needs to create entries before `init`, and expects a certain `post_name`, warranting this approach
-
Erick Hitter authored
-
Erick Hitter authored
Update CPT entries directly, rather than through Core's cron functions
-
Erick Hitter authored
Add native caching
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-