Commit graph

118 commits

Author SHA1 Message Date
Andrew Collington 9e016f4898 Bumped version and updated readme. 2017-06-27 11:58:19 +01:00
Andrew Collington e90c0e4809 Merge branch 'interned-strings' 2017-06-27 11:18:22 +01:00
Andrew Collington d60fbdec99 Updated the core jsx file to integrate pr#25 changes. 2017-06-27 11:17:46 +01:00
phizev 87affeb8f4 Add interned strings usage, reformat sidebar to accommodate. 2017-06-26 17:26:30 +02:00
Andrew Collington 06a622d334 Split out function return value from being used in empty() call, making the script compatible with PHP 5.4. (#24) 2017-06-07 12:01:56 +01:00
Jack W-H c9664f24db Allow for the Opcache GUI to be autoloaded via Composer (#23)
* Updated composer.json to allow for autoloading

* Updated class to add namespacing
2017-03-27 15:16:00 +01:00
Carlos Ferreira 4cc74c4174 Update index.php (#22) 2017-02-10 15:33:01 +00:00
Andrew Collington 4da19124fc Fixes #20 (#21) 2017-01-06 13:40:59 +00:00
Andrew Collington 5ca6acb66d Merge pull request #15 from OpnKitchenTeam/master
Fix opcache stats timezone
2016-10-11 15:22:36 +01:00
Andrew Collington 6e8f9efe3a Merge pull request #17 from ToonSpinISAAC/master
Use strict comparisons when testing for settings with no value. Fixes #16
2016-10-11 15:18:57 +01:00
Toon Spin feb0b51671 Use strict comparisons when testing for settings with no value. Fixes #16 2016-10-11 13:09:28 +02:00
Alexandre ABRIOUX 5e5c4cad45 Fix opcache stats timezone 2016-09-23 17:39:17 +02:00
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