From: <var...@us...> - 2008-10-22 11:28:55
|
Revision: 6318 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6318&view=rev Author: vargenau Date: 2008-10-22 11:28:50 +0000 (Wed, 22 Oct 2008) Log Message: ----------- We are describing the current release. Remove "since" references Modified Paths: -------------- trunk/pgsrc/Help%2FAddCommentPlugin trunk/pgsrc/Help%2FBoxRightPlugin trunk/pgsrc/Help%2FCreatePagePlugin trunk/pgsrc/Help%2FPagePermissions trunk/pgsrc/Help%2FWikiPlugin Modified: trunk/pgsrc/Help%FAddCommentPlugin =================================================================== --- trunk/pgsrc/Help%2FAddCommentPlugin 2008-10-22 11:20:26 UTC (rev 6317) +++ trunk/pgsrc/Help%2FAddCommentPlugin 2008-10-22 11:28:50 UTC (rev 6318) @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -The *~AddComment* [plugin|Help:WikiPlugin] lets users attach comments to the end of a page. Since v1.3.8. +The *~AddComment* [plugin|Help:WikiPlugin] lets users attach comments to the end of a page. Change the layout via the templates comment.tmpl and addcomment.tmpl, and the CSS classes wikicomment, wikicomment-header, wikicomment-body, wikicomment-footer Modified: trunk/pgsrc/Help%FBoxRightPlugin =================================================================== --- trunk/pgsrc/Help%2FBoxRightPlugin 2008-10-22 11:20:26 UTC (rev 6317) +++ trunk/pgsrc/Help%2FBoxRightPlugin 2008-10-22 11:28:50 UTC (rev 6318) @@ -10,7 +10,6 @@ The *~BoxRight* [plugin|Help:WikiPlugin] displays its content as a wiki-formatted right-floating div box with border. -Since v1.3.13. If ENABLE_MARKUP_DIVSPAN is enabled then you can produce the same result with a simple =~<div~>=: Modified: trunk/pgsrc/Help%FCreatePagePlugin =================================================================== --- trunk/pgsrc/Help%2FCreatePagePlugin 2008-10-22 11:20:26 UTC (rev 6317) +++ trunk/pgsrc/Help%2FCreatePagePlugin 2008-10-22 11:28:50 UTC (rev 6318) @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -The *~CreatePage* [plugin|Help:WikiPlugin] allows to easily create new pages, optionally with default content. Since v1.3.8 +The *~CreatePage* [plugin|Help:WikiPlugin] allows to easily create new pages, optionally with default content. This allows you to create a page geting the new pagename from a forms-based interface, and optionally with the initial content from Modified: trunk/pgsrc/Help%FPagePermissions =================================================================== --- trunk/pgsrc/Help%2FPagePermissions 2008-10-22 11:20:26 UTC (rev 6317) +++ trunk/pgsrc/Help%2FPagePermissions 2008-10-22 11:28:50 UTC (rev 6318) @@ -39,7 +39,7 @@ ----- For Authentication see ~WikiUserNew.php, ~WikiGroup.php and main.php -Page Permissions are in PhpWiki since v1.3.9. + I suspect ACL page permissions to degrade performance by 10% Enable/Disable it in config/config.ini: Modified: trunk/pgsrc/Help%FWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPlugin 2008-10-22 11:20:26 UTC (rev 6317) +++ trunk/pgsrc/Help%2FWikiPlugin 2008-10-22 11:28:50 UTC (rev 6318) @@ -8,8 +8,6 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -Since PhpWiki-1.3.3 support for ~WikiPlugins is included. - A *plugin* is some PHP code that: * lives in =phpwiki/lib/plugin/<pluginname>.php= * implements the ~WikiPlugin interface by extending that class. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |