|
From: <var...@us...> - 2021-11-07 17:37:06
|
Revision: 10642
http://sourceforge.net/p/phpwiki/code/10642
Author: vargenau
Date: 2021-11-07 17:37:03 +0000 (Sun, 07 Nov 2021)
Log Message:
-----------
Markup Cache --> HTML Cache
Modified Paths:
--------------
trunk/config/config-dist.ini
trunk/configurator.php
trunk/lib/CachedMarkup.php
trunk/lib/main.php
trunk/lib/plugin/WikiAdminUtils.php
trunk/locale/de/LC_MESSAGES/phpwiki.mo
trunk/locale/es/LC_MESSAGES/phpwiki.mo
trunk/locale/fr/LC_MESSAGES/phpwiki.mo
trunk/locale/it/LC_MESSAGES/phpwiki.mo
trunk/locale/ja/LC_MESSAGES/phpwiki.mo
trunk/locale/nl/LC_MESSAGES/phpwiki.mo
trunk/locale/po/de.po
trunk/locale/po/es.po
trunk/locale/po/fr.po
trunk/locale/po/it.po
trunk/locale/po/ja.po
trunk/locale/po/nl.po
trunk/locale/po/phpwiki.pot
trunk/locale/po/sv.po
trunk/locale/po/zh.po
trunk/locale/sv/LC_MESSAGES/phpwiki.mo
trunk/locale/zh/LC_MESSAGES/phpwiki.mo
trunk/locale/zh/pgsrc/PhpWikiDebug
trunk/pgsrc/PhpWikiDebug
trunk/themes/Crao/templates/actionbar.tmpl
trunk/themes/MonoBook/templates/info.tmpl
trunk/themes/Sidebar/templates/actionbar.tmpl
trunk/themes/default/templates/actionbar.tmpl
trunk/themes/smaller/templates/info.tmpl
Modified: trunk/config/config-dist.ini
===================================================================
--- trunk/config/config-dist.ini 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/config/config-dist.ini 2021-11-07 17:37:03 UTC (rev 10642)
@@ -359,7 +359,7 @@
; to the URL to the page or by adding a NoCache plugin line.
; Use '?nocache=purge' to completely discard the cached version of the page.
; You can also purge the cached markup globally by using the
-; "Purge Markup Cache" button on the PhpWikiAdministration page.
+; "Purge HTML Cache" button on the PhpWikiDebug page.
; Enable only for old php's with low memory or memory_limit=8MB.
; Default: false
;WIKIDB_NOCACHE_MARKUP = true
Modified: trunk/configurator.php
===================================================================
--- trunk/configurator.php 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/configurator.php 2021-11-07 17:37:03 UTC (rev 10642)
@@ -643,8 +643,8 @@
$properties["Markup Caching"] =
new boolean_define_commented_optional
('WIKIDB_NOCACHE_MARKUP',
- array('false' => 'Enable markup cache',
- 'true' => 'Disable markup cache'));
+ array('false' => 'Enable HTML cache',
+ 'true' => 'Disable HTML cache'));
$properties["COOKIE_EXPIRATION_DAYS"] =
new numeric_define_optional('COOKIE_EXPIRATION_DAYS', COOKIE_EXPIRATION_DAYS);
Modified: trunk/lib/CachedMarkup.php
===================================================================
--- trunk/lib/CachedMarkup.php 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/lib/CachedMarkup.php 2021-11-07 17:37:03 UTC (rev 10642)
@@ -579,7 +579,7 @@
$is_attribute = ($m[2] == ':=');
if ($is_attribute) {
$this->_attribute = urldecode($m[3]);
- // since this stored in the markup cache, we are extra sensible
+ // since this stored in the HTML cache, we are extra sensible
// not to store false empty stuff.
$units = new Units();
if (!DISABLE_UNITS and !$units->errcode) {
Modified: trunk/lib/main.php
===================================================================
--- trunk/lib/main.php 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/lib/main.php 2021-11-07 17:37:03 UTC (rev 10642)
@@ -1412,7 +1412,7 @@
}
/*
- * Allow for disabling of markup cache.
+ * Allow for disabling of HTML cache.
* (Mostly for debugging ... hopefully.)
*
* See also <<WikiAdminUtils action=purge-cache>>
Modified: trunk/lib/plugin/WikiAdminUtils.php
===================================================================
--- trunk/lib/plugin/WikiAdminUtils.php 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/lib/plugin/WikiAdminUtils.php 2021-11-07 17:37:03 UTC (rev 10642)
@@ -117,7 +117,7 @@
private function _getLabel($action)
{
- $labels = array('purge-cache' => _("Purge Markup Cache"),
+ $labels = array('purge-cache' => _("Purge HTML Cache"),
'purge-bad-pagenames' => _("Purge all Pages With Invalid Names"),
'purge-empty-pages' => _("Purge all empty, unreferenced Pages"),
'email-verification' => _("E-mail Verification"),
@@ -134,7 +134,7 @@
while (($page = $pages->next())) {
$page->set('_cached_html', false);
}
- return _("Markup cache purged!");
+ return _("HTML cache purged!");
}
private function _do_purge_bad_pagenames($request, $args)
Modified: trunk/locale/de/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/it/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/po/de.po
===================================================================
--- trunk/locale/po/de.po 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/po/de.po 2021-11-07 17:37:03 UTC (rev 10642)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-31 17:44+0100\n"
+"POT-Creation-Date: 2021-11-07 18:35+0100\n"
"PO-Revision-Date: 2000-10-31 02:23+0200\n"
"Last-Translator: Reini Urban <ru...@x-...>, Carsten Klapp "
"<car...@us...>, Helmer Pardun <pardunpress@t-online."
@@ -3786,7 +3786,7 @@
msgid "Back"
msgstr "Zurück"
-msgid "Purge Markup Cache"
+msgid "Purge HTML Cache"
msgstr "HTML-Cachedatei Säubern"
msgid "Purge all Pages With Invalid Names"
@@ -3804,7 +3804,7 @@
msgid "Rebuild Wiki Database"
msgstr ""
-msgid "Markup cache purged!"
+msgid "HTML cache purged!"
msgstr "HTML-Cachedaten entfernt!"
msgid "No pages with bad names had to be deleted."
@@ -5131,9 +5131,6 @@
msgid "Page Dump"
msgstr ""
-msgid "PurgeHtmlCache"
-msgstr "HtmlCacheSäubern"
-
msgid ""
"Purge HTML cache for this page. Regenerate from WikiMarkup when next "
"accessed."
Modified: trunk/locale/po/es.po
===================================================================
--- trunk/locale/po/es.po 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/po/es.po 2021-11-07 17:37:03 UTC (rev 10642)
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-31 17:44+0100\n"
+"POT-Creation-Date: 2021-11-07 18:35+0100\n"
"PO-Revision-Date: 2000-02-01 00:50-0500\n"
"Last-Translator: Pablo Roca <pr...@cl...>\n"
"Language-Team: \n"
@@ -3681,7 +3681,7 @@
msgid "Back"
msgstr ""
-msgid "Purge Markup Cache"
+msgid "Purge HTML Cache"
msgstr ""
msgid "Purge all Pages With Invalid Names"
@@ -3699,7 +3699,7 @@
msgid "Rebuild Wiki Database"
msgstr ""
-msgid "Markup cache purged!"
+msgid "HTML cache purged!"
msgstr ""
msgid "No pages with bad names had to be deleted."
@@ -5008,9 +5008,6 @@
msgid "Page Dump"
msgstr "Descarge de la Página"
-msgid "PurgeHtmlCache"
-msgstr ""
-
msgid ""
"Purge HTML cache for this page. Regenerate from WikiMarkup when next "
"accessed."
Modified: trunk/locale/po/fr.po
===================================================================
--- trunk/locale/po/fr.po 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/po/fr.po 2021-11-07 17:37:03 UTC (rev 10642)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-31 17:44+0100\n"
+"POT-Creation-Date: 2021-11-07 18:35+0100\n"
"PO-Revision-Date: 2004-06-22 21:10+0200\n"
"Last-Translator: Pierrick Meignen <mei...@wa...>, Roland "
"Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6."
@@ -3768,8 +3768,8 @@
msgid "Back"
msgstr "Retour"
-msgid "Purge Markup Cache"
-msgstr "Purger le cache"
+msgid "Purge HTML Cache"
+msgstr "Purger le cache HTML"
msgid "Purge all Pages With Invalid Names"
msgstr "Supprimer les pages dont le nom n'est pas valide"
@@ -3786,8 +3786,8 @@
msgid "Rebuild Wiki Database"
msgstr "Reconstruire la base de données du wiki"
-msgid "Markup cache purged!"
-msgstr "Cache de marques purgé !"
+msgid "HTML cache purged!"
+msgstr "Cache HTML purgé !"
msgid "No pages with bad names had to be deleted."
msgstr "Aucune page avec un nom invalide n'a dû être supprimée."
@@ -3990,7 +3990,7 @@
msgstr "Diagramme"
msgid "Chown"
-msgstr "ChangerDePropriétaire"
+msgstr "Changer de propriétaire"
msgid "Comment"
msgstr "Commentaire"
@@ -5101,15 +5101,12 @@
msgid "Page Dump"
msgstr "Cliché de la page"
-msgid "PurgeHtmlCache"
-msgstr "PurgerLeCache"
-
msgid ""
"Purge HTML cache for this page. Regenerate from WikiMarkup when next "
"accessed."
msgstr ""
-"Purge le cache HTML pour cette page. Régénère depuis WikiMarkup lors du "
-"prochain accès."
+"Purger le cache HTML pour cette page. Sera régénéré depuis le WikiMarkup "
+"lors du prochain accès."
msgid "Preview only! Changes not saved."
msgstr "Prévisualisation uniquement ! Modifications non enregistrées."
@@ -5672,7 +5669,7 @@
msgstr "Historique des auteurs"
msgid "Purge HTML cache"
-msgstr "Vider le cache HTML"
+msgstr "Purger le cache HTML"
msgid "About"
msgstr "À propos de"
Modified: trunk/locale/po/it.po
===================================================================
--- trunk/locale/po/it.po 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/po/it.po 2021-11-07 17:37:03 UTC (rev 10642)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-31 17:44+0100\n"
+"POT-Creation-Date: 2021-11-07 18:35+0100\n"
"PO-Revision-Date: 2005-02-12 16:23+0100\n"
"Last-Translator: Antonio Bonifati ant[(at)]monitor.deis.unical.it\n"
"Language-Team: \n"
@@ -3658,8 +3658,8 @@
msgid "Back"
msgstr ""
-msgid "Purge Markup Cache"
-msgstr ""
+msgid "Purge HTML Cache"
+msgstr "Rimuovi dalla cache HTML"
msgid "Purge all Pages With Invalid Names"
msgstr ""
@@ -3676,7 +3676,7 @@
msgid "Rebuild Wiki Database"
msgstr ""
-msgid "Markup cache purged!"
+msgid "HTML cache purged!"
msgstr ""
msgid "No pages with bad names had to be deleted."
@@ -4968,9 +4968,6 @@
msgid "Page Dump"
msgstr ""
-msgid "PurgeHtmlCache"
-msgstr "RimuoviDallaCacheHtml"
-
msgid ""
"Purge HTML cache for this page. Regenerate from WikiMarkup when next "
"accessed."
@@ -5659,9 +5656,6 @@
#~ msgid "Optimizing database"
#~ msgstr "Base di dati d'ottimizzazione"
-#~ msgid "fixed with"
-#~ msgstr "Modifica"
-
#~ msgid "version <em>%s</em>"
#~ msgstr "versione <em>%s</em>"
Modified: trunk/locale/po/ja.po
===================================================================
--- trunk/locale/po/ja.po 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/po/ja.po 2021-11-07 17:37:03 UTC (rev 10642)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-31 17:44+0100\n"
+"POT-Creation-Date: 2021-11-07 18:35+0100\n"
"PO-Revision-Date: 2003-06-07 09:01+0900\n"
"Last-Translator: Tadashi Jokagi <web...@el...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -3644,7 +3644,7 @@
msgid "Back"
msgstr ""
-msgid "Purge Markup Cache"
+msgid "Purge HTML Cache"
msgstr "マークアップキャッシュの破棄"
msgid "Purge all Pages With Invalid Names"
@@ -3662,7 +3662,7 @@
msgid "Rebuild Wiki Database"
msgstr ""
-msgid "Markup cache purged!"
+msgid "HTML cache purged!"
msgstr "マークアップキャッシュを破棄しました!"
msgid "No pages with bad names had to be deleted."
@@ -4954,9 +4954,6 @@
msgid "Page Dump"
msgstr ""
-msgid "PurgeHtmlCache"
-msgstr ""
-
msgid ""
"Purge HTML cache for this page. Regenerate from WikiMarkup when next "
"accessed."
Modified: trunk/locale/po/nl.po
===================================================================
--- trunk/locale/po/nl.po 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/po/nl.po 2021-11-07 17:37:03 UTC (rev 10642)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-31 17:44+0100\n"
+"POT-Creation-Date: 2021-11-07 18:35+0100\n"
"PO-Revision-Date: 2000-09-30 02:23+0200\n"
"Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n"
"Language-Team: Dutch <nl...@li...>\n"
@@ -3650,7 +3650,7 @@
msgid "Back"
msgstr "Terug"
-msgid "Purge Markup Cache"
+msgid "Purge HTML Cache"
msgstr ""
msgid "Purge all Pages With Invalid Names"
@@ -3668,7 +3668,7 @@
msgid "Rebuild Wiki Database"
msgstr ""
-msgid "Markup cache purged!"
+msgid "HTML cache purged!"
msgstr ""
msgid "No pages with bad names had to be deleted."
@@ -4960,9 +4960,6 @@
msgid "Page Dump"
msgstr ""
-msgid "PurgeHtmlCache"
-msgstr ""
-
msgid ""
"Purge HTML cache for this page. Regenerate from WikiMarkup when next "
"accessed."
Modified: trunk/locale/po/phpwiki.pot
===================================================================
--- trunk/locale/po/phpwiki.pot 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/po/phpwiki.pot 2021-11-07 17:37:03 UTC (rev 10642)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki-1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-31 17:44+0100\n"
+"POT-Creation-Date: 2021-11-07 18:35+0100\n"
"PO-Revision-Date: 2002-12-14 17:51-0500\n"
"Last-Translator: Reini Urban <ru...@us...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -3644,7 +3644,7 @@
msgid "Back"
msgstr ""
-msgid "Purge Markup Cache"
+msgid "Purge HTML Cache"
msgstr ""
msgid "Purge all Pages With Invalid Names"
@@ -3662,7 +3662,7 @@
msgid "Rebuild Wiki Database"
msgstr ""
-msgid "Markup cache purged!"
+msgid "HTML cache purged!"
msgstr ""
msgid "No pages with bad names had to be deleted."
@@ -4954,9 +4954,6 @@
msgid "Page Dump"
msgstr ""
-msgid "PurgeHtmlCache"
-msgstr ""
-
msgid ""
"Purge HTML cache for this page. Regenerate from WikiMarkup when next "
"accessed."
Modified: trunk/locale/po/sv.po
===================================================================
--- trunk/locale/po/sv.po 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/po/sv.po 2021-11-07 17:37:03 UTC (rev 10642)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-31 17:44+0100\n"
+"POT-Creation-Date: 2021-11-07 18:35+0100\n"
"PO-Revision-Date: 2001-01-27 01:58+0200\n"
"Last-Translator: Jon Åslund <jo...@he...>\n"
"Language-Team: \n"
@@ -3645,7 +3645,7 @@
msgid "Back"
msgstr ""
-msgid "Purge Markup Cache"
+msgid "Purge HTML Cache"
msgstr ""
msgid "Purge all Pages With Invalid Names"
@@ -3663,7 +3663,7 @@
msgid "Rebuild Wiki Database"
msgstr ""
-msgid "Markup cache purged!"
+msgid "HTML cache purged!"
msgstr ""
msgid "No pages with bad names had to be deleted."
@@ -4955,9 +4955,6 @@
msgid "Page Dump"
msgstr ""
-msgid "PurgeHtmlCache"
-msgstr ""
-
msgid ""
"Purge HTML cache for this page. Regenerate from WikiMarkup when next "
"accessed."
Modified: trunk/locale/po/zh.po
===================================================================
--- trunk/locale/po/zh.po 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/po/zh.po 2021-11-07 17:37:03 UTC (rev 10642)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-10-31 17:44+0100\n"
+"POT-Creation-Date: 2021-11-07 18:35+0100\n"
"PO-Revision-Date: 2004-04-21 10:08+0800\n"
"Last-Translator: DruryL <dr...@us...>\n"
"Language-Team: DruryL <dr...@us...>\n"
@@ -3655,7 +3655,7 @@
msgid "Back"
msgstr ""
-msgid "Purge Markup Cache"
+msgid "Purge HTML Cache"
msgstr "清除標記快取"
msgid "Purge all Pages With Invalid Names"
@@ -3673,7 +3673,7 @@
msgid "Rebuild Wiki Database"
msgstr ""
-msgid "Markup cache purged!"
+msgid "HTML cache purged!"
msgstr "標記快取已經清除!"
msgid "No pages with bad names had to be deleted."
@@ -4976,9 +4976,6 @@
msgid "Page Dump"
msgstr ""
-msgid "PurgeHtmlCache"
-msgstr ""
-
msgid ""
"Purge HTML cache for this page. Regenerate from WikiMarkup when next "
"accessed."
Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/zh/pgsrc/PhpWikiDebug
===================================================================
--- trunk/locale/zh/pgsrc/PhpWikiDebug 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/locale/zh/pgsrc/PhpWikiDebug 2021-11-07 17:37:03 UTC (rev 10642)
@@ -1,4 +1,4 @@
-Date: Fri, 6 Aug 2021 16:19:21 +0000
+Date: Sat, 6 Nov 2021 09:39:42 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=PhpWikiDebug;
@@ -15,7 +15,7 @@
在正常情況下,你不需要使用這些,不過他們應該也不會造成任何損害.
-== 清理標記快取 Purge Markup Cache ==
+== 清理標記快取 Purge HTML Cache ==
(如果你的 wiki 已經設置,) 每個頁面的最新版本的轉換內容(幾乎是 HTML)都被
快取了. 這會避免再剖析 wiki-text ,而使得頁面輸出的速度加快一些.
Modified: trunk/pgsrc/PhpWikiDebug
===================================================================
--- trunk/pgsrc/PhpWikiDebug 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/pgsrc/PhpWikiDebug 2021-11-07 17:37:03 UTC (rev 10642)
@@ -1,4 +1,4 @@
-Date: Fri, 6 Aug 2021 16:19:21 +0000
+Date: Sat, 6 Nov 2021 09:39:42 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=PhpWikiDebug;
@@ -16,7 +16,7 @@
In normal use, you should not need to use these, though, then again,
they should not really do any harm.
-== Purge Markup Cache ==
+== Purge HTML Cache ==
(If your wiki is so configured,) the transformed (almost-HTML) content
of the most recent version of each page is cached. This speeds up page
Modified: trunk/themes/Crao/templates/actionbar.tmpl
===================================================================
--- trunk/themes/Crao/templates/actionbar.tmpl 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/themes/Crao/templates/actionbar.tmpl 2021-11-07 17:37:03 UTC (rev 10642)
@@ -25,7 +25,7 @@
<?php echo $SEP?><?php echo Button(__("DebugBackendInfo"), _("DebugBackendInfo")) ?>
<?php echo $SEP?><?php echo Button(__("PageDump"), _("Page Dump")) ?>
<?php $purgeb = Button(array('nocache' => 'purge'),
- _("PurgeHtmlCache"), $page->getName());
+ _("Purge HTML Cache"), $page->getName());
$purgeb->addTooltip(_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."));
?>
<?php echo $SEP?><?php echo $purgeb ?>
Modified: trunk/themes/MonoBook/templates/info.tmpl
===================================================================
--- trunk/themes/MonoBook/templates/info.tmpl 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/themes/MonoBook/templates/info.tmpl 2021-11-07 17:37:03 UTC (rev 10642)
@@ -179,7 +179,7 @@
<?php echo $SEP?><?php echo Button(__("DebugBackendInfo"), _("DebugBackendInfo")) ?>
<?php
$PurgeCache = Button(array('nocache' => 'purge'),
- _("PurgeHtmlCache"), $page->getName());
+ _("Purge HTML Cache"), $page->getName());
$PurgeCache->addTooltip(_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."));
?>
<?php echo $SEP?><?php echo $PurgeCache ?>
Modified: trunk/themes/Sidebar/templates/actionbar.tmpl
===================================================================
--- trunk/themes/Sidebar/templates/actionbar.tmpl 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/themes/Sidebar/templates/actionbar.tmpl 2021-11-07 17:37:03 UTC (rev 10642)
@@ -63,7 +63,7 @@
<?php if ($isAdmin) { ?>
<?php echo ActionButton(__("PageDump"), _("Page Dump")) ?>
<?php if (USECACHE) { ?>
- <?php echo ActionButton(array('nocache' => 'purge'), _("PurgeHtmlCache"), $pagename,
+ <?php echo ActionButton(array('nocache' => 'purge'), _("Purge HTML Cache"), $pagename,
array('title'=>_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."))) ?>
<?php }} ?>
</ul>
Modified: trunk/themes/default/templates/actionbar.tmpl
===================================================================
--- trunk/themes/default/templates/actionbar.tmpl 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/themes/default/templates/actionbar.tmpl 2021-11-07 17:37:03 UTC (rev 10642)
@@ -33,7 +33,7 @@
<?php
if (DEBUG & _DEBUG_SQL and USECACHE) {
$PurgeCache = Button(array('nocache' => 'purge'),
- _("PurgeHtmlCache"), $page->getName());
+ _("Purge HTML Cache"), $page->getName());
$PurgeCache->addTooltip(_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."));
?>
<?php echo $SEP?><?php echo $PurgeCache ?>
Modified: trunk/themes/smaller/templates/info.tmpl
===================================================================
--- trunk/themes/smaller/templates/info.tmpl 2021-11-05 20:20:34 UTC (rev 10641)
+++ trunk/themes/smaller/templates/info.tmpl 2021-11-07 17:37:03 UTC (rev 10642)
@@ -13,7 +13,7 @@
<?php echo $SEP?><?php echo Button(__("DebugBackendInfo"), _("DebugBackendInfo")) ?>
<?php
$PurgeCache = Button(array('nocache' => 'purge'),
- _("PurgeHtmlCache"), $page->getName());
+ _("Purge HTML Cache"), $page->getName());
$PurgeCache->addTooltip(_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."));
?>
<?php echo $SEP?><?php echo $PurgeCache ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|