From: <var...@us...> - 2010-06-01 15:08:23
|
Revision: 7461 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7461&view=rev Author: vargenau Date: 2010-06-01 15:08:17 +0000 (Tue, 01 Jun 2010) Log Message: ----------- Escape links Modified Paths: -------------- trunk/pgsrc/Help%2FPageList trunk/pgsrc/Help%2FPagePermissions trunk/pgsrc/ReleaseNotes Modified: trunk/pgsrc/Help%2FPageList =================================================================== --- trunk/pgsrc/Help%2FPageList 2010-06-01 15:04:26 UTC (rev 7460) +++ trunk/pgsrc/Help%2FPageList 2010-06-01 15:08:17 UTC (rev 7461) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Tue, 1 Jun 2010 17:01:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -16,7 +16,7 @@ * LikePages, * MostPopular, * TitleSearch, -- WikiAdmin* and more. +- ~WikiAdmin* and more. It also allows dynamic expansion of those plugins to include more columns in their output. @@ -112,7 +112,7 @@ |= checkbox | Selectable checkbox at the left |= content | Page content -Special, custom columns, either theme or plugin (WikiAdmin*) specific: +Special, custom columns, either theme or plugin (~WikiAdmin*) specific: |= remove | Remove |= perm | Permission Mask |= acl | ACL Modified: trunk/pgsrc/Help%2FPagePermissions =================================================================== --- trunk/pgsrc/Help%2FPagePermissions 2010-06-01 15:04:26 UTC (rev 7460) +++ trunk/pgsrc/Help%2FPagePermissions 2010-06-01 15:08:17 UTC (rev 7461) @@ -1,4 +1,4 @@ -Date: Wed, 19 May 2010 18:15:54 +0000 +Date: Tue, 1 Jun 2010 17:01:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -62,7 +62,7 @@ == Groups - definition of group membership == -See WikiGroup how to enable and where to store user-specific group membership. +See ~WikiGroup how to enable and where to store user-specific group membership. Group methods: database, file, ldap, wikipage, none To do: _explain better._ Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2010-06-01 15:04:26 UTC (rev 7460) +++ trunk/pgsrc/ReleaseNotes 2010-06-01 15:08:17 UTC (rev 7461) @@ -1,4 +1,4 @@ -Date: Wed, 19 May 2010 18:15:54 +0000 +Date: Tue, 1 Jun 2010 17:01:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -51,7 +51,7 @@ * 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 +* 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 @@ -431,11 +431,11 @@ Lots of bugfixes, and some feature and performance enhancements. -A new EDIT_TOOLBAR from mediawiki, more page permission enhancements, +A new EDIT_TOOLBAR from Mediawiki, more page permission enhancements, reduced memory usage for pagelists which need no page content, related improvement for ~OldMarkup crashes because of PCRE memory exhaustion. -New <!plugin-list !> syntax and PhpWiki:PageListLibrary args. +New <!plugin-list !> syntax and ~PhpWiki:~PageListLibrary args. Because of SQL changes you'd need to ?action=upgrade to update for SQL. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |