|
From: <ru...@us...> - 2009-09-16 14:15:17
|
Revision: 7133
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7133&view=rev
Author: rurban
Date: 2009-09-16 14:15:11 +0000 (Wed, 16 Sep 2009)
Log Message:
-----------
add some latest fixes
Modified Paths:
--------------
trunk/pgsrc/ReleaseNotes
Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes 2009-09-16 14:08:38 UTC (rev 7132)
+++ trunk/pgsrc/ReleaseNotes 2009-09-16 14:15:11 UTC (rev 7133)
@@ -51,6 +51,9 @@
* fix Bug#1992172 Interwiki link does not work in ~RichTable (vargenau)
* fix Bug#2010748 Missing image
* fix Bug#1831881 Fatal database error when sorting columns (vargenau)
+* fix PageList prev/next links on multi-columns lists, improve handling of ordered lists
+* allow single "0" as not-empty page content
+* fix action=rename, support new optional argument to=newpagename
=== Changes
- changed ~SemanticSearch query semantics: all regex=auto terms with no regex chars (.+*?^$")
@@ -94,6 +97,7 @@
* New preference to avoid e-mail notifications for minor edits on Wiki (vargenau)
* No decoration for abbreviations when printing (vargenau)
* Add CSS3 code for page headers and footers (works for PDF generation with Prince XML) (vargenau)
+* Remove superfluous scrollbar from printable pre's
=== New
* ~PageList supports listtype=ul,ol,dl. dl used by FullTextSearch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|