- 18 Mar, 2017 6 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
The `WP_Query` approach is excessive
-
- 17 Mar, 2017 4 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
PHPUnit 6 drops the `PHPUnit_Framework_TestCase` class, breaking all tests derived from Core. This fix is derived from Core's solution; see https://core.trac.wordpress.org/ticket/39822.
-
Erick Hitter authored
-
- 03 Mar, 2017 1 commit
-
-
Erick Hitter authored
-
- 28 Feb, 2017 5 commits
-
-
Erick Hitter authored
Review feedback: check that version is lower, to prevent loops if DB version is greater than expected
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
- 25 Feb, 2017 5 commits
-
-
Erick Hitter authored
Also, `wp_rand()` is unnecessary here, `mt_rand()` is sufficient.
-
Erick Hitter authored
Removes a bit of unnecessary code and cleans up one of the stranger vestigial bits of this plugin.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
- 24 Feb, 2017 1 commit
-
-
Erick Hitter authored
-
- 22 Feb, 2017 1 commit
-
-
Erick Hitter authored
-
- 21 Feb, 2017 4 commits
-
-
Erick Hitter authored
Restore Jetpack Sync for CPT
-
Erick Hitter authored
Exclusion is causing sites to continually be out of sync.
-
Erick Hitter authored
-
Erick Hitter authored
-
- 19 Feb, 2017 11 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Plugin could be half-activated, due to secret's absence, but Events Store would still capture data. As the rest of the plugin, notably its CLI commands, aren't loaded, this could store data into an unreachable hole. Also, with the introduction of a custom table, the table shouldn't be created when the environment isn't ready.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
-
- 18 Feb, 2017 2 commits
-
-
Erick Hitter authored
-
Erick Hitter authored
With unique constraints, this will help with situations where events with specific timestamps are changed
-