Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] Clarify Cache Plugin #3172

Closed
jgerman-bot opened this issue May 1, 2024 · 0 comments · Fixed by #3175
Closed

[5.2] Clarify Cache Plugin #3172

jgerman-bot opened this issue May 1, 2024 · 0 comments · Fixed by #3175

Comments

@jgerman-bot
Copy link

New language relevant PR in upstream repo: joomla/joomla-cms#43378 Here are the upstream changes:

Click to expand the diff!
diff --git a/administrator/language/en-GB/plg_system_cache.ini b/administrator/language/en-GB/plg_system_cache.ini
index a88193c3fb29..51fff51d03fb 100644
--- a/administrator/language/en-GB/plg_system_cache.ini
+++ b/administrator/language/en-GB/plg_system_cache.ini
@@ -7,5 +7,5 @@ PLG_CACHE_FIELD_BROWSERCACHE_LABEL="Use Browser Caching"
 PLG_CACHE_FIELD_EXCLUDE_DESC="Specify which URLs you want to exclude from caching, each on a separate line. Regular expressions are supported, eg. <br><strong>about\-[a-z]+</strong> - will exclude all URLs that have 'about-', for example 'about-us', 'about-me', 'about-joomla' etc.<br><strong>/component/users/</strong> - will exclude all URLs that have /component/users/.<br><strong>com_users</strong> - will exclude all Users component pages."
 PLG_CACHE_FIELD_EXCLUDE_LABEL="Exclude URLs"
 PLG_CACHE_FIELD_EXCLUDE_MENU_ITEMS_LABEL="Exclude Menu Items"
-PLG_CACHE_XML_DESCRIPTION="Provides page caching."
+PLG_CACHE_XML_DESCRIPTION="Provides page caching. This is only suitable for sites that have static content or content that does not change frequently."
 PLG_SYSTEM_CACHE="System - Page Cache"
diff --git a/administrator/language/en-GB/plg_system_cache.sys.ini b/administrator/language/en-GB/plg_system_cache.sys.ini
index ad7b7a3f0d73..89b27dbec6df 100644
--- a/administrator/language/en-GB/plg_system_cache.sys.ini
+++ b/administrator/language/en-GB/plg_system_cache.sys.ini
@@ -3,5 +3,5 @@
 ; License GNU General Public License version 2 or later; see LICENSE.txt
 ; Note : All ini files need to be saved as UTF-8
 
-PLG_CACHE_XML_DESCRIPTION="Provides page caching."
+PLG_CACHE_XML_DESCRIPTION="Provides page caching. This is only suitable for sites that have static content or content that does not change frequently."
 PLG_SYSTEM_CACHE="System - Page Cache"
tecpromotion added a commit to tecpromotion/joomla that referenced this issue May 1, 2024
add translation
@tecpromotion tecpromotion linked a pull request May 1, 2024 that will close this issue
zero-24 pushed a commit that referenced this issue May 13, 2024
* add new sentence

* fix #3172

add translation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants