From: <ru...@us...> - 2009-08-24 12:18:11
|
Revision: 7079 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7079&view=rev Author: rurban Date: 2009-08-24 12:17:17 +0000 (Mon, 24 Aug 2009) Log Message: ----------- add READONLY and utf-8 Modified Paths: -------------- trunk/pgsrc/ReleaseNotes Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2009-08-24 12:16:57 UTC (rev 7078) +++ trunk/pgsrc/ReleaseNotes 2009-08-24 12:17:17 UTC (rev 7079) @@ -17,8 +17,8 @@ The "classic" Phpwiki syntax is still supported. -The documenation pages found in pgsrc have been mostly converted to Wikicreole -syntax (with the addition of tables in Mediawiki syntax, since Wikicreole 1.0 +The documentation pages found in pgsrc have been mostly converted to utf-8 and +Wikicreole syntax (with the addition of tables in Mediawiki syntax, since Wikicreole 1.0 does not support "complex" tables with block elements in cells, like lists or paragraphs). @@ -106,6 +106,7 @@ * RecentChanges: add category, pagematch arguments * add UriResolver needed for external rdf access * AppendText: support pages argument: append to multiple pages +* new readonly database detection for dba, and optional config READONLY for maintenance * new pages: SpecialPages, LockedPages (vargenau) * implemented Mediawiki-like syntax for tables (vargenau) * enable ~RecentChangesCached as box, improve performance. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |