Daniel Bachhuber
290b7ff1a0
Ensure last callback is extremely late
2016-09-28 05:27:58 -07:00
Daniel Bachhuber
7afe3e4aea
Merge pull request #78 from runcommand/fix-variable-76
...
Fix incorrect variable
2016-09-28 05:19:34 -07:00
Daniel Bachhuber
b6c5ddb2a5
Fix incorrect variable
2016-09-28 05:12:54 -07:00
Daniel Bachhuber
41b5fae573
Merge pull request #77 from runcommand/bump-0-3-0
...
Bump working version to v0.3.0-alpha
2016-09-27 09:33:25 -07:00
Daniel Bachhuber
7253240145
Bump working version to v0.3.0-alpha
2016-09-27 08:51:31 -07:00
Daniel Bachhuber
24aaa8df0f
Merge pull request #76 from runcommand/test-trunk
...
Fix profiling hooks on WordPress trunk
2016-09-27 08:50:54 -07:00
Daniel Bachhuber
59579ccdea
Properly handle an unset $wp_filter
2016-09-27 08:10:41 -07:00
Daniel Bachhuber
7721de219e
Drop method that's no longer used
2016-09-27 08:01:12 -07:00
Daniel Bachhuber
e105a5490c
Take a more durable approach to timing callbacks by wrapping each
2016-09-27 07:58:36 -07:00
Daniel Bachhuber
ea83e94b15
Merge pull request #75 from runcommand/bump-version-0-2-0
...
Bump version to 0.2.0
2016-09-26 06:17:27 -07:00
Daniel Bachhuber
57a5347852
Bump version to 0.2.0
2016-09-26 06:12:11 -07:00
Daniel Bachhuber
c669b51a29
Merge pull request #74 from runcommand/fix-profile-early-hooks
...
Fix profiling of early hooks
2016-09-23 06:42:15 -07:00
Daniel Bachhuber
25e1f40ea7
Fix profiling of early hooks
...
When we throw an Exception to bail out of the call, this means the rest
of the bootstrap code hasn't executed, and important things aren't set
up. Instead, we need to summarize early.
2016-09-23 06:33:30 -07:00
Daniel Bachhuber
646b3f8deb
Merge pull request #73 from runcommand/fix-hook-feature-file
...
Rename profile hook feature file
2016-09-23 06:26:39 -07:00
Daniel Bachhuber
8d78ded72d
Rename profile hook feature file
2016-09-23 06:21:55 -07:00
Daniel Bachhuber
c272bd02a4
Merge pull request #72 from runcommand/log-after-last-hook
...
Ensure the last step to a stage is logged appropriately
2016-09-08 18:34:21 -07:00
Daniel Bachhuber
b31f5c39fa
Ensure the last step to a stage is logged appropriately
2016-09-08 17:42:58 -07:00
Daniel Bachhuber
3a0b093984
Merge pull request #71 from runcommand/fill-total-row
...
Fix bottom of the table when there aren't any items displayed
2016-09-08 06:23:36 -07:00
Daniel Bachhuber
a789b3ce34
Fix bottom of the table when there aren't any items displayed
...
The cells need to be filled in appropriately
2016-09-08 06:15:10 -07:00
Daniel Bachhuber
e0af87e156
Merge pull request #70 from runcommand/catch-exceptions
...
Catch hook Exceptions incrementally
2016-09-08 06:07:21 -07:00
Daniel Bachhuber
440a13b7ff
Catch hook Exceptions incrementally
...
This permits our output buffering to work as expected.
2016-09-08 06:02:48 -07:00
Daniel Bachhuber
444951c49d
Merge pull request #69 from runcommand/67-fix-empty-hook
...
Bail early when there aren't any hook callbacks to run
2016-09-08 05:53:16 -07:00
Daniel Bachhuber
757b3bf38a
Update test for true output representation
2016-09-08 05:49:18 -07:00
Daniel Bachhuber
5953df52c2
Bail early when there aren't any hook callbacks to run
2016-09-08 05:43:42 -07:00
Daniel Bachhuber
c42fc61642
Fix the Buy Now shield
2016-09-07 16:59:24 -07:00
Daniel Bachhuber
a47aaac8b5
Ignore the .distignore
file
2016-08-30 07:46:29 -07:00
Daniel Bachhuber
d6ea816ff2
Add a working version to the project
2016-08-30 07:35:04 -07:00
Daniel Bachhuber
54b85e46a0
Use the direct Github URL
2016-08-30 07:32:23 -07:00
Daniel Bachhuber
874f599ee9
Merge pull request #60 from runcommand/53-buy-now
...
Add a dedicated shield for Buy Now
2016-08-30 07:22:42 -07:00
Daniel Bachhuber
05ce768088
Add a dedicated shield for Buy Now
2016-08-30 07:20:45 -07:00
Daniel Bachhuber
f1b18897c9
Merge pull request #59 from runcommand/overview-section
...
Put the long README introduction in an Overview section
2016-08-30 07:11:14 -07:00
Daniel Bachhuber
e534255c7d
Put the long README introduction in an Overview section
2016-08-30 07:05:50 -07:00
Daniel Bachhuber
e7fad38ce0
Merge pull request #58 from runcommand/48-stage-template
...
Register some basic hooks for the template stage
2016-08-30 07:00:21 -07:00
Daniel Bachhuber
e32a5653cd
Register some basic hooks for the template stage
2016-08-30 06:57:55 -07:00
Daniel Bachhuber
6b7fb6fd26
Merge pull request #57 from runcommand/more-distignore
...
Add more files to `.distignore`
2016-08-30 06:45:51 -07:00
Daniel Bachhuber
0482486859
Add more files to .distignore
2016-08-30 06:10:13 -07:00
Daniel Bachhuber
dee9217170
Merge pull request #55 from runcommand/51-fix-error-notice
...
Fix error notice when `SAVEQUERIES` is already defined
2016-08-30 05:28:49 -07:00
Daniel Bachhuber
8b1f96d065
Add the feature file, which is necessary for the tests
2016-08-30 05:15:13 -07:00
Daniel Bachhuber
c041dc3839
Fix error notice when SAVEQUERIES
is already defined
...
If `SAVEQUERIES` is defined as false, then we need to bail, as query
profiling won't work.
2016-08-30 05:12:48 -07:00
Daniel Bachhuber
5dc1160c94
Merge pull request #54 from runcommand/50-install-instructions
...
Update installation instructions with detail on how to require priv file
2016-08-29 16:02:37 -07:00
Daniel Bachhuber
769d2d9b05
Update installation instructions with detail on how to require priv file
2016-08-29 15:38:54 -07:00
Daniel Bachhuber
8c26f4dafc
Merge pull request #49 from runcommand/save-hours
...
Use "Save hours" in the readme description
2016-08-29 11:27:26 -07:00
Daniel Bachhuber
c7bc798a42
Use "Save hours" in the readme description
2016-08-29 11:15:34 -07:00
Daniel Bachhuber
ed3360bb8b
Merge pull request #46 from runcommand/40-better-pricing
...
Include a better description of what pricing offers
2016-08-29 09:02:56 -07:00
Daniel Bachhuber
cc35fd264c
Include a better description of what pricing offers
2016-08-29 08:42:52 -07:00
Daniel Bachhuber
80f5556eb7
Add a .distignore
file
2016-08-29 08:24:09 -07:00
Daniel Bachhuber
abcd31f658
Fix the Circle badge
2016-08-29 08:17:18 -07:00
Daniel Bachhuber
fdb50ea25e
Merge pull request #45 from runcommand/40-better-language
...
Use better language in the readme
2016-08-29 08:11:22 -07:00
Daniel Bachhuber
49460b2fbd
Use better language in the readme
2016-08-29 08:01:34 -07:00
Daniel Bachhuber
ca8ac609b9
Merge pull request #44 from runcommand/40-more-detail
...
Add installing and support details to README
2016-08-29 07:24:04 -07:00