From: <car...@us...> - 2025-02-18 02:58:07
|
Revision: 11122 http://sourceforge.net/p/phpwiki/code/11122 Author: carstenklapp Date: 2025-02-18 02:58:05 +0000 (Tue, 18 Feb 2025) Log Message: ----------- fix missing ; invalid mime file messing with import parser and preventing pages from locking when importing Modified Paths: -------------- trunk/locale/de/pgsrc/InterWikiListe trunk/locale/fr/pgsrc/CarteInterWiki trunk/locale/zh/pgsrc/InterWikiMap Modified: trunk/locale/de/pgsrc/InterWikiListe =================================================================== --- trunk/locale/de/pgsrc/InterWikiListe 2025-02-18 02:22:00 UTC (rev 11121) +++ trunk/locale/de/pgsrc/InterWikiListe 2025-02-18 02:58:05 UTC (rev 11122) @@ -3,7 +3,7 @@ Content-Type: application/x-phpwiki; pagename=InterWikiListe; pagetype=interwikimap; - flags=PAGE_LOCKED%2CEXTERNAL_PAGE + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/locale/fr/pgsrc/CarteInterWiki =================================================================== --- trunk/locale/fr/pgsrc/CarteInterWiki 2025-02-18 02:22:00 UTC (rev 11121) +++ trunk/locale/fr/pgsrc/CarteInterWiki 2025-02-18 02:58:05 UTC (rev 11122) @@ -3,7 +3,7 @@ Content-Type: application/x-phpwiki; pagename=CarteInterWiki; pagetype=interwikimap; - flags=PAGE_LOCKED%2CEXTERNAL_PAGE + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/locale/zh/pgsrc/InterWikiMap =================================================================== --- trunk/locale/zh/pgsrc/InterWikiMap 2025-02-18 02:22:00 UTC (rev 11121) +++ trunk/locale/zh/pgsrc/InterWikiMap 2025-02-18 02:58:05 UTC (rev 11122) @@ -3,7 +3,7 @@ Content-Type: application/x-phpwiki; pagename=InterWikiMap; pagetype=interwikimap; - flags=PAGE_LOCKED%2CEXTERNAL_PAGE + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; 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. |