SourceForge logo
SourceForge logo
Menu

phpwiki-checkins — Automatic notification of CVS checkins on PhpWiki.

You can subscribe to this list here.

2000 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(43)
Nov
(73)
Dec
(10)
2001 Jan
(34)
Feb
(110)
Mar
(24)
Apr
(44)
May
(37)
Jun
(22)
Jul
(20)
Aug
(28)
Sep
(50)
Oct
(11)
Nov
(132)
Dec
(595)
2002 Jan
(1099)
Feb
(579)
Mar
(63)
Apr
May
Jun
Jul
Aug
(125)
Sep
(101)
Oct
(25)
Nov
(34)
Dec
(47)
2003 Jan
(82)
Feb
(182)
Mar
(71)
Apr
(3)
May
(1)
Jun
(3)
Jul
Aug
Sep
(14)
Oct
(6)
Nov
(124)
Dec
(68)
2004 Jan
(64)
Feb
(191)
Mar
(199)
Apr
(298)
May
(252)
Jun
(426)
Jul
(134)
Aug
(13)
Sep
(96)
Oct
(75)
Nov
(232)
Dec
(171)
2005 Jan
(205)
Feb
(165)
Mar
(8)
Apr
(74)
May
(21)
Jun
(19)
Jul
(37)
Aug
(69)
Sep
(141)
Oct
(118)
Nov
(31)
Dec
(7)
2006 Jan
(5)
Feb
(10)
Mar
(35)
Apr
(24)
May
(34)
Jun
(29)
Jul
(5)
Aug
(38)
Sep
(30)
Oct
(37)
Nov
(30)
Dec
(86)
2007 Jan
(414)
Feb
(40)
Mar
(18)
Apr
(10)
May
(66)
Jun
(60)
Jul
(105)
Aug
(55)
Sep
(64)
Oct
(7)
Nov
(11)
Dec
(5)
2008 Jan
(26)
Feb
(28)
Mar
(79)
Apr
(34)
May
(61)
Jun
(24)
Jul
(29)
Aug
(160)
Sep
(62)
Oct
(70)
Nov
(32)
Dec
(14)
2009 Jan
(140)
Feb
(135)
Mar
(153)
Apr
(53)
May
(24)
Jun
(138)
Jul
(90)
Aug
(46)
Sep
(72)
Oct
(84)
Nov
(32)
Dec
(4)
2010 Jan
(13)
Feb
(7)
Mar
(14)
Apr
(55)
May
(89)
Jun
(131)
Jul
(41)
Aug
(38)
Sep
(42)
Oct
(11)
Nov
(27)
Dec
(54)
2011 Jan
(127)
Feb
(16)
Mar
(71)
Apr
(52)
May
(32)
Jun
(31)
Jul
(4)
Aug
Sep
(45)
Oct
(26)
Nov
(36)
Dec
(10)
2012 Jan
(23)
Feb
(6)
Mar
(13)
Apr
(18)
May
(1)
Jun
(4)
Jul
(3)
Aug
(12)
Sep
(57)
Oct
(96)
Nov
(163)
Dec
(124)
2013 Jan
(11)
Feb
(17)
Mar
(7)
Apr
(48)
May
(15)
Jun
(29)
Jul
(12)
Aug
Sep
(9)
Oct
Nov
Dec
(3)
2014 Jan
(4)
Feb
(1)
Mar
(2)
Apr
(1)
May
(8)
Jun
(90)
Jul
(104)
Aug
(12)
Sep
(81)
Oct
(139)
Nov
(111)
Dec
(64)
2015 Jan
(46)
Feb
(74)
Mar
(56)
Apr
(61)
May
(3)
Jun
(7)
Jul
(11)
Aug
(5)
Sep
(15)
Oct
(1)
Nov
(1)
Dec
(15)
2016 Jan
(25)
Feb
(33)
Mar
(24)
Apr
(4)
May
(24)
Jun
(3)
Jul
(75)
Aug
Sep
(2)
Oct
(38)
Nov
(4)
Dec
(18)
2017 Jan
(8)
Feb
(1)
Mar
(1)
Apr
May
(14)
Jun
Jul
(5)
Aug
(9)
Sep
Oct
(23)
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
(2)
Jul
Aug
Sep
Oct
Nov
Dec
2019 Jan
Feb
Mar
(9)
Apr
(60)
May
(1)
Jun
Jul
(13)
Aug
Sep
(11)
Oct
Nov
Dec
2020 Jan
Feb
Mar
(15)
Apr
(4)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
(47)
2021 Jan
(24)
Feb
(33)
Mar
(1)
Apr
May
(1)
Jun
(64)
Jul
(71)
Aug
(114)
Sep
(82)
Oct
(32)
Nov
(76)
Dec
(86)
2022 Jan
(162)
Feb
(41)
Mar
(11)
Apr
(9)
May
Jun
Jul
(1)
Aug
(2)
Sep
Oct
Nov
Dec
(7)
2023 Jan
Feb
(1)
Mar
(2)
Apr
May
Jun
Jul
(25)
Aug
Sep
Oct
Nov
(7)
Dec
2024 Jan
(7)
Feb
(3)
Mar
(3)
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
Feb
(90)
Mar
(19)
Apr
May
(6)
Jun
Jul
(1)
Aug
Sep
Oct
Nov
Dec

Showing results of 13438

1 2 3 .. 538 > >> (Page 1 of 538)
From: <var...@us...> - 2025年07月30日 07:57:03
Revision: 11200
 http://sourceforge.net/p/phpwiki/code/11200
Author: vargenau
Date: 2025年07月30日 07:57:02 +0000 (2025年7月30日)
Log Message:
-----------
Add access checks for plugins AppendText, CreatePage and WikiAdminDeleteAcl (patches by Christof Meerwald)
Modified Paths:
--------------
 trunk/lib/plugin/AppendText.php
 trunk/lib/plugin/CreatePage.php
 trunk/lib/plugin/WikiAdminDeleteAcl.php
 trunk/pgsrc/ReleaseNotes
Modified: trunk/lib/plugin/AppendText.php
===================================================================
--- trunk/lib/plugin/AppendText.php	2025年05月05日 19:11:33 UTC (rev 11199)
+++ trunk/lib/plugin/AppendText.php	2025年07月30日 07:57:02 UTC (rev 11200)
@@ -106,6 +106,13 @@
 return HTML();
 }
 
+ if (!mayAccessPage('change', $pagename)) {
+ $message = HTML::div();
+ $message->setAttr('class', 'error');
+ $message->pushContent(HTML::p(fmt("Access denied to change page "%s".", $pagename)));
+ return $message;
+ }
+
 $page = $dbi->getPage($pagename);
 $message = HTML();
 
Modified: trunk/lib/plugin/CreatePage.php
===================================================================
--- trunk/lib/plugin/CreatePage.php	2025年05月05日 19:11:33 UTC (rev 11199)
+++ trunk/lib/plugin/CreatePage.php	2025年07月30日 07:57:02 UTC (rev 11200)
@@ -85,6 +85,13 @@
 return $this->error(_("Page name too long"));
 }
 
+ if (!mayAccessPage('create', $s)) {
+ $message = HTML::div();
+ $message->setAttr('class', 'error');
+ $message->pushContent(HTML::p(fmt("Access denied to change page "%s".", $s)));
+ return $message;
+ }
+
 $param = array('action' => 'edit');
 if ($template and $dbi->isWikiPage($template)) {
 $param['template'] = $template;
Modified: trunk/lib/plugin/WikiAdminDeleteAcl.php
===================================================================
--- trunk/lib/plugin/WikiAdminDeleteAcl.php	2025年05月05日 19:11:33 UTC (rev 11199)
+++ trunk/lib/plugin/WikiAdminDeleteAcl.php	2025年07月30日 07:57:02 UTC (rev 11200)
@@ -50,20 +50,25 @@
 $perm->sanify();
 foreach ($pages as $pagename) {
 // check if unchanged? we need a deep array_equal
- $page = $dbi->getPage($pagename);
- setPagePermissions($page, $perm);
- $result->setAttr('class', 'feedback');
- $result->pushContent(HTML::p(fmt("ACL deleted for page "%s"", $pagename)));
- $current = $page->getCurrentRevision();
- $version = $current->getVersion();
- $meta = $current->_data;
- $text = $current->getPackedContent();
- $meta['summary'] = sprintf(_("ACL deleted for page "%s""), $pagename);
- $meta['is_minor_edit'] = 1;
- $meta['author'] = $request->_user->UserName();
- unset($meta['mtime']); // force new date
- $page->save($text, $version + 1, $meta);
- $count++;
+ if (mayAccessPage('change', $pagename)) {
+ $page = $dbi->getPage($pagename);
+ setPagePermissions($page, $perm);
+ $result->setAttr('class', 'feedback');
+ $result->pushContent(HTML::p(fmt("ACL deleted for page "%s"", $pagename)));
+ $current = $page->getCurrentRevision();
+ $version = $current->getVersion();
+ $meta = $current->_data;
+ $text = $current->getPackedContent();
+ $meta['summary'] = sprintf(_("ACL deleted for page "%s""), $pagename);
+ $meta['is_minor_edit'] = 1;
+ $meta['author'] = $request->_user->UserName();
+ unset($meta['mtime']); // force new date
+ $page->save($text, $version + 1, $meta);
+ $count++;
+ } else {
+ $result->setAttr('class', 'error');
+ $result->pushContent(HTML::p(fmt("Access denied to change page "%s".", $pagename)));
+ }
 }
 if ($count) {
 $dbi->touch();
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes	2025年05月05日 19:11:33 UTC (rev 11199)
+++ trunk/pgsrc/ReleaseNotes	2025年07月30日 07:57:02 UTC (rev 11200)
@@ -1,4 +1,4 @@
-Date: Mon, 5 May 2025 19:51:55 +0000
+Date: 2025年7月30日 09:42:13 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=ReleaseNotes;
@@ -9,6 +9,10 @@
 
 <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>>
 
+== 1.6.7 2025-XX-XX Marc-Etienne Vargenau, Christof Meerwald ==
+
+* Add access checks for plugins AppendText, CreatePage and WikiAdminDeleteAcl (patches by Christof Meerwald)
+
 == 1.6.6 2025年05月05日 Marc-Etienne Vargenau, Christof Meerwald ==
 
 * Fix PDO SQL syntax (patch by Christof Meerwald)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年05月05日 19:11:50
Revision: 11199
 http://sourceforge.net/p/phpwiki/code/11199
Author: vargenau
Date: 2025年05月05日 19:11:33 +0000 (2025年5月05日)
Log Message:
-----------
Create branch release-1.6.6
Added Paths:
-----------
 branches/release-1.6.6/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年05月05日 19:11:11
Revision: 11198
 http://sourceforge.net/p/phpwiki/code/11198
Author: vargenau
Date: 2025年05月05日 19:10:54 +0000 (2025年5月05日)
Log Message:
-----------
Create tag release-1.6.6
Added Paths:
-----------
 tags/release-1.6.6/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年05月05日 18:04:19
Revision: 11197
 http://sourceforge.net/p/phpwiki/code/11197
Author: vargenau
Date: 2025年05月05日 18:03:49 +0000 (2025年5月05日)
Log Message:
-----------
Update for PhpWiki 1.6.6
Modified Paths:
--------------
 trunk/INSTALL
 trunk/Makefile
 trunk/doc/INSTALL.windows
 trunk/lib/prepend.php
 trunk/locale/de/pgsrc/%C3%84hnlicheSeiten
 trunk/locale/de/pgsrc/AlleBenutzer
 trunk/locale/de/pgsrc/AlleSeiten
 trunk/locale/de/pgsrc/AlleSeitenEditiertVonMir
 trunk/locale/de/pgsrc/AlleSeitenErzeugtVonMir
 trunk/locale/de/pgsrc/AlleSeitenImBesitzVonMir
 trunk/locale/de/pgsrc/BackLinks
 trunk/locale/de/pgsrc/BenutzerEinstellungen
 trunk/locale/de/pgsrc/DebugAuthInfo
 trunk/locale/de/pgsrc/DebugBackendInfo
 trunk/locale/de/pgsrc/DebugGruppenInfo
 trunk/locale/de/pgsrc/EditiereText
 trunk/locale/de/pgsrc/Einstellungen
 trunk/locale/de/pgsrc/FuzzySuche
 trunk/locale/de/pgsrc/G%C3%A4steBuch
 trunk/locale/de/pgsrc/GaesteBuch
 trunk/locale/de/pgsrc/Geringf%C3%BCgige%C3%84nderungen
 trunk/locale/de/pgsrc/GleicheSeiten
 trunk/locale/de/pgsrc/Hilfe
 trunk/locale/de/pgsrc/Hilfe%2FAktionsSeite
 trunk/locale/de/pgsrc/Hilfe%2FAutorenProtokollPlugin
 trunk/locale/de/pgsrc/Hilfe%2FBackLinksPlugin
 trunk/locale/de/pgsrc/Hilfe%2FGraphVizPlugin
 trunk/locale/de/pgsrc/Hilfe%2FGuterStil
 trunk/locale/de/pgsrc/Hilfe%2FHalloWeltPlugin
 trunk/locale/de/pgsrc/Hilfe%2FHochLadenPlugin
 trunk/locale/de/pgsrc/Hilfe%2FInhaltsVerzeichnisPlugin
 trunk/locale/de/pgsrc/Hilfe%2FModerierteSeitePlugin
 trunk/locale/de/pgsrc/Hilfe%2FNeueSeitePlugin
 trunk/locale/de/pgsrc/Hilfe%2FNeuerKommentarPlugin
 trunk/locale/de/pgsrc/Hilfe%2FPhotoAlbumPlugin
 trunk/locale/de/pgsrc/Hilfe%2FPhpWiki
 trunk/locale/de/pgsrc/Hilfe%2FSeitenErzeugen
 trunk/locale/de/pgsrc/Hilfe%2FSteve%20Wainstead
 trunk/locale/de/pgsrc/Hilfe%2FTextBearbeiten
 trunk/locale/de/pgsrc/Hilfe%2FTextFormatierungsRegeln
 trunk/locale/de/pgsrc/Hilfe%2FVorlagePlugin
 trunk/locale/de/pgsrc/Hilfe%2FWabiSabi
 trunk/locale/de/pgsrc/Hilfe%2FWieManWikiBenutzt
 trunk/locale/de/pgsrc/Hilfe%2FWikiTechnik
 trunk/locale/de/pgsrc/Hilfe%2FWikiWikiWeb
 trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin
 trunk/locale/de/pgsrc/HochLaden
 trunk/locale/de/pgsrc/HomePage
 trunk/locale/de/pgsrc/InterWikiListe
 trunk/locale/de/pgsrc/KategorieAktionSeite
 trunk/locale/de/pgsrc/KategorieKategorie
 trunk/locale/de/pgsrc/KategorieWikiPlugin
 trunk/locale/de/pgsrc/LeereSeiten
 trunk/locale/de/pgsrc/LinkSuche
 trunk/locale/de/pgsrc/ListeRelationen
 trunk/locale/de/pgsrc/MeistBesucht
 trunk/locale/de/pgsrc/ModerierteSeite
 trunk/locale/de/pgsrc/NeueSeite
 trunk/locale/de/pgsrc/Neueste%C3%84nderungen
 trunk/locale/de/pgsrc/NeuesteSeiten
 trunk/locale/de/pgsrc/PasswortZur%C3%BCcksetzen
 trunk/locale/de/pgsrc/PhpWikiDokumentation
 trunk/locale/de/pgsrc/PhpWikiSystemverwalten
 trunk/locale/de/pgsrc/PhpWikiSystemverwalten%2FAclL%C3%B6schen
 trunk/locale/de/pgsrc/PhpWikiSystemverwalten%2FAclSetzen
 trunk/locale/de/pgsrc/PhpWikiSystemverwalten%2FAclSetzenEinfach
 trunk/locale/de/pgsrc/PhpWikiSystemverwalten%2FChown
 trunk/locale/de/pgsrc/PhpWikiSystemverwalten%2FEntfernen
 trunk/locale/de/pgsrc/PhpWikiSystemverwalten%2FL%C3%B6schen
 trunk/locale/de/pgsrc/PhpWikiSystemverwalten%2FSuchenErsetzen
 trunk/locale/de/pgsrc/PhpWikiSystemverwalten%2FUmbenennen
 trunk/locale/de/pgsrc/PhpWikiUmfrage
 trunk/locale/de/pgsrc/SandKasten
 trunk/locale/de/pgsrc/SandKiste
 trunk/locale/de/pgsrc/SeiteBeobarten
 trunk/locale/de/pgsrc/SeiteFinden
 trunk/locale/de/pgsrc/SeiteSpeichern
 trunk/locale/de/pgsrc/SeitenInfo
 trunk/locale/de/pgsrc/SeitenProtokoll
 trunk/locale/de/pgsrc/SemantischeRelationen
 trunk/locale/de/pgsrc/SemantischeSuche
 trunk/locale/de/pgsrc/StartSeite
 trunk/locale/de/pgsrc/StartSeiteAlias
 trunk/locale/de/pgsrc/TitelSuche
 trunk/locale/de/pgsrc/Verlinkte%C3%84nderungen
 trunk/locale/de/pgsrc/VerwaisteSeiten
 trunk/locale/de/pgsrc/VolltextSuche
 trunk/locale/de/pgsrc/Vorlage%2FBeispiel
 trunk/locale/de/pgsrc/WerIstOnline
 trunk/locale/de/pgsrc/WikiAdminAuswahl
 trunk/locale/de/pgsrc/WunschZettelSeiten
 trunk/locale/de/pgsrc/ZufallsSeite
 trunk/locale/es/pgsrc/Ayuda
 trunk/locale/es/pgsrc/Ayuda%2FAgregarPaginas
 trunk/locale/es/pgsrc/Ayuda%2FBuenEstilo
 trunk/locale/es/pgsrc/Ayuda%2FComoUsarWiki
 trunk/locale/es/pgsrc/Ayuda%2FEditarElTexto
 trunk/locale/es/pgsrc/Ayuda%2FKBrown
 trunk/locale/es/pgsrc/Ayuda%2FMasAcercadeLaMecanica
 trunk/locale/es/pgsrc/Ayuda%2FPhpWiki
 trunk/locale/es/pgsrc/Ayuda%2FReglasDeFormatoDeTexto
 trunk/locale/es/pgsrc/Ayuda%2FSteve%20Wainstead
 trunk/locale/es/pgsrc/Ayuda%2FWabiSabi
 trunk/locale/es/pgsrc/Ayuda%2FWikiWikiWeb
 trunk/locale/es/pgsrc/BuscarP%C3%A1gina
 trunk/locale/es/pgsrc/CajaDeArena
 trunk/locale/es/pgsrc/CambiosRecientes
 trunk/locale/es/pgsrc/HomePage
 trunk/locale/es/pgsrc/MasPopulares
 trunk/locale/es/pgsrc/NotasDeLiberacion
 trunk/locale/es/pgsrc/P%C3%A1ginaPrincipal
 trunk/locale/es/pgsrc/TodasLasPaginas
 trunk/locale/es/pgsrc/VisitantesRecientes
 trunk/locale/fr/pgsrc/%C3%89diterLesM%C3%A9taDonn%C3%A9es
 trunk/locale/fr/pgsrc/%C3%89ditionsR%C3%A9centes
 trunk/locale/fr/pgsrc/AdministrationDePhpWiki
 trunk/locale/fr/pgsrc/AdministrationDePhpWiki%2FChown
 trunk/locale/fr/pgsrc/AdministrationDePhpWiki%2FD%C3%A9finirAcl
 trunk/locale/fr/pgsrc/AdministrationDePhpWiki%2FD%C3%A9finirAclSimple
 trunk/locale/fr/pgsrc/AdministrationDePhpWiki%2FPurger
 trunk/locale/fr/pgsrc/AdministrationDePhpWiki%2FRechercherRemplacer
 trunk/locale/fr/pgsrc/AdministrationDePhpWiki%2FRenommer
 trunk/locale/fr/pgsrc/AdministrationDePhpWiki%2FSupprimer
 trunk/locale/fr/pgsrc/AdministrationDePhpWiki%2FSupprimerAcl
 trunk/locale/fr/pgsrc/Aide
 trunk/locale/fr/pgsrc/Aide%2F%C3%89diterLeContenu
 trunk/locale/fr/pgsrc/Aide%2FAjouterDesPages
 trunk/locale/fr/pgsrc/Aide%2FCommentUtiliserUnWiki
 trunk/locale/fr/pgsrc/Aide%2FD%C3%A9tailsTechniques
 trunk/locale/fr/pgsrc/Aide%2FGreffon%C3%89diterLesM%C3%A9taDonn%C3%A9es
 trunk/locale/fr/pgsrc/Aide%2FGreffonAjouterDesCommentaires
 trunk/locale/fr/pgsrc/Aide%2FGreffonAlbumPhotos
 trunk/locale/fr/pgsrc/Aide%2FGreffonBeauTableau
 trunk/locale/fr/pgsrc/Aide%2FGreffonBonjourLeMonde
 trunk/locale/fr/pgsrc/Aide%2FGreffonCalendrier
 trunk/locale/fr/pgsrc/Aide%2FGreffonColorationPhp
 trunk/locale/fr/pgsrc/Aide%2FGreffonCommenter
 trunk/locale/fr/pgsrc/Aide%2FGreffonCr%C3%A9erUnePage
 trunk/locale/fr/pgsrc/Aide%2FGreffonCr%C3%A9erUneTdm
 trunk/locale/fr/pgsrc/Aide%2FGreffonD%C3%A9plierLesSousPages
 trunk/locale/fr/pgsrc/Aide%2FGreffonHistoriqueAuteur
 trunk/locale/fr/pgsrc/Aide%2FGreffonHtmlPur
 trunk/locale/fr/pgsrc/Aide%2FGreffonInclureUnePage
 trunk/locale/fr/pgsrc/Aide%2FGreffonInfosSyst%C3%A8me
 trunk/locale/fr/pgsrc/Aide%2FGreffonIns%C3%A9rer
 trunk/locale/fr/pgsrc/Aide%2FGreffonListeDePages
 trunk/locale/fr/pgsrc/Aide%2FGreffonListeDesSousPages
 trunk/locale/fr/pgsrc/Aide%2FGreffonListeDuCalendrier
 trunk/locale/fr/pgsrc/Aide%2FGreffonPageAl%C3%A9atoire
 trunk/locale/fr/pgsrc/Aide%2FGreffonPagesFloues
 trunk/locale/fr/pgsrc/Aide%2FGreffonRechercheExterne
 trunk/locale/fr/pgsrc/Aide%2FGreffonRedirection
 trunk/locale/fr/pgsrc/Aide%2FGreffonRessourcesRss
 trunk/locale/fr/pgsrc/Aide%2FGreffonTableauAncienStyle
 trunk/locale/fr/pgsrc/Aide%2FGreffonTeX2png
 trunk/locale/fr/pgsrc/Aide%2FGreffonTestDeCache
 trunk/locale/fr/pgsrc/Aide%2FGreffonWiki
 trunk/locale/fr/pgsrc/Aide%2FGreffonWikiBlog
 trunk/locale/fr/pgsrc/Aide%2FIc%C3%B4nesDeLien
 trunk/locale/fr/pgsrc/Aide%2FInterWiki
 trunk/locale/fr/pgsrc/Aide%2FLienGoogle
 trunk/locale/fr/pgsrc/Aide%2FListeDePages
 trunk/locale/fr/pgsrc/Aide%2FPhpWiki
 trunk/locale/fr/pgsrc/Aide%2FR%C3%A8glesDeFormatageDesTextes
 trunk/locale/fr/pgsrc/Aide%2FSteve%20Wainstead
 trunk/locale/fr/pgsrc/Aide%2FStyleCorrect
 trunk/locale/fr/pgsrc/Aide%2FURLMagiquesPhpWiki
 trunk/locale/fr/pgsrc/Aide%2FWabiSabi
 trunk/locale/fr/pgsrc/Aide%2FWikiWikiWeb
 trunk/locale/fr/pgsrc/Aide%2FWikisUtilisantPhpWiki
 trunk/locale/fr/pgsrc/AliasAccueil
 trunk/locale/fr/pgsrc/Bac%C3%80Sable
 trunk/locale/fr/pgsrc/CarteInterWiki
 trunk/locale/fr/pgsrc/Cat%C3%A9gorieCat%C3%A9gorie
 trunk/locale/fr/pgsrc/Cat%C3%A9gorieGreffonWiki
 trunk/locale/fr/pgsrc/Cat%C3%A9gorieGroupes
 trunk/locale/fr/pgsrc/Cat%C3%A9goriePageDAction
 trunk/locale/fr/pgsrc/Cat%C3%A9goriePagesAccueil
 trunk/locale/fr/pgsrc/ChangementsLi%C3%A9s
 trunk/locale/fr/pgsrc/ChercherUnePage
 trunk/locale/fr/pgsrc/ClassezLa
 trunk/locale/fr/pgsrc/CommentairesR%C3%A9cents
 trunk/locale/fr/pgsrc/Cr%C3%A9erUnePage
 trunk/locale/fr/pgsrc/D%C3%A9bogageDePhpWiki
 trunk/locale/fr/pgsrc/D%C3%A9poserUnFichier
 trunk/locale/fr/pgsrc/Derni%C3%A8resModifs
 trunk/locale/fr/pgsrc/Derni%C3%A8resModifsCompl%C3%A8tes
 trunk/locale/fr/pgsrc/DocumentationDePhpWiki
 trunk/locale/fr/pgsrc/GestionnaireDesGreffons
 trunk/locale/fr/pgsrc/HistoriqueDeLaPage
 trunk/locale/fr/pgsrc/HomePage
 trunk/locale/fr/pgsrc/InfosAuthentification
 trunk/locale/fr/pgsrc/InfosDeD%C3%A9bogage
 trunk/locale/fr/pgsrc/InfosSurLaPage
 trunk/locale/fr/pgsrc/LesPlusVisit%C3%A9es
 trunk/locale/fr/pgsrc/ManuelPhpWiki
 trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki
 trunk/locale/fr/pgsrc/NotesDeVersion
 trunk/locale/fr/pgsrc/PageAccueil
 trunk/locale/fr/pgsrc/PageAl%C3%A9atoire
 trunk/locale/fr/pgsrc/PagesFloues
 trunk/locale/fr/pgsrc/PagesOrphelines
 trunk/locale/fr/pgsrc/PagesRecherch%C3%A9es
 trunk/locale/fr/pgsrc/PagesSemblables
 trunk/locale/fr/pgsrc/PierrickMeignen
 trunk/locale/fr/pgsrc/Pr%C3%A9f%C3%A9rencesUtilisateur
 trunk/locale/fr/pgsrc/QuiEstEnLigne
 trunk/locale/fr/pgsrc/R%C3%A9cup%C3%A9rationDeLaPage
 trunk/locale/fr/pgsrc/R%C3%A9troLiens
 trunk/locale/fr/pgsrc/RechercheEnTexteInt%C3%A9gral
 trunk/locale/fr/pgsrc/RechercheInterWiki
 trunk/locale/fr/pgsrc/RechercheParTitre
 trunk/locale/fr/pgsrc/SommaireDuProjet
 trunk/locale/fr/pgsrc/SondagePhpWiki
 trunk/locale/fr/pgsrc/Suivre
 trunk/locale/fr/pgsrc/TousLesUtilisateurs
 trunk/locale/fr/pgsrc/ToutesLesPages
 trunk/locale/fr/pgsrc/TraduireUnTexte
 trunk/locale/fr/pgsrc/VersionsR%C3%A9centes
 trunk/locale/fr/pgsrc/VisiteursR%C3%A9cents
 trunk/locale/it/pgsrc/Aiuto
 trunk/locale/it/pgsrc/Aiuto%2FAggiungerePagine
 trunk/locale/it/pgsrc/Aiuto%2FBuonStile
 trunk/locale/it/pgsrc/Aiuto%2FComeUsareWiki
 trunk/locale/it/pgsrc/Aiuto%2FMagicPhpWikiURLs
 trunk/locale/it/pgsrc/Aiuto%2FModificaIlTesto
 trunk/locale/it/pgsrc/Aiuto%2FPhpWiki
 trunk/locale/it/pgsrc/Aiuto%2FRegoleFormattazioneTesto
 trunk/locale/it/pgsrc/Aiuto%2FSteve%20Wainstead
 trunk/locale/it/pgsrc/Aiuto%2FVarieSulFunzionamento
 trunk/locale/it/pgsrc/Aiuto%2FWabiSabi
 trunk/locale/it/pgsrc/Aiuto%2FWikiWikiWeb
 trunk/locale/it/pgsrc/AmministrazioneDiPhpWiki
 trunk/locale/it/pgsrc/AmministrazioneDiPhpWiki%2FRimuovi
 trunk/locale/it/pgsrc/CambiamentiRecenti
 trunk/locale/it/pgsrc/FuzzyPages
 trunk/locale/it/pgsrc/HomePage
 trunk/locale/it/pgsrc/NoteDiRilascio
 trunk/locale/it/pgsrc/PaginaPrincipale
 trunk/locale/it/pgsrc/Pi%C3%B9Popolari
 trunk/locale/it/pgsrc/RicercaDelTesto
 trunk/locale/it/pgsrc/RicercaPerTitolo
 trunk/locale/it/pgsrc/ScatolaDiSabbia
 trunk/locale/it/pgsrc/TrovaPagina
 trunk/locale/it/pgsrc/TutteLePagine
 trunk/locale/it/pgsrc/VisitatoriRecenti
 trunk/locale/ja/pgsrc/%E3%83%9A%E3%83%BC%E3%82%B8%E6%A4%9C%E7%B4%A2
 trunk/locale/ja/pgsrc/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8
 trunk/locale/ja/pgsrc/HomePage
 trunk/locale/nl/pgsrc/Help
 trunk/locale/nl/pgsrc/Help%2FGebruikersVoorkeuren
 trunk/locale/nl/pgsrc/Help%2FGoedeStijl
 trunk/locale/nl/pgsrc/Help%2FHoeWikiTeGebruiken
 trunk/locale/nl/pgsrc/Help%2FJanNieuwenhuizen
 trunk/locale/nl/pgsrc/Help%2FMeerOverTechnieken
 trunk/locale/nl/pgsrc/Help%2FPaginasToevoegen
 trunk/locale/nl/pgsrc/Help%2FPhpWiki
 trunk/locale/nl/pgsrc/Help%2FTekstFormatteringsRegels
 trunk/locale/nl/pgsrc/Help%2FToverPhpWikiURLs
 trunk/locale/nl/pgsrc/Help%2FVeranderTekst
 trunk/locale/nl/pgsrc/Help%2FWabiSabi
 trunk/locale/nl/pgsrc/Help%2FWikiWikiWeb
 trunk/locale/nl/pgsrc/HomePage
 trunk/locale/nl/pgsrc/MeestBezocht
 trunk/locale/nl/pgsrc/PhpWikiBeheer
 trunk/locale/nl/pgsrc/PhpWikiBeheer%2FVerwijder
 trunk/locale/nl/pgsrc/PhpWikiBeheer%2FZoekVervangt
 trunk/locale/nl/pgsrc/PhpWikiDocumentatie
 trunk/locale/nl/pgsrc/RecenteBezoekers
 trunk/locale/nl/pgsrc/RecenteVeranderingen
 trunk/locale/nl/pgsrc/ThuisPagina
 trunk/locale/nl/pgsrc/UitgaveNoten
 trunk/locale/nl/pgsrc/ZandBak
 trunk/locale/nl/pgsrc/ZoekPagina
 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/pgsrc/Framsida
 trunk/locale/sv/pgsrc/G%C3%A4stboken
 trunk/locale/sv/pgsrc/Hj%C3%A4lp
 trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FHurManAnv%C3%A4nderWiki
 trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FL%C3%A4ggaTillSidor
 trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FMerOmMekanismerna
 trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FPhpWiki
 trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FRedigeraText
 trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FSteve%20Wainstead
 trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FTextformateringsregler
 trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FWikiWikiWeb
 trunk/locale/sv/pgsrc/HomePage
 trunk/locale/sv/pgsrc/MestPopul%C3%A4r
 trunk/locale/sv/pgsrc/PhpWikiAdministration
 trunk/locale/sv/pgsrc/S%C3%B6kEfterSida
 trunk/locale/sv/pgsrc/Sandl%C3%A5dan
 trunk/locale/sv/pgsrc/Senaste%C3%84ndringar
 trunk/locale/zh/pgsrc/%E9%A6%96%E9%A0%81
 trunk/locale/zh/pgsrc/AllPages
 trunk/locale/zh/pgsrc/AllUsers
 trunk/locale/zh/pgsrc/BackLinks
 trunk/locale/zh/pgsrc/DebugBackendInfo
 trunk/locale/zh/pgsrc/FindPage
 trunk/locale/zh/pgsrc/FullRecentChanges
 trunk/locale/zh/pgsrc/FullTextSearch
 trunk/locale/zh/pgsrc/FuzzyPages
 trunk/locale/zh/pgsrc/Help
 trunk/locale/zh/pgsrc/Help%2FAddingPages
 trunk/locale/zh/pgsrc/Help%2FBackLinksPlugin
 trunk/locale/zh/pgsrc/Help%2FCalendarPlugin
 trunk/locale/zh/pgsrc/Help%2FCommentPlugin
 trunk/locale/zh/pgsrc/Help%2FEditText
 trunk/locale/zh/pgsrc/Help%2FExternalSearchPlugin
 trunk/locale/zh/pgsrc/Help%2FHelloWorldPlugin
 trunk/locale/zh/pgsrc/Help%2FHowToUseWiki
 trunk/locale/zh/pgsrc/Help%2FInterWiki
 trunk/locale/zh/pgsrc/Help%2FLinkIcons
 trunk/locale/zh/pgsrc/Help%2FMagicPhpWikiURLs
 trunk/locale/zh/pgsrc/Help%2FMoreAboutMechanics
 trunk/locale/zh/pgsrc/Help%2FOldStyleTablePlugin
 trunk/locale/zh/pgsrc/Help%2FPhotoAlbumPlugin
 trunk/locale/zh/pgsrc/Help%2FPhpHighlightPlugin
 trunk/locale/zh/pgsrc/Help%2FPhpWiki
 trunk/locale/zh/pgsrc/Help%2FRandomPagePlugin
 trunk/locale/zh/pgsrc/Help%2FRedirectToPlugin
 trunk/locale/zh/pgsrc/Help%2FSystemInfoPlugin
 trunk/locale/zh/pgsrc/Help%2FTranscludePlugin
 trunk/locale/zh/pgsrc/Help%2FWikiPlugin
 trunk/locale/zh/pgsrc/Help%2FWikiWikiWeb
 trunk/locale/zh/pgsrc/HomePage
 trunk/locale/zh/pgsrc/HomePageAlias
 trunk/locale/zh/pgsrc/InterWikiMap
 trunk/locale/zh/pgsrc/InterWikiSearch
 trunk/locale/zh/pgsrc/LikePages
 trunk/locale/zh/pgsrc/OrphanedPages
 trunk/locale/zh/pgsrc/PageDump
 trunk/locale/zh/pgsrc/PhpWikiAdministration
 trunk/locale/zh/pgsrc/PhpWikiDebug
 trunk/locale/zh/pgsrc/RandomPage
 trunk/locale/zh/pgsrc/RecentChanges
 trunk/locale/zh/pgsrc/RecentEdits
 trunk/locale/zh/pgsrc/RecentVisitors
 trunk/locale/zh/pgsrc/SandBox
 trunk/locale/zh/pgsrc/TitleSearch
 trunk/locale/zh/pgsrc/UpLoad
 trunk/locale/zh/pgsrc/UserPreferences
 trunk/locale/zh/pgsrc/WantedPages
 trunk/pgsrc/AllPages
 trunk/pgsrc/AllPagesByAcl
 trunk/pgsrc/AllPagesCreatedByMe
 trunk/pgsrc/AllPagesLastEditedByMe
 trunk/pgsrc/AllPagesOwnedByMe
 trunk/pgsrc/AllUserPages
 trunk/pgsrc/AllUsers
 trunk/pgsrc/AppendText
 trunk/pgsrc/AuthorHistory
 trunk/pgsrc/BackLinks
 trunk/pgsrc/BlogArchives
 trunk/pgsrc/BlogJournal
 trunk/pgsrc/CategoryActionPage
 trunk/pgsrc/CategoryCategory
 trunk/pgsrc/CategoryDebugPage
 trunk/pgsrc/CategoryGroup
 trunk/pgsrc/CategoryHomePages
 trunk/pgsrc/CategoryWikiPlugin
 trunk/pgsrc/Copyrights
 trunk/pgsrc/CreatePage
 trunk/pgsrc/DebugAuthInfo
 trunk/pgsrc/DebugBackendInfo
 trunk/pgsrc/DebugGroupInfo
 trunk/pgsrc/EditMetaData
 trunk/pgsrc/FindPage
 trunk/pgsrc/FullRecentChanges
 trunk/pgsrc/FullTextSearch
 trunk/pgsrc/FuzzyPages
 trunk/pgsrc/GeneralDisclaimer
 trunk/pgsrc/Help
 trunk/pgsrc/Help%2FActionPage
 trunk/pgsrc/Help%2FAddCommentPlugin
 trunk/pgsrc/Help%2FAddingPages
 trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users
 trunk/pgsrc/Help%2FAllPagesPlugin
 trunk/pgsrc/Help%2FAllUsersPlugin
 trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin
 trunk/pgsrc/Help%2FAppendTextPlugin
 trunk/pgsrc/Help%2FAsciiMathPlugin
 trunk/pgsrc/Help%2FAsciiSVGPlugin
 trunk/pgsrc/Help%2FAtomFeedPlugin
 trunk/pgsrc/Help%2FAuthorHistoryPlugin
 trunk/pgsrc/Help%2FBackLinksPlugin
 trunk/pgsrc/Help%2FBlogArchivesPlugin
 trunk/pgsrc/Help%2FBlogJournalPlugin
 trunk/pgsrc/Help%2FBoxRightPlugin
 trunk/pgsrc/Help%2FCacheTestPlugin
 trunk/pgsrc/Help%2FCalendarListPlugin
 trunk/pgsrc/Help%2FCalendarPlugin
 trunk/pgsrc/Help%2FCategories
 trunk/pgsrc/Help%2FChartPlugin
 trunk/pgsrc/Help%2FCommentPlugin
 trunk/pgsrc/Help%2FCreateBibPlugin
 trunk/pgsrc/Help%2FCreatePagePlugin
 trunk/pgsrc/Help%2FCreateTocPlugin
 trunk/pgsrc/Help%2FCurrentTimePlugin
 trunk/pgsrc/Help%2FDeadEndPagesPlugin
 trunk/pgsrc/Help%2FDebugAuthInfoPlugin
 trunk/pgsrc/Help%2FDebugBackendInfoPlugin
 trunk/pgsrc/Help%2FDebugGroupInfoPlugin
 trunk/pgsrc/Help%2FDebugRetransformPlugin
 trunk/pgsrc/Help%2FDiffPlugin
 trunk/pgsrc/Help%2FDynamicIncludePagePlugin
 trunk/pgsrc/Help%2FEditMetaDataPlugin
 trunk/pgsrc/Help%2FEditText
 trunk/pgsrc/Help%2FExternalSearchPlugin
 trunk/pgsrc/Help%2FFacebookLikePlugin
 trunk/pgsrc/Help%2FFileInfoPlugin
 trunk/pgsrc/Help%2FFoafViewerPlugin
 trunk/pgsrc/Help%2FFullTextSearchPlugin
 trunk/pgsrc/Help%2FFuzzyPagesPlugin
 trunk/pgsrc/Help%2FGoToPlugin
 trunk/pgsrc/Help%2FGoodStyle
 trunk/pgsrc/Help%2FGoogleLink
 trunk/pgsrc/Help%2FGoogleMapsPlugin
 trunk/pgsrc/Help%2FGooglePluginPlugin
 trunk/pgsrc/Help%2FGraphVizPlugin
 trunk/pgsrc/Help%2FHelloWorldPlugin
 trunk/pgsrc/Help%2FHowToUseWiki
 trunk/pgsrc/Help%2FHtmlConverterPlugin
 trunk/pgsrc/Help%2FImages
 trunk/pgsrc/Help%2FIncludePagePlugin
 trunk/pgsrc/Help%2FIncludePagesPlugin
 trunk/pgsrc/Help%2FIncludeSiteMapPlugin
 trunk/pgsrc/Help%2FIncludeTreePlugin
 trunk/pgsrc/Help%2FInterWiki
 trunk/pgsrc/Help%2FInterWikiSearchPlugin
 trunk/pgsrc/Help%2FJabberPresencePlugin
 trunk/pgsrc/Help%2FJeff%20Dairiki
 trunk/pgsrc/Help%2FLdapSearchPlugin
 trunk/pgsrc/Help%2FLikePagesPlugin
 trunk/pgsrc/Help%2FLinkDatabasePlugin
 trunk/pgsrc/Help%2FLinkIcons
 trunk/pgsrc/Help%2FLinkSearchPlugin
 trunk/pgsrc/Help%2FListPagesPlugin
 trunk/pgsrc/Help%2FListRelationsPlugin
 trunk/pgsrc/Help%2FListSubpagesPlugin
 trunk/pgsrc/Help%2FMagicPhpWikiURLs
 trunk/pgsrc/Help%2FMediawikiTablePlugin
 trunk/pgsrc/Help%2FModeratedPagePlugin
 trunk/pgsrc/Help%2FMoreAboutMechanics
 trunk/pgsrc/Help%2FMostPopularPlugin
 trunk/pgsrc/Help%2FNewPagesPerUserPlugin
 trunk/pgsrc/Help%2FNoCachePlugin
 trunk/pgsrc/Help%2FOldStyleTablePlugin
 trunk/pgsrc/Help%2FOrphanedPagesPlugin
 trunk/pgsrc/Help%2FPageDumpPlugin
 trunk/pgsrc/Help%2FPageGroupPlugin
 trunk/pgsrc/Help%2FPageHistoryPlugin
 trunk/pgsrc/Help%2FPageInfoPlugin
 trunk/pgsrc/Help%2FPageList
 trunk/pgsrc/Help%2FPagePermissions
 trunk/pgsrc/Help%2FPageTrailPlugin
 trunk/pgsrc/Help%2FPasswordResetPlugin
 trunk/pgsrc/Help%2FPhotoAlbumPlugin
 trunk/pgsrc/Help%2FPhpHighlightPlugin
 trunk/pgsrc/Help%2FPhpWiki
 trunk/pgsrc/Help%2FPloticusPlugin
 trunk/pgsrc/Help%2FPluginManagerPlugin
 trunk/pgsrc/Help%2FPopUpPlugin
 trunk/pgsrc/Help%2FPopularNearbyPlugin
 trunk/pgsrc/Help%2FPopularTagsPlugin
 trunk/pgsrc/Help%2FPredefinedIcons
 trunk/pgsrc/Help%2FPreferenceAppPlugin
 trunk/pgsrc/Help%2FPrevNextPlugin
 trunk/pgsrc/Help%2FProcessingPlugin
 trunk/pgsrc/Help%2FRandomPagePlugin
 trunk/pgsrc/Help%2FRateItPlugin
 trunk/pgsrc/Help%2FRawHtmlPlugin
 trunk/pgsrc/Help%2FRecentChangesPlugin
 trunk/pgsrc/Help%2FRecentCommentsPlugin
 trunk/pgsrc/Help%2FRecentEditsPlugin
 trunk/pgsrc/Help%2FRecentReferrersPlugin
 trunk/pgsrc/Help%2FRedirectToPlugin
 trunk/pgsrc/Help%2FReini%20Urban
 trunk/pgsrc/Help%2FRelatedChangesPlugin
 trunk/pgsrc/Help%2FRichTablePlugin
 trunk/pgsrc/Help%2FRssFeedPlugin
 trunk/pgsrc/Help%2FSearchHighlightPlugin
 trunk/pgsrc/Help%2FSemanticRelations
 trunk/pgsrc/Help%2FSemanticRelationsPlugin
 trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin
 trunk/pgsrc/Help%2FSemanticSearchPlugin
 trunk/pgsrc/Help%2FSiteMapPlugin
 trunk/pgsrc/Help%2FSpellCheckPlugin
 trunk/pgsrc/Help%2FSpreadsheet
 trunk/pgsrc/Help%2FSqlResultPlugin
 trunk/pgsrc/Help%2FSteve%20Wainstead
 trunk/pgsrc/Help%2FSyncWikiPlugin
 trunk/pgsrc/Help%2FSyntaxHighlighterPlugin
 trunk/pgsrc/Help%2FSystemInfoPlugin
 trunk/pgsrc/Help%2FTeX2pngPlugin
 trunk/pgsrc/Help%2FTemplatePlugin
 trunk/pgsrc/Help%2FTexToPngPlugin
 trunk/pgsrc/Help%2FTextFormattingRules
 trunk/pgsrc/Help%2FTitleSearchPlugin
 trunk/pgsrc/Help%2FTranscludePlugin
 trunk/pgsrc/Help%2FTranslateTextPlugin
 trunk/pgsrc/Help%2FUnfoldSubpagesPlugin
 trunk/pgsrc/Help%2FUpLoadPlugin
 trunk/pgsrc/Help%2FUriResolverPlugin
 trunk/pgsrc/Help%2FUserPreferencesPlugin
 trunk/pgsrc/Help%2FUserRatingsPlugin
 trunk/pgsrc/Help%2FVideoPlugin
 trunk/pgsrc/Help%2FVisualWikiPlugin
 trunk/pgsrc/Help%2FWabiSabi
 trunk/pgsrc/Help%2FWantedPagesPlugin
 trunk/pgsrc/Help%2FWatchPagePlugin
 trunk/pgsrc/Help%2FWhoIsOnlinePlugin
 trunk/pgsrc/Help%2FWikiAdminChownPlugin
 trunk/pgsrc/Help%2FWikiAdminDeleteAclPlugin
 trunk/pgsrc/Help%2FWikiAdminPurgePlugin
 trunk/pgsrc/Help%2FWikiAdminRemovePlugin
 trunk/pgsrc/Help%2FWikiAdminRenamePlugin
 trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin
 trunk/pgsrc/Help%2FWikiAdminSelectPlugin
 trunk/pgsrc/Help%2FWikiAdminSetAclPlugin
 trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin
 trunk/pgsrc/Help%2FWikiAdminSetExternalPlugin
 trunk/pgsrc/Help%2FWikiAdminUtilsPlugin
 trunk/pgsrc/Help%2FWikiBlogPlugin
 trunk/pgsrc/Help%2FWikiFormPlugin
 trunk/pgsrc/Help%2FWikiFormRichPlugin
 trunk/pgsrc/Help%2FWikiForumPlugin
 trunk/pgsrc/Help%2FWikiPlugin
 trunk/pgsrc/Help%2FWikiPollPlugin
 trunk/pgsrc/Help%2FWikiTranslationPlugin
 trunk/pgsrc/Help%2FWikiWikiWeb
 trunk/pgsrc/Help%2FWikicreole
 trunk/pgsrc/Help%2FWikicreoleTablePlugin
 trunk/pgsrc/Help%2FWikisUsingPhpWiki
 trunk/pgsrc/Help%2FYouTubePlugin
 trunk/pgsrc/Help%2Ftext2pngPlugin
 trunk/pgsrc/HomePage
 trunk/pgsrc/HomePageAlias
 trunk/pgsrc/InterWikiMap
 trunk/pgsrc/InterWikiSearch
 trunk/pgsrc/LdapSearch
 trunk/pgsrc/LeastPopular
 trunk/pgsrc/LikePages
 trunk/pgsrc/LinkDatabase
 trunk/pgsrc/LinkSearch
 trunk/pgsrc/ListRelations
 trunk/pgsrc/LockedPages
 trunk/pgsrc/ModeratedPage
 trunk/pgsrc/MostPopular
 trunk/pgsrc/MyRatings
 trunk/pgsrc/MyRecentChanges
 trunk/pgsrc/MyRecentEdits
 trunk/pgsrc/NewPagesPerUser
 trunk/pgsrc/OrphanedPages
 trunk/pgsrc/PageDump
 trunk/pgsrc/PageHistory
 trunk/pgsrc/PageInfo
 trunk/pgsrc/PasswordReset
 trunk/pgsrc/PhpWikiAdministration
 trunk/pgsrc/PhpWikiAdministration%2FChown
 trunk/pgsrc/PhpWikiAdministration%2FDeleteAcl
 trunk/pgsrc/PhpWikiAdministration%2FPurge
 trunk/pgsrc/PhpWikiAdministration%2FRemove
 trunk/pgsrc/PhpWikiAdministration%2FRename
 trunk/pgsrc/PhpWikiAdministration%2FSearchReplace
 trunk/pgsrc/PhpWikiAdministration%2FSetAcl
 trunk/pgsrc/PhpWikiAdministration%2FSetAclSimple
 trunk/pgsrc/PhpWikiDebug
 trunk/pgsrc/PhpWikiDocumentation
 trunk/pgsrc/PhpWikiManual
 trunk/pgsrc/PhpWikiPoll
 trunk/pgsrc/PhpWikiRecentChanges
 trunk/pgsrc/PluginManager
 trunk/pgsrc/ProjectSummary
 trunk/pgsrc/RandomPage
 trunk/pgsrc/RateIt
 trunk/pgsrc/RecentChanges
 trunk/pgsrc/RecentChangesMyPages
 trunk/pgsrc/RecentComments
 trunk/pgsrc/RecentEdits
 trunk/pgsrc/RecentNewPages
 trunk/pgsrc/RecentReleases
 trunk/pgsrc/RecentVisitors
 trunk/pgsrc/RelatedChanges
 trunk/pgsrc/ReleaseNotes
 trunk/pgsrc/San%20Diego
 trunk/pgsrc/SandBox
 trunk/pgsrc/SearchHighlight
 trunk/pgsrc/SemanticRelations
 trunk/pgsrc/SemanticSearch
 trunk/pgsrc/SetGlobalAccessRights
 trunk/pgsrc/SetGlobalAccessRightsSimple
 trunk/pgsrc/SpecialPages
 trunk/pgsrc/SpellCheck
 trunk/pgsrc/SystemInfo
 trunk/pgsrc/Template%2FAttribute
 trunk/pgsrc/Template%2FCategory
 trunk/pgsrc/Template%2FExample
 trunk/pgsrc/Template%2FLinkto
 trunk/pgsrc/Template%2FNewPlugin
 trunk/pgsrc/Template%2FRelation
 trunk/pgsrc/Template%2FTalk
 trunk/pgsrc/Template%2FUserPage
 trunk/pgsrc/The%20PhpWiki%20programming%20team
 trunk/pgsrc/TitleSearch
 trunk/pgsrc/TranslateText
 trunk/pgsrc/UpLoad
 trunk/pgsrc/UriResolver
 trunk/pgsrc/UserContribs
 trunk/pgsrc/UserPreferences
 trunk/pgsrc/UserRatings
 trunk/pgsrc/WantedPages
 trunk/pgsrc/WatchPage
 trunk/pgsrc/WhoIsOnline
 trunk/pgsrc/WikiAdminSelect
 trunk/pgsrc/WikiBlog
 trunk/pgsrc/area
 trunk/pgsrc/is_a
 trunk/pgsrc/located_in
 trunk/pgsrc/population
 trunk/themes/blog/pgsrc/About
 trunk/themes/blog/pgsrc/Blog
 trunk/themes/blog/pgsrc/CategoryHowTo
 trunk/themes/blog/pgsrc/HomePage
 trunk/themes/blog/pgsrc/HowTo
 trunk/themes/blog/pgsrc/PhotoAlbum
 trunk/themes/fusionforge/pgsrc/CategoryWiki%20templates
 trunk/themes/fusionforge/pgsrc/CategoryWiki%20user
 trunk/themes/fusionforge/pgsrc/ExternalPages
 trunk/themes/fusionforge/pgsrc/FindPage
 trunk/themes/fusionforge/pgsrc/FullTextSearch
 trunk/themes/fusionforge/pgsrc/HomePage
 trunk/themes/fusionforge/pgsrc/PhpWikiAdministration
 trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple
 trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetExternal
 trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple
 trunk/themes/fusionforge/pgsrc/SpecialPages
 trunk/themes/fusionforge/pgsrc/TextFormattingRules
 trunk/themes/fusionforge/pgsrc/TitleSearch
 trunk/themes/fusionforge/pgsrc/UpLoad
 trunk/themes/fusionforge/pgsrc/colorbox
 trunk/themes/fusionforge/pgsrc/titlebar
 trunk/themes/wikilens/pgsrc/LeftbarContent
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/INSTALL	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,7 +1,7 @@
 REQUIREMENTS
 
-PhpWiki 1.6.5 requires a web server with at least PHP version 5.3.3.
-PhpWiki 1.6.5 should work for all PHP releases from 5.3.3 to 8.4.4.
+PhpWiki 1.6.6 requires a web server with at least PHP version 5.3.3.
+PhpWiki 1.6.6 should work for all PHP releases from 5.3.3 to 8.4.6.
 
 Visit <http://www.php.net> and <http://php.net/downloads.php>
 for downloads and information.
@@ -113,7 +113,7 @@
 
 Unzip this file into the directory where you want it to live. That's it.
 
-bash$ unzip phpwiki-1.6.5.zip
+bash$ unzip phpwiki-1.6.6.zip
 
 In the 'config/' subdirectory copy 'config-dist.ini' to 'config.ini' and
 edit the settings in 'config.ini' to your liking.
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/Makefile	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,4 +1,4 @@
-VERSION=1.6.5
+VERSION=1.6.6
 RPMBUILD=rpmbuild
 
 clean:
Modified: trunk/doc/INSTALL.windows
===================================================================
--- trunk/doc/INSTALL.windows	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/doc/INSTALL.windows	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -24,7 +24,7 @@
 
 }}}
 - unzip phpwiki
-- copy phpwiki-1.6.5 directory to c:\Apache24\htdocs\ or wherever you
+- copy phpwiki-1.6.6 directory to c:\Apache24\htdocs\ or wherever you
 installed apache and rename it to phpwiki
 - copy phpwiki\config\config-dist.ini to phpwiki\config\config.ini
 
Modified: trunk/lib/prepend.php
===================================================================
--- trunk/lib/prepend.php	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/lib/prepend.php	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -29,7 +29,7 @@
 * Things which must be done and defined before anything else.
 */
 
-define('PHPWIKI_VERSION', '1.6.5');
+define('PHPWIKI_VERSION', '1.6.6');
 
 // A new php-5.1.x feature: Turn off php-5.1.x auto_globals_jit = On, or use this mess below.
 if (empty($GLOBALS['HTTP_SERVER_VARS'])) {
Modified: trunk/locale/de/pgsrc/%C3%84hnlicheSeiten
===================================================================
--- trunk/locale/de/pgsrc/%C3%84hnlicheSeiten	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/%C3%84hnlicheSeiten	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=%C3%84hnlicheSeiten;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/AlleBenutzer
===================================================================
--- trunk/locale/de/pgsrc/AlleBenutzer	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/AlleBenutzer	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=AlleBenutzer;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/AlleSeiten
===================================================================
--- trunk/locale/de/pgsrc/AlleSeiten	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/AlleSeiten	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=AlleSeiten;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/AlleSeitenEditiertVonMir
===================================================================
--- trunk/locale/de/pgsrc/AlleSeitenEditiertVonMir	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/AlleSeitenEditiertVonMir	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=AlleSeitenEditiertVonMir;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/AlleSeitenErzeugtVonMir
===================================================================
--- trunk/locale/de/pgsrc/AlleSeitenErzeugtVonMir	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/AlleSeitenErzeugtVonMir	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=AlleSeitenErzeugtVonMir;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/AlleSeitenImBesitzVonMir
===================================================================
--- trunk/locale/de/pgsrc/AlleSeitenImBesitzVonMir	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/AlleSeitenImBesitzVonMir	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=AlleSeitenImBesitzVonMir;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/BackLinks
===================================================================
--- trunk/locale/de/pgsrc/BackLinks	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/BackLinks	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=BackLinks;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/BenutzerEinstellungen
===================================================================
--- trunk/locale/de/pgsrc/BenutzerEinstellungen	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/BenutzerEinstellungen	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=BenutzerEinstellungen;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/DebugAuthInfo
===================================================================
--- trunk/locale/de/pgsrc/DebugAuthInfo	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/DebugAuthInfo	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=DebugAuthInfo;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/DebugBackendInfo
===================================================================
--- trunk/locale/de/pgsrc/DebugBackendInfo	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/DebugBackendInfo	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=DebugBackendInfo;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/DebugGruppenInfo
===================================================================
--- trunk/locale/de/pgsrc/DebugGruppenInfo	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/DebugGruppenInfo	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=DebugGruppenInfo;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/EditiereText
===================================================================
--- trunk/locale/de/pgsrc/EditiereText	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/EditiereText	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=EditiereText;
 author=Das%20PhpWiki-Team;
Modified: trunk/locale/de/pgsrc/Einstellungen
===================================================================
--- trunk/locale/de/pgsrc/Einstellungen	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Einstellungen	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Einstellungen;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/FuzzySuche
===================================================================
--- trunk/locale/de/pgsrc/FuzzySuche	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/FuzzySuche	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=FuzzySuche;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/G%C3%A4steBuch
===================================================================
--- trunk/locale/de/pgsrc/G%C3%A4steBuch	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/G%C3%A4steBuch	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=G%C3%A4steBuch;
 author=Das%20PhpWiki-Team;
Modified: trunk/locale/de/pgsrc/GaesteBuch
===================================================================
--- trunk/locale/de/pgsrc/GaesteBuch	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/GaesteBuch	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=GaesteBuch;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/Geringf%C3%BCgige%C3%84nderungen
===================================================================
--- trunk/locale/de/pgsrc/Geringf%C3%BCgige%C3%84nderungen	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Geringf%C3%BCgige%C3%84nderungen	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Geringf%C3%BCgige%C3%84nderungen;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/GleicheSeiten
===================================================================
--- trunk/locale/de/pgsrc/GleicheSeiten	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/GleicheSeiten	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=GleicheSeiten;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/Hilfe
===================================================================
--- trunk/locale/de/pgsrc/Hilfe	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FAktionsSeite
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FAktionsSeite	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FAktionsSeite	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FAktionsSeite;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FAutorenProtokollPlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FAutorenProtokollPlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FAutorenProtokollPlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FAutorenProtokollPlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FBackLinksPlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FBackLinksPlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FBackLinksPlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FBackLinksPlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FGraphVizPlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FGraphVizPlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FGraphVizPlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FGraphVizPlugin;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/Hilfe%2FGuterStil
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FGuterStil	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FGuterStil	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FGuterStil;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FHalloWeltPlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FHalloWeltPlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FHalloWeltPlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FHalloWeltPlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FHochLadenPlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FHochLadenPlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FHochLadenPlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FHochLadenPlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FInhaltsVerzeichnisPlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FInhaltsVerzeichnisPlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FInhaltsVerzeichnisPlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FInhaltsVerzeichnisPlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FModerierteSeitePlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FModerierteSeitePlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FModerierteSeitePlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FModerierteSeitePlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FNeueSeitePlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FNeueSeitePlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FNeueSeitePlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FNeueSeitePlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FNeuerKommentarPlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FNeuerKommentarPlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FNeuerKommentarPlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FNeuerKommentarPlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FPhotoAlbumPlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FPhotoAlbumPlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FPhotoAlbumPlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FPhotoAlbumPlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FPhpWiki
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FPhpWiki	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FPhpWiki	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FPhpWiki;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FSeitenErzeugen
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FSeitenErzeugen	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FSeitenErzeugen	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FSeitenErzeugen;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FSteve%20Wainstead
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FSteve%20Wainstead	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FSteve%20Wainstead	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FSteve%20Wainstead;
 author=Das%20PhpWiki-Team;
Modified: trunk/locale/de/pgsrc/Hilfe%2FTextBearbeiten
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FTextBearbeiten	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FTextBearbeiten	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FTextBearbeiten;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FTextFormatierungsRegeln
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FTextFormatierungsRegeln	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FTextFormatierungsRegeln	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FTextFormatierungsRegeln;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/Hilfe%2FVorlagePlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FVorlagePlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FVorlagePlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FVorlagePlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FWabiSabi
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FWabiSabi	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FWabiSabi	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FWabiSabi;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FWieManWikiBenutzt
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FWieManWikiBenutzt	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FWieManWikiBenutzt	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FWieManWikiBenutzt;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FWikiTechnik
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FWikiTechnik	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FWikiTechnik	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FWikiTechnik;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FWikiWikiWeb
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FWikiWikiWeb	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FWikiWikiWeb	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FWikiWikiWeb;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin
===================================================================
--- trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Hilfe%2FZufallsSeitePlugin;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/HochLaden
===================================================================
--- trunk/locale/de/pgsrc/HochLaden	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/HochLaden	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=HochLaden;
 flags=EXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/HomePage
===================================================================
--- trunk/locale/de/pgsrc/HomePage	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/HomePage	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
 author=Das%20PhpWiki-Team;
Modified: trunk/locale/de/pgsrc/InterWikiListe
===================================================================
--- trunk/locale/de/pgsrc/InterWikiListe	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/InterWikiListe	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=InterWikiListe;
 pagetype=interwikimap;
Modified: trunk/locale/de/pgsrc/KategorieAktionSeite
===================================================================
--- trunk/locale/de/pgsrc/KategorieAktionSeite	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/KategorieAktionSeite	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=KategorieAktionSeite;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/KategorieKategorie
===================================================================
--- trunk/locale/de/pgsrc/KategorieKategorie	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/KategorieKategorie	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=KategorieKategorie;
 flags=EXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/KategorieWikiPlugin
===================================================================
--- trunk/locale/de/pgsrc/KategorieWikiPlugin	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/KategorieWikiPlugin	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=KategorieWikiPlugin;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/LeereSeiten
===================================================================
--- trunk/locale/de/pgsrc/LeereSeiten	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/LeereSeiten	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=LeereSeiten;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/LinkSuche
===================================================================
--- trunk/locale/de/pgsrc/LinkSuche	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/LinkSuche	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=LinkSuche;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/ListeRelationen
===================================================================
--- trunk/locale/de/pgsrc/ListeRelationen	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/ListeRelationen	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=ListeRelationen;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/MeistBesucht
===================================================================
--- trunk/locale/de/pgsrc/MeistBesucht	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/MeistBesucht	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=MeistBesucht;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/ModerierteSeite
===================================================================
--- trunk/locale/de/pgsrc/ModerierteSeite	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/ModerierteSeite	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=ModerierteSeite;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/NeueSeite
===================================================================
--- trunk/locale/de/pgsrc/NeueSeite	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/NeueSeite	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=NeueSeite;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/Neueste%C3%84nderungen
===================================================================
--- trunk/locale/de/pgsrc/Neueste%C3%84nderungen	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/Neueste%C3%84nderungen	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=Neueste%C3%84nderungen;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/NeuesteSeiten
===================================================================
--- trunk/locale/de/pgsrc/NeuesteSeiten	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/NeuesteSeiten	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=NeuesteSeiten;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
Modified: trunk/locale/de/pgsrc/PasswortZur%C3%BCcksetzen
===================================================================
--- trunk/locale/de/pgsrc/PasswortZur%C3%BCcksetzen	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/PasswortZur%C3%BCcksetzen	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: 2025年2月19日 11:10:15 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.6)
 Content-Type: application/x-phpwiki;
 pagename=PasswortZur%C3%BCcksetzen;
 flags=PAGE_LOCKED;
Modified: trunk/locale/de/pgsrc/PhpWikiDokumentation
===================================================================
--- trunk/locale/de/pgsrc/PhpWikiDokumentation	2025年05月05日 17:45:38 UTC (rev 11196)
+++ trunk/locale/de/pgsrc/PhpWikiDokumentation	2025年05月05日 18:03:49 UTC (rev 11197)
@@ -1,5 +1,5 @@
 Date: Wed, 19 Feb 2...
 
[truncated message content]
Revision: 11196
 http://sourceforge.net/p/phpwiki/code/11196
Author: vargenau
Date: 2025年05月05日 17:45:38 +0000 (2025年5月05日)
Log Message:
-----------
Fix CSS
Modified Paths:
--------------
 trunk/themes/SpaceWiki/SpaceWiki.css
Modified: trunk/themes/SpaceWiki/SpaceWiki.css
===================================================================
--- trunk/themes/SpaceWiki/SpaceWiki.css	2025年05月05日 17:33:37 UTC (rev 11195)
+++ trunk/themes/SpaceWiki/SpaceWiki.css	2025年05月05日 17:45:38 UTC (rev 11196)
@@ -32,7 +32,7 @@
 }
 */
 @font-face {
- font-family: 'Antonio', sans-serif;
+ font-family: 'Antonio';
 font-weight: normal;
 font-weight: 400;
 src: url('fonts/Antonio-Regular.woff2') format('woff2'),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年05月05日 17:33:55
Revision: 11195
 http://sourceforge.net/p/phpwiki/code/11195
Author: vargenau
Date: 2025年05月05日 17:33:37 +0000 (2025年5月05日)
Log Message:
-----------
Default value for font-family; minor CSS improvements
Modified Paths:
--------------
 trunk/themes/Hawaiian/Hawaiian.css
 trunk/themes/MacOSX/MacOSX.css
 trunk/themes/SpaceWiki/SpaceWiki.css
 trunk/themes/default/phpwiki-common.css
Modified: trunk/themes/Hawaiian/Hawaiian.css
===================================================================
--- trunk/themes/Hawaiian/Hawaiian.css	2025年05月05日 17:32:16 UTC (rev 11194)
+++ trunk/themes/Hawaiian/Hawaiian.css	2025年05月05日 17:33:37 UTC (rev 11195)
@@ -83,7 +83,7 @@
 /* Adds space between the image and the heading */
 
 border: 1px outset gray;
- margin-left: 0em;
+ margin-left: 0;
 margin-bottom: 1ex;
 }
 
@@ -629,7 +629,7 @@
 div.toc p {
 /*toc title*/
 text-decoration: none;
- padding-top: 0ex;
+ padding-top: 0;
 margin-left: 5px;
 }
 
@@ -636,7 +636,7 @@
 div.toclist p a {
 /*toc items*/
 text-decoration: none;
- padding-top: 0ex;
+ padding-top: 0;
 margin-left: 5px;
 }
 
Modified: trunk/themes/MacOSX/MacOSX.css
===================================================================
--- trunk/themes/MacOSX/MacOSX.css	2025年05月05日 17:32:16 UTC (rev 11194)
+++ trunk/themes/MacOSX/MacOSX.css	2025年05月05日 17:33:37 UTC (rev 11195)
@@ -27,7 +27,7 @@
 
 body {
 background: #fafafa url("images/bgpaper8.png");
- font-family: "New York", Palatino;
+ font-family: "New York", Palatino, serif;
 }
 
 body.edit {
@@ -42,13 +42,8 @@
 }
 
 #logo img {
- margin-right: 0ex;
- /* Adds space between the image and the heading */
- /*
- margin-left: 0em;
- margin-bottom: 1ex;
- */
- margin-left: 0em;
+ margin-right: 0;
+ margin-left: 0;
 }
 
 
@@ -94,22 +89,21 @@
 /* CreateTocPlugin plugin ================================================== */
 
 div.toc p {
- /*toc title*/
+ /* toc title */
 font-family: "Lucida Grande", "SF Pro", "San Francisco", "Lucida Sans", Helvetica, Arial, sans-serif;
 text-decoration: none;
- padding-top: 0ex;
+ padding-top: 0;
 margin-left: 5px;
 }
 
 div.toclist p {
- /*toc items*/
+ /* toc items */
 font-family: "Lucida Grande", "SF Pro", "San Francisco", "Lucida Sans", Helvetica, Arial, sans-serif;
 font-style: italic;
- padding-top: 0ex;
+ padding-top: 0;
 margin-left: 5px;
 }
 
-
 input.button {
 font-family: "Lucida Grande", "SF Pro", "San Francisco", "Lucida Sans", Helvetica, Arial, sans-serif;
 }
@@ -1266,7 +1260,6 @@
 
 .tdunselected {
 font-weight: normal;
- background: white;
 text-decoration: underline;
 background: #f8f8f8;
 }
Modified: trunk/themes/SpaceWiki/SpaceWiki.css
===================================================================
--- trunk/themes/SpaceWiki/SpaceWiki.css	2025年05月05日 17:32:16 UTC (rev 11194)
+++ trunk/themes/SpaceWiki/SpaceWiki.css	2025年05月05日 17:33:37 UTC (rev 11195)
@@ -32,7 +32,7 @@
 }
 */
 @font-face {
- font-family: 'Antonio';
+ font-family: 'Antonio', sans-serif;
 font-weight: normal;
 font-weight: 400;
 src: url('fonts/Antonio-Regular.woff2') format('woff2'),
@@ -91,7 +91,6 @@
 h1 {
 font-weight: bold;
 font-weight: 700;
-
 color: #5791ff;
 }
 
@@ -180,10 +179,6 @@
 form {
 color: red;
 /* background-color: black;*/
- padding-top: 1ex;
- padding-left: 1ex;
- padding-bottom: 3pt;
- padding-right: 0pt;
 padding: 0;
 }
 
@@ -190,7 +185,6 @@
 textarea {
 display: flex;
 
-
 padding: 12px 20px;
 margin-left: 8px;
 
@@ -251,7 +245,7 @@
 text-align: center;
 border-radius: 4px;
 
- margin-bottom: 0ex;
+ margin-bottom: 0;
 margin-right: 1ex;
 color: white !important;
 background: #090230;
@@ -290,7 +284,7 @@
 cursor: pointer;
 /* Pointer cursor on hover */
 border: 0;
-vertical-align: middle;
+ vertical-align: middle;
 padding-top: 0.5ex;
 padding-left: 4ex;
 padding-bottom: 3pt;
@@ -367,7 +361,6 @@
 "Arial Narrow", Helvetica, Arial, sans-serif;
 font-weight: normal;
 font-weight: 400;
-
 color: black;
 background-color: yellow;
 padding-top: 1ex;
@@ -424,7 +417,7 @@
 
 #actionbuttons a.wikiadmin,
 a.wikiadmin {
- font-family: 'Antonio';
+ font-family: 'Antonio', sans-serif;
 font-weight: normal;
 font-weight: 400;
 background-color: #BB0002;
@@ -564,7 +557,7 @@
 /* CreateTocPlugin plugin ================================================== */
 
 div.toc p.toctitle {
- /*toc title*/
+ /* toc title */
 text-decoration: none;
 margin-left: 5px;
 color: black;
@@ -576,9 +569,9 @@
 }
 
 div.toclist p {
- /*toc items*/
+ /* toc items */
 font-style: italic;
- padding-top: 0ex;
+ padding-top: 0;
 margin-left: 5px;
 }
 
@@ -619,7 +612,6 @@
 }
 
 .diff .block {
- background: #d8d8d8;
 background: #5791ff;
 display: inline-block;
 margin-top: 1em;
@@ -758,25 +750,6 @@
 font-weight: 700;
 }
 
-
-/*a.wikiadmin {
- margin-left: 1ex;
- font-weight: 700;
- background-color: #ddc300;
- color: black;
- border-top-right-radius: 18px;
- border-bottom-right-radius: 18px;
- padding-right: 3ex;
- cursor: pointer;
- border: 0;
-
- padding-top: 1ex;
- padding-left: 4ex;
- padding-bottom: 3pt;
- padding-right: 1.5ex;
-}
-*/
-
 .wiki-edithelp {
 display: inline-block;
 margin-left: 1ex;
Modified: trunk/themes/default/phpwiki-common.css
===================================================================
--- trunk/themes/default/phpwiki-common.css	2025年05月05日 17:32:16 UTC (rev 11194)
+++ trunk/themes/default/phpwiki-common.css	2025年05月05日 17:33:37 UTC (rev 11195)
@@ -168,14 +168,13 @@
 padding: 1ex;
 }
 
-div.toc p { /*toc title*/
+div.toc p { /* toc title */
 text-decoration: none;
- padding-top: 0ex;
+ padding-top: 0;
 margin-left: 5px;
 }
-div.toclist p a { /*toc items*/
-/* text-decoration: none;*/
- padding-top: 0ex;
+div.toclist p a { /* toc items */
+ padding-top: 0;
 margin-left: 5px;
 }
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 11194
 http://sourceforge.net/p/phpwiki/code/11194
Author: vargenau
Date: 2025年05月05日 17:32:16 +0000 (2025年5月05日)
Log Message:
-----------
Fix PDO SQl syntax (patch by Christof Meerwald)
Modified Paths:
--------------
 trunk/lib/WikiDB/backend/PDO.php
Modified: trunk/lib/WikiDB/backend/PDO.php
===================================================================
--- trunk/lib/WikiDB/backend/PDO.php	2025年03月17日 11:39:04 UTC (rev 11193)
+++ trunk/lib/WikiDB/backend/PDO.php	2025年05月05日 17:32:16 UTC (rev 11194)
@@ -1119,7 +1119,7 @@
 $dbh = &$this->_dbh;
 extract($this->_table_names);
 if ($orderby = $this->sortby($sortby, 'db', array('pagename', 'wantedfrom'))) {
- $orderby = 'ORDER BY ' . $orderby;
+ $orderby = ' ORDER BY ' . $orderby;
 }
 
 if ($exclude) { // array of pagenames
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月17日 11:39:11
Revision: 11193
 http://sourceforge.net/p/phpwiki/code/11193
Author: vargenau
Date: 2025年03月17日 11:39:04 +0000 (2025年3月17日)
Log Message:
-----------
Create branch release-1.6.5
Added Paths:
-----------
 branches/release-1.6.5/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月17日 11:38:41
Revision: 11192
 http://sourceforge.net/p/phpwiki/code/11192
Author: vargenau
Date: 2025年03月17日 11:38:40 +0000 (2025年3月17日)
Log Message:
-----------
Create tag release-1.6.5
Added Paths:
-----------
 tags/release-1.6.5/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月17日 11:29:32
Revision: 11191
 http://sourceforge.net/p/phpwiki/code/11191
Author: vargenau
Date: 2025年03月17日 11:29:25 +0000 (2025年3月17日)
Log Message:
-----------
Update locale/it/pgsrc/NoteDiRilascio
Modified Paths:
--------------
 trunk/locale/it/pgsrc/NoteDiRilascio
 trunk/pgsrc/ReleaseNotes
Modified: trunk/locale/it/pgsrc/NoteDiRilascio
===================================================================
--- trunk/locale/it/pgsrc/NoteDiRilascio	2025年03月17日 11:25:07 UTC (rev 11190)
+++ trunk/locale/it/pgsrc/NoteDiRilascio	2025年03月17日 11:29:25 UTC (rev 11191)
@@ -1,4 +1,4 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月17日 12:28:45 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=NoteDiRilascio;
@@ -8,10 +8,69 @@
 
 <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>>
 
-== 1.X.X 2024-XX-XX Marc-Etienne Vargenau ==
+== 1.6.5 2025年03月17日 Marc-Etienne Vargenau, Carsten Klapp ==
 
-* Upgrade PEAR to relase 1.10.15, PEAR DB to release 1.12.2
+Carsten Klapp strikes back!
 
+* Upgrade PEAR to release 1.10.16, PEAR DB to release 1.12.2
+* Readme for basic Windows 11 install instructions.
+* Complete rewrite of ~SpaceWiki theme using modern CSS.
+* ##passencrypt.php## and ##configurator.php##: Improved password encryption and
+ random password generation. Use newer ##password_hash## function when available.
+ Added copy to clipboard buttons.
+* Updated ##.htaccess## files to work with Apache 2.4. Will still work with
+ older versions but requires mod_version module which is available in
+ Apache 2.0.56 and later.
+* Minor updates to Hawaiian and Portland themes.
+* Fixed MacOSX theme buttons not loading, other visual improvements and
+ RecentChanges uses a table now.
+* Improved formatting output for debugging, adjusted code for themes
+ which depend on default theme. Added signature template. This can be
+ disabled by adding this line to ##themeinfo.php##:
+ ##$this->addImageAlias('signature', false);##
+* Added 404 error to ~HttpClient.php which is displayed now in
+ ~PhotoAlbumPlugin. Removed URL of defunct example website that broke
+ PhpWikiManual.
+* **Important bugfix for PHP 8.3 and newer:** Fixed garbled display of pages
+ due to deprecated errors. Also try harder to suppress deprecated errors on
+ all PHP versions. Set ##DEBUG=2## in ##config.ini## to view deprecated
+ errors, and ##DEBUG=1## for basic errors. Added hooks for CSS formatting of
+ deprecated errors.
+* Improvements and bugfixes to loading and saving pages to filedumps:
+ - fixed download of individual dump files stalling in chrome (must always
+ click resume).
+ - fixed page lock status not always loading, especially for virgin wiki.
+ - Security: Prevented unlocking existing page when loading dumped file
+ without lock flag.
+ - Security: Page hits and ACL are only loaded when page doesn't exist in
+ database. To do a complete restore of a page, delete it first.
+ - Fixed page metadata changes incorrectly being applied to database when
+ attempting to load a file and it was skipped.
+ - When a file is loaded the status now reports the loaded page lock status.
+ - Removed invalid http headers.
+ - Added dumpsvn action, mainly for developers and translators of pgsrc files.
+ - Fixed filenames sometimes not being urlencoded properly.
+ - Improved filtering of unknown page metadata being loaded into database.
+ - Dumped pages now use Unix line endings instead of Windows. Import of files
+ with Windows line endings should still work.
+ - Added summary page counts to page dumping.
+ - Dumping no longer overwrites existing files.
+ - **Fixed broken Merge edit** functionality when loading dumps, also added
+ diff preview. This means themes using custom editpage.tmpl need to be
+ updated with new ##$EDITING_OLD_REVISION_MESSAGE## variable.
+ - Date of files dumped now set to match page date in wiki.
+* configurator.php now comments out most values that are defaults. Added
+ automatically suggested paths for Windows users.
+* New: Show a nice diff preview when editing a page if there is an edit
+ conflict.
+* New: Prevent diff markers from being rendered as markup when editing a
+ conflict or merging a dumpload.
+* **Important bugfix:** Fixed users unexpectedly being logged out. Affected
+ flatfile database and possibly other db types also. Improved by sanity
+ checking of database global timestamp.
+* RDF link in RecentChanges no longer crashes but still provides incomplete
+ output.
+
 == 1.6.4 2024年03月13日 Marc-Etienne Vargenau, Christof Meerwald ==
 
 * Upgrade PEAR to relase 1.10.14, PEAR DB to release 1.12.1
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes	2025年03月17日 11:25:07 UTC (rev 11190)
+++ trunk/pgsrc/ReleaseNotes	2025年03月17日 11:29:25 UTC (rev 11191)
@@ -1,4 +1,4 @@
-Date: Sun, 2 Mar 2025 22:26:26 +0000
+Date: 2025年3月17日 12:28:45 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=ReleaseNotes;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月17日 11:25:15
Revision: 11190
 http://sourceforge.net/p/phpwiki/code/11190
Author: vargenau
Date: 2025年03月17日 11:25:07 +0000 (2025年3月17日)
Log Message:
-----------
Update ReleaseNotes
Modified Paths:
--------------
 trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes	2025年03月17日 11:16:19 UTC (rev 11189)
+++ trunk/pgsrc/ReleaseNotes	2025年03月17日 11:25:07 UTC (rev 11190)
@@ -9,33 +9,33 @@
 
 <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>>
 
-== 1.6.5 2025-XX-XX Marc-Etienne Vargenau, Carsten Klapp ==
+== 1.6.5 2025年03月17日 Marc-Etienne Vargenau, Carsten Klapp ==
 
-CarstenKlapp strikes back!
+Carsten Klapp strikes back!
 
 * Upgrade PEAR to release 1.10.16, PEAR DB to release 1.12.2
 * Readme for basic Windows 11 install instructions.
-* Complete rewrite of ~SpaceWiki theme using modern css.
-* passencrypt.php and configurator.php: Improved password encryption and
- random pw generation. Use newer password_hash function when available.
+* Complete rewrite of ~SpaceWiki theme using modern CSS.
+* ##passencrypt.php## and ##configurator.php##: Improved password encryption and
+ random password generation. Use newer ##password_hash## function when available.
 Added copy to clipboard buttons.
 * Updated ##.htaccess## files to work with Apache 2.4. Will still work with
 older versions but requires mod_version module which is available in
 Apache 2.0.56 and later.
-* Minor updates to Hawaiian theme and Portland theme.
+* Minor updates to Hawaiian and Portland themes.
 * Fixed MacOSX theme buttons not loading, other visual improvements and
 RecentChanges uses a table now.
 * Improved formatting output for debugging, adjusted code for themes
 which depend on default theme. Added signature template. This can be
- disabled by adding this line to themeinfo.php:
+ disabled by adding this line to ##themeinfo.php##:
 ##$this->addImageAlias('signature', false);##
 * Added 404 error to ~HttpClient.php which is displayed now in
- ~PhotoAlbumPlugin. Removed url of defunct example website that broke
+ ~PhotoAlbumPlugin. Removed URL of defunct example website that broke
 PhpWikiManual.
 * **Important bugfix for PHP 8.3 and newer:** Fixed garbled display of pages
 due to deprecated errors. Also try harder to suppress deprecated errors on
 all PHP versions. Set ##DEBUG=2## in ##config.ini## to view deprecated
- errors, and ##DEBUG=1## for basic errors. Added hooks for css formatting of
+ errors, and ##DEBUG=1## for basic errors. Added hooks for CSS formatting of
 deprecated errors.
 * Improvements and bugfixes to loading and saving pages to filedumps:
 - fixed download of individual dump files stalling in chrome (must always
@@ -43,7 +43,7 @@
 - fixed page lock status not always loading, especially for virgin wiki.
 - Security: Prevented unlocking existing page when loading dumped file
 without lock flag.
- - Security: Page hits and acl are only loaded when page doesn't exist in
+ - Security: Page hits and ACL are only loaded when page doesn't exist in
 database. To do a complete restore of a page, delete it first.
 - Fixed page metadata changes incorrectly being applied to database when
 attempting to load a file and it was skipped.
@@ -52,8 +52,8 @@
 - Added dumpsvn action, mainly for developers and translators of pgsrc files.
 - Fixed filenames sometimes not being urlencoded properly.
 - Improved filtering of unknown page metadata being loaded into database.
- - Dumped pages now use unix line endings instead of windows. Import of files
- with windows line endings should still work.
+ - Dumped pages now use Unix line endings instead of Windows. Import of files
+ with Windows line endings should still work.
 - Added summary page counts to page dumping.
 - Dumping no longer overwrites existing files.
 - **Fixed broken Merge edit** functionality when loading dumps, also added
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月17日 11:16:43
Revision: 11189
 http://sourceforge.net/p/phpwiki/code/11189
Author: vargenau
Date: 2025年03月17日 11:16:19 +0000 (2025年3月17日)
Log Message:
-----------
Update translations
Modified Paths:
--------------
 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
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	2025年03月17日 11:13:32 UTC (rev 11188)
+++ trunk/locale/po/de.po	2025年03月17日 11:16:19 UTC (rev 11189)
@@ -6,11 +6,11 @@
 msgstr ""
 "Project-Id-Version: PhpWiki 1.6.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025年02月28日 16:21+0100\n"
+"POT-Creation-Date: 2025年03月17日 12:14+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.de>, Arno Hollosi <aho...@ma...>\n"
+"<car...@us...>, Helmer Pardun <pardunpress@t-online."
+"de>, Arno Hollosi <aho...@ma...>\n"
 "Language-Team: German <de...@li...>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
@@ -3162,11 +3162,11 @@
 msgstr "Text mit der GD Bibliothek in ein PNG Bild konvertieren."
 
 msgid ""
-"PHP was unable to create a new GD image stream. Read 'lib/plugin/"
-"text2png.php' for details."
+"PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
+"php' for details."
 msgstr ""
-"PHP konnte keinen neues GD Bild erzeugen. Lesen Sie 'lib/plugin/"
-"text2png.php' für Details."
+"PHP konnte keinen neues GD Bild erzeugen. Lesen Sie 'lib/plugin/text2png."
+"php' für Details."
 
 #, php-format
 msgid "Image saved to cache file: %s"
@@ -5048,8 +5048,8 @@
 "Sorry, you cannot login.\n"
 " You have to ask the System Administrator to reset your password."
 msgstr ""
-"Die Länge des gespeicherten Passwortes ist kürzer als vom System "
-"gefordert.Sie können sich leider nicht anmelden.\n"
+"Die Länge des gespeicherten Passwortes ist kürzer als vom System gefordert."
+"Sie können sich leider nicht anmelden.\n"
 " Sie müssen den System Administrator bitten, Ihr Passwort neu zu setzen."
 
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
Modified: trunk/locale/po/es.po
===================================================================
--- trunk/locale/po/es.po	2025年03月17日 11:13:32 UTC (rev 11188)
+++ trunk/locale/po/es.po	2025年03月17日 11:16:19 UTC (rev 11189)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: PhpWiki 1.6.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025年02月28日 16:21+0100\n"
+"POT-Creation-Date: 2025年03月17日 12:14+0100\n"
 "PO-Revision-Date: 2000年02月01日 00:50-0500\n"
 "Last-Translator: Pablo Roca <pr...@cl...>\n"
 "Language-Team: \n"
@@ -1042,8 +1042,8 @@
 #, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr ""
-"Asegúrese por favor de que %s sea escribible, o redefina %s en config/"
-"config.ini."
+"Asegúrese por favor de que %s sea escribible, o redefina %s en config/config."
+"ini."
 
 #, php-format
 msgid "the session.save_path directory "%s""
@@ -3088,8 +3088,8 @@
 msgstr ""
 
 msgid ""
-"PHP was unable to create a new GD image stream. Read 'lib/plugin/"
-"text2png.php' for details."
+"PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
+"php' for details."
 msgstr ""
 
 #, php-format
Modified: trunk/locale/po/fr.po
===================================================================
--- trunk/locale/po/fr.po	2025年03月17日 11:13:32 UTC (rev 11188)
+++ trunk/locale/po/fr.po	2025年03月17日 11:16:19 UTC (rev 11189)
@@ -6,11 +6,11 @@
 msgstr ""
 "Project-Id-Version: PhpWiki 1.6.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025年02月28日 16:21+0100\n"
+"POT-Creation-Date: 2025年03月17日 12:14+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 "
-"<ste...@li...>, Pascal <pa...@ph...>, Benoit Masson\n"
+"Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6."
+"fr>, Pascal <pa...@ph...>, Benoit Masson\n"
 "Language-Team: none\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
@@ -283,8 +283,8 @@
 "those sections by hand before you click Save."
 msgstr ""
 "Certaines modifications n'ont pas pu être combinées automatiquement. "
-"Veuillez regarder les sections commençant par « %s », et se terminant par "
-"« %s ». Vous devrez modifier ces sections à la main avant de cliquer sur "
+"Veuillez regarder les sections commençant par « %s », et se terminant par « "
+"%s ». Vous devrez modifier ces sections à la main avant de cliquer sur "
 "Enregistrer."
 
 msgid "Please check it through before saving."
@@ -320,8 +320,8 @@
 
 msgid "Substring "\1円" found \2円 times. Replace with "\3円"?"
 msgstr ""
-"La sous-chaîne « \1円 » a été trouvée \2円 fois. Faut-il la remplacer par "
-"« \3円 » ?"
+"La sous-chaîne « \1円 » a été trouvée \2円 fois. Faut-il la remplacer par « "
+"\3円 » ?"
 
 #, php-format
 msgid "String "%s" not found."
@@ -3147,11 +3147,11 @@
 msgstr "Convertir le texte en une image PNG en utilisant GD."
 
 msgid ""
-"PHP was unable to create a new GD image stream. Read 'lib/plugin/"
-"text2png.php' for details."
+"PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
+"php' for details."
 msgstr ""
-"PHP n'a pas pu créer un nouveau flux d'image GD. Lisez 'lib/plugin/"
-"text2png.php' pour plus de détails."
+"PHP n'a pas pu créer un nouveau flux d'image GD. Lisez 'lib/plugin/text2png."
+"php' pour plus de détails."
 
 #, php-format
 msgid "Image saved to cache file: %s"
@@ -5359,10 +5359,10 @@
 "characters in %s etc. may be used too). The user id will be used as a link "
 "in [[RecentChanges]] to your home page."
 msgstr ""
-"Vous pouvez vous connecter en utilisant n'importe quel "
-"[[Aide:AjouterDesPages|MotWiki]] comme identifiant utilisateur (%s peuvent "
-"être utilisés). L'identifiant sera utilisé comme lien vers votre page "
-"personnelle dans [[DernièresModifs]]."
+"Vous pouvez vous connecter en utilisant n'importe quel [[Aide:"
+"AjouterDesPages|MotWiki]] comme identifiant utilisateur (%s peuvent être "
+"utilisés). L'identifiant sera utilisé comme lien vers votre page personnelle "
+"dans [[DernièresModifs]]."
 
 msgid "New users may use an empty password."
 msgstr "Les nouveaux utilisateurs devraient utiliser un mot de passe vide."
Modified: trunk/locale/po/it.po
===================================================================
--- trunk/locale/po/it.po	2025年03月17日 11:13:32 UTC (rev 11188)
+++ trunk/locale/po/it.po	2025年03月17日 11:16:19 UTC (rev 11189)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PhpWiki 1.6.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025年02月28日 16:21+0100\n"
+"POT-Creation-Date: 2025年03月17日 12:14+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"
@@ -3067,8 +3067,8 @@
 msgstr ""
 
 msgid ""
-"PHP was unable to create a new GD image stream. Read 'lib/plugin/"
-"text2png.php' for details."
+"PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
+"php' for details."
 msgstr ""
 
 #, php-format
Modified: trunk/locale/po/ja.po
===================================================================
--- trunk/locale/po/ja.po	2025年03月17日 11:13:32 UTC (rev 11188)
+++ trunk/locale/po/ja.po	2025年03月17日 11:16:19 UTC (rev 11189)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PhpWiki 1.6.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025年02月28日 16:21+0100\n"
+"POT-Creation-Date: 2025年03月17日 12:14+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"
@@ -3053,8 +3053,8 @@
 msgstr ""
 
 msgid ""
-"PHP was unable to create a new GD image stream. Read 'lib/plugin/"
-"text2png.php' for details."
+"PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
+"php' for details."
 msgstr ""
 
 #, php-format
Modified: trunk/locale/po/nl.po
===================================================================
--- trunk/locale/po/nl.po	2025年03月17日 11:13:32 UTC (rev 11188)
+++ trunk/locale/po/nl.po	2025年03月17日 11:16:19 UTC (rev 11189)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PhpWiki 1.6.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025年02月28日 16:21+0100\n"
+"POT-Creation-Date: 2025年03月17日 12:14+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"
@@ -3058,8 +3058,8 @@
 msgstr ""
 
 msgid ""
-"PHP was unable to create a new GD image stream. Read 'lib/plugin/"
-"text2png.php' for details."
+"PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
+"php' for details."
 msgstr ""
 
 #, php-format
Modified: trunk/locale/po/phpwiki.pot
===================================================================
--- trunk/locale/po/phpwiki.pot	2025年03月17日 11:13:32 UTC (rev 11188)
+++ trunk/locale/po/phpwiki.pot	2025年03月17日 11:16:19 UTC (rev 11189)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PhpWiki-1.6.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025年02月28日 16:21+0100\n"
+"POT-Creation-Date: 2025年03月17日 12:14+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"
@@ -3053,8 +3053,8 @@
 msgstr ""
 
 msgid ""
-"PHP was unable to create a new GD image stream. Read 'lib/plugin/"
-"text2png.php' for details."
+"PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
+"php' for details."
 msgstr ""
 
 #, php-format
Modified: trunk/locale/po/sv.po
===================================================================
--- trunk/locale/po/sv.po	2025年03月17日 11:13:32 UTC (rev 11188)
+++ trunk/locale/po/sv.po	2025年03月17日 11:16:19 UTC (rev 11189)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PhpWiki 1.6.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025年02月28日 16:21+0100\n"
+"POT-Creation-Date: 2025年03月17日 12:14+0100\n"
 "PO-Revision-Date: 2001年01月27日 01:58+0200\n"
 "Last-Translator: Jon Åslund <jo...@he...>\n"
 "Language-Team: \n"
@@ -3054,8 +3054,8 @@
 msgstr ""
 
 msgid ""
-"PHP was unable to create a new GD image stream. Read 'lib/plugin/"
-"text2png.php' for details."
+"PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
+"php' for details."
 msgstr ""
 
 #, php-format
Modified: trunk/locale/po/zh.po
===================================================================
--- trunk/locale/po/zh.po	2025年03月17日 11:13:32 UTC (rev 11188)
+++ trunk/locale/po/zh.po	2025年03月17日 11:16:19 UTC (rev 11189)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PhpWiki 1.6.5\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025年02月28日 16:21+0100\n"
+"POT-Creation-Date: 2025年03月17日 12:14+0100\n"
 "PO-Revision-Date: 2004年04月21日 10:08+0800\n"
 "Last-Translator: DruryL <dr...@us...>\n"
 "Language-Team: DruryL <dr...@us...>\n"
@@ -3062,8 +3062,8 @@
 msgstr "使用 GD 轉換文字為 PNG 圖片."
 
 msgid ""
-"PHP was unable to create a new GD image stream. Read 'lib/plugin/"
-"text2png.php' for details."
+"PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
+"php' for details."
 msgstr ""
 "PHP 無法建立新的 GD 影像流. 閱讀 lib/plugin/text2png.php 以取得更多資訊."
 
Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月17日 11:13:40
Revision: 11188
 http://sourceforge.net/p/phpwiki/code/11188
Author: vargenau
Date: 2025年03月17日 11:13:32 +0000 (2025年3月17日)
Log Message:
-----------
Update fusionforge dates
Modified Paths:
--------------
 trunk/themes/fusionforge/pgsrc/CategoryWiki%20templates
 trunk/themes/fusionforge/pgsrc/CategoryWiki%20user
 trunk/themes/fusionforge/pgsrc/ExternalPages
 trunk/themes/fusionforge/pgsrc/FindPage
 trunk/themes/fusionforge/pgsrc/FullTextSearch
 trunk/themes/fusionforge/pgsrc/HomePage
 trunk/themes/fusionforge/pgsrc/PhpWikiAdministration
 trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple
 trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetExternal
 trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple
 trunk/themes/fusionforge/pgsrc/SpecialPages
 trunk/themes/fusionforge/pgsrc/TextFormattingRules
 trunk/themes/fusionforge/pgsrc/TitleSearch
 trunk/themes/fusionforge/pgsrc/UpLoad
 trunk/themes/fusionforge/pgsrc/colorbox
 trunk/themes/fusionforge/pgsrc/titlebar
Modified: trunk/themes/fusionforge/pgsrc/CategoryWiki%20templates
===================================================================
--- trunk/themes/fusionforge/pgsrc/CategoryWiki%20templates	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/CategoryWiki%20templates	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=CategoryWiki%20templates;
Modified: trunk/themes/fusionforge/pgsrc/CategoryWiki%20user
===================================================================
--- trunk/themes/fusionforge/pgsrc/CategoryWiki%20user	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/CategoryWiki%20user	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=CategoryWiki%20user;
Modified: trunk/themes/fusionforge/pgsrc/ExternalPages
===================================================================
--- trunk/themes/fusionforge/pgsrc/ExternalPages	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/ExternalPages	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=ExternalPages;
Modified: trunk/themes/fusionforge/pgsrc/FindPage
===================================================================
--- trunk/themes/fusionforge/pgsrc/FindPage	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/FindPage	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=FindPage;
Modified: trunk/themes/fusionforge/pgsrc/FullTextSearch
===================================================================
--- trunk/themes/fusionforge/pgsrc/FullTextSearch	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/FullTextSearch	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=FullTextSearch;
Modified: trunk/themes/fusionforge/pgsrc/HomePage
===================================================================
--- trunk/themes/fusionforge/pgsrc/HomePage	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/HomePage	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
Modified: trunk/themes/fusionforge/pgsrc/PhpWikiAdministration
===================================================================
--- trunk/themes/fusionforge/pgsrc/PhpWikiAdministration	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/PhpWikiAdministration	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=PhpWikiAdministration;
Modified: trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple
===================================================================
--- trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=PhpWikiAdministration%2FSetAclSimple;
Modified: trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetExternal
===================================================================
--- trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetExternal	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetExternal	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=PhpWikiAdministration%2FSetExternal;
Modified: trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple
===================================================================
--- trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=SetGlobalAccessRightsSimple;
Modified: trunk/themes/fusionforge/pgsrc/SpecialPages
===================================================================
--- trunk/themes/fusionforge/pgsrc/SpecialPages	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/SpecialPages	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=SpecialPages;
Modified: trunk/themes/fusionforge/pgsrc/TextFormattingRules
===================================================================
--- trunk/themes/fusionforge/pgsrc/TextFormattingRules	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/TextFormattingRules	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=TextFormattingRules;
Modified: trunk/themes/fusionforge/pgsrc/TitleSearch
===================================================================
--- trunk/themes/fusionforge/pgsrc/TitleSearch	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/TitleSearch	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=TitleSearch;
Modified: trunk/themes/fusionforge/pgsrc/UpLoad
===================================================================
--- trunk/themes/fusionforge/pgsrc/UpLoad	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/UpLoad	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=UpLoad;
Modified: trunk/themes/fusionforge/pgsrc/colorbox
===================================================================
--- trunk/themes/fusionforge/pgsrc/colorbox	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/colorbox	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=colorbox;
Modified: trunk/themes/fusionforge/pgsrc/titlebar
===================================================================
--- trunk/themes/fusionforge/pgsrc/titlebar	2025年03月16日 17:46:10 UTC (rev 11187)
+++ trunk/themes/fusionforge/pgsrc/titlebar	2025年03月17日 11:13:32 UTC (rev 11188)
@@ -1,4 +1,4 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月17日 12:12:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=titlebar;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月16日 17:46:26
Revision: 11187
 http://sourceforge.net/p/phpwiki/code/11187
Author: vargenau
Date: 2025年03月16日 17:46:10 +0000 (2025年3月16日)
Log Message:
-----------
Remove empty flags
Modified Paths:
--------------
 trunk/doc/README.security
 trunk/locale/README
 trunk/locale/es/pgsrc/Ayuda%2FKBrown
 trunk/locale/es/pgsrc/Ayuda%2FSteve%20Wainstead
 trunk/locale/es/pgsrc/HomePage
 trunk/locale/es/pgsrc/P%C3%A1ginaPrincipal
 trunk/locale/es/pgsrc/VisitantesRecientes
 trunk/locale/it/pgsrc/Aiuto%2FSteve%20Wainstead
 trunk/locale/it/pgsrc/HomePage
 trunk/locale/it/pgsrc/PaginaPrincipale
 trunk/locale/it/pgsrc/VisitatoriRecenti
 trunk/locale/ja/pgsrc/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8
 trunk/locale/ja/pgsrc/HomePage
 trunk/locale/nl/pgsrc/Help%2FJanNieuwenhuizen
 trunk/locale/nl/pgsrc/HomePage
 trunk/locale/nl/pgsrc/RecenteBezoekers
 trunk/locale/nl/pgsrc/ThuisPagina
 trunk/locale/sv/pgsrc/Framsida
 trunk/locale/sv/pgsrc/G%C3%A4stboken
 trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FSteve%20Wainstead
 trunk/locale/sv/pgsrc/HomePage
 trunk/locale/zh/pgsrc/%E9%A6%96%E9%A0%81
 trunk/locale/zh/pgsrc/HomePage
 trunk/locale/zh/pgsrc/HomePageAlias
 trunk/locale/zh/pgsrc/RecentVisitors
 trunk/themes/blog/pgsrc/About
 trunk/themes/blog/pgsrc/Blog
 trunk/themes/blog/pgsrc/CategoryHowTo
 trunk/themes/blog/pgsrc/HomePage
 trunk/themes/blog/pgsrc/HowTo
 trunk/themes/blog/pgsrc/PhotoAlbum
Modified: trunk/doc/README.security
===================================================================
--- trunk/doc/README.security	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/doc/README.security	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -139,11 +139,10 @@
 Subject: ~AppendText
 From: foo@bar (~PhpWiki)
 To: foo@bar (~PhpWiki)
-Date: Wed, 5 Jan 2005 17:09:46 +0800
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by ~PhpWiki 1.3.11pre-20050108)
 Content-Type: application/x-phpwiki;
 pagename=~AppendText;
- flags="";
 author=The%20PhpWiki%20programming%20team;
 version=1;
 lastmodified=1104916186;
@@ -162,11 +161,10 @@
 Subject: .
 From: foo@bar (~PhpWiki)
 To: foo@bar (~PhpWiki)
-Date: 2005年1月17日 15:54:59 +0800
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by ~PhpWiki 1.3.11pre-20050108)
 Content-Type: application/x-phpwiki;
 pagename=.;
- flags="";
 author=Admin;
 version=1;
 lastmodified=1105949000;
Modified: trunk/locale/README
===================================================================
--- trunk/locale/README	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/README	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -199,7 +199,6 @@
 Mime-Version: 1.0 (Produced by PhpWiki 1.3.11pre)
 Content-Type: application/x-phpwiki;
 pagename=G%C3%A4steBuch;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/es/pgsrc/Ayuda%2FKBrown
===================================================================
--- trunk/locale/es/pgsrc/Ayuda%2FKBrown	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/es/pgsrc/Ayuda%2FKBrown	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=Ayuda%2FKBrown;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/es/pgsrc/Ayuda%2FSteve%20Wainstead
===================================================================
--- trunk/locale/es/pgsrc/Ayuda%2FSteve%20Wainstead	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/es/pgsrc/Ayuda%2FSteve%20Wainstead	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=Ayuda%2FSteve%20Wainstead;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/es/pgsrc/HomePage
===================================================================
--- trunk/locale/es/pgsrc/HomePage	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/es/pgsrc/HomePage	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/es/pgsrc/P%C3%A1ginaPrincipal
===================================================================
--- trunk/locale/es/pgsrc/P%C3%A1ginaPrincipal	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/es/pgsrc/P%C3%A1ginaPrincipal	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=P%C3%A1ginaPrincipal;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/es/pgsrc/VisitantesRecientes
===================================================================
--- trunk/locale/es/pgsrc/VisitantesRecientes	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/es/pgsrc/VisitantesRecientes	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=VisitantesRecientes;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/it/pgsrc/Aiuto%2FSteve%20Wainstead
===================================================================
--- trunk/locale/it/pgsrc/Aiuto%2FSteve%20Wainstead	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/it/pgsrc/Aiuto%2FSteve%20Wainstead	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=Aiuto%2FSteve%20Wainstead;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/it/pgsrc/HomePage
===================================================================
--- trunk/locale/it/pgsrc/HomePage	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/it/pgsrc/HomePage	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/it/pgsrc/PaginaPrincipale
===================================================================
--- trunk/locale/it/pgsrc/PaginaPrincipale	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/it/pgsrc/PaginaPrincipale	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=PaginaPrincipale;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/it/pgsrc/VisitatoriRecenti
===================================================================
--- trunk/locale/it/pgsrc/VisitatoriRecenti	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/it/pgsrc/VisitatoriRecenti	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=VisitatoriRecenti;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/ja/pgsrc/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8
===================================================================
--- trunk/locale/ja/pgsrc/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/ja/pgsrc/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/ja/pgsrc/HomePage
===================================================================
--- trunk/locale/ja/pgsrc/HomePage	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/ja/pgsrc/HomePage	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/nl/pgsrc/Help%2FJanNieuwenhuizen
===================================================================
--- trunk/locale/nl/pgsrc/Help%2FJanNieuwenhuizen	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/nl/pgsrc/Help%2FJanNieuwenhuizen	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=Help%2FJanNieuwenhuizen;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/nl/pgsrc/HomePage
===================================================================
--- trunk/locale/nl/pgsrc/HomePage	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/nl/pgsrc/HomePage	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/nl/pgsrc/RecenteBezoekers
===================================================================
--- trunk/locale/nl/pgsrc/RecenteBezoekers	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/nl/pgsrc/RecenteBezoekers	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=RecenteBezoekers;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/nl/pgsrc/ThuisPagina
===================================================================
--- trunk/locale/nl/pgsrc/ThuisPagina	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/nl/pgsrc/ThuisPagina	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=ThuisPagina;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/sv/pgsrc/Framsida
===================================================================
--- trunk/locale/sv/pgsrc/Framsida	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/sv/pgsrc/Framsida	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=Framsida;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/sv/pgsrc/G%C3%A4stboken
===================================================================
--- trunk/locale/sv/pgsrc/G%C3%A4stboken	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/sv/pgsrc/G%C3%A4stboken	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=G%C3%A4stboken;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FSteve%20Wainstead
===================================================================
--- trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FSteve%20Wainstead	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FSteve%20Wainstead	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=Hj%C3%A4lp%2FSteve%20Wainstead;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/sv/pgsrc/HomePage
===================================================================
--- trunk/locale/sv/pgsrc/HomePage	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/sv/pgsrc/HomePage	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/zh/pgsrc/%E9%A6%96%E9%A0%81
===================================================================
--- trunk/locale/zh/pgsrc/%E9%A6%96%E9%A0%81	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/zh/pgsrc/%E9%A6%96%E9%A0%81	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=%E9%A6%96%E9%A0%81;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/zh/pgsrc/HomePage
===================================================================
--- trunk/locale/zh/pgsrc/HomePage	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/zh/pgsrc/HomePage	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/zh/pgsrc/HomePageAlias
===================================================================
--- trunk/locale/zh/pgsrc/HomePageAlias	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/zh/pgsrc/HomePageAlias	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePageAlias;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/locale/zh/pgsrc/RecentVisitors
===================================================================
--- trunk/locale/zh/pgsrc/RecentVisitors	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/locale/zh/pgsrc/RecentVisitors	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=RecentVisitors;
- flags="";
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/blog/pgsrc/About
===================================================================
--- trunk/themes/blog/pgsrc/About	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/themes/blog/pgsrc/About	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=About;
- flags="";
 author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
Modified: trunk/themes/blog/pgsrc/Blog
===================================================================
--- trunk/themes/blog/pgsrc/Blog	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/themes/blog/pgsrc/Blog	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=Blog;
- flags="";
 author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
Modified: trunk/themes/blog/pgsrc/CategoryHowTo
===================================================================
--- trunk/themes/blog/pgsrc/CategoryHowTo	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/themes/blog/pgsrc/CategoryHowTo	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=CategoryHowTo;
- flags="";
 author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
Modified: trunk/themes/blog/pgsrc/HomePage
===================================================================
--- trunk/themes/blog/pgsrc/HomePage	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/themes/blog/pgsrc/HomePage	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
- flags="";
 author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
Modified: trunk/themes/blog/pgsrc/HowTo
===================================================================
--- trunk/themes/blog/pgsrc/HowTo	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/themes/blog/pgsrc/HowTo	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HowTo;
- flags="";
 author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
Modified: trunk/themes/blog/pgsrc/PhotoAlbum
===================================================================
--- trunk/themes/blog/pgsrc/PhotoAlbum	2025年03月15日 17:34:59 UTC (rev 11186)
+++ trunk/themes/blog/pgsrc/PhotoAlbum	2025年03月16日 17:46:10 UTC (rev 11187)
@@ -1,8 +1,7 @@
-Date: 2025年3月15日 18:22:01 +0000
+Date: 2025年3月16日 18:44:08 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=PhotoAlbum;
- flags="";
 author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月15日 17:35:10
Revision: 11186
 http://sourceforge.net/p/phpwiki/code/11186
Author: vargenau
Date: 2025年03月15日 17:34:59 +0000 (2025年3月15日)
Log Message:
-----------
Add author in themes/blog/pgsrc themes/fusionforge/pgsrc and themes/wikilens/pgsrc
Modified Paths:
--------------
 trunk/themes/blog/pgsrc/About
 trunk/themes/blog/pgsrc/Blog
 trunk/themes/blog/pgsrc/CategoryHowTo
 trunk/themes/blog/pgsrc/HomePage
 trunk/themes/blog/pgsrc/HowTo
 trunk/themes/blog/pgsrc/PhotoAlbum
 trunk/themes/fusionforge/pgsrc/CategoryWiki%20templates
 trunk/themes/fusionforge/pgsrc/CategoryWiki%20user
 trunk/themes/fusionforge/pgsrc/ExternalPages
 trunk/themes/fusionforge/pgsrc/FindPage
 trunk/themes/fusionforge/pgsrc/FullTextSearch
 trunk/themes/fusionforge/pgsrc/HomePage
 trunk/themes/fusionforge/pgsrc/PhpWikiAdministration
 trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple
 trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetExternal
 trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple
 trunk/themes/fusionforge/pgsrc/SpecialPages
 trunk/themes/fusionforge/pgsrc/TextFormattingRules
 trunk/themes/fusionforge/pgsrc/TitleSearch
 trunk/themes/fusionforge/pgsrc/UpLoad
 trunk/themes/fusionforge/pgsrc/colorbox
 trunk/themes/fusionforge/pgsrc/titlebar
 trunk/themes/wikilens/pgsrc/LeftbarContent
Modified: trunk/themes/blog/pgsrc/About
===================================================================
--- trunk/themes/blog/pgsrc/About	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/blog/pgsrc/About	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=About;
 flags="";
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/blog/pgsrc/Blog
===================================================================
--- trunk/themes/blog/pgsrc/Blog	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/blog/pgsrc/Blog	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=Blog;
 flags="";
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/blog/pgsrc/CategoryHowTo
===================================================================
--- trunk/themes/blog/pgsrc/CategoryHowTo	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/blog/pgsrc/CategoryHowTo	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=CategoryHowTo;
 flags="";
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/blog/pgsrc/HomePage
===================================================================
--- trunk/themes/blog/pgsrc/HomePage	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/blog/pgsrc/HomePage	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
 flags="";
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/blog/pgsrc/HowTo
===================================================================
--- trunk/themes/blog/pgsrc/HowTo	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/blog/pgsrc/HowTo	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HowTo;
 flags="";
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/blog/pgsrc/PhotoAlbum
===================================================================
--- trunk/themes/blog/pgsrc/PhotoAlbum	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/blog/pgsrc/PhotoAlbum	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=PhotoAlbum;
 flags="";
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/CategoryWiki%20templates
===================================================================
--- trunk/themes/fusionforge/pgsrc/CategoryWiki%20templates	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/CategoryWiki%20templates	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=CategoryWiki%20templates;
 flags=EXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/CategoryWiki%20user
===================================================================
--- trunk/themes/fusionforge/pgsrc/CategoryWiki%20user	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/CategoryWiki%20user	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=CategoryWiki%20user;
 flags=EXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/ExternalPages
===================================================================
--- trunk/themes/fusionforge/pgsrc/ExternalPages	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/ExternalPages	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=ExternalPages;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/FindPage
===================================================================
--- trunk/themes/fusionforge/pgsrc/FindPage	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/FindPage	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=FindPage;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/FullTextSearch
===================================================================
--- trunk/themes/fusionforge/pgsrc/FullTextSearch	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/FullTextSearch	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=FullTextSearch;
 flags=PAGE_LOCKED;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/HomePage
===================================================================
--- trunk/themes/fusionforge/pgsrc/HomePage	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/HomePage	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=HomePage;
 flags=EXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/PhpWikiAdministration
===================================================================
--- trunk/themes/fusionforge/pgsrc/PhpWikiAdministration	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/PhpWikiAdministration	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=PhpWikiAdministration;
 flags=PAGE_LOCKED;
+ author=The%20PhpWiki%20Team;
 acl="view:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY";
 charset=UTF-8
 Content-Transfer-Encoding: binary
Modified: trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple
===================================================================
--- trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=PhpWikiAdministration%2FSetAclSimple;
 flags=PAGE_LOCKED;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetExternal
===================================================================
--- trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetExternal	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetExternal	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=PhpWikiAdministration%2FSetExternal;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple
===================================================================
--- trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=SetGlobalAccessRightsSimple;
 flags=PAGE_LOCKED;
+ author=The%20PhpWiki%20Team;
 acl="view:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY";
 charset=UTF-8
 Content-Transfer-Encoding: binary
Modified: trunk/themes/fusionforge/pgsrc/SpecialPages
===================================================================
--- trunk/themes/fusionforge/pgsrc/SpecialPages	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/SpecialPages	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=SpecialPages;
 flags=EXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/TextFormattingRules
===================================================================
--- trunk/themes/fusionforge/pgsrc/TextFormattingRules	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/TextFormattingRules	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,12 +1,13 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=TextFormattingRules;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
-== Synopsis
+== Synopsis ==
 
 **Emphasis:** ##~/~/## for //italics//, ##~*~*## for **bold**, ##~*~*~/~/...~/~/~*~*## for **//both//**, ##~#~### for ##fixed width##. \\
 **Lists:** ##~*## for bullet lists, ##~### for numbered lists; use multiple ##~*## or ##~### for nested lists. \\
Modified: trunk/themes/fusionforge/pgsrc/TitleSearch
===================================================================
--- trunk/themes/fusionforge/pgsrc/TitleSearch	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/TitleSearch	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=TitleSearch;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/UpLoad
===================================================================
--- trunk/themes/fusionforge/pgsrc/UpLoad	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/UpLoad	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=UpLoad;
 flags=EXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/colorbox
===================================================================
--- trunk/themes/fusionforge/pgsrc/colorbox	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/colorbox	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=colorbox;
 flags=EXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/fusionforge/pgsrc/titlebar
===================================================================
--- trunk/themes/fusionforge/pgsrc/titlebar	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/fusionforge/pgsrc/titlebar	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=titlebar;
 flags=EXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/themes/wikilens/pgsrc/LeftbarContent
===================================================================
--- trunk/themes/wikilens/pgsrc/LeftbarContent	2025年03月15日 10:17:28 UTC (rev 11185)
+++ trunk/themes/wikilens/pgsrc/LeftbarContent	2025年03月15日 17:34:59 UTC (rev 11186)
@@ -1,8 +1,9 @@
-Date: 2025年2月19日 11:10:15 +0000
+Date: 2025年3月15日 18:22:01 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=LeftbarContent;
 flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月15日 10:17:31
Revision: 11185
 http://sourceforge.net/p/phpwiki/code/11185
Author: vargenau
Date: 2025年03月15日 10:17:28 +0000 (2025年3月15日)
Log Message:
-----------
Use LF terminator
Modified Paths:
--------------
 trunk/doc/INSTALL.windows
 trunk/lib/WikiDB/backend/PDO_sqlite.php
 trunk/themes/blog/jscalendar/bugtest-hidden-selects.html
Modified: trunk/doc/INSTALL.windows
===================================================================
--- trunk/doc/INSTALL.windows	2025年03月15日 10:13:03 UTC (rev 11184)
+++ trunk/doc/INSTALL.windows	2025年03月15日 10:17:28 UTC (rev 11185)
@@ -1,54 +1,54 @@
-== General instructions tested under Windows 11: ==
-
-- Install Apache 2.4
-- Install php-8.4.4
-- Add these lines to php.ini: (substitute your path to the php extension dir)
-{{{
-extension_dir = "c:/Apache24/php/ext"
-extension=gettext
-extension=mbstring
-extension=dba
-extension=zip
-extension=mysqli
-default_charset = utf-8
-internal_encoding=utf-8
-intl.default_locale=en
-[mbstring]
-mbstring.language = all
-mbstring.encoding_translation = On
-mbstring.substitute_character = none;
-mbstring.func_overload = 0
-mbstring.strict_encoding = On
-
-max_execution_time = 60
-
-}}}
-- unzip phpwiki
-- copy phpwiki-1.6.5 directory to c:\Apache24\htdocs\ or wherever you
- installed apache and rename it to phpwiki
-- copy phpwiki\config\config-dist.ini to phpwiki\config\config.ini
-
-Probably the quickest way to get up and running is with file database
-instead downloading and installing a sql database.
-- edit config.ini and search for these variables, removing the ; from
- the start of the line:
-{{{
-WIKI_NAME = "My PhpWiki"
-ADMIN_USER =YourName
-ADMIN_PASSWD ="password"
-SESSION_SAVE_PATH = "/Apache24/htdocs/phpwiki_session"
-USE_DB_SESSION = true
-DATABASE_TYPE = file
-DATABASE_PREFIX = phpwiki_
-DATABASE_DIRECTORY = "/Apache24/htdocs/phpwiki_db"
-TEMP_DIR =
-}}}
-
-Leaving TEMP_DIR blank will default to the TEMP env var
-- Start apache
-- Browse to http://localhost/phpwiki/index.php
-
-For more info read INSTALL in the main phpwiki dir and
-doc\INSTALL.flatfile
-
-CarstenKlapp
+== General instructions tested under Windows 11: ==
+
+- Install Apache 2.4
+- Install php-8.4.4
+- Add these lines to php.ini: (substitute your path to the php extension dir)
+{{{
+extension_dir = "c:/Apache24/php/ext"
+extension=gettext
+extension=mbstring
+extension=dba
+extension=zip
+extension=mysqli
+default_charset = utf-8
+internal_encoding=utf-8
+intl.default_locale=en
+[mbstring]
+mbstring.language = all
+mbstring.encoding_translation = On
+mbstring.substitute_character = none;
+mbstring.func_overload = 0
+mbstring.strict_encoding = On
+
+max_execution_time = 60
+
+}}}
+- unzip phpwiki
+- copy phpwiki-1.6.5 directory to c:\Apache24\htdocs\ or wherever you
+ installed apache and rename it to phpwiki
+- copy phpwiki\config\config-dist.ini to phpwiki\config\config.ini
+
+Probably the quickest way to get up and running is with file database
+instead downloading and installing a sql database.
+- edit config.ini and search for these variables, removing the ; from
+ the start of the line:
+{{{
+WIKI_NAME = "My PhpWiki"
+ADMIN_USER =YourName
+ADMIN_PASSWD ="password"
+SESSION_SAVE_PATH = "/Apache24/htdocs/phpwiki_session"
+USE_DB_SESSION = true
+DATABASE_TYPE = file
+DATABASE_PREFIX = phpwiki_
+DATABASE_DIRECTORY = "/Apache24/htdocs/phpwiki_db"
+TEMP_DIR =
+}}}
+
+Leaving TEMP_DIR blank will default to the TEMP env var
+- Start apache
+- Browse to http://localhost/phpwiki/index.php
+
+For more info read INSTALL in the main phpwiki dir and
+doc\INSTALL.flatfile
+
+CarstenKlapp
Modified: trunk/lib/WikiDB/backend/PDO_sqlite.php
===================================================================
--- trunk/lib/WikiDB/backend/PDO_sqlite.php	2025年03月15日 10:13:03 UTC (rev 11184)
+++ trunk/lib/WikiDB/backend/PDO_sqlite.php	2025年03月15日 10:17:28 UTC (rev 11185)
@@ -1,60 +1,60 @@
-<?php
-/**
- * Copyright © 2023 $ThePhpWikiProgrammingTeam
- *
- * This file is part of PhpWiki.
- *
- * PhpWiki is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * PhpWiki is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with PhpWiki; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
- *
- */
-
-/**
- * @author: Christof Meerwald
- */
-require_once 'lib/WikiDB/backend/PDO.php';
-
-class WikiDB_backend_PDO_sqlite extends WikiDB_backend_PDO
-{
- public function __construct($dbparams)
- {
- parent::__construct($dbparams);
- }
-
- public function backendType()
- {
- return 'sqlite';
- }
-
- /*
- * offset specific syntax within sqlite
- * convert from,count to SQL "LIMIT $count OFFSET $from"
- */
- public function _limit_sql($limit = false)
- {
- if ($limit) {
- list($from, $count) = $this->limit($limit);
- if ($from) {
- $limit = " LIMIT $count OFFSET $from";
- } else {
- $limit = " LIMIT $count";
- }
- } else {
- $limit = '';
- }
- return $limit;
- }
-}
+<?php
+/**
+ * Copyright © 2023 $ThePhpWikiProgrammingTeam
+ *
+ * This file is part of PhpWiki.
+ *
+ * PhpWiki is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * PhpWiki is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with PhpWiki; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
+ */
+
+/**
+ * @author: Christof Meerwald
+ */
+require_once 'lib/WikiDB/backend/PDO.php';
+
+class WikiDB_backend_PDO_sqlite extends WikiDB_backend_PDO
+{
+ public function __construct($dbparams)
+ {
+ parent::__construct($dbparams);
+ }
+
+ public function backendType()
+ {
+ return 'sqlite';
+ }
+
+ /*
+ * offset specific syntax within sqlite
+ * convert from,count to SQL "LIMIT $count OFFSET $from"
+ */
+ public function _limit_sql($limit = false)
+ {
+ if ($limit) {
+ list($from, $count) = $this->limit($limit);
+ if ($from) {
+ $limit = " LIMIT $count OFFSET $from";
+ } else {
+ $limit = " LIMIT $count";
+ }
+ } else {
+ $limit = '';
+ }
+ return $limit;
+ }
+}
Modified: trunk/themes/blog/jscalendar/bugtest-hidden-selects.html
===================================================================
--- trunk/themes/blog/jscalendar/bugtest-hidden-selects.html	2025年03月15日 10:13:03 UTC (rev 11184)
+++ trunk/themes/blog/jscalendar/bugtest-hidden-selects.html	2025年03月15日 10:17:28 UTC (rev 11185)
@@ -1,108 +1,108 @@
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ro" lang="ro">
-
-<head>
-<title>Bug</title>
-<link rel="stylesheet" type="text/css" media="all" href="calendar-win2k-1.css" title="win2k-1" />
-
-<!-- import the calendar script -->
-<script type="text/javascript" src="calendar.js"></script>
-
-<!-- import the language module -->
-<script type="text/javascript" src="lang/calendar-en.js"></script>
-
-<!-- helper script that uses the calendar -->
-<script type="text/javascript">
-// This function gets called when the end-user clicks on some date.
-function selected(cal, date) {
- cal.sel.value = date; // just update the date in the input field.
- if (cal.sel.id == "sel1" || cal.sel.id == "sel3")
- // if we add this call we close the calendar on single-click.
- // just to exemplify both cases, we are using this only for the 1st
- // and the 3rd field, while 2nd and 4th will still require double-click.
- cal.callCloseHandler();
-}
-
-// And this gets called when the end-user clicks on the _selected_ date,
-// or clicks on the "Close" button. It just hides the calendar without
-// destroying it.
-function closeHandler(cal) {
- cal.hide(); // hide the calendar
-}
-
-// This function shows the calendar under the element having the given id.
-// It takes care of catching "mousedown" signals on document and hiding the
-// calendar if the click was outside.
-function showCalendar(id, format) {
- var el = document.getElementById(id);
- if (calendar != null) {
- // we already have some calendar created
- calendar.hide(); // so we hide it first.
- } else {
- // first-time call, create the calendar.
- var cal = new Calendar(false, null, selected, closeHandler);
- // uncomment the following line to hide the week numbers
- // cal.weekNumbers = false;
- calendar = cal; // remember it in the global var
- cal.setRange(1900, 2070); // min/max year allowed.
- cal.create();
- }
- calendar.setDateFormat(format); // set the specified date format
- calendar.parseDate(el.value); // try to parse the text in field
- calendar.sel = el; // inform it what input field we use
- calendar.showAtElement(el); // show the calendar below it
-
- return false;
-}
-
-var MINUTE = 60 * 1000;
-var HOUR = 60 * MINUTE;
-var DAY = 24 * HOUR;
-var WEEK = 7 * DAY;
-
-// If this handler returns true then the "date" given as
-// parameter will be disabled. In this example we enable
-// only days within a range of 10 days from the current
-// date.
-// You can use the functions date.getFullYear() -- returns the year
-// as 4 digit number, date.getMonth() -- returns the month as 0..11,
-// and date.getDate() -- returns the date of the month as 1..31, to
-// make heavy calculations here. However, beware that this function
-// should be very fast, as it is called for each day in a month when
-// the calendar is (re)constructed.
-function isDisabled(date) {
- var today = new Date();
- return (Math.abs(date.getTime() - today.getTime()) / DAY) > 10;
-}
-</script>
-</head>
-
-<body>
-<form>
-<b>Date:</b>
-<br>
-<input type="text" name="date1" id="sel1" size="30">
-<input type="button" value="..." onclick="return showCalendar('sel1', 'y-m-d');">
-<p>
-<br>
-<br><b>Visible &lt;select&gt;, hides and unhides as expected</b>
-<br>
-<select name="foo" multiple>
-<option value="1">can use the functions date.getFullYear() -- returns</option>
-<option value="2">4 digit number, date.getMonth() -- returns the month</option>
-<option value="3">heavy calculations here. However, beware that this</option>
-</select>
-
-<p>
-<br><b>Hidden &lt;select&gt;, it should stay hidden (but doesn't)</b>
-<br>
-<select name="foo2" multiple style="visibility: hidden">
-<option value="1">this should</option>
-<option value="2">remain hidden right?</option>
-</select>
-
-<p>
-<br><b>Hidden textbox below, it stays hidden as expected</b>
-<br>
-<input type="text" name="foo3" value="this stays hidden just fine" style="visibility: hidden">
-</form>
-</body></html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ro" lang="ro">
+
+<head>
+<title>Bug</title>
+<link rel="stylesheet" type="text/css" media="all" href="calendar-win2k-1.css" title="win2k-1" />
+
+<!-- import the calendar script -->
+<script type="text/javascript" src="calendar.js"></script>
+
+<!-- import the language module -->
+<script type="text/javascript" src="lang/calendar-en.js"></script>
+
+<!-- helper script that uses the calendar -->
+<script type="text/javascript">
+// This function gets called when the end-user clicks on some date.
+function selected(cal, date) {
+ cal.sel.value = date; // just update the date in the input field.
+ if (cal.sel.id == "sel1" || cal.sel.id == "sel3")
+ // if we add this call we close the calendar on single-click.
+ // just to exemplify both cases, we are using this only for the 1st
+ // and the 3rd field, while 2nd and 4th will still require double-click.
+ cal.callCloseHandler();
+}
+
+// And this gets called when the end-user clicks on the _selected_ date,
+// or clicks on the "Close" button. It just hides the calendar without
+// destroying it.
+function closeHandler(cal) {
+ cal.hide(); // hide the calendar
+}
+
+// This function shows the calendar under the element having the given id.
+// It takes care of catching "mousedown" signals on document and hiding the
+// calendar if the click was outside.
+function showCalendar(id, format) {
+ var el = document.getElementById(id);
+ if (calendar != null) {
+ // we already have some calendar created
+ calendar.hide(); // so we hide it first.
+ } else {
+ // first-time call, create the calendar.
+ var cal = new Calendar(false, null, selected, closeHandler);
+ // uncomment the following line to hide the week numbers
+ // cal.weekNumbers = false;
+ calendar = cal; // remember it in the global var
+ cal.setRange(1900, 2070); // min/max year allowed.
+ cal.create();
+ }
+ calendar.setDateFormat(format); // set the specified date format
+ calendar.parseDate(el.value); // try to parse the text in field
+ calendar.sel = el; // inform it what input field we use
+ calendar.showAtElement(el); // show the calendar below it
+
+ return false;
+}
+
+var MINUTE = 60 * 1000;
+var HOUR = 60 * MINUTE;
+var DAY = 24 * HOUR;
+var WEEK = 7 * DAY;
+
+// If this handler returns true then the "date" given as
+// parameter will be disabled. In this example we enable
+// only days within a range of 10 days from the current
+// date.
+// You can use the functions date.getFullYear() -- returns the year
+// as 4 digit number, date.getMonth() -- returns the month as 0..11,
+// and date.getDate() -- returns the date of the month as 1..31, to
+// make heavy calculations here. However, beware that this function
+// should be very fast, as it is called for each day in a month when
+// the calendar is (re)constructed.
+function isDisabled(date) {
+ var today = new Date();
+ return (Math.abs(date.getTime() - today.getTime()) / DAY) > 10;
+}
+</script>
+</head>
+
+<body>
+<form>
+<b>Date:</b>
+<br>
+<input type="text" name="date1" id="sel1" size="30">
+<input type="button" value="..." onclick="return showCalendar('sel1', 'y-m-d');">
+<p>
+<br>
+<br><b>Visible &lt;select&gt;, hides and unhides as expected</b>
+<br>
+<select name="foo" multiple>
+<option value="1">can use the functions date.getFullYear() -- returns</option>
+<option value="2">4 digit number, date.getMonth() -- returns the month</option>
+<option value="3">heavy calculations here. However, beware that this</option>
+</select>
+
+<p>
+<br><b>Hidden &lt;select&gt;, it should stay hidden (but doesn't)</b>
+<br>
+<select name="foo2" multiple style="visibility: hidden">
+<option value="1">this should</option>
+<option value="2">remain hidden right?</option>
+</select>
+
+<p>
+<br><b>Hidden textbox below, it stays hidden as expected</b>
+<br>
+<input type="text" name="foo3" value="this stays hidden just fine" style="visibility: hidden">
+</form>
+</body></html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月15日 10:13:14
Revision: 11184
 http://sourceforge.net/p/phpwiki/code/11184
Author: vargenau
Date: 2025年03月15日 10:13:03 +0000 (2025年3月15日)
Log Message:
-----------
Remove duplicate author
Modified Paths:
--------------
 trunk/pgsrc/CategoryDebugPage
 trunk/pgsrc/Help%2FDebugAuthInfoPlugin
Modified: trunk/pgsrc/CategoryDebugPage
===================================================================
--- trunk/pgsrc/CategoryDebugPage	2025年03月15日 10:09:30 UTC (rev 11183)
+++ trunk/pgsrc/CategoryDebugPage	2025年03月15日 10:13:03 UTC (rev 11184)
@@ -1,9 +1,8 @@
-Date: 2025年3月14日 22:14:45 +0000
+Date: 2025年3月15日 11:12:26 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=CategoryDebugPage;
 author=The%20PhpWiki%20Team;
- author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
Modified: trunk/pgsrc/Help%2FDebugAuthInfoPlugin
===================================================================
--- trunk/pgsrc/Help%2FDebugAuthInfoPlugin	2025年03月15日 10:09:30 UTC (rev 11183)
+++ trunk/pgsrc/Help%2FDebugAuthInfoPlugin	2025年03月15日 10:13:03 UTC (rev 11184)
@@ -1,10 +1,9 @@
-Date: 2025年2月14日 03:08:10 +0000
+Date: 2025年3月15日 11:12:26 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=Help%2FDebugAuthInfoPlugin;
 flags=PAGE_LOCKED;
 author=The%20PhpWiki%20Team;
- author=The%20PhpWiki%20Team;
 charset=UTF-8
 Content-Transfer-Encoding: binary
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月15日 10:09:39
Revision: 11183
 http://sourceforge.net/p/phpwiki/code/11183
Author: vargenau
Date: 2025年03月15日 10:09:30 +0000 (2025年3月15日)
Log Message:
-----------
Use LF terminator
Modified Paths:
--------------
 trunk/pgsrc/CategoryDebugPage
 trunk/pgsrc/DebugAuthInfo
 trunk/pgsrc/DebugBackendInfo
 trunk/pgsrc/DebugGroupInfo
 trunk/pgsrc/EditMetaData
 trunk/pgsrc/Help%2FDebugRetransformPlugin
 trunk/pgsrc/Help%2FSystemInfoPlugin
 trunk/pgsrc/PhpWikiDebug
Modified: trunk/pgsrc/CategoryDebugPage
===================================================================
--- trunk/pgsrc/CategoryDebugPage	2025年03月15日 09:27:28 UTC (rev 11182)
+++ trunk/pgsrc/CategoryDebugPage	2025年03月15日 10:09:30 UTC (rev 11183)
@@ -1,13 +1,13 @@
 Date: 2025年3月14日 22:14:45 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
-Content-Type: application/x-phpwiki;
- pagename=CategoryDebugPage;
- author=The%20PhpWiki%20Team;
- author=The%20PhpWiki%20Team;
- charset=UTF-8
-Content-Transfer-Encoding: binary
-
-<<BackLinks info||=pagename,mtime,hits,author sortby||=pagename>>
-
-----
-[[CategoryCategory]]
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Content-Type: application/x-phpwiki;
+ pagename=CategoryDebugPage;
+ author=The%20PhpWiki%20Team;
+ author=The%20PhpWiki%20Team;
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+<<BackLinks info||=pagename,mtime,hits,author sortby||=pagename>>
+
+----
+[[CategoryCategory]]
Modified: trunk/pgsrc/DebugAuthInfo
===================================================================
--- trunk/pgsrc/DebugAuthInfo	2025年03月15日 09:27:28 UTC (rev 11182)
+++ trunk/pgsrc/DebugAuthInfo	2025年03月15日 10:09:30 UTC (rev 11183)
@@ -1,15 +1,15 @@
-Date: 2025年2月11日 19:20:41 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
-Content-Type: application/x-phpwiki;
- pagename=DebugAuthInfo;
- flags=PAGE_LOCKED;
- author=The%20PhpWiki%20Team;
- acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY";
- charset=UTF-8
-Content-Transfer-Encoding: binary
-
-<<DebugAuthInfo>>
-
-----
-[[CategoryActionPage]]
-[[CategoryDebugPage]]
+Date: 2025年2月11日 19:20:41 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Content-Type: application/x-phpwiki;
+ pagename=DebugAuthInfo;
+ flags=PAGE_LOCKED;
+ author=The%20PhpWiki%20Team;
+ acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY";
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+<<DebugAuthInfo>>
+
+----
+[[CategoryActionPage]]
+[[CategoryDebugPage]]
Modified: trunk/pgsrc/DebugBackendInfo
===================================================================
--- trunk/pgsrc/DebugBackendInfo	2025年03月15日 09:27:28 UTC (rev 11182)
+++ trunk/pgsrc/DebugBackendInfo	2025年03月15日 10:09:30 UTC (rev 11183)
@@ -1,17 +1,17 @@
-Date: 2025年2月11日 18:45:19 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
-Content-Type: application/x-phpwiki;
- pagename=DebugBackendInfo;
- flags=PAGE_LOCKED;
- author=The%20PhpWiki%20Team;
- acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY";
- charset=UTF-8
-Content-Transfer-Encoding: binary
-
-Detailed view of a page, which is probably more useful for debugging than anything else.
-
-<<DebugBackendInfo page||=''>>
-
-----
-[[CategoryActionPage]]
-[[CategoryDebugPage]]
+Date: 2025年2月11日 18:45:19 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Content-Type: application/x-phpwiki;
+ pagename=DebugBackendInfo;
+ flags=PAGE_LOCKED;
+ author=The%20PhpWiki%20Team;
+ acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY";
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+Detailed view of a page, which is probably more useful for debugging than anything else.
+
+<<DebugBackendInfo page||=''>>
+
+----
+[[CategoryActionPage]]
+[[CategoryDebugPage]]
Modified: trunk/pgsrc/DebugGroupInfo
===================================================================
--- trunk/pgsrc/DebugGroupInfo	2025年03月15日 09:27:28 UTC (rev 11182)
+++ trunk/pgsrc/DebugGroupInfo	2025年03月15日 10:09:30 UTC (rev 11183)
@@ -1,15 +1,15 @@
-Date: 2025年2月14日 02:50:55 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
-Content-Type: application/x-phpwiki;
- pagename=DebugGroupInfo;
- flags=PAGE_LOCKED;
- author=The%20PhpWiki%20Team;
- acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY";
- charset=UTF-8
-Content-Transfer-Encoding: binary
-
-<<DebugGroupInfo>>
-
-----
-[[CategoryActionPage]] 
-[[CategoryDebugPage]]
+Date: 2025年2月14日 02:50:55 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Content-Type: application/x-phpwiki;
+ pagename=DebugGroupInfo;
+ flags=PAGE_LOCKED;
+ author=The%20PhpWiki%20Team;
+ acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY";
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+<<DebugGroupInfo>>
+
+----
+[[CategoryActionPage]] 
+[[CategoryDebugPage]]
Modified: trunk/pgsrc/EditMetaData
===================================================================
--- trunk/pgsrc/EditMetaData	2025年03月15日 09:27:28 UTC (rev 11182)
+++ trunk/pgsrc/EditMetaData	2025年03月15日 10:09:30 UTC (rev 11183)
@@ -1,14 +1,14 @@
-Date: 2025年2月11日 19:47:08 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
-Content-Type: application/x-phpwiki;
- pagename=EditMetaData;
- flags=PAGE_LOCKED;
- author=The%20PhpWiki%20Team;
- charset=UTF-8
-Content-Transfer-Encoding: binary
-
-<<EditMetaData>>
-
-----
-[[CategoryActionPage]]
-[[CategoryDebugPage]]
+Date: 2025年2月11日 19:47:08 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Content-Type: application/x-phpwiki;
+ pagename=EditMetaData;
+ flags=PAGE_LOCKED;
+ author=The%20PhpWiki%20Team;
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+<<EditMetaData>>
+
+----
+[[CategoryActionPage]]
+[[CategoryDebugPage]]
Modified: trunk/pgsrc/Help%2FDebugRetransformPlugin
===================================================================
--- trunk/pgsrc/Help%2FDebugRetransformPlugin	2025年03月15日 09:27:28 UTC (rev 11182)
+++ trunk/pgsrc/Help%2FDebugRetransformPlugin	2025年03月15日 10:09:30 UTC (rev 11183)
@@ -1,44 +1,44 @@
-Date: 2025年2月11日 19:41:01 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
-Content-Type: application/x-phpwiki;
- pagename=Help%2FDebugRetransformPlugin;
- flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
- author=The%20PhpWiki%20Team;
- charset=UTF-8
-Content-Transfer-Encoding: binary
-
-Show a markup retransformation of a wiki page.
-
-== Usage ==
-
-{{{
-<<DebugRetransform arguments>>
-}}}
-
-== Arguments ==
-
-{| class="bordered"
-|-
-! Argument
-! Description
-! Default value
-|-
-| **page**
-| The page to show markup retransformation from.
-| current pagename
-|}
-
-== Example ==
-
-<<DebugRetransform page=HomePage>>
-
-== Author ==
-* [[Help:Reini Urban|Reini Urban]]
-
-== See Also ==
-
-<noinclude>
-----
-[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
-[[CategoryDebugPage]]
-</noinclude>
+Date: 2025年2月11日 19:41:01 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Content-Type: application/x-phpwiki;
+ pagename=Help%2FDebugRetransformPlugin;
+ flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+Show a markup retransformation of a wiki page.
+
+== Usage ==
+
+{{{
+<<DebugRetransform arguments>>
+}}}
+
+== Arguments ==
+
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **page**
+| The page to show markup retransformation from.
+| current pagename
+|}
+
+== Example ==
+
+<<DebugRetransform page=HomePage>>
+
+== Author ==
+* [[Help:Reini Urban|Reini Urban]]
+
+== See Also ==
+
+<noinclude>
+----
+[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
+[[CategoryDebugPage]]
+</noinclude>
Modified: trunk/pgsrc/Help%2FSystemInfoPlugin
===================================================================
--- trunk/pgsrc/Help%2FSystemInfoPlugin	2025年03月15日 09:27:28 UTC (rev 11182)
+++ trunk/pgsrc/Help%2FSystemInfoPlugin	2025年03月15日 10:09:30 UTC (rev 11183)
@@ -1,31 +1,31 @@
-Date: 2025年2月11日 20:18:59 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
-Content-Type: application/x-phpwiki;
- pagename=Help%2FSystemInfoPlugin;
- flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
- author=The%20PhpWiki%20Team;
- charset=UTF-8
-Content-Transfer-Encoding: binary
-
-The **~SystemInfo** [[Help:WikiPlugin|plugin]] provides access to lower
-level system information for the platform ~PhpWiki is installed on.
-
-== Usage ==
-
-{{{
- <<SystemInfo all>>
- or <<SystemInfo pagestats cachestats discspace hitstats>>
- or <<SystemInfo version>>
- or <<SystemInfo current_theme>>
- or <<SystemInfo PHPWIKI_DIR>>
-}}}
-
-== Example ==
-
-<<SystemInfo all>>
-
-<noinclude>
-----
-[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
-[[CategoryDebugPage]]
-</noinclude>
+Date: 2025年2月11日 20:18:59 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Content-Type: application/x-phpwiki;
+ pagename=Help%2FSystemInfoPlugin;
+ flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
+ author=The%20PhpWiki%20Team;
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+The **~SystemInfo** [[Help:WikiPlugin|plugin]] provides access to lower
+level system information for the platform ~PhpWiki is installed on.
+
+== Usage ==
+
+{{{
+ <<SystemInfo all>>
+ or <<SystemInfo pagestats cachestats discspace hitstats>>
+ or <<SystemInfo version>>
+ or <<SystemInfo current_theme>>
+ or <<SystemInfo PHPWIKI_DIR>>
+}}}
+
+== Example ==
+
+<<SystemInfo all>>
+
+<noinclude>
+----
+[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
+[[CategoryDebugPage]]
+</noinclude>
Modified: trunk/pgsrc/PhpWikiDebug
===================================================================
--- trunk/pgsrc/PhpWikiDebug	2025年03月15日 09:27:28 UTC (rev 11182)
+++ trunk/pgsrc/PhpWikiDebug	2025年03月15日 10:09:30 UTC (rev 11183)
@@ -1,69 +1,69 @@
-Date: 2025年2月11日 19:02:57 +0000
-Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
-Content-Type: application/x-phpwiki;
- pagename=PhpWikiDebug;
- flags=PAGE_LOCKED;
- author=The%20PhpWiki%20Team;
- acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY";
- charset=UTF-8
-Content-Transfer-Encoding: binary
-
-**//Note://** //Most of the actions on this page require administrative
-privileges.//
-
-<<CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1 >>
-
-These are here mostly for debugging purposes (at least, that is the hope.)
-
-In normal use, you should not need to use these, though, then again,
-they should not really do any harm.
-
-== 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
-rendering since parsing of the wiki-text takes a fair amount of juice.
-
-Hitting this button will delete all cached transformed
-content. (Each page content will be transformed and re-cached next
-time someone views it.)
-
-<<WikiAdminUtils action=purge-cache>>
-
-== Clean Wiki Database of Illegal Filenames ==
-
-Page names beginning with the subpage-separator, a slash (##/##),
-are not allowed. Sometimes though an errant plugin or something
-might create one...
-
-This button will delete any pages with illegal page names, without
-possibility to restore.
-
-<<WikiAdminUtils action=purge-bad-pagenames>>
-
-== Clean Wiki Database of empty and unreferenced pages ==
-
-**Warning!** This button will delete every empty and unreferenced page,
-without any possibility to restore them again. This will disable the
-possibility to revert or get back any deleted page.
-
-<<WikiAdminUtils action=purge-empty-pages>>
-
-== Check Wiki Database ==
-
-This button will check the Wiki page database for consistency. This can last
-several minutes.
-
-<<WikiAdminUtils action=db-check>>
-
-== Rebuild Wiki Database ==
-
-This will retransform all pages and rebuild the Wiki database on consistency
-errors or parser updates. This can last several minutes, eat a lot of memory
-and possibly times out!
-
-<<WikiAdminUtils action=db-rebuild>>
-
-----
-[[CategoryActionPage]]
-[[CategoryDebugPage]]
+Date: 2025年2月11日 19:02:57 +0000
+Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
+Content-Type: application/x-phpwiki;
+ pagename=PhpWikiDebug;
+ flags=PAGE_LOCKED;
+ author=The%20PhpWiki%20Team;
+ acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY";
+ charset=UTF-8
+Content-Transfer-Encoding: binary
+
+**//Note://** //Most of the actions on this page require administrative
+privileges.//
+
+<<CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1 >>
+
+These are here mostly for debugging purposes (at least, that is the hope.)
+
+In normal use, you should not need to use these, though, then again,
+they should not really do any harm.
+
+== 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
+rendering since parsing of the wiki-text takes a fair amount of juice.
+
+Hitting this button will delete all cached transformed
+content. (Each page content will be transformed and re-cached next
+time someone views it.)
+
+<<WikiAdminUtils action=purge-cache>>
+
+== Clean Wiki Database of Illegal Filenames ==
+
+Page names beginning with the subpage-separator, a slash (##/##),
+are not allowed. Sometimes though an errant plugin or something
+might create one...
+
+This button will delete any pages with illegal page names, without
+possibility to restore.
+
+<<WikiAdminUtils action=purge-bad-pagenames>>
+
+== Clean Wiki Database of empty and unreferenced pages ==
+
+**Warning!** This button will delete every empty and unreferenced page,
+without any possibility to restore them again. This will disable the
+possibility to revert or get back any deleted page.
+
+<<WikiAdminUtils action=purge-empty-pages>>
+
+== Check Wiki Database ==
+
+This button will check the Wiki page database for consistency. This can last
+several minutes.
+
+<<WikiAdminUtils action=db-check>>
+
+== Rebuild Wiki Database ==
+
+This will retransform all pages and rebuild the Wiki database on consistency
+errors or parser updates. This can last several minutes, eat a lot of memory
+and possibly times out!
+
+<<WikiAdminUtils action=db-rebuild>>
+
+----
+[[CategoryActionPage]]
+[[CategoryDebugPage]]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月15日 09:27:29
Revision: 11182
 http://sourceforge.net/p/phpwiki/code/11182
Author: vargenau
Date: 2025年03月15日 09:27:28 +0000 (2025年3月15日)
Log Message:
-----------
Fix CategoryDebugPage
Modified Paths:
--------------
 trunk/pgsrc/CategoryDebugPage
Modified: trunk/pgsrc/CategoryDebugPage
===================================================================
--- trunk/pgsrc/CategoryDebugPage	2025年03月09日 19:45:21 UTC (rev 11181)
+++ trunk/pgsrc/CategoryDebugPage	2025年03月15日 09:27:28 UTC (rev 11182)
@@ -1,4 +1,4 @@
-Date: 2025年2月11日 18:46:52 +0000
+Date: 2025年3月14日 22:14:45 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=CategoryDebugPage;
@@ -11,4 +11,3 @@
 
 ----
 [[CategoryCategory]]
-[[CategoryDebugPage]]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <car...@us...> - 2025年03月09日 19:45:29
Revision: 11181
 http://sourceforge.net/p/phpwiki/code/11181
Author: carstenklapp
Date: 2025年03月09日 19:45:21 +0000 (2025年3月09日)
Log Message:
-----------
Fixed more deprecated
Modified Paths:
--------------
 trunk/lib/ErrorManager.php
Modified: trunk/lib/ErrorManager.php
===================================================================
--- trunk/lib/ErrorManager.php	2025年03月09日 16:47:46 UTC (rev 11180)
+++ trunk/lib/ErrorManager.php	2025年03月09日 19:45:21 UTC (rev 11181)
@@ -504,7 +504,7 @@
 return ($this->errno & EM_NOTICE_ERRORS) != 0;
 }
 
- public function isDepreciated()
+ public function isDeprecated()
 {
 return ($this->errno & E_DEPRECATED) != 0; //E_DEPRECATED is 8192
 }
@@ -513,7 +513,7 @@
 {
 if ($this->isNotice()) {
 return 'hint';
- } elseif ($this->isDepreciated()) {
+ } elseif ($this->isDeprecated()) {
 return 'deprecated';
 } elseif ($this->isWarning()) {
 return 'warning';
@@ -526,7 +526,7 @@
 {
 if ($this->isNotice()) {
 return 'Notice';
- } elseif ($this->isDepreciated()) {
+ } elseif ($this->isDeprecated()) {
 return 'deprecated';
 } elseif ($this->isWarning()) {
 return 'Warning';
@@ -580,7 +580,7 @@
 $html->pushContent($list);
 }
 // only print deprecated if debug is 2 or higher
- if (DEBUG < 2 && $this->isDepreciated()) {
+ if (DEBUG < 2 && $this->isDeprecated()) {
 $html=false;
 }
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <var...@us...> - 2025年03月09日 16:47:58
Revision: 11180
 http://sourceforge.net/p/phpwiki/code/11180
Author: vargenau
Date: 2025年03月09日 16:47:46 +0000 (2025年3月09日)
Log Message:
-----------
depreciated --> deprecated
Modified Paths:
--------------
 trunk/lib/ErrorManager.php
 trunk/pgsrc/ReleaseNotes
 trunk/themes/default/phpwiki-common.css
Modified: trunk/lib/ErrorManager.php
===================================================================
--- trunk/lib/ErrorManager.php	2025年03月02日 22:30:41 UTC (rev 11179)
+++ trunk/lib/ErrorManager.php	2025年03月09日 16:47:46 UTC (rev 11180)
@@ -45,7 +45,7 @@
 This also means that the ability to execute custom callbacks is also
 deprecated, with no replacement functionality provided.
 https://php.watch/versions/8.3/assert-multiple-deprecations
- Hide depreciated errors unless DEBUG=2 because they output compressed text
+ Hide deprecated errors unless DEBUG=2 because they output compressed text
 before all headers have been sent, resulting in a garbled page.
 All code using assertions will have to be rewritten for php9.
 */
@@ -78,11 +78,11 @@
 /**
 * As this is a singleton class, you should never call this.
 */
- //fixed depreciated dynamic typing
+ // fixed deprecated dynamic typing
 public $_handlers;
 public $_fatal_handler;
 public $_postpone_mask;
- public $_postponed_errors;//ok
+ public $_postponed_errors; // ok
 
 public function __construct()
 {
@@ -514,7 +514,7 @@
 if ($this->isNotice()) {
 return 'hint';
 } elseif ($this->isDepreciated()) {
- return 'depreciated';
+ return 'deprecated';
 } elseif ($this->isWarning()) {
 return 'warning';
 } else {
@@ -527,7 +527,7 @@
 if ($this->isNotice()) {
 return 'Notice';
 } elseif ($this->isDepreciated()) {
- return 'depreciated';
+ return 'deprecated';
 } elseif ($this->isWarning()) {
 return 'Warning';
 } else {
@@ -579,7 +579,7 @@
 }
 $html->pushContent($list);
 }
- //only print depreciated if debug is 2 or higher
+ // only print deprecated if debug is 2 or higher
 if (DEBUG < 2 && $this->isDepreciated()) {
 $html=false;
 }
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes	2025年03月02日 22:30:41 UTC (rev 11179)
+++ trunk/pgsrc/ReleaseNotes	2025年03月09日 16:47:46 UTC (rev 11180)
@@ -33,10 +33,10 @@
 ~PhotoAlbumPlugin. Removed url of defunct example website that broke
 PhpWikiManual.
 * **Important bugfix for PHP 8.3 and newer:** Fixed garbled display of pages
- due to depreciated errors. Also try harder to suppress depreciated errors on
- all PHP versions. Set ##DEBUG=2## in ##config.ini## to view depreciated
+ due to deprecated errors. Also try harder to suppress deprecated errors on
+ all PHP versions. Set ##DEBUG=2## in ##config.ini## to view deprecated
 errors, and ##DEBUG=1## for basic errors. Added hooks for css formatting of
- depreciated errors.
+ deprecated errors.
 * Improvements and bugfixes to loading and saving pages to filedumps:
 - fixed download of individual dump files stalling in chrome (must always
 click resume).
Modified: trunk/themes/default/phpwiki-common.css
===================================================================
--- trunk/themes/default/phpwiki-common.css	2025年03月02日 22:30:41 UTC (rev 11179)
+++ trunk/themes/default/phpwiki-common.css	2025年03月09日 16:47:46 UTC (rev 11180)
@@ -66,7 +66,7 @@
 
 /* Banners ============================================================ */
 
-.success, .feedback, .warning, .warning_msg, .error, .information, .depreciated {
+.success, .feedback, .warning, .warning_msg, .error, .information, .deprecated {
 color: black;
 padding-left: 0.5em;
 padding-right: 0.5em;
@@ -98,13 +98,13 @@
 padding: 1ex;
 }
 
-.depreciated {
+.deprecated {
 border-color: #bbbbbb;
 background-color: white;
 padding-top: 0.00ex;
 padding-bottom: 0.1ex;
 }
-.depreciated p {
+.deprecated p {
 font-family: monospace;
 }
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <car...@us...> - 2025年03月02日 22:30:52
Revision: 11179
 http://sourceforge.net/p/phpwiki/code/11179
Author: carstenklapp
Date: 2025年03月02日 22:30:41 +0000 (2025年3月02日)
Log Message:
-----------
Updated notes for updated RDF link in RecentChanges
Modified Paths:
--------------
 trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes	2025年03月02日 22:13:57 UTC (rev 11178)
+++ trunk/pgsrc/ReleaseNotes	2025年03月02日 22:30:41 UTC (rev 11179)
@@ -1,4 +1,4 @@
-Date: 2025年2月19日 21:44:01 +0000
+Date: Sun, 2 Mar 2025 22:26:26 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.5)
 Content-Type: application/x-phpwiki;
 pagename=ReleaseNotes;
@@ -69,6 +69,8 @@
 * **Important bugfix:** Fixed users unexpectedly being logged out. Affected
 flatfile database and possibly other db types also. Improved by sanity
 checking of database global timestamp.
+* RDF link in RecentChanges no longer crashes but still provides incomplete
+ output.
 
 == 1.6.4 2024年03月13日 Marc-Etienne Vargenau, Christof Meerwald ==
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <car...@us...> - 2025年03月02日 22:13:58
Revision: 11178
 http://sourceforge.net/p/phpwiki/code/11178
Author: carstenklapp
Date: 2025年03月02日 22:13:57 +0000 (2025年3月02日)
Log Message:
-----------
Updated for most recent patches to prepare for release.
Modified Paths:
--------------
 trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes	2025年03月02日 22:12:22 UTC (rev 11177)
+++ trunk/pgsrc/ReleaseNotes	2025年03月02日 22:13:57 UTC (rev 11178)
@@ -16,7 +16,8 @@
 * Upgrade PEAR to release 1.10.16, PEAR DB to release 1.12.2
 * Readme for basic Windows 11 install instructions.
 * Complete rewrite of ~SpaceWiki theme using modern css.
-* passencrypt.php: Improved password encryption and random pw generation.
+* passencrypt.php and configurator.php: Improved password encryption and
+ random pw generation. Use newer password_hash function when available.
 Added copy to clipboard buttons.
 * Updated ##.htaccess## files to work with Apache 2.4. Will still work with
 older versions but requires mod_version module which is available in
@@ -53,18 +54,20 @@
 - Improved filtering of unknown page metadata being loaded into database.
 - Dumped pages now use unix line endings instead of windows. Import of files
 with windows line endings should still work.
+ - Added summary page counts to page dumping.
+ - Dumping no longer overwrites existing files.
 - **Fixed broken Merge edit** functionality when loading dumps, also added
 diff preview. This means themes using custom editpage.tmpl need to be
 updated with new ##$EDITING_OLD_REVISION_MESSAGE## variable.
 - Date of files dumped now set to match page date in wiki.
- - <strike>Fix some metadata not being applied to database when loading pages.</strike>
-* configurator.php is now in a less-broken state. Useable but needs more work.
+* configurator.php now comments out most values that are defaults. Added
+ automatically suggested paths for Windows users.
 * New: Show a nice diff preview when editing a page if there is an edit
 conflict.
 * New: Prevent diff markers from being rendered as markup when editing a
 conflict or merging a dumpload.
 * **Important bugfix:** Fixed users unexpectedly being logged out. Affected
- flatfile database and probably other db types also. Improved by sanity
+ flatfile database and possibly other db types also. Improved by sanity
 checking of database global timestamp.
 
 == 1.6.4 2024年03月13日 Marc-Etienne Vargenau, Christof Meerwald ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <car...@us...> - 2025年03月02日 22:12:35
Revision: 11177
 http://sourceforge.net/p/phpwiki/code/11177
Author: carstenklapp
Date: 2025年03月02日 22:12:22 +0000 (2025年3月02日)
Log Message:
-----------
Fixed calling of FilenameForPage which broke during previous patch.
Modified Paths:
--------------
 trunk/lib/loadsave.php
Modified: trunk/lib/loadsave.php
===================================================================
--- trunk/lib/loadsave.php	2025年03月02日 22:10:43 UTC (rev 11176)
+++ trunk/lib/loadsave.php	2025年03月02日 22:12:22 UTC (rev 11177)
@@ -435,8 +435,7 @@
 echo "\n";
 continue;
 }
- //$filename = FilenameForPage($pagename, $forsvn ? 'dumpsvn', 'dumpserial');//why doesn't this workzzz
- $filename = rawurlencode($pagename);//this works
+ $filename = FilenameForPage($pagename);
 $msg = HTML();
 if ($page->getName() != $filename) {
 $msg->pushContent(
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
From: <car...@us...> - 2025年03月02日 22:10:45
Revision: 11176
 http://sourceforge.net/p/phpwiki/code/11176
Author: carstenklapp
Date: 2025年03月02日 22:10:43 +0000 (2025年3月02日)
Log Message:
-----------
Use newer password_hash function instead of crypt when available.
Modified Paths:
--------------
 trunk/config/config-dist.ini
 trunk/configurator.php
Modified: trunk/config/config-dist.ini
===================================================================
--- trunk/config/config-dist.ini	2025年03月02日 12:47:42 UTC (rev 11175)
+++ trunk/config/config-dist.ini	2025年03月02日 22:10:43 UTC (rev 11176)
@@ -84,7 +84,7 @@
 ;DISABLE_UNITS = true
 
 ; For a non-standard path
-;UNITS_EXE = /usr/bin/units
+; UNITS_EXE = /usr/bin/units
 ; For Mac OS X, you need to install GNU Units http://www.gnu.org/software/units/
 ; The units command shipped with Mac OS X will not work.
 ; Install e.g. with Homebrew: brew install gnu-units
Modified: trunk/configurator.php
===================================================================
--- trunk/configurator.php	2025年03月02日 12:47:42 UTC (rev 11175)
+++ trunk/configurator.php	2025年03月02日 22:10:43 UTC (rev 11176)
@@ -152,7 +152,7 @@
 // So nobody can see or reset the password(s).
 if (file_exists($fs_config_file)) {
 exit("Configuration config file \"$fs_config_file\" already exists.\n"
- . "Cannot continue: You have to fix that manually.");
+ . "Cannot continue: Delete or rename config.ini to use the configurator.");
 // Require admin user
 if (!defined('ADMIN_USER') or !defined('ADMIN_PASSWD')) {
 if (!function_exists("IniConfig")) {
@@ -2221,15 +2221,19 @@
 $p .= "\n;ENCRYPTED_PASSWD = true";
 return $p;
 } else {
- $salt_length = max(
- CRYPT_SALT_LENGTH,
- 2 * CRYPT_STD_DES,
- 9 * CRYPT_EXT_DES,
- 12 * CRYPT_MD5,
- 16 * CRYPT_BLOWFISH
- );
- // generate an encrypted password
- $crypt_pass = crypt($posted_value, rand_ascii($salt_length));
+ if (!function_exists('password_hash')) {
+ $salt_length = max(
+ CRYPT_SALT_LENGTH,
+ 2 * CRYPT_STD_DES,
+ 9 * CRYPT_EXT_DES,
+ 12 * CRYPT_MD5,
+ 16 * CRYPT_BLOWFISH
+ );
+ // generate an encrypted password
+ $crypt_pass = crypt($posted_value, rand_ascii($salt_length));
+ } else {
+ $crypt_pass = password_hash($posted_value, PASSWORD_DEFAULT);
+ }
 $p = "$n" . $this->_config_format($crypt_pass);
 return $p . "\nENCRYPTED_PASSWD = true";
 }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
286 messages has been excluded from this view by a project administrator.

Showing results of 13438

1 2 3 .. 538 > >> (Page 1 of 538)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /