- 04 Dec, 2016 16 commits
-
-
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
-
Erick Hitter authored
Reduces possibility for race conditions when multiple jobs run at once
-
Erick Hitter authored
Until now, the CPT has been an independent part of this plugin, something that theoretically could've been disabled without impacting plugin functionality. However, race conditions prevent the plugin's use without the CPT, so it must be integrated more-deeply with the event-execution portion of the plugin.
-
- 03 Dec, 2016 2 commits
-
-
Erick Hitter authored
Since we often query directly, it was foolish of me to omit this both because Core's caching is often bypassed, and because it won't be reliable.
-
Erick Hitter authored
Like we do when checking if a job exists, retrieving jobs should also query directly to avoid caching such as what Advanced Post Cache provides.
-
- 02 Dec, 2016 2 commits
-
-
Erick Hitter authored
Set proper status codes for REST API responses
-
Erick Hitter authored
Avoids sending default of `500`
-
- 28 Nov, 2016 2 commits
-
-
Erick Hitter authored
Initial commit
-
Erick Hitter authored
-
- 20 Nov, 2016 1 commit
-
-
Erick Hitter authored
-
- 19 Nov, 2016 10 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
This reverts commit 1d5245a3.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Restores part of b3bf2e8a
-
Erick Hitter authored
This reverts commit b3bf2e8a. Was meant to be a patch commit
-
Erick Hitter authored
-
- 18 Nov, 2016 5 commits
-
-
Erick Hitter authored
See 07ea030a
-
Erick Hitter authored
Can't call `wp_trash_post()` before `init` because it relies on `wp_insert_post()`, which performs capabilties checks.
-
Erick Hitter authored
Core's normal handling would result in too many deletes at a time
-
Erick Hitter authored
-
Erick Hitter authored
Review feedback: trash posts for faster processing and deferred removal, and use a Core function to find an event as it can be used before init and includes caching
-
- 17 Nov, 2016 2 commits
-
-
Erick Hitter authored
Also, explicitly reference secret from global scope, for consistency throughout plugin
-
Erick Hitter authored
-