From: <var...@us...> - 2022-02-03 15:57:17
|
Revision: 10974 http://sourceforge.net/p/phpwiki/code/10974 Author: vargenau Date: 2022-02-03 15:57:14 +0000 (Thu, 03 Feb 2022) Log Message: ----------- Remove PgsrcTranslation, does not exist Modified Paths: -------------- trunk/TODO trunk/lib/IniConfig.php trunk/lib/plugin/WantedPages.php trunk/locale/de/pgsrc/PhpWikiDokumentation trunk/locale/fr/pgsrc/DocumentationDePhpWiki trunk/locale/nl/pgsrc/PhpWikiDocumentatie trunk/pgsrc/Help%2FWantedPagesPlugin trunk/pgsrc/PhpWikiDocumentation Modified: trunk/TODO =================================================================== --- trunk/TODO 2022-02-03 15:35:12 UTC (rev 10973) +++ trunk/TODO 2022-02-03 15:57:14 UTC (rev 10974) @@ -68,7 +68,6 @@ * SpamAssassinIntegration already done lately: -* PgsrcTranslation slowness (update_locale?) * overlarge session data * handle empty DEFAULT_LANGUAGE: proper client detection * fix glob errors Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2022-02-03 15:35:12 UTC (rev 10973) +++ trunk/lib/IniConfig.php 2022-02-03 15:57:14 UTC (rev 10974) @@ -928,7 +928,6 @@ _("GoodStyle"), _("HowTo"), _("MyRecentChanges"), - _("PgsrcTranslation"), _("RecentChangesMyPages"), _("SemanticSearchAdvancedPlugin"), _("SetAclSimple"), Modified: trunk/lib/plugin/WantedPages.php =================================================================== --- trunk/lib/plugin/WantedPages.php 2022-02-03 15:35:12 UTC (rev 10973) +++ trunk/lib/plugin/WantedPages.php 2022-02-03 15:57:14 UTC (rev 10974) @@ -53,7 +53,7 @@ array('page' => '[pagename]', // just for a single page. 'withlinks' => 0, 'noheader' => false, - 'exclude_from' => __("PgsrcTranslation") . ',' . __("InterWikiMap"), + 'exclude_from' => __("InterWikiMap"), 'limit' => '100', 'paging' => 'auto')); } Modified: trunk/locale/de/pgsrc/PhpWikiDokumentation =================================================================== --- trunk/locale/de/pgsrc/PhpWikiDokumentation 2022-02-03 15:35:12 UTC (rev 10973) +++ trunk/locale/de/pgsrc/PhpWikiDokumentation 2022-02-03 15:57:14 UTC (rev 10974) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 16:39:09 +0000 +Date: Thu, 3 Feb 2022 16:54:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=PhpWikiDokumentation; @@ -10,7 +10,7 @@ <<SiteMap noheader=true - exclude=HomePage,PgsrcTranslation + exclude=HomePage reclimit=1 direction=forward firstreversed=1 Modified: trunk/locale/fr/pgsrc/DocumentationDePhpWiki =================================================================== --- trunk/locale/fr/pgsrc/DocumentationDePhpWiki 2022-02-03 15:35:12 UTC (rev 10973) +++ trunk/locale/fr/pgsrc/DocumentationDePhpWiki 2022-02-03 15:57:14 UTC (rev 10974) @@ -1,4 +1,4 @@ -Date: Fri, 12 Apr 2019 15:36:06 +0000 +Date: Thu, 3 Feb 2022 16:54:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=DocumentationDePhpWiki; @@ -10,7 +10,7 @@ <<SiteMap noheader=true - exclude=PageAccueil,PgsrcTranslation + exclude=PageAccueil reclimit=1 direction=forward firstreversed=1 Modified: trunk/locale/nl/pgsrc/PhpWikiDocumentatie =================================================================== --- trunk/locale/nl/pgsrc/PhpWikiDocumentatie 2022-02-03 15:35:12 UTC (rev 10973) +++ trunk/locale/nl/pgsrc/PhpWikiDocumentatie 2022-02-03 15:57:14 UTC (rev 10974) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Thu, 3 Feb 2022 16:54:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=PhpWikiDocumentatie; @@ -10,7 +10,7 @@ <<SiteMap noheader=true - exclude=HomePage,PgsrcTranslation + exclude=HomePage reclimit=1 direction=forward firstreversed=1 Modified: trunk/pgsrc/Help%2FWantedPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FWantedPagesPlugin 2022-02-03 15:35:12 UTC (rev 10973) +++ trunk/pgsrc/Help%2FWantedPagesPlugin 2022-02-03 15:57:14 UTC (rev 10974) @@ -1,4 +1,4 @@ -Date: Mon, 22 Feb 2021 19:16:32 +0000 +Date: Thu, 3 Feb 2022 16:54:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=Help%2FWantedPagesPlugin; @@ -40,7 +40,7 @@ |- | **exclude_from** | Comma-separated list of pages to exclude -| PgsrcTranslation, InterWikiMap +| InterWikiMap |- | **limit** | maximum number of wanted pages to display Modified: trunk/pgsrc/PhpWikiDocumentation =================================================================== --- trunk/pgsrc/PhpWikiDocumentation 2022-02-03 15:35:12 UTC (rev 10973) +++ trunk/pgsrc/PhpWikiDocumentation 2022-02-03 15:57:14 UTC (rev 10974) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Thu, 3 Feb 2022 16:54:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=PhpWikiDocumentation; @@ -10,7 +10,7 @@ <<SiteMap noheader=true - exclude=HomePage,PgsrcTranslation + exclude=HomePage reclimit=1 direction=forward firstreversed=1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |