-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed: View::tooltip() -> Typos "dan". - Fixed: Filesystem::sanitize_maxsizedisk() -> Returns default if empty. - Added: DOCKET_CACHE_OPCVIEWER_SHOWALL constant to enable/disable listing all opcache file. - Added: DOCKET_CACHE_PATH_NETWORK_(n) constant, to change default cache path for multinetwork. (n) for network Id.
- Loading branch information
Showing
13 changed files
with
88 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"landingPage": "\/wp-admin\/plugins.php", | ||
"preferredVersions": { | ||
"php": "8.0", | ||
"wp": "latest" | ||
}, | ||
"phpExtensionBundles": [ | ||
"kitchen-sink" | ||
], | ||
"features": { | ||
"networking": true | ||
}, | ||
"steps": [ | ||
{ | ||
"step": "installPlugin", | ||
"pluginZipFile": { | ||
"resource": "url", | ||
"url": "https:\/\/downloads.wordpress.org\/plugin\/docket-cache.23.08.02.zip" | ||
}, | ||
"options": { | ||
"activate": true | ||
} | ||
}, | ||
{ | ||
"step": "login", | ||
"username": "admin", | ||
"password": "password" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Copyright (C) 2023 Nawawi Jamili | ||
# Copyright (C) 2024 Nawawi Jamili | ||
# This file is distributed under the MIT. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Docket Cache 23.08.02\n" | ||
"Project-Id-Version: Docket Cache 24.07.01\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/docket-cache\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2023-11-13T01:07:27+00:00\n" | ||
"POT-Creation-Date: 2024-07-21T14:03:25+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.7.1\n" | ||
"X-Domain: docket-cache\n" | ||
|
@@ -457,7 +457,7 @@ msgid "Statistics" | |
msgstr "" | ||
|
||
#: includes/admin/opcviewer.php:126 | ||
#: includes/src/OPcacheView.php:237 | ||
#: includes/src/OPcacheView.php:241 | ||
msgid "Cache Hits" | ||
msgstr "" | ||
|
||
|
@@ -466,7 +466,7 @@ msgid "Cache Misses" | |
msgstr "" | ||
|
||
#: includes/admin/opcviewer.php:132 | ||
#: includes/src/OPcacheView.php:236 | ||
#: includes/src/OPcacheView.php:240 | ||
msgid "Cached Files" | ||
msgstr "" | ||
|
||
|
@@ -493,7 +493,7 @@ msgid "Blacklist Miss Ratio" | |
msgstr "" | ||
|
||
#: includes/admin/opcviewer.php:160 | ||
#: includes/src/OPcacheView.php:238 | ||
#: includes/src/OPcacheView.php:242 | ||
msgid "Memory Usage" | ||
msgstr "" | ||
|
||
|
@@ -1515,19 +1515,19 @@ msgstr[0] "" | |
msgstr[1] "" | ||
|
||
#. translators: %s = utc offset | ||
#: includes/src/OPcacheView.php:233 | ||
#: includes/src/OPcacheView.php:237 | ||
msgid "Last Used %s" | ||
msgstr "" | ||
|
||
#: includes/src/OPcacheView.php:244 | ||
#: includes/src/OPcacheView.php:248 | ||
msgid "File Size" | ||
msgstr "" | ||
|
||
#: includes/src/OPcacheView.php:298 | ||
#: includes/src/OPcacheView.php:302 | ||
msgid "OPcache items not available." | ||
msgstr "" | ||
|
||
#: includes/src/OPcacheView.php:300 | ||
#: includes/src/OPcacheView.php:304 | ||
msgid "No matching OPcache Cached Files." | ||
msgstr "" | ||
|
||
|
@@ -1972,11 +1972,11 @@ msgid "Fix the WordPress Missed Schedule Error after scheduling a future blog po | |
msgstr "" | ||
|
||
#: includes/src/View.php:596 | ||
msgid "Miscellaneous WordPress Tweaks. Including performance, security dan user experience." | ||
msgid "Miscellaneous WordPress Tweaks. Including performance, security and user experience." | ||
msgstr "" | ||
|
||
#: includes/src/View.php:597 | ||
msgid "Miscellaneous WooCommerce Tweaks. Including performance, security dan user experience." | ||
msgid "Miscellaneous WooCommerce Tweaks. Including performance, security and user experience." | ||
msgstr "" | ||
|
||
#: includes/src/View.php:598 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters