- 18 Feb, 2017 23 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Looped until circuit breaker tripped because `$page` wasn't respected. Also revealed that an additional query was run when we knew it wasn't needed, because we got back fewer entries than we asked for.
-
Erick Hitter authored
When events are cleared with `wp_clear_scheduled_hook()`, they can't be rescheduled until the cleanup job runs.
-
Erick Hitter authored
Fixes #91
-
Erick Hitter authored
-
Erick Hitter authored
Fixes #90
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
CLI may use this eventually
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
`get_event()` method was removed earlier
-
Erick Hitter authored
Considerable cleanup and simplification along the way
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
This logic became spread across various classes during initial development, and it's time to consolidate.
-
Erick Hitter authored
-
- 17 Feb, 2017 13 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
When running events, lookups will be simplified with this already in the DB
-
Erick Hitter authored
-
Erick Hitter authored
Core resets the option before its tests, so we perform the equivalent. Addressing #90 will make the non-Core approach unnecessary.
-
Erick Hitter authored
-
Erick Hitter authored
Updates all of the plugin's core classes to use the new event store, primarily through the helper functions I should've introduced in the first place. Still need to update tests and CLI commands
-
- 16 Feb, 2017 3 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Moving out of posts, into a table with appropriate indices and unique key constraints
-
- 10 Feb, 2017 1 commit
-
-
Erick Hitter authored
Improve CPT use and CLI performance
-