Changeset 1403160
- Timestamp:
- 04/24/2016 05:16:10 AM (10 years ago)
- Location:
- php-settings
- Files:
-
- 22 added
- 1 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/assets (added)
-
tags/1.0.4/assets/css (added)
-
tags/1.0.4/assets/css/style.css (added)
-
tags/1.0.4/assets/img (added)
-
tags/1.0.4/assets/img/askupa-logo.png (added)
-
tags/1.0.4/assets/img/hourglass.svg (added)
-
tags/1.0.4/assets/img/icon-256x256.png (added)
-
tags/1.0.4/assets/js (added)
-
tags/1.0.4/assets/js/process-button.js (added)
-
tags/1.0.4/assets/js/script.js (added)
-
tags/1.0.4/bootstrap.php (added)
-
tags/1.0.4/includes (added)
-
tags/1.0.4/includes/EnvironmentValidator.php (added)
-
tags/1.0.4/includes/INIFile.php (added)
-
tags/1.0.4/includes/PHPInfo.php (added)
-
tags/1.0.4/includes/PHPSettings.php (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/view (added)
-
tags/1.0.4/view/options-page.phtml (added)
-
tags/1.0.4/view/phpinfo.phtml (added)
-
tags/1.0.4/view/social.phtml (added)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
php-settings/trunk/readme.txt
r1399885 r1403160 4 4 Requires at least: 3.0 5 5 Tested up to: 4.5.0 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 18 18 The plugin also features a table containing a list of all the core PHP settings and their active values. 19 19 Settings that are successfully overridden become highlighted in the table. 20 Additionally, you can click on any one of the settings in the table to automaticallycopy it to the editor.20 Additionally, you can click on any one of the settings in the table and copy it to the editor. 21 21 This makes it extremely easy to add or remove directives in a local `.ini` file. 22 Finally, a search box is built into the settings table to allow you to search for PHP directives to easily see their current value or copy them to the editor. 22 23 23 24 **Features** … … 25 26 * Code editor with syntax highlighting 26 27 * A table showing all PHP core settings and their values 28 * A Search box to search for PHP directives 27 29 * Settings that are locally overridden become highlighted in the table 28 * Click on any setting field in the table to automaticallycopy it to the editor30 * Click on any setting field in the table to copy it to the editor 29 31 * Save the settings to local `.ini` files asynchronously (no page reload) 30 32 * Delete local `.ini` files created by the plugin … … 70 72 == Changelog == 71 73 74 = 1.0.4 = 75 * (NEW) Added checkboxes to allow bulk copy of directives to editor 76 * (NEW) Added a search box to search for PHP directives (based on the great list.js script) 77 * (IMPROVE) Improved security in AJAX calls 78 72 79 = 1.0.3 = 73 80 * (NEW) Added a link to the PHP settings page in the plugins page
Note: See TracChangeset
for help on using the changeset viewer.