Commit graph

156 commits

Author SHA1 Message Date
Andrew Collington
68333ebec5 Fixed issue #14 2016-07-16 13:23:26 +01:00
Andrew Collington
ba8800238c Merge pull request #13 from avindra/master
Bump react to 15.0.1, jquery to 2.2.3
2016-04-18 15:49:10 +01:00
Avindra Goolcharan
0999365498 Bump react to 15.0.1, jquery to 2.2.3 2016-04-08 16:41:59 -04:00
Andrew Collington
d9fa5c2533 Merge pull request #12 from amnuts/optimise-filter
Fixes #11
2016-02-24 00:33:07 +00:00
Andrew Collington
109dcc32d2 Added option to configure debounce rate. 2016-02-24 00:26:43 +00:00
Andrew Collington
367388fbe3 Optimisations for the file list and filtering (added a debounce function, streamlined some jquery, updates to jsx to facilitate). 2016-02-23 15:46:34 +00:00
Andrew Collington
853aa7e446 Updated readme and version number 2016-02-10 00:21:49 +00:00
Andrew Collington
ce0d9eb0fe Small typo correction. 2016-02-10 00:12:23 +00:00
Andrew Collington
6edef4efa1 Force a redirect to fixed issue where reset wouldn't update the details and could enable constant resetting on real-time updates. 2016-02-10 00:09:49 +00:00
Andrew Collington
c754879e5f Fixes #10 (rounding issues) 2016-02-09 23:51:09 +00:00
Andrew Collington
11c11a6295 Gauges now update on real-time pulse. 2016-02-09 23:45:11 +00:00
Andrew Collington
0c9492f828 Merge pull request #9 from avindra/patch-2
Use json_encode to dump out booleans
2016-01-25 10:10:39 +00:00
Avindra Goolcharan
ddec388d03 Use json_encode to dump out booleans
Per the [notes from the docs](http://php.net/manual/en/function.json-encode.php#refsect1-function.json-encode-notes), passing a boolean to json_encode will output the proper string ("true" or "false").
2016-01-06 09:02:08 -05:00
Andrew Collington
ffc72807cc Updated readme file. 2015-12-30 18:44:54 +00:00
Andrew Collington
fc1bd33b7b Added an option to hide the file list. 2015-12-30 18:18:03 +00:00
Andrew Collington
0d75f64d86 Better composer instructions in the readme file. 2015-11-06 10:52:40 +00:00
Andrew Collington
1bfd8b114c Merge pull request #7 from frickenate/master
Fix bug allowing cache reset without reset permission
2015-05-21 15:02:38 +01:00
Nate Bessette
3b9b50afab Fix bug allowing cache reset without reset permission
The permission check for non-ajax reset request was checking for allow_invalidate rather than the correct allow_reset.
2015-05-20 16:51:35 -04:00
Andrew Collington
aa41e5ad97 Stopped using warning suppression. 2015-05-11 15:56:17 +01:00
Andrew Collington
134dbb5060 Have added some more configuration options and given links to opcache manual directives. 2015-05-11 13:59:53 +01:00
Andrew Collington
64e6803085 Made it easier to configure a few options added a couple graphs. 2015-05-08 17:04:40 +01:00
Andrew Collington
c42795acab Updated jsx in-line with pr#5, removed extraneous space introduced in same pr. Updated react version. 2015-05-01 16:02:36 +01:00
Andrew Collington
9e295b6aa9 Merge pull request #5 from tessus/master
improve readability of data (spaces between colon, data, and unit)
2015-05-01 15:47:03 +01:00
Helmut K. C. Tessarek
895e02ead2 improve readability of data (spaces between colon, data, and unit) 2015-04-27 19:14:16 +02:00
Andrew Collington
a7a934697c Merge pull request #2 from jkrehm/https-dependencies
Switch dependencies to hosts who serve over HTTPS
2015-01-29 17:15:09 +00:00
Jonathan Rehm
ed4ad7a8fd Use jQuery's CDN instead of Google's 2015-01-29 09:46:17 -07:00
Andrew Collington
a6324aab34 Added PHP 5.4 requirement, support information and tweaked other parts of the composer and readme files. 2015-01-29 11:31:33 +00:00
Andrew Collington
30c9847f00 Merge pull request #3 from jkrehm/depend-on-extension
Depend on Zend Opcache extension instead of PHP 5.5
2015-01-29 10:14:21 +00:00
Jonathan Rehm
6b771ba2ea Make Zend Opcache the dependency instead of PHP 5.5 2015-01-28 18:41:11 -07:00
Jonathan Rehm
62cd5287b0 Switch dependencies to hosts who serve over HTTPS 2015-01-28 17:40:54 -07:00
Andrew Collington
46f05c3285 Added keywords to composer.json 2015-01-27 23:24:55 +00:00
Andrew Collington
1f55fbc2bb Merge pull request #1 from avindra/patch-1
Update JavaScript dependencies
2015-01-08 23:08:22 +00:00
Avindra Goolcharan
cfb0f1d5e3 Update JavaScript dependencies
Require min version and new version of react.js and update jQuery version
2015-01-08 13:13:27 -05:00
Andrew Collington
a2d935b9ff Fixed incorrect license property. 2014-11-26 23:39:40 +00:00
Andrew Collington
87808bd73c Added pulse animation to show when data is being updated.
Fixed possible incorrect show count string.
Added key property to fix a couple React warnings.
2014-11-26 23:08:44 +00:00
Andrew Collington
86872dd0ba Compiled jsx and removed need for in-browser transformer, and moved original jsx code to separate file.
Fixed options being passed in on instantiation.
Added canInvalidate() method.
Updated getData() method to allow for a property within a section to be returned.
Added title and footer to html.
Added composer config file.
Updated readme.
2014-11-26 21:42:23 +00:00
Andrew Collington
9a64576383 Updated readme for v2. 2014-11-26 11:17:35 +00:00
Andrew Collington
48b191c200 Split file meta details out in to new component. 2014-11-26 11:13:39 +00:00
Andrew Collington
1f67755485 Tweaked style block. 2014-11-26 10:25:05 +00:00
Andrew Collington
844a84ea05 Made functions output via PHP not React (should never need updating in realtime).
Fixed directive title display.
2014-11-26 10:14:44 +00:00
Andrew Collington
ec18756f51 Ajax requests to reset or invalidate are now handled.
Style updates including handling for smaller device screens.
Better handling of file list update when filtered.
2014-11-25 17:11:37 +00:00
Andrew Collington
1756e70a56 Added files list as React object.
Added getOptions() and moved code options to within class.
Process files list before being saved to data structure.
Started some restyling.
2014-11-25 13:20:33 +00:00
Andrew Collington
816b0889ef Started working on React integration 2014-11-24 00:09:48 +00:00
Andrew Collington
44e3c3987d Tidied up code, started to revamp html 2014-11-23 01:07:38 +00:00
Andrew Collington
ad52ba94f5 Update README.md 2014-08-04 16:46:06 +01:00
Andrew Collington
ba8464d40c Update README.md 2014-08-04 16:42:03 +01:00
Andrew Collington
1033eeddfb Update README.md
Added a couple screenshots
2013-10-08 01:28:03 +01:00
Andrew Collington
7fff9247f1 Sort directives alphabetically. 2013-08-09 15:18:14 +01:00
Andrew Collington
8e941b1fe7 Added invalidation option for individual files.
Added function list with links to php.net manuals.
Added a couple hard-coded values to the settings array.
Moved some javascript around.
2013-08-09 15:06:45 +01:00
Andrew Collington
cbf639afee Fixed total memory usage and set page to reload after cache is reset. 2013-05-29 12:47:15 +01:00