From: <var...@us...> - 2010-12-09 09:39:09
|
Revision: 7753 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7753&view=rev Author: vargenau Date: 2010-12-09 09:39:02 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Update doc Modified Paths: -------------- trunk/pgsrc/Help%2FIncludeSiteMapPlugin trunk/pgsrc/Help%2FSiteMapPlugin Modified: trunk/pgsrc/Help%2FIncludeSiteMapPlugin =================================================================== --- trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2010-12-06 15:48:05 UTC (rev 7752) +++ trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2010-12-09 09:39:02 UTC (rev 7753) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 10:37:40 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,30 +8,82 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +This is a quick mod of [[Help:BackLinksPlugin|BackLinks plugin]] to do the job recursively. If your +site is categorized correctly, and all the categories are listed in +[[:CategoryCategory|CategoryCategory]], then a recursive ~BackLinks there will produce a contents +page for the entire site. +The list is as deep as the recursion level (##reclimit##). + == Usage == {{{ -<<IncludeSiteMap>> +<<IncludeSiteMap direction=back|forward reclimit=4>> }}} == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **direction** +| Get BackLinks or forward links (links listed on the page) +| +|- +| **firstreversed** +| If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'. +| +|- +| **excludeunknown** +| If true (default) then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'. +| +|- +| **exclude** +| +| +|- +| **include_self** +| +| 0 +|- +| **noheader** +| +| 0 +|- +| **page** +| +| The current page +|- +| **description** +| Override default Description. Printed as header. +| +|- +| **reclimit** +| +| 4 +|- +| **info** +| +| false +|} == Example == {{{ -<<IncludeSiteMap>> +<<SiteMap page=PhpWikiDocumentation>> }}} -<<IncludeSiteMap>> +<<SiteMap page=PhpWikiDocumentation>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* Cuthbert Cat +* Redesigned by [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == +* [[Help:BackLinksPlugin]] +* [[Help:SiteMapPlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FSiteMapPlugin =================================================================== --- trunk/pgsrc/Help%2FSiteMapPlugin 2010-12-06 15:48:05 UTC (rev 7752) +++ trunk/pgsrc/Help%2FSiteMapPlugin 2010-12-09 09:39:02 UTC (rev 7753) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 10:37:40 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -13,7 +13,7 @@ [[:CategoryCategory|CategoryCategory]], then a recursive ~BackLinks there will produce a contents page for the entire site. -The list is as deep as the recursion level. +The list is as deep as the recursion level (##reclimit##). == Usage == @@ -83,6 +83,7 @@ == See Also == * [[Help:BackLinksPlugin]] +* [[Help:IncludeSiteMapPlugin]] <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-12-09 13:39:47
|
Revision: 7755 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7755&view=rev Author: vargenau Date: 2010-12-09 13:39:40 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Update doc Modified Paths: -------------- trunk/pgsrc/Help%2FExternalSearchPlugin trunk/pgsrc/Help%2FFullTextSearchPlugin trunk/pgsrc/Help%2FInterWikiSearchPlugin trunk/pgsrc/Help%2FSemanticSearchPlugin trunk/pgsrc/Help%2FTitleSearchPlugin Modified: trunk/pgsrc/Help%2FExternalSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FExternalSearchPlugin 2010-12-09 09:55:08 UTC (rev 7754) +++ trunk/pgsrc/Help%2FExternalSearchPlugin 2010-12-09 13:39:40 UTC (rev 7755) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:39:15 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -72,6 +72,12 @@ Enter any existing page name on ~PhpWiki to jump to that page: <<ExternalSearch url=PhpWiki>> +== See Also == +* [[Help:TitleSearchPlugin]] +* [[Help:FullTextSearchPlugin]] +* [[Help:ExternalSearchPlugin]] +* [[Help:InterWikiSearchPlugin]] + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] Modified: trunk/pgsrc/Help%2FFullTextSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FFullTextSearchPlugin 2010-12-09 09:55:08 UTC (rev 7754) +++ trunk/pgsrc/Help%2FFullTextSearchPlugin 2010-12-09 13:39:40 UTC (rev 7755) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:39:15 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,19 +8,55 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +The **~FullTextSearch** [[Help:WikiPlugin|plugin]] searches the content of all pages in this wiki. == Usage == {{{ -<<FullTextSearch>> +<<FullTextSearch arguments>> }}} == Arguments == All [[Help:PageList|PageList]] arguments, plus the following ones. -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **s** +| The search term +| //none// +|- +| **hilight** +| Highlight results (boolean) +| true +|- +| **case_exact** +| Search with case exact (boolean) +| false +|- +| **regex** +| Type of regular expression used for searching +| auto +|- +| **sortby** +| Sorting order for results +| ~-hi_content +|- +| **noheader** +| Do not display header (boolean) +| false +|- +| **exclude** +| Comma-seperated list of glob to exclude +| false +|- +| **quiet** +| Be less verbose (boolean) +| true +|} == Example == @@ -34,6 +70,9 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == +* [[Help:TitleSearchPlugin]] +* [[Help:ExternalSearchPlugin]] +* [[Help:InterWikiSearchPlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FInterWikiSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FInterWikiSearchPlugin 2010-12-09 09:55:08 UTC (rev 7754) +++ trunk/pgsrc/Help%2FInterWikiSearchPlugin 2010-12-09 13:39:40 UTC (rev 7755) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:39:15 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,29 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +The **~FullTextSearch** [[Help:WikiPlugin|plugin]] performs searches on ~InterWiki sites listed in InterWikiMap. == Usage == {{{ -<<InterWikiSearch>> +<<InterWikiSearch arguments>> }}} == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **s** +| The search term +| //none// +|- +| **formsize** +| +| 30 +|} == Example == @@ -32,6 +44,9 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == +* [[Help:TitleSearchPlugin]] +* [[Help:FullTextSearchPlugin]] +* [[Help:ExternalSearchPlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FSemanticSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FSemanticSearchPlugin 2010-12-09 09:55:08 UTC (rev 7754) +++ trunk/pgsrc/Help%2FSemanticSearchPlugin 2010-12-09 13:39:40 UTC (rev 7755) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:39:15 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -101,6 +101,10 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == +* [[Help:TitleSearchPlugin]] +* [[Help:FullTextSearchPlugin]] +* [[Help:ExternalSearchPlugin]] +* [[Help:InterWikiSearchPlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FTitleSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FTitleSearchPlugin 2010-12-09 09:55:08 UTC (rev 7754) +++ trunk/pgsrc/Help%2FTitleSearchPlugin 2010-12-09 13:39:40 UTC (rev 7755) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:39:15 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -73,6 +73,9 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == +* [[Help:FullTextSearchPlugin]] +* [[Help:ExternalSearchPlugin]] +* [[Help:InterWikiSearchPlugin]] <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-12-09 13:49:27
|
Revision: 7756 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7756&view=rev Author: vargenau Date: 2010-12-09 13:49:21 +0000 (Thu, 09 Dec 2010) Log Message: ----------- No tab Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin trunk/pgsrc/Help%2FLdapSearchPlugin trunk/pgsrc/Help%2FPagePermissions trunk/pgsrc/Help%2FPloticusPlugin trunk/pgsrc/Help%2FYouTubePlugin trunk/pgsrc/PhpWikiRecentChanges Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -44,17 +44,17 @@ {{{ <<GraphViz digraph automata_0 { - size ="8.5, 11"; - node [ shape = circle]; - 0 [ style = filled, color=lightgrey ]; - 2 [ shape = doublecircle ]; - 0 -> 2 [ label = "a " ]; - 0 -> 1 [ label = "other " ]; - 1 -> 2 [ label = "a " ]; - 1 -> 1 [ label = "other " ]; - 2 -> 2 [ label = "a " ]; - 2 -> 1 [ label = "other " ]; - "Machine: a" [ shape = plaintext ]; + size ="8.5, 11"; + node [ shape = circle]; + 0 [ style = filled, color=lightgrey ]; + 2 [ shape = doublecircle ]; + 0 -> 2 [ label = "a " ]; + 0 -> 1 [ label = "other " ]; + 1 -> 2 [ label = "a " ]; + 1 -> 1 [ label = "other " ]; + 2 -> 2 [ label = "a " ]; + 2 -> 1 [ label = "other " ]; + "Machine: a" [ shape = plaintext ]; } >> }}} @@ -63,17 +63,17 @@ <<GraphViz digraph automata_0 { - size ="8.5, 11"; - node [shape = circle]; - 0 [ style = filled, color=lightgrey ]; - 2 [ shape = doublecircle ]; - 0 -> 2 [ label = "a " ]; - 0 -> 1 [ label = "other " ]; - 1 -> 2 [ label = "a " ]; - 1 -> 1 [ label = "other " ]; - 2 -> 2 [ label = "a " ]; - 2 -> 1 [ label = "other " ]; - "Machine: a" [ shape = plaintext ]; + size ="8.5, 11"; + node [shape = circle]; + 0 [ style = filled, color=lightgrey ]; + 2 [ shape = doublecircle ]; + 0 -> 2 [ label = "a " ]; + 0 -> 1 [ label = "other " ]; + 1 -> 2 [ label = "a " ]; + 1 -> 1 [ label = "other " ]; + 2 -> 2 [ label = "a " ]; + 2 -> 1 [ label = "other " ]; + "Machine: a" [ shape = plaintext ]; } >> Modified: trunk/pgsrc/Help%2FLdapSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FLdapSearchPlugin 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FLdapSearchPlugin 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -17,9 +17,9 @@ host="localhost" port=389 basedn="" - filter="(cn=*)" + filter="(cn=*)" attributes="" - >> +>> <<LdapSearch host=ldap.example.com filter="(ou=web-team)" attributes="sn cn telephonenumber">> <<LdapSearch host="ldap.itd.umich.edu" basedn="" filter="(sn=jensen)" attributes="cn drink">> @@ -32,29 +32,29 @@ == Arguments == host _(default: from LDAP_AUTH_HOST or localhost)_: - hostname or ip or ldap:// uri to connect to. + hostname or ip or ldap:// uri to connect to. port _(default: from LDAP_AUTH_HOST or 389)_: - portnumber to connect to. + portnumber to connect to. basedn _(default: LDAP_BASE_DN)_: - connect string: "ou=Users,o=Development,dc=mycompany.com" + connect string: "ou=Users,o=Development,dc=mycompany.com" filter _(default: "(cn=*)")_: - Optional ldap_search() filter argument + Optional ldap_search() filter argument attributes _(default: empty)_ : - space seperated fields to return as table columns: "cn sn" + space seperated fields to return as table columns: "cn sn" options: - ldap_set_option(). Default: LDAP_SET_OPTION if host == LDAP_AUTH_HOST - Column seperated name=value pairs. Esp. needed for Windows Active directory: - "LDAP_OPT_PROTOCOL_VERSION=3:LDAP_OPT_REFERRALS=0" + ldap_set_option(). Default: LDAP_SET_OPTION if host == LDAP_AUTH_HOST + Column seperated name=value pairs. Esp. needed for Windows Active directory: + "LDAP_OPT_PROTOCOL_VERSION=3:LDAP_OPT_REFERRALS=0" user: - Default: LDAP_AUTH_USER if host == LDAP_AUTH_HOST + Default: LDAP_AUTH_USER if host == LDAP_AUTH_HOST password: - Default: LDAP_AUTH_PASSWORD if host == LDAP_AUTH_HOST - user and password are required for Windows Active directory. + Default: LDAP_AUTH_PASSWORD if host == LDAP_AUTH_HOST + user and password are required for Windows Active directory. == Examples == @@ -62,9 +62,9 @@ editbox[] name=host value=bugs.debian.org size=80 editbox[] name=port value=10101 size=80 editbox[] name=basedn value="dc=current,dc=bugs,dc=debian,dc=org" size=80 - editbox[] name=filter value="(debbugsPackage=phpwiki)" size=80 + editbox[] name=filter value="(debbugsPackage=phpwiki)" size=80 editbox[] name=attributes value="debbugsSeverity debbugsState debbugsTitle" size=80 - submit[] reset[] + submit[] reset[] >> == Author == Modified: trunk/pgsrc/Help%2FPagePermissions =================================================================== --- trunk/pgsrc/Help%2FPagePermissions 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FPagePermissions 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -132,17 +132,17 @@ // view: if (!ALLOW_ANON_USER) { if (!ALLOW_USER_PASSWORDS) - $perm['view'] = array(ACL_SIGNED => true); + $perm['view'] = array(ACL_SIGNED => true); else - $perm['view'] = array(ACL_AUTHENTICATED => true); + $perm['view'] = array(ACL_AUTHENTICATED => true); $perm['view'][ACL_BOGOUSER] = ALLOW_BOGO_LOGIN ? true : false; } // edit: if (!ALLOW_ANON_EDIT) { if (!ALLOW_USER_PASSWORDS) - $perm['edit'] = array(ACL_SIGNED => true); + $perm['edit'] = array(ACL_SIGNED => true); else - $perm['edit'] = array(ACL_AUTHENTICATED => true); + $perm['edit'] = array(ACL_AUTHENTICATED => true); $perm['edit'][ACL_BOGOUSER] = ALLOW_BOGO_LOGIN ? true : false; $perm['create'] = $perm['edit']; } Modified: trunk/pgsrc/Help%2FPloticusPlugin =================================================================== --- trunk/pgsrc/Help%2FPloticusPlugin 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FPloticusPlugin 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -27,9 +27,9 @@ {{{ <<Ploticus -prefab vbars - data=myfile.dat delim=tab y=1 - clickmapurl="http://mywiki.url/wiki/?pagename=@2" - clickmaplabel="@3" -csmap + data=myfile.dat delim=tab y=1 + clickmapurl="http://mywiki.url/wiki/?pagename=@2" + clickmaplabel="@3" -csmap >> }}} @@ -82,16 +82,16 @@ // specify data using {proc getdata} #proc getdata -data: Brazil 22 - Columbia 17 - "Costa Rica" 22 - Guatemala 3 - Honduras 12 - Mexico 14 - Nicaragua 28 - Belize 9 - United\nStates 21 - Canada 8 +data: Brazil 22 + Columbia 17 + "Costa Rica" 22 + Guatemala 3 + Honduras 12 + Mexico 14 + Nicaragua 28 + Belize 9 + United\nStates 21 + Canada 8 // render the pie graph using {proc pie} #proc pie @@ -118,16 +118,16 @@ // specify data using {proc getdata} #proc getdata -data: Brazil 22 - Columbia 17 - "Costa Rica" 22 - Guatemala 3 - Honduras 12 - Mexico 14 - Nicaragua 28 - Belize 9 - United\nStates 21 - Canada 8 +data: Brazil 22 + Columbia 17 + "Costa Rica" 22 + Guatemala 3 + Honduras 12 + Mexico 14 + Nicaragua 28 + Belize 9 + United\nStates 21 + Canada 8 // render the pie graph using {proc pie} #proc pie Modified: trunk/pgsrc/Help%2FYouTubePlugin =================================================================== --- trunk/pgsrc/Help%2FYouTubePlugin 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/Help%2FYouTubePlugin 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -11,19 +11,19 @@ == Usage == {{{ <<YouTube v=-dnL00TdmLY - width=425 height=350 - size=medium|small|large + width=425 height=350 + size=medium|small|large style=inline|link autoplay=0|1 - browse="Daily Pick|Most Recent|Most Viewed|Top Rated| - Most Discussed|Top Favorites|Most Linked| - Recently Featured|Most Responded|Watch on Mobile" - time="Today|This week|This month|All Time" - category="All|Autos & Vehicles|Comedy|Entertainment| - Film & Animation|Gadgets & Games|Howto & DIY|Music - News & Politics|People & Blogs|Pets & Animals| - Sports|Travel & Places" - language="All|English|Spanish|Japanese|German|Chinese|French" + browse="Daily Pick|Most Recent|Most Viewed|Top Rated| + Most Discussed|Top Favorites|Most Linked| + Recently Featured|Most Responded|Watch on Mobile" + time="Today|This week|This month|All Time" + category="All|Autos & Vehicles|Comedy|Entertainment| + Film & Animation|Gadgets & Games|Howto & DIY|Music + News & Politics|People & Blogs|Pets & Animals| + Sports|Travel & Places" + language="All|English|Spanish|Japanese|German|Chinese|French" >> }}} Modified: trunk/pgsrc/PhpWikiRecentChanges =================================================================== --- trunk/pgsrc/PhpWikiRecentChanges 2010-12-09 13:39:40 UTC (rev 7755) +++ trunk/pgsrc/PhpWikiRecentChanges 2010-12-09 13:49:21 UTC (rev 7756) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,7 +9,7 @@ Content-Transfer-Encoding: binary <<RssFeed feed=PhpWikiRecentChanges description="PhpWiki:RecentChanges" - url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> + url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> ---- [[PhpWikiDocumentation]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-12-09 13:53:08
|
Revision: 7757 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7757&view=rev Author: vargenau Date: 2010-12-09 13:53:00 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Trim whitespace Modified Paths: -------------- trunk/pgsrc/AllUsers trunk/pgsrc/AppendText trunk/pgsrc/BackLinks trunk/pgsrc/Help%2FAddCommentPlugin trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin trunk/pgsrc/Help%2FBackLinksPlugin trunk/pgsrc/Help%2FCacheTestPlugin trunk/pgsrc/Help%2FCategories trunk/pgsrc/Help%2FDynamicIncludePagePlugin trunk/pgsrc/Help%2FExternalSearchPlugin trunk/pgsrc/Help%2FFileInfoPlugin trunk/pgsrc/Help%2FGooglePluginPlugin trunk/pgsrc/Help%2FImages trunk/pgsrc/Help%2FLdapSearchPlugin trunk/pgsrc/Help%2FListPagesPlugin trunk/pgsrc/Help%2FModeratedPagePlugin trunk/pgsrc/Help%2FPageGroupPlugin trunk/pgsrc/Help%2FPageList trunk/pgsrc/Help%2FPagePermissions trunk/pgsrc/Help%2FPageTrailPlugin trunk/pgsrc/Help%2FPhotoAlbumPlugin trunk/pgsrc/Help%2FPloticusPlugin trunk/pgsrc/Help%2FPluginManagerPlugin trunk/pgsrc/Help%2FRichTablePlugin trunk/pgsrc/Help%2FSemanticRelations trunk/pgsrc/Help%2FSiteMapPlugin trunk/pgsrc/Help%2FSyntaxHighlighterPlugin trunk/pgsrc/Help%2FTextFormattingRules trunk/pgsrc/Help%2FTranscludePlugin trunk/pgsrc/Help%2FUpLoadPlugin trunk/pgsrc/Help%2FUserRatingsPlugin trunk/pgsrc/Help%2FWantedPagesPlugin trunk/pgsrc/Help%2FWatchPagePlugin trunk/pgsrc/Help%2FWhoIsOnlinePlugin trunk/pgsrc/Help%2FWikiPlugin trunk/pgsrc/Help%2F_AuthInfoPlugin trunk/pgsrc/Help%2F_BackendInfoPlugin trunk/pgsrc/Help%2F_GroupInfoPlugin trunk/pgsrc/Help%2F_WikiTranslationPlugin trunk/pgsrc/Help%2Ftext2pngPlugin trunk/pgsrc/LinkDatabase trunk/pgsrc/MyRecentEdits trunk/pgsrc/PasswordReset trunk/pgsrc/RecentVisitors trunk/pgsrc/ReleaseNotes trunk/pgsrc/Template%2FExample trunk/pgsrc/Template%2FNewPlugin trunk/pgsrc/Template%2FRelation trunk/pgsrc/TranslateText trunk/pgsrc/UserContribs trunk/pgsrc/WikiBlog Modified: trunk/pgsrc/AllUsers =================================================================== --- trunk/pgsrc/AllUsers 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/AllUsers 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -Here is a list of all users who have once successfully logged in, +Here is a list of all users who have once successfully logged in, created their own home page or have saved [[UserPreferences]] at least once. ---- <<AllUsers>> Modified: trunk/pgsrc/AppendText =================================================================== --- trunk/pgsrc/AppendText 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/AppendText 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,6 +1,6 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) -X-Rcs-Id: $Id$ +X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=AppendText; flags=PAGE_LOCKED; Modified: trunk/pgsrc/BackLinks =================================================================== --- trunk/pgsrc/BackLinks 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/BackLinks 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -19,7 +19,7 @@ ---- To display the list of pages which all contain multiple links use a pagelist as page argument. -For example {{{<<BackLinks page=Milk,Honey>>}}} would display all pages which +For example {{{<<BackLinks page=Milk,Honey>>}}} would display all pages which contain links to Milk AND Honey. ---- Modified: trunk/pgsrc/Help%2FAddCommentPlugin =================================================================== --- trunk/pgsrc/Help%2FAddCommentPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FAddCommentPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -26,7 +26,7 @@ ! Default value |- | **jshide** -| Boolean if the comments and/or textbox should be initially hidden and on click expanded. +| Boolean if the comments and/or textbox should be initially hidden and on click expanded. | 0 |- | **order** @@ -34,15 +34,15 @@ | normal |- | **mode** -| List of add and/or show. +| List of add and/or show. | add,show |- | **noheader** -| Boolean if the "Comments" header should be omitted. +| Boolean if the "Comments" header should be omitted. | 0 |- | **pagename** -| Attach to which page? +| Attach to which page? | current pagename |} Modified: trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin =================================================================== --- trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,13 +8,13 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~AnalyseAccessLogSql** [[Help:WikiPlugin|plugin]] provides a framework to analyse the SQL access log +The **~AnalyseAccessLogSql** [[Help:WikiPlugin|plugin]] provides a framework to analyse the SQL access log and display the results. -This information may be sensitive and therefore this plugin is limited to +This information may be sensitive and therefore this plugin is limited to administrator access only. A small number of queries that may (or might not) use the ~MySQL -specific dialect of SQL are provided in ##lib/plugin/~AnalyseAccessLogSql.php##. +specific dialect of SQL are provided in ##lib/plugin/~AnalyseAccessLogSql.php##. For more information, please see the section *Adding new queries* below. == Usage == Modified: trunk/pgsrc/Help%2FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -39,7 +39,7 @@ | false |- | **linkmore** -| If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename. +| If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename. | |} Modified: trunk/pgsrc/Help%2FCacheTestPlugin =================================================================== --- trunk/pgsrc/Help%2FCacheTestPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FCacheTestPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -28,11 +28,11 @@ | This is a simple example using WikiPluginCached |- | **font** -| +| | 3 |- | **type** -| +| | png |} Modified: trunk/pgsrc/Help%2FCategories =================================================================== --- trunk/pgsrc/Help%2FCategories 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FCategories 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -17,7 +17,7 @@ == Creating a new category == -The simplest way to create a new category is to to go the +The simplest way to create a new category is to to go the [[:CategoryCategory|CategoryCategory]] page. Enter its name (starting with "Category") and hit "CreatePage" button. Modified: trunk/pgsrc/Help%2FDynamicIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FDynamicIncludePagePlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FDynamicIncludePagePlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -44,7 +44,7 @@ == See Also == -* [[Help:IncludePagePlugin]] +* [[Help:IncludePagePlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FExternalSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FExternalSearchPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FExternalSearchPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:39:15 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -35,11 +35,11 @@ | |- | **name** -| Text to display in the submit button. +| Text to display in the submit button. | For ~InterWiki sites the default is the wiki name, for other urls the default is the text "External Search". |- | **formsize** -| Specify the input area size. +| Specify the input area size. | 30 characters |- | **debug** Modified: trunk/pgsrc/Help%2FFileInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FFileInfoPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FFileInfoPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -44,7 +44,7 @@ |- | **quiet** | print no error if file not found -| false +| false |} == Examples == Modified: trunk/pgsrc/Help%2FGooglePluginPlugin =================================================================== --- trunk/pgsrc/Help%2FGooglePluginPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FGooglePluginPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -38,15 +38,15 @@ | search |- | **startIndex** -| +| | 1 |- | **maxResults** -| +| | 10 |- | **formsize** -| +| | 30 |} Modified: trunk/pgsrc/Help%2FImages =================================================================== --- trunk/pgsrc/Help%2FImages 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FImages 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,6 +1,6 @@ -Date: Tue, 9 Nov 2010 16:13:37 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) -X-Rcs-Id: $Id$ +X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=Help%2FImages; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; @@ -12,7 +12,7 @@ == Uploaded images == -First, image files need to be uploaded in the wiki. For that purpose, you will use the +First, image files need to be uploaded in the wiki. For that purpose, you will use the [[Help:UpLoadPlugin|UpLoad]] plugin. === Toolbar === @@ -43,12 +43,12 @@ inlines the image with an alternative text. {{{ -[[some link|{{myimage.png}}]] +[[some link|{{myimage.png}}]] }}} if you click on the image, will goto "some link" {{{ -[[some link|{{myimage.png|alt text}}]] +[[some link|{{myimage.png|alt text}}]] }}} same with alternative Modified: trunk/pgsrc/Help%2FLdapSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FLdapSearchPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FLdapSearchPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:49:00 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -18,14 +18,14 @@ port=389 basedn="" filter="(cn=*)" - attributes="" + attributes="" >> -<<LdapSearch host=ldap.example.com filter="(ou=web-team)" +<<LdapSearch host=ldap.example.com filter="(ou=web-team)" attributes="sn cn telephonenumber">> <<LdapSearch host="ldap.itd.umich.edu" basedn="" filter="(sn=jensen)" attributes="cn drink">> <<LdapSearch host=ldap.example.com attributes="cn sn telephonenumber">> <<LdapSearch host=bugs.debian.org port=10101 basedn="dc=current,dc=bugs,dc=debian,dc=org" - filter="(debbugsPackage=phpwiki)" + filter="(debbugsPackage=phpwiki)" attributes="debbugsSeverity debbugsState debbugsTitle">> }}} @@ -58,7 +58,7 @@ == Examples == -<<WikiFormRich action=LdapSearch +<<WikiFormRich action=LdapSearch editbox[] name=host value=bugs.debian.org size=80 editbox[] name=port value=10101 size=80 editbox[] name=basedn value="dc=current,dc=bugs,dc=debian,dc=org" size=80 Modified: trunk/pgsrc/Help%2FListPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListPagesPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FListPagesPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -55,9 +55,9 @@ }}} {{{ -<<ListPages info=hits - sortby=hits - pages=<!plugin-list BackLink page=[] !> +<<ListPages info=hits + sortby=hits + pages=<!plugin-list BackLink page=[] !> exclude=ListPagesPlugin,WikiPlugin >> }}} Modified: trunk/pgsrc/Help%2FModeratedPagePlugin =================================================================== --- trunk/pgsrc/Help%2FModeratedPagePlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FModeratedPagePlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,14 +10,14 @@ == What is a ModeratedPage? == -A ModeratedPage is a page-internal setting, which restricts certain actions on certain pages. +A ModeratedPage is a page-internal setting, which restricts certain actions on certain pages. The requested action and page is stored internally and an email is sent to the moderators -described in the linked and locked ModeratedPage action page. -Any moderator may approve or reject the action by simply clicking an url. -When approving the action, the requested action (edit, rename, ...) is performed. +described in the linked and locked ModeratedPage action page. +Any moderator may approve or reject the action by simply clicking an url. +When approving the action, the requested action (edit, rename, ...) is performed. In both cases the author is notified, so it's recommended for the -moderator to click on either the approve or reject links in the moderation email. +moderator to click on either the approve or reject links in the moderation email. In case of multiple moderators: first comes, first serves. == How to enable ModeratedPage on a single page? == @@ -49,7 +49,7 @@ ! Default value |- | **moderators** -| comma-separated list of registered usernames or groups. +| comma-separated list of registered usernames or groups. Each user should have his email defined in his prefs. | "Administrators" or "<<SystemInfo ADMIN_USER>>" |- @@ -57,7 +57,7 @@ | one of 0, 1, 2 or 10 on which moderation is used | false (use requireaccess instead) |- -| **requireaccess** +| **requireaccess** | comma-separated list of access perms, on which the moderation is used "view,edit,create,list,remove,change" | edit,remove,change @@ -71,25 +71,25 @@ == How does it work internally? == -You need to lock the page additionally, so that the link parser performs -some magic whether the ModeratedPage link is present or not, for efficiency -reasons. It can be unlocked again, and even the ModeratedPage link may be removed. -The status will only be changed on the *lock* action, whether the ModeratedPage +You need to lock the page additionally, so that the link parser performs +some magic whether the ModeratedPage link is present or not, for efficiency +reasons. It can be unlocked again, and even the ModeratedPage link may be removed. +The status will only be changed on the *lock* action, whether the ModeratedPage link is present or not. -The moderation status is stored in each page in question. +The moderation status is stored in each page in question. Each moderated action is stored in the page also, together with a randomly -created permission key to allow Grant by a simple external unauthorized request. -There's no timeout on moderated actions, so the actions may stack up. -The delayed actions may be performed in any order, there's no strict ordering to +created permission key to allow Grant by a simple external unauthorized request. +There's no timeout on moderated actions, so the actions may stack up. +The delayed actions may be performed in any order, there's no strict ordering to follow for the moderator. == How to enable ModeratedPage on multiple/all pages? == -If you enable the config option ENABLE_MODERATEDPAGE_ALL, the page moderation status on +If you enable the config option ENABLE_MODERATEDPAGE_ALL, the page moderation status on every page is automatically set to check this action page ModeratedPage. -There may come another administrative plugin to change the moderation +There may come another administrative plugin to change the moderation status on selected pages. == Author == Modified: trunk/pgsrc/Help%2FPageGroupPlugin =================================================================== --- trunk/pgsrc/Help%2FPageGroupPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FPageGroupPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -24,23 +24,23 @@ ! Default value |- | **parent** -| | +| |- | **rev** -| +| | false |- | **section** -| +| | "Contents" |- | **label** -| | +| |- | **loop** -| +| | false |} Modified: trunk/pgsrc/Help%2FPageList =================================================================== --- trunk/pgsrc/Help%2FPageList 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FPageList 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -53,7 +53,7 @@ | //none// |- | **limit** -| number of rows +| number of rows | 50 |- | **paging** Modified: trunk/pgsrc/Help%2FPagePermissions =================================================================== --- trunk/pgsrc/Help%2FPagePermissions 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FPagePermissions 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:49:00 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -107,9 +107,9 @@ Those perms are mapped to those actions. [[Help:ActionPage|Action Pages]] (plugins) check their access restrictions by themselves. |= list | //none, 'list' is checked for every pagename listed in PageList, to prevent from being listed in AllPages.// -|= view | browse, viewsource, diff, select, xmlrpc, search, pdf -|= dump | zip, ziphtml, dumpserial, dumphtml -|= edit | revert, edit +|= view | browse, viewsource, diff, select, xmlrpc, search, pdf +|= dump | zip, ziphtml, dumpserial, dumphtml +|= edit | revert, edit |= create | //edit or create, if the page doesn't exist yet// |= change | upload, loadfile, remove, lock, unlock, upgrade, chown, setacl, setaclsimple, rename. \\ All other actionpages which are not wikiwords. Modified: trunk/pgsrc/Help%2FPageTrailPlugin =================================================================== --- trunk/pgsrc/Help%2FPageTrailPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FPageTrailPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -33,11 +33,11 @@ | 5 |- | **invisible** -| +| | false |- | **duplicates** -| +| | false |} Modified: trunk/pgsrc/Help%2FPhotoAlbumPlugin =================================================================== --- trunk/pgsrc/Help%2FPhotoAlbumPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FPhotoAlbumPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -31,14 +31,14 @@ _Only the ='src'= parameter is mandatory._ *src*: - Url or local path to a CSV textfile which separates filename and + Url or local path to a CSV textfile which separates filename and description of each photo. Photos listed in the text file have to be in same directory as the file. Descriptions are optional. - If the the local path points to a directory, is relative from PHPWIKI_DIR, - and the main script is in PHPWIKI_DIR, weblocation must not be given, and + If the the local path points to a directory, is relative from PHPWIKI_DIR, + and the main script is in PHPWIKI_DIR, weblocation must not be given, and all pictures from this directory are displayed. -*url*: +*url*: defines the the webpath to the srcdir directory (formerly called weblocation) *mode*: @@ -56,9 +56,9 @@ "desc" - Only description (from textfile) shown %%% "both" - If no description found, then filename will be used %%% -*link*: +*link*: true or false - If true, each image will be hyperlinked to a page where the single + If true, each image will be hyperlinked to a page where the single photo will be shown full-size. Only works when mode != 'normal' *align*: @@ -79,7 +79,7 @@ *height*, *width*: Height and width are calculated compared to original metrics - retrieved by [php-function:getimagesize] and can be absolute (50px) + retrieved by [php-function:getimagesize] and can be absolute (50px) or a percentage (e.g. "50%"). *attrib*: Modified: trunk/pgsrc/Help%2FPloticusPlugin =================================================================== --- trunk/pgsrc/Help%2FPloticusPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FPloticusPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:49:00 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -27,13 +27,13 @@ {{{ <<Ploticus -prefab vbars - data=myfile.dat delim=tab y=1 - clickmapurl="http://mywiki.url/wiki/?pagename=@2" - clickmaplabel="@3" -csmap + data=myfile.dat delim=tab y=1 + clickmapurl="http://mywiki.url/wiki/?pagename=@2" + clickmaplabel="@3" -csmap >> }}} -TODO: ~PloticusSql - create intermediate data from SQL. Similar to [SqlResult|Help:SqlResultPlugin], +TODO: ~PloticusSql - create intermediate data from SQL. Similar to [SqlResult|Help:SqlResultPlugin], just in graphic form. For example to produce nice looking pagehit statistics or ratings statistics. Ploticus has its own sql support within #getproc data, but this would expose security information. @@ -49,7 +49,7 @@ use the given prefab script (may need PLOTICUS_PREFABS) __-csmap__: | If a clickable map should be produced (not yet tested) - passed to ploticus as -csmap -mapfile $tempfile.map + passed to ploticus as -csmap -mapfile $tempfile.map __help__: | Show a help screen @@ -58,7 +58,7 @@ == Known Problems == For Windows you need either a gd library with GIF support or -a Ploticus with PNG support. This comes only with the Cygwin +a Ploticus with PNG support. This comes only with the Cygwin build so far. == Optional Configuration == Modified: trunk/pgsrc/Help%2FPluginManagerPlugin =================================================================== --- trunk/pgsrc/Help%2FPluginManagerPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FPluginManagerPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -52,20 +52,20 @@ == External Requirements == -Some plugins require correctly configured PLUGIN_CACHED and external libraries -not provided with ~PhpWiki or PHP, such as -* [PHP with GD support | php-function:ref.image] for the [[Help:text2pngPlugin|text2png]] plugin, +Some plugins require correctly configured PLUGIN_CACHED and external libraries +not provided with ~PhpWiki or PHP, such as +* [PHP with GD support | php-function:ref.image] for the [[Help:text2pngPlugin|text2png]] plugin, * [LaTeX2HTML | ftp://ftp.dante.de/tex-archive/support/latex2html ] for the [[Help:TexToPngPlugin|TexToPng]] plugin and [[Help:TeX2pngPlugin|TeX2png]] plugin, -* [graphviz | http://graphviz.org/] for the [[Help:GraphVizPlugin|GraphViz]] plugin and [[Help:VisualWikiPlugin|VisualWiki]] plugin, -* [ploticus | http://ploticus.sourceforge.net/] for the [[Help:PloticusPlugin|Ploticus]] plugin, +* [graphviz | http://graphviz.org/] for the [[Help:GraphVizPlugin|GraphViz]] plugin and [[Help:VisualWikiPlugin|VisualWiki]] plugin, +* [ploticus | http://ploticus.sourceforge.net/] for the [[Help:PloticusPlugin|Ploticus]] plugin, * [phpweather | http://phpweather.sf.net] for the [[Help:PhpWeatherPlugin|PhpWeather]] plugin, * [highlight | http://www.andre-simon.de/] for the [[Help:SyntaxHighlighterPlugin|SyntaxHighlighter]] plugin, * a browser with [<iframe> support|http://www.cs.tut.fi/~jkorpela/html/iframe.html] for the [[Help:TranscludePlugin|Transclude]] plugin, * USE_DB_SESSION = true (default for the peardb, adodb or dba backends) for the [[Help:WhoIsOnlinePlugin|WhoIsOnline]] plugin, * --with-xml support (with expat or libxml2) for the [[Help:RssFeedPlugin|RssFeed]] plugin (~ProjectSummary, ~RecentReleases) and ~HtmlParser support (~ImportHtml, ~HtmlAreaEditing), -* PHP Mail functionality (php.ini: SMTP + sendmail_from on Windows or sendmail_path) for email +* PHP Mail functionality (php.ini: SMTP + sendmail_from on Windows or sendmail_path) for email PhpWiki:PageChangeNotifications and ModeratedPage's, -* a [Google license key | http://www.google.com/apis/] for the [[Help:GooglePluginPlugin|GooglePlugin]] plugin, +* a [Google license key | http://www.google.com/apis/] for the [[Help:GooglePluginPlugin|GooglePlugin]] plugin, * optionally an external recommender engine (none yet, php only so far) and the wikilens theme for the [[Help:RateItPlugin|RateIt]] plugin, * optionally apache/mod_log_{my}sql for fast, external log analysis if ACCESS_LOG_SQL=1 (Referer, Abuse Prevention). See ##lib/Request.php## and http://www.outoforder.cc/projects/apache/mod_log_sql/ Modified: trunk/pgsrc/Help%2FRichTablePlugin =================================================================== --- trunk/pgsrc/Help%2FRichTablePlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FRichTablePlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,6 +1,6 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) -X-Rcs-Id: $Id$ +X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=Help%2FRichTablePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; Modified: trunk/pgsrc/Help%2FSemanticRelations =================================================================== --- trunk/pgsrc/Help%2FSemanticRelations 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FSemanticRelations 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,12 +12,12 @@ implementation of the semantic mediawiki extension. It features: * Annotation of article-article-links by means of configurable relations (link-types). -* Annotation of articles with simple data-values that are assigned to numeric +* Annotation of articles with simple data-values that are assigned to numeric attributes. -* Support for using physical units of measurement in all numerical attributes, +* Support for using physical units of measurement in all numerical attributes, without need for prior configuration. -Relations can be searched for with regular expressions, attributes can be +Relations can be searched for with regular expressions, attributes can be searched for with full mathematical expressions. The annotation data will be combined with annotations from the current @@ -35,10 +35,10 @@ == Attributes == -Attributes are defined as link to numbers (understandable by -[GNU Units|http://www.gnu.org/software/units/units.html]) with +Attributes are defined as link to numbers (understandable by +[GNU Units|http://www.gnu.org/software/units/units.html]) with the following markup syntax: - + {{{ attribute:=value }}} @@ -63,7 +63,7 @@ United States and is noted for its temperate climate and many beaches. According to the United States Census Bureau, the city has a total -area of [963.6 km²|area:=963.6 km^2] (372.0 mi²). 840.0 km² +area of [963.6 km²|area:=963.6 km^2] (372.0 mi²). 840.0 km² (324.3 mi²) of it is land and 123.5 km² (47.7 mi²) of it is water. The total area is 12.82% water. Modified: trunk/pgsrc/Help%2FSiteMapPlugin =================================================================== --- trunk/pgsrc/Help%2FSiteMapPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FSiteMapPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 10:37:40 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -33,11 +33,11 @@ | Get BackLinks or forward links (links listed on the page) | |- -| **firstreversed** +| **firstreversed** | If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'. | |- -| **excludeunknown** +| **excludeunknown** | If true (default) then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'. | |- @@ -67,7 +67,7 @@ |- | **info** | -| false +| false |} == Example == Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -20,23 +20,23 @@ ! Default value |- | **syntax** -| +| | (required), See http://www.andre-simon.de/doku/highlight/highlight.html |- | **style** -| +| | ~[ "ansi", "gnu", "kr", "java", "linux" ~] (required) |- | **color** -| +| | null (optional), see ##highlight/themes## |- | **number** -| +| | 0 (optional) |- | **wrap** -| +| | 0 (optional) |} @@ -73,7 +73,7 @@ ** support options: syntax, style, color, ** php version switch, ** HIGHLIGHT_DATA_DIR, HIGHLIGHT_EXE constants, - + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] Modified: trunk/pgsrc/Help%2FTextFormattingRules =================================================================== --- trunk/pgsrc/Help%2FTextFormattingRules 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FTextFormattingRules 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -151,7 +151,7 @@ Special non-ASCII or non-latin characters are printed as-is only if supported by the native wiki CHARSET. Add such characters on a non-supported CHARSET with the [[Help:RawHtmlPlugin]] if it is enabled by the Admin and e.g. the ##&#num;## syntax. -E.g. These Japanese chars 'から 新規ページ' +E.g. These Japanese chars 'から 新規ページ' on this <<SystemInfo CHARSET>> wiki. And with the plugin: <<RawHtml から 新規ページ>> Modified: trunk/pgsrc/Help%2FTranscludePlugin =================================================================== --- trunk/pgsrc/Help%2FTranscludePlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FTranscludePlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -32,7 +32,7 @@ |- | **quiet** | If set, frame appears as normal content -| false +| false |} == Bugs / Caveats == Modified: trunk/pgsrc/Help%2FUpLoadPlugin =================================================================== --- trunk/pgsrc/Help%2FUpLoadPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FUpLoadPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,11 +8,11 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~UpLoad** [[Help:WikiPlugin|plugin]] displays an editbox and two buttons. -The first button let's you choose the file to be uploaded at your local filesystem. -The textvalue of this button is localised from your browser. +The **~UpLoad** [[Help:WikiPlugin|plugin]] displays an editbox and two buttons. +The first button let's you choose the file to be uploaded at your local filesystem. +The textvalue of this button is localised from your browser. The second "Upload" button actually uploads the given filename to the upload directory. -This directory is not browsable, any file there may be accessed by using the "Upload~:" +This directory is not browsable, any file there may be accessed by using the "Upload~:" [[InterWikiMap]] prefix to the given filename. This way you can easily inline uploaded images. See [[PhpWiki:InlineUploadedImages]]. Modified: trunk/pgsrc/Help%2FUserRatingsPlugin =================================================================== --- trunk/pgsrc/Help%2FUserRatingsPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FUserRatingsPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -53,11 +53,11 @@ | 0 |- | **noheader** -| +| | 0 |- | **userPage** -| +| | false |- | **info** Modified: trunk/pgsrc/Help%2FWantedPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FWantedPagesPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FWantedPagesPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -49,7 +49,7 @@ | 100 |- | **paging** -| +| | auto |} Modified: trunk/pgsrc/Help%2FWatchPagePlugin =================================================================== --- trunk/pgsrc/Help%2FWatchPagePlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FWatchPagePlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -28,7 +28,7 @@ | current pagename |- | **mode** -| +| | add |} Modified: trunk/pgsrc/Help%2FWhoIsOnlinePlugin =================================================================== --- trunk/pgsrc/Help%2FWhoIsOnlinePlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FWhoIsOnlinePlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -36,7 +36,7 @@ | false |- | **mode** -| +| | false |} Modified: trunk/pgsrc/Help%2FWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2FWikiPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 X-Rcs-Id: $Id$ Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) Content-Type: application/x-phpwiki; @@ -39,14 +39,14 @@ Currently, one invokes a plugin by putting something like: {{{ -<<AllPages limit=20 cols=3>> +<<AllPages limit=20 cols=3>> }}} into a regular wiki-page. That particular example produces a list of the first 20 existing pages in 3 columns, via the [[Help:PageList|PageList]] library. -<<AllPages limit=20 cols=3>> +<<AllPages limit=20 cols=3>> == Details == @@ -81,7 +81,7 @@ (The BackLinks plugin uses the current page as the default value for the *page* argument.) - Most plugins using the [[Help:PageList|PageList]] library inherit their + Most plugins using the [[Help:PageList|PageList]] library inherit their default arguments from the ~PageList. === Standard Arguments === @@ -173,17 +173,17 @@ reasons: # Support translated action buttons and customizable action descriptions. -# Customize standard actions by tuning the plugin invocation arguments. +# Customize standard actions by tuning the plugin invocation arguments. Override or add plugin defaults. -# Split simple plugins into multiple actions, like RecentChanges/RecentEdits, +# Split simple plugins into multiple actions, like RecentChanges/RecentEdits, MostPopular/LeastPopular, AllPages/AllPagesCreatedByMe/AllPagesLastEditedByMe/ AllPagesOwnedByMe which differ only in one argument. # Simplify the syntax for actions on another actions using a ~PageList as result of an actionpage as input parameter for another action or format. -* Those actions which have buttons or links in the theme or are - referenced in the standard pgsrc pageset require their +* Those actions which have buttons or links in the theme or are + referenced in the standard pgsrc pageset require their (possibly localized) actionpages, otherwise the actions will not work. * If the localized actionpage is not found the english version is used. Modified: trunk/pgsrc/Help%2F_AuthInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_AuthInfoPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2F_AuthInfoPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,11 +9,11 @@ Content-Transfer-Encoding: binary Administrative plugin, used to debug auth problems and settings. -This plugin is only for testing purposes. -If DEBUG has no _DEBUG_LOGIN bit set, only the admin user can call it, +This plugin is only for testing purposes. +If DEBUG has no _DEBUG_LOGIN bit set, only the admin user can call it, which is of no real use. -Warning! This may display DB and user passwords in cleartext. We think we +Warning! This may display DB and user passwords in cleartext. We think we cleared everything out though. == Usage == Modified: trunk/pgsrc/Help%2F_BackendInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_BackendInfoPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2F_BackendInfoPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -13,7 +13,7 @@ Displays all/most database infos about a page. -Warning! This may display db and user passwords in cleartext. We think we +Warning! This may display db and user passwords in cleartext. We think we cleared everything out though. == Usage == Modified: trunk/pgsrc/Help%2F_GroupInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_GroupInfoPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2F_GroupInfoPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,11 +9,11 @@ Content-Transfer-Encoding: binary Administrative plugin, used to debug auth problems and settings. -This [[Help:WikiPlugin|plugin]] is only for testing purposes. -If DEBUG has no _DEBUG_LOGIN bit set, only the admin user can call it, +This [[Help:WikiPlugin|plugin]] is only for testing purposes. +If DEBUG has no _DEBUG_LOGIN bit set, only the admin user can call it, which is of no real use. -Warning! This may display db and user passwords in cleartext. We think we +Warning! This may display db and user passwords in cleartext. We think we cleared everything out though. == Usage == Modified: trunk/pgsrc/Help%2F_WikiTranslationPlugin =================================================================== --- trunk/pgsrc/Help%2F_WikiTranslationPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2F_WikiTranslationPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,12 +10,12 @@ Display pagenames and other internal strings in various languages. -Can also be used to let a favorite translation service translate a whole page. +Can also be used to let a favorite translation service translate a whole page. Current favorite: translate.google.com if from_lang = en or fr == Usage == {{{ - <<_WikiTranslation languages=de,en,sv string="" page="" + <<_WikiTranslation languages=de,en,sv string="" page="" what=pages from_lang=0 nolinks=0 noT=0 debug=0 >> }}} @@ -40,7 +40,7 @@ Do not display any links (for development only) noT: Do not display the T link (for development only) - + == Example == {{{ Modified: trunk/pgsrc/Help%2Ftext2pngPlugin =================================================================== --- trunk/pgsrc/Help%2Ftext2pngPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Help%2Ftext2pngPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,7 +9,7 @@ Content-Transfer-Encoding: binary Convert text into a png image using GD without using [WikiPluginCached|Help:WikiPlugin]. -The images are stored in a private <PHPWIKI_DIR>/images/<LANG> subdirectory instead, +The images are stored in a private <PHPWIKI_DIR>/images/<LANG> subdirectory instead, which are not timestamp checked at all. Delete the .png file(s) if you change anything. This is a really simple and stupid plugin, which might need some work. Modified: trunk/pgsrc/LinkDatabase =================================================================== --- trunk/pgsrc/LinkDatabase 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/LinkDatabase 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,7 +10,7 @@ <<LinkDatabase>> -<<Comment +<<Comment With ?format=text to be used by WikiBrowser at http://touchgraph.sourceforge.net/ Save the output as textfile. Modified: trunk/pgsrc/MyRecentEdits =================================================================== --- trunk/pgsrc/MyRecentEdits 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/MyRecentEdits 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -Here's a list of all my recently changed pages on this wiki, including minor edits. +Here's a list of all my recently changed pages on this wiki, including minor edits. //See [[RecentChanges]] for all recent edits and changes and [[MyRecentChanges]] for all major edits only.// Modified: trunk/pgsrc/PasswordReset =================================================================== --- trunk/pgsrc/PasswordReset 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/PasswordReset 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,10 +8,10 @@ charset=UTF-8 Content-Transfer-Encoding: binary -Any Administrator may reset (i.e. delete) any users password. The user may login with an empty +Any Administrator may reset (i.e. delete) any users password. The user may login with an empty password then or set a new one at the sign in page. -A normal user may only reset a users password who has his email address defined. +A normal user may only reset a users password who has his email address defined. For users with undefined email address you have to ask an Administrator to reset any password. Authenticated users should change their passwords at their UserPreferences page. Modified: trunk/pgsrc/RecentVisitors =================================================================== --- trunk/pgsrc/RecentVisitors 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/RecentVisitors 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 14:12:16 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,7 +10,7 @@ Sign and date your name below! -Arno Hollosi, Aredridel Stauck, Jeff Dairiki, Steve Wainstead, Carsten Klapp, +Arno Hollosi, Aredridel Stauck, Jeff Dairiki, Steve Wainstead, Carsten Klapp, Reini Urban, Marc-Etienne Vargenau, the [[PhpWiki:ThePhpWikiProgrammingTeam|PhpWiki authors]]. ---- Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/ReleaseNotes 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 17 Sep 2010 14:12:16 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -14,12 +14,12 @@ This is a new major release, where everything changed from 1.2, and lots of changes since 13.4. -An important modification in this release is the implementation +An important modification in this release is the implementation of full Wikicreole 1.0 syntax, including additions. The "classic" Phpwiki syntax is still supported. -The documentation pages found in pgsrc have been mostly converted to UTF-8 and +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). @@ -27,7 +27,7 @@ Improved dumping, pageset handling for format= with ~ActionPages. e.g. dump pagesets or multi-page pdf's. -The Sidebar theme is now an extension of the Monobook theme (known from Wikipedia), +The Sidebar theme is now an extension of the Monobook theme (known from Wikipedia), the new fusionforge theme is to be used together with FusionForge (the successor of Gforge). === Fixes === @@ -49,7 +49,7 @@ * XHTML validation corrections (vargenau) * avoid recursive modification when renaming a page like '~PageFoo to '~PageFooTwo' (vargenau) * fix Bug#1808002 Table of contents plugin does not nest numbering (vargenau) -* fix Bug#1903815 Cannot put "0" in ~RichTable cell, cell becomes empty (vargenau) +* fix Bug#1903815 Cannot put "0" in ~RichTable cell, cell becomes empty (vargenau) * fix Bug#1904088 Some brackets links with \n cause the parser to crash * fixed incorrect numbering in Table of Contents numbering (vargenau) * fix Bug#1967147 ~FileInfoPlugin does not allow display=owner Modified: trunk/pgsrc/Template%2FExample =================================================================== --- trunk/pgsrc/Template%2FExample 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Template%2FExample 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,13 +9,13 @@ Content-Transfer-Encoding: binary <noinclude> -The following predefined variables are automatically expanded by +The following predefined variables are automatically expanded by the [[Help:CreatePagePlugin|CreatePage]] plugin if existing: PAGENAME MTIME - last modified date + time CTIME - creation date + time AUTHOR - last author - OWNER + OWNER CREATOR - first author SERVER_URL, DATA_PATH, SCRIPT_NAME, PHPWIKI_BASE_URL and BASE_URL </noinclude> Modified: trunk/pgsrc/Template%2FNewPlugin =================================================================== --- trunk/pgsrc/Template%2FNewPlugin 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Template%2FNewPlugin 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage == {{{ -<<New arguments>> +<<New arguments>> }}} == Arguments == @@ -31,7 +31,7 @@ == Example == {{{ -<<New page=HomePage>> +<<New page=HomePage>> }}} == Author == Modified: trunk/pgsrc/Template%2FRelation =================================================================== --- trunk/pgsrc/Template%2FRelation 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/Template%2FRelation 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -15,7 +15,7 @@ Create a new relation page: <?plugin-form CreatePage initial_content={{Template/Relation}} ?> -Note: Relations are created implicitly by using the ##~:~:## syntax. +Note: Relations are created implicitly by using the ##~:~:## syntax. See [[Help:SemanticRelations|SemanticRelations]] List of all other used relations: Modified: trunk/pgsrc/TranslateText =================================================================== --- trunk/pgsrc/TranslateText 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/TranslateText 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,9 +1,9 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=TranslateText; - flags=PAGE_LOCKED; + flags=PAGE_LOCKED; markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/UserContribs =================================================================== --- trunk/pgsrc/UserContribs 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/UserContribs 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 X-Rcs-Id: $Id$ Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -<<RecentChanges days||=90 daylist=1,3,7,30,90,0 show_deleted||=1 +<<RecentChanges days||=90 daylist=1,3,7,30,90,0 show_deleted||=1 format=contribs author||=[]>> ---- Modified: trunk/pgsrc/WikiBlog =================================================================== --- trunk/pgsrc/WikiBlog 2010-12-09 13:49:21 UTC (rev 7756) +++ trunk/pgsrc/WikiBlog 2010-12-09 13:53:00 UTC (rev 7757) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 14:51:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,7 +9,7 @@ Content-Transfer-Encoding: binary <<Comment - Required actionpage for blogs. You can override a user base here. + Required actionpage for blogs. You can override a user base here. The default is the current username. If user=ADMIN_USER and BLOG_DEFAULT_EMPTY_PREFIX=true then the base will be /Blog. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-12-09 16:36:26
|
Revision: 7764 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7764&view=rev Author: vargenau Date: 2010-12-09 16:36:20 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Help%2FHtmlConverterPlugin trunk/pgsrc/Help%2FPhpHighlightPlugin trunk/pgsrc/Help%2FWikiWikiWeb trunk/pgsrc/ReleaseNotes Modified: trunk/pgsrc/Help%2FHtmlConverterPlugin =================================================================== --- trunk/pgsrc/Help%2FHtmlConverterPlugin 2010-12-09 15:22:58 UTC (rev 7763) +++ trunk/pgsrc/Help%2FHtmlConverterPlugin 2010-12-09 16:36:20 UTC (rev 7764) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 17:30:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -28,7 +28,7 @@ <<HtmlConverter>> == Authors == -* [Hendrik Scheider|mailto:hen...@wi...] +* [[mailto:hen...@wi...|Hendrik Scheider]] * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FPhpHighlightPlugin =================================================================== --- trunk/pgsrc/Help%2FPhpHighlightPlugin 2010-12-09 15:22:58 UTC (rev 7763) +++ trunk/pgsrc/Help%2FPhpHighlightPlugin 2010-12-09 16:36:20 UTC (rev 7764) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 17:30:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -49,7 +49,7 @@ The plugin accepts optional color arguments which correspond to the highlight settings in *php.ini*. Specified colors must be a valid hexadecimal color or - [HTML 4 color name|http://www.w3.org/TR/REC-html40/types.html#h-6.5] + [[http://www.w3.org/TR/REC-html40/types.html#h-6.5|HTML 4 color name]] in lowercase, such as ##'#0f0344'## or ##blue##. You can set the following options: Modified: trunk/pgsrc/Help%2FWikiWikiWeb =================================================================== --- trunk/pgsrc/Help%2FWikiWikiWeb 2010-12-09 15:22:58 UTC (rev 7763) +++ trunk/pgsrc/Help%2FWikiWikiWeb 2010-12-09 16:36:20 UTC (rev 7764) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 17:30:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -14,17 +14,17 @@ You and I will find these statements there particularly relevant: -//The point is to make the [EditText|Help:EditText] form simple and the [FindPage] +//The point is to make the [[Help:EditText|EditText]] form simple and the [[FindPage]] search fast.// //In addition to being quick, this site also aspires to Zen ideals -generally labeled [WabiSabi|Help:WabiSabi]. Zen finds beauty in the imperfect and +generally labeled [[Help:WabiSabi|WabiSabi]]. Zen finds beauty in the imperfect and ephemeral. When it comes down to it, that's all you need.// //The Universe tends toward chaos. The Universe tends toward Wiki.// -You can say hello on [RecentVisitors], or read about [HowToUseWiki|Help:HowToUseWiki] and -[AddingPages|Help:AddingPages]. Currently this Wiki has no theme for discussion, so go +You can say hello on [[RecentVisitors]], or read about [[Help:HowToUseWiki|HowToUseWiki]] and +[[Help:AddingPages|AddingPages]]. Currently this Wiki has no theme for discussion, so go ahead and play with it and have fun!! --SteveWainstead. Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2010-12-09 15:22:58 UTC (rev 7763) +++ trunk/pgsrc/ReleaseNotes 2010-12-09 16:36:20 UTC (rev 7764) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Thu, 9 Dec 2010 17:30:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -70,8 +70,8 @@ * aesthetic request: remove ?action=edit after edit * create interim pages as minor not see them in RecentChanges * default theme: use standard search template (~LiveSearch) -* [Help:CalendarPlugin] changed default start_wday from 0 to 1 (Monday) -* [Help:CalendarListPlugin] pages now in parallel with Calendar: year + month args as start base. +* [[Help:CalendarPlugin]] changed default start_wday from 0 to 1 (Monday) +* [[Help:CalendarListPlugin]] pages now in parallel with Calendar: year + month args as start base. The behaviour before 2007 with last/next_n_days was to start now. * removed fpdf support. only use external converters * change rename action from access perm change to edit: allow the signed-in user to rename. @@ -247,7 +247,7 @@ * changed Semantic attribute syntax from ":-" to ":=" (relevant to cvs users only) * change ~TextSearchQuery handling of regex=pcre: plain string, no parsing at all, detect and apply modifiers. -* enhance text2png arguments and features. See [Help:text2pngPlugin] +* enhance text2png arguments and features. See [[Help:text2pngPlugin]] * Template plugin: allow passing arbitrary args, not just in vars. * added old gd support to ~PhotoAlbum thumbs (~ImageTile) * Improve ~LdapSearch plugin and add action page. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-01-11 12:53:01
|
Revision: 7826 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7826&view=rev Author: vargenau Date: 2011-01-11 12:52:54 +0000 (Tue, 11 Jan 2011) Log Message: ----------- New help page: Help%2FAdobe%20Flash Modified Paths: -------------- trunk/pgsrc/Help%2FImages trunk/pgsrc/Help%2FVideoPlugin Added Paths: ----------- trunk/pgsrc/Help%2FAdobe%20Flash Added: trunk/pgsrc/Help%2FAdobe%20Flash =================================================================== --- trunk/pgsrc/Help%2FAdobe%20Flash (rev 0) +++ trunk/pgsrc/Help%2FAdobe%20Flash 2011-01-11 12:52:54 UTC (rev 7826) @@ -0,0 +1,78 @@ +Date: Tue, 11 Jan 2011 13:48:05 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) +X-Rcs-Id: $Id$ +Content-Type: application/x-phpwiki; + pagename=Help%2FAdobe%20Flash; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + markup=2; + charset=UTF-8 +Content-Transfer-Encoding: binary + +You can easily insert **Adobe Flash** (.swf) files in the wiki. + +== Uploading Flash files == + +First, Flash files need to be uploaded in the wiki. For that purpose, you will use the +[[Help:UpLoadPlugin|UpLoad]] plugin. + +=== Syntax === + +You give access to the uploaded Flash files with the following syntax. + +{{{ +{{myflash.swf}} +}}} +or +{{{ +[[Upload:myflash.swf]] +}}} +will inline the image. + +=== Options === + +Using the {{{Upload:}}} syntax, options are allowed to change the appearance: +{{{ +[[Upload:myflash.png size=40x25 align=center]] +}}} + +Separate options by spaces. The allowed options are the following: +* size: ''width "x" height'' or ''num + "%"'' +* align: ''string'' +* border: ''number'' +* hspace: ''number'' +* vspace: ''number'' + +== Examples == + +=== Wikicréole syntax === + +{{{ +{{ora.swf}} +}}} + +{{/themes/Sidebar/ora.swf}} + +=== Upload syntax === + +{{{ +[[Upload:ora.swf]] +[[Upload:ora.swf size=50x50]] +}}} + +=== URL syntax === + +{{{ +[[http://www.qasia.com/games/mahjong.swf]] +}}} + +[[http://www.qasia.com/games/mahjong.swf]] + +== See Also == +* [[Help:Images]] +* [[Help:VideoPlugin]] +* [[Help:Wikicreole]] + +<noinclude> +---- +[[PhpWikiDocumentation]] +</noinclude> Property changes on: trunk/pgsrc/Help%2FAdobe%20Flash ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/pgsrc/Help%2FImages =================================================================== --- trunk/pgsrc/Help%2FImages 2011-01-07 16:35:43 UTC (rev 7825) +++ trunk/pgsrc/Help%2FImages 2011-01-11 12:52:54 UTC (rev 7826) @@ -1,4 +1,4 @@ -Date: Thu, 16 Dec 2010 12:19:19 +0000 +Date: Tue, 11 Jan 2011 13:48:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -100,6 +100,11 @@ [[http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/themes/default/images/poweredby_phpwiki_51x31.png]] +== See Also == +* [[Help:Adobe Flash]] +* [[Help:VideoPlugin]] +* [[Help:Wikicreole]] + <noinclude> ---- [[PhpWikiDocumentation]] Modified: trunk/pgsrc/Help%2FVideoPlugin =================================================================== --- trunk/pgsrc/Help%2FVideoPlugin 2011-01-07 16:35:43 UTC (rev 7825) +++ trunk/pgsrc/Help%2FVideoPlugin 2011-01-11 12:52:54 UTC (rev 7826) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 11 Jan 2011 13:48:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -66,6 +66,11 @@ * Roger Guignard, Alcatel-Lucent * Marc-Etienne Vargenau, Alcatel-Lucent +== See Also == +* [[Help:Images]] +* [[Help:Adobe Flash]] +* [[Help:Wikicreole]] + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-04-13 13:51:03
|
Revision: 8046 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8046&view=rev Author: vargenau Date: 2011-04-13 13:50:57 +0000 (Wed, 13 Apr 2011) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Template%2FLinkto trunk/pgsrc/Template%2FRelation Modified: trunk/pgsrc/Template%2FLinkto =================================================================== --- trunk/pgsrc/Template%2FLinkto 2011-04-13 13:43:01 UTC (rev 8045) +++ trunk/pgsrc/Template%2FLinkto 2011-04-13 13:50:57 UTC (rev 8046) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Wed, 13 Apr 2011 15:47:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -//SemanticSearch for pages with the relation %%LINKTO%% :: *%%PAGENAME%%* (a Linkto)// +//SemanticSearch for pages with the relation %%LINKTO%% ::// **//%%PAGENAME%%//** //(a Linkto)// <<SemanticSearch page="*" relation="%%LINKTO%%$" s="%%PAGENAME%%$" case_exact=1 noform=1 >> Modified: trunk/pgsrc/Template%2FRelation =================================================================== --- trunk/pgsrc/Template%2FRelation 2011-04-13 13:43:01 UTC (rev 8045) +++ trunk/pgsrc/Template%2FRelation 2011-04-13 13:50:57 UTC (rev 8046) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Wed, 13 Apr 2011 15:47:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -//SemanticSearch for pages with the *%%PAGENAME%%* relation:// +//SemanticSearch for pages with the// **//%%PAGENAME%%//** //relation:// <<SemanticSearch page="*" relation=%%PAGENAME%% s="*" case_exact=1 noform=1 >> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-12-16 11:43:38
|
Revision: 8210 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8210&view=rev Author: vargenau Date: 2011-12-16 11:43:27 +0000 (Fri, 16 Dec 2011) Log Message: ----------- mandatory --> required Modified Paths: -------------- trunk/pgsrc/Help%2FChartPlugin trunk/pgsrc/Help%2FIncludePagePlugin trunk/pgsrc/Help%2FPhotoAlbumPlugin Modified: trunk/pgsrc/Help%2FChartPlugin =================================================================== --- trunk/pgsrc/Help%2FChartPlugin 2011-12-16 10:16:26 UTC (rev 8209) +++ trunk/pgsrc/Help%2FChartPlugin 2011-12-16 11:43:27 UTC (rev 8210) @@ -1,4 +1,4 @@ -Date: Thu, 15 Dec 2011 17:25:35 +0000 +Date: Fri, 16 Dec 2011 12:42:36 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -44,7 +44,7 @@ |- | **data** | Graph data: a list of numbers separated by comma -| //none (mandatory argument)// +| //None// (required argument) |} == Examples == Modified: trunk/pgsrc/Help%2FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2011-12-16 10:16:26 UTC (rev 8209) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2011-12-16 11:43:27 UTC (rev 8210) @@ -1,4 +1,4 @@ -Date: Mon, 17 Jan 2011 17:13:41 +0000 +Date: Fri, 16 Dec 2011 12:42:36 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -27,7 +27,7 @@ |- | **page** | The page to include -| //None// (mandatory argument) +| //None// (required argument) |- | **rev** | the revision Modified: trunk/pgsrc/Help%2FPhotoAlbumPlugin =================================================================== --- trunk/pgsrc/Help%2FPhotoAlbumPlugin 2011-12-16 10:16:26 UTC (rev 8209) +++ trunk/pgsrc/Help%2FPhotoAlbumPlugin 2011-12-16 11:43:27 UTC (rev 8210) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 16 Dec 2011 12:42:36 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -28,7 +28,7 @@ == Arguments == -_Only the ='src'= parameter is mandatory._ +_Only the ='src'= parameter is required._ *src*: Url or local path to a CSV textfile which separates filename and This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-12-16 11:54:32
|
Revision: 8211 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8211&view=rev Author: vargenau Date: 2011-12-16 11:54:21 +0000 (Fri, 16 Dec 2011) Log Message: ----------- Help pages: required arguments Modified Paths: -------------- trunk/pgsrc/Help%2FCreateBibPlugin trunk/pgsrc/Help%2FFileInfoPlugin trunk/pgsrc/Help%2FGoogleMapsPlugin trunk/pgsrc/Help%2FPageGroupPlugin trunk/pgsrc/Help%2FSyntaxHighlighterPlugin trunk/pgsrc/Help%2FTemplatePlugin Modified: trunk/pgsrc/Help%2FCreateBibPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateBibPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FCreateBibPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 16:09:45 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -25,7 +25,7 @@ |- | **pagename** | The page from which the ~BibTex file is generated -| +| //None// (required argument) |} == Example == Modified: trunk/pgsrc/Help%2FFileInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FFileInfoPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FFileInfoPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -32,11 +32,11 @@ |- | **file** | Relative path from PHPWIKI_DIR. -| (required) +| //None// (required argument) |- | **display** | Comma-seperated string of version, size, phonysize, date, mtime, owner, name, path, dirname, link, mime-typ, magic. -| (required) +| //None// (required argument) |- | **format** | printf format string with %s only, all display modes from above vars return strings Modified: trunk/pgsrc/Help%2FGoogleMapsPlugin =================================================================== --- trunk/pgsrc/Help%2FGoogleMapsPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FGoogleMapsPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -33,11 +33,11 @@ |- | **Longitude** | Longitude -| //none// +| //None// (required argument) |- | **Latitude** | Latitude -| //none// +| //None// (required argument) |- | **~ZoomFactor** | Zoom factor @@ -49,7 +49,7 @@ |- | **~InfoText** | -| //none// +| //None// |- | **~MapType** | Map or Satellite or Hybrid Modified: trunk/pgsrc/Help%2FPageGroupPlugin =================================================================== --- trunk/pgsrc/Help%2FPageGroupPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FPageGroupPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -25,7 +25,7 @@ |- | **parent** | -| +| //None// (required argument) |- | **rev** | Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -21,7 +21,7 @@ |- | **syntax** | -| (required), See http://www.andre-simon.de/doku/highlight/highlight.html +| //None// (required argument), see http://www.andre-simon.de/doku/highlight/highlight.html |- | **style** | Modified: trunk/pgsrc/Help%2FTemplatePlugin =================================================================== --- trunk/pgsrc/Help%2FTemplatePlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FTemplatePlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Mon, 17 Jan 2011 17:13:41 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -63,7 +63,7 @@ |- | **page** | pagename to be included as template -| (empty) +| //None// (required argument) |- | **vars** | optional parameters to be expanded inside the template This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-02-02 10:20:00
|
Revision: 8240 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8240&view=rev Author: vargenau Date: 2012-02-02 10:19:51 +0000 (Thu, 02 Feb 2012) Log Message: ----------- Add ACL for admin pages Modified Paths: -------------- trunk/pgsrc/PasswordReset trunk/pgsrc/PhpWikiAdministration trunk/pgsrc/SetGlobalAccessRights trunk/pgsrc/SetGlobalAccessRightsSimple trunk/pgsrc/WikiAdminSelect Modified: trunk/pgsrc/PasswordReset =================================================================== --- trunk/pgsrc/PasswordReset 2012-02-02 10:01:41 UTC (rev 8239) +++ trunk/pgsrc/PasswordReset 2012-02-02 10:19:51 UTC (rev 8240) @@ -1,10 +1,11 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Wed, 11 Jan 2012 16:18:06 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=PasswordReset; flags=PAGE_LOCKED; markup=2; + acl="view:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY"; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2012-02-02 10:01:41 UTC (rev 8239) +++ trunk/pgsrc/PhpWikiAdministration 2012-02-02 10:19:51 UTC (rev 8240) @@ -1,10 +1,11 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Wed, 11 Jan 2012 16:18:06 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; flags=PAGE_LOCKED; markup=2; + acl="view:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY"; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/SetGlobalAccessRights =================================================================== --- trunk/pgsrc/SetGlobalAccessRights 2012-02-02 10:01:41 UTC (rev 8239) +++ trunk/pgsrc/SetGlobalAccessRights 2012-02-02 10:19:51 UTC (rev 8240) @@ -1,10 +1,11 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Wed, 11 Jan 2012 16:18:06 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=SetGlobalAccessRights; flags=PAGE_LOCKED; markup=2; + acl="view:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY"; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/SetGlobalAccessRightsSimple =================================================================== --- trunk/pgsrc/SetGlobalAccessRightsSimple 2012-02-02 10:01:41 UTC (rev 8239) +++ trunk/pgsrc/SetGlobalAccessRightsSimple 2012-02-02 10:19:51 UTC (rev 8240) @@ -1,10 +1,11 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Wed, 11 Jan 2012 16:18:06 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=SetGlobalAccessRightsSimple; flags=PAGE_LOCKED; markup=2; + acl="view:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY"; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/WikiAdminSelect =================================================================== --- trunk/pgsrc/WikiAdminSelect 2012-02-02 10:01:41 UTC (rev 8239) +++ trunk/pgsrc/WikiAdminSelect 2012-02-02 10:19:51 UTC (rev 8240) @@ -1,10 +1,11 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Wed, 11 Jan 2012 16:18:06 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=WikiAdminSelect; flags=PAGE_LOCKED; markup=2; + acl="view:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY"; 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. |
From: <var...@us...> - 2012-04-13 16:15:40
|
Revision: 8266 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8266&view=rev Author: vargenau Date: 2012-04-13 16:15:30 +0000 (Fri, 13 Apr 2012) Log Message: ----------- See Also Modified Paths: -------------- trunk/pgsrc/Help%2FBlogArchivesPlugin trunk/pgsrc/Help%2FBlogJournalPlugin trunk/pgsrc/Help%2FWikiBlogPlugin Modified: trunk/pgsrc/Help%2FBlogArchivesPlugin =================================================================== --- trunk/pgsrc/Help%2FBlogArchivesPlugin 2012-04-13 16:05:04 UTC (rev 8265) +++ trunk/pgsrc/Help%2FBlogArchivesPlugin 2012-04-13 16:15:30 UTC (rev 8266) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 13 Apr 2012 18:14:27 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -45,6 +45,8 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == +* [[Help:WikiBlogPlugin]] +* [[Help:BlogJournalPlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FBlogJournalPlugin =================================================================== --- trunk/pgsrc/Help%2FBlogJournalPlugin 2012-04-13 16:05:04 UTC (rev 8265) +++ trunk/pgsrc/Help%2FBlogJournalPlugin 2012-04-13 16:15:30 UTC (rev 8266) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 13 Apr 2012 18:14:27 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -49,6 +49,8 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == +* [[Help:WikiBlogPlugin]] +* [[Help:BlogArchivesPlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FWikiBlogPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiBlogPlugin 2012-04-13 16:05:04 UTC (rev 8265) +++ trunk/pgsrc/Help%2FWikiBlogPlugin 2012-04-13 16:15:30 UTC (rev 8266) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 13 Apr 2012 18:14:27 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,8 +10,14 @@ This simple [[Help:WikiPlugin|plugin]] allows blog-style entries on a page. Try making a few entries, and then look at [[RecentChanges]] to get an idea of how things work. +== Example == + <<WikiBlog>> +== See Also == +* [[Help:BlogJournalPlugin]] +* [[Help:BlogArchivesPlugin]] + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-10-01 08:05:30
|
Revision: 8340 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8340&view=rev Author: vargenau Date: 2012-10-01 08:05:17 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Remove svn:keywords Property Changed: ---------------- trunk/pgsrc/AllPages trunk/pgsrc/AllPagesByAcl trunk/pgsrc/AllPagesCreatedByMe trunk/pgsrc/AllPagesLastEditedByMe trunk/pgsrc/AllPagesOwnedByMe trunk/pgsrc/AllUserPages trunk/pgsrc/AllUsers trunk/pgsrc/AppendText trunk/pgsrc/AuthorHistory trunk/pgsrc/BackLinks trunk/pgsrc/BlogArchives trunk/pgsrc/BlogJournal trunk/pgsrc/CategoryActionPage trunk/pgsrc/CategoryCategory trunk/pgsrc/CategoryGroup trunk/pgsrc/CategoryHomePages trunk/pgsrc/CategoryWikiPlugin trunk/pgsrc/CreatePage trunk/pgsrc/DebugAuthInfo trunk/pgsrc/DebugGroupInfo trunk/pgsrc/DebugInfo trunk/pgsrc/EditMetaData trunk/pgsrc/FindPage trunk/pgsrc/FullRecentChanges trunk/pgsrc/FullTextSearch trunk/pgsrc/FuzzyPages trunk/pgsrc/Help trunk/pgsrc/Help%2FActionPage trunk/pgsrc/Help%2FAddCommentPlugin trunk/pgsrc/Help%2FAddingPages trunk/pgsrc/Help%2FAdobe%20Flash trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users trunk/pgsrc/Help%2FAllPagesPlugin trunk/pgsrc/Help%2FAllUsersPlugin trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin trunk/pgsrc/Help%2FAppendTextPlugin trunk/pgsrc/Help%2FAsciiMathPlugin trunk/pgsrc/Help%2FAsciiSVGPlugin trunk/pgsrc/Help%2FAtomFeedPlugin trunk/pgsrc/Help%2FAuthorHistoryPlugin trunk/pgsrc/Help%2FBackLinksPlugin trunk/pgsrc/Help%2FBlogArchivesPlugin trunk/pgsrc/Help%2FBlogJournalPlugin trunk/pgsrc/Help%2FBoxRightPlugin trunk/pgsrc/Help%2FCacheTestPlugin trunk/pgsrc/Help%2FCalendarListPlugin trunk/pgsrc/Help%2FCalendarPlugin trunk/pgsrc/Help%2FCategories trunk/pgsrc/Help%2FCategoryPagePlugin trunk/pgsrc/Help%2FChartPlugin trunk/pgsrc/Help%2FCommentPlugin trunk/pgsrc/Help%2FCreateBibPlugin trunk/pgsrc/Help%2FCreatePagePlugin trunk/pgsrc/Help%2FCreateTocPlugin trunk/pgsrc/Help%2FCurrentTimePlugin trunk/pgsrc/Help%2FDeadEndPagesPlugin trunk/pgsrc/Help%2FDiffPlugin trunk/pgsrc/Help%2FDynamicIncludePagePlugin trunk/pgsrc/Help%2FEditMetaDataPlugin trunk/pgsrc/Help%2FEditText trunk/pgsrc/Help%2FExternalSearchPlugin trunk/pgsrc/Help%2FFacebookLikePlugin trunk/pgsrc/Help%2FFileInfoPlugin trunk/pgsrc/Help%2FFoafViewerPlugin trunk/pgsrc/Help%2FFrameIncludePlugin trunk/pgsrc/Help%2FFullTextSearchPlugin trunk/pgsrc/Help%2FFuzzyPagesPlugin trunk/pgsrc/Help%2FGoToPlugin trunk/pgsrc/Help%2FGoodStyle trunk/pgsrc/Help%2FGoogleLink trunk/pgsrc/Help%2FGoogleMapsPlugin trunk/pgsrc/Help%2FGooglePluginPlugin trunk/pgsrc/Help%2FGraphVizPlugin trunk/pgsrc/Help%2FHelloWorldPlugin trunk/pgsrc/Help%2FHowToUseWiki trunk/pgsrc/Help%2FHtmlConverterPlugin trunk/pgsrc/Help%2FImages trunk/pgsrc/Help%2FIncludePagePlugin trunk/pgsrc/Help%2FIncludePagesPlugin trunk/pgsrc/Help%2FIncludeSiteMapPlugin trunk/pgsrc/Help%2FIncludeTreePlugin trunk/pgsrc/Help%2FInterWiki trunk/pgsrc/Help%2FInterWikiSearchPlugin trunk/pgsrc/Help%2FJabberPresencePlugin trunk/pgsrc/Help%2FLdapSearchPlugin trunk/pgsrc/Help%2FLikePagesPlugin trunk/pgsrc/Help%2FLinkDatabasePlugin trunk/pgsrc/Help%2FLinkIcons trunk/pgsrc/Help%2FListPagesPlugin trunk/pgsrc/Help%2FListSubpagesPlugin trunk/pgsrc/Help%2FMagicPhpWikiURLs trunk/pgsrc/Help%2FMediawikiTablePlugin trunk/pgsrc/Help%2FModeratedPagePlugin trunk/pgsrc/Help%2FMoreAboutMechanics trunk/pgsrc/Help%2FMostPopularPlugin trunk/pgsrc/Help%2FNewPagesPerUserPlugin trunk/pgsrc/Help%2FNoCachePlugin trunk/pgsrc/Help%2FOldStyleTablePlugin trunk/pgsrc/Help%2FOldTextFormattingRules trunk/pgsrc/Help%2FOrphanedPagesPlugin trunk/pgsrc/Help%2FPageDumpPlugin trunk/pgsrc/Help%2FPageGroupPlugin trunk/pgsrc/Help%2FPageHistoryPlugin trunk/pgsrc/Help%2FPageInfoPlugin trunk/pgsrc/Help%2FPageList trunk/pgsrc/Help%2FPagePermissions trunk/pgsrc/Help%2FPageTrailPlugin trunk/pgsrc/Help%2FPasswordResetPlugin trunk/pgsrc/Help%2FPhotoAlbumPlugin trunk/pgsrc/Help%2FPhotoAlbumPlugin%2FSlides trunk/pgsrc/Help%2FPhpHighlightPlugin trunk/pgsrc/Help%2FPhpWeatherPlugin trunk/pgsrc/Help%2FPhpWiki trunk/pgsrc/Help%2FPloticusPlugin trunk/pgsrc/Help%2FPluginManagerPlugin trunk/pgsrc/Help%2FPopUpPlugin trunk/pgsrc/Help%2FPopularNearbyPlugin trunk/pgsrc/Help%2FPredefinedIcons trunk/pgsrc/Help%2FPreferenceAppPlugin trunk/pgsrc/Help%2FPrevNextPlugin trunk/pgsrc/Help%2FRandomPagePlugin trunk/pgsrc/Help%2FRateItPlugin trunk/pgsrc/Help%2FRawHtmlPlugin trunk/pgsrc/Help%2FRecentChangesCachedPlugin trunk/pgsrc/Help%2FRecentChangesPlugin trunk/pgsrc/Help%2FRecentCommentsPlugin trunk/pgsrc/Help%2FRecentEditsPlugin trunk/pgsrc/Help%2FRecentReferrersPlugin trunk/pgsrc/Help%2FRedirectToPlugin trunk/pgsrc/Help%2FRelatedChangesPlugin trunk/pgsrc/Help%2FRichTablePlugin trunk/pgsrc/Help%2FRssFeedPlugin trunk/pgsrc/Help%2FSearchHighlightPlugin trunk/pgsrc/Help%2FSemanticRelations trunk/pgsrc/Help%2FSemanticRelationsPlugin trunk/pgsrc/Help%2FSemanticSearchPlugin trunk/pgsrc/Help%2FSiteMapPlugin trunk/pgsrc/Help%2FSpreadsheet trunk/pgsrc/Help%2FSqlResultPlugin trunk/pgsrc/Help%2FSyncWikiPlugin trunk/pgsrc/Help%2FSyntaxHighlighterPlugin trunk/pgsrc/Help%2FSystemInfoPlugin trunk/pgsrc/Help%2FTeX2pngPlugin trunk/pgsrc/Help%2FTemplatePlugin trunk/pgsrc/Help%2FTexToPngPlugin trunk/pgsrc/Help%2FTextFormattingRules trunk/pgsrc/Help%2FTitleSearchPlugin trunk/pgsrc/Help%2FTranscludePlugin trunk/pgsrc/Help%2FTranslateTextPlugin trunk/pgsrc/Help%2FUnfoldSubpagesPlugin trunk/pgsrc/Help%2FUpLoadPlugin trunk/pgsrc/Help%2FUserPreferencesPlugin trunk/pgsrc/Help%2FUserRatingsPlugin trunk/pgsrc/Help%2FVideoPlugin trunk/pgsrc/Help%2FVisualWikiPlugin trunk/pgsrc/Help%2FWabiSabi trunk/pgsrc/Help%2FWantedPagesOldPlugin trunk/pgsrc/Help%2FWantedPagesPlugin trunk/pgsrc/Help%2FWatchPagePlugin trunk/pgsrc/Help%2FWhoIsOnlinePlugin trunk/pgsrc/Help%2FWikiAdminChmodPlugin trunk/pgsrc/Help%2FWikiAdminChownPlugin trunk/pgsrc/Help%2FWikiAdminMarkupPlugin trunk/pgsrc/Help%2FWikiAdminPurgePlugin trunk/pgsrc/Help%2FWikiAdminRemovePlugin trunk/pgsrc/Help%2FWikiAdminRenamePlugin trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin trunk/pgsrc/Help%2FWikiAdminSelectPlugin trunk/pgsrc/Help%2FWikiAdminSetAclPlugin trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin trunk/pgsrc/Help%2FWikiAdminUtilsPlugin trunk/pgsrc/Help%2FWikiBlogPlugin trunk/pgsrc/Help%2FWikiFormPlugin trunk/pgsrc/Help%2FWikiFormRichPlugin trunk/pgsrc/Help%2FWikiForumPlugin trunk/pgsrc/Help%2FWikiPlugin trunk/pgsrc/Help%2FWikiPollPlugin trunk/pgsrc/Help%2FWikiWikiWeb trunk/pgsrc/Help%2FWikicreole trunk/pgsrc/Help%2FYouTubePlugin trunk/pgsrc/Help%2F_AuthInfoPlugin trunk/pgsrc/Help%2F_BackendInfoPlugin trunk/pgsrc/Help%2F_GroupInfoPlugin trunk/pgsrc/Help%2F_PreferencesInfoPlugin trunk/pgsrc/Help%2F_WikiTranslationPlugin trunk/pgsrc/Help%2Ftext2pngPlugin trunk/pgsrc/HomePage trunk/pgsrc/HomePageAlias trunk/pgsrc/InterWikiMap trunk/pgsrc/InterWikiSearch trunk/pgsrc/LdapSearch trunk/pgsrc/LeastPopular trunk/pgsrc/LikePages trunk/pgsrc/LinkDatabase trunk/pgsrc/LinkSearch trunk/pgsrc/ListRelations trunk/pgsrc/LockedPages trunk/pgsrc/ModeratedPage trunk/pgsrc/MostPopular trunk/pgsrc/MyRatings trunk/pgsrc/MyRecentChanges trunk/pgsrc/MyRecentEdits trunk/pgsrc/NewPagesPerUser trunk/pgsrc/OrphanedPages trunk/pgsrc/PageDump trunk/pgsrc/PageHistory trunk/pgsrc/PageInfo trunk/pgsrc/PasswordReset trunk/pgsrc/PhpWikiAdministration trunk/pgsrc/PhpWikiAdministration%2FChmod trunk/pgsrc/PhpWikiAdministration%2FChown trunk/pgsrc/PhpWikiAdministration%2FMarkup trunk/pgsrc/PhpWikiAdministration%2FPurge trunk/pgsrc/PhpWikiAdministration%2FRemove trunk/pgsrc/PhpWikiAdministration%2FRename trunk/pgsrc/PhpWikiAdministration%2FSearchReplace trunk/pgsrc/PhpWikiAdministration%2FSetAcl trunk/pgsrc/PhpWikiAdministration%2FSetAclSimple trunk/pgsrc/PhpWikiDebug trunk/pgsrc/PhpWikiDocumentation trunk/pgsrc/PhpWikiManual trunk/pgsrc/PhpWikiPoll trunk/pgsrc/PhpWikiRecentChanges trunk/pgsrc/PluginManager trunk/pgsrc/ProjectSummary trunk/pgsrc/RandomPage trunk/pgsrc/RateIt trunk/pgsrc/RecentChanges trunk/pgsrc/RecentChangesMyPages trunk/pgsrc/RecentComments trunk/pgsrc/RecentEdits trunk/pgsrc/RecentNewPages trunk/pgsrc/RecentReleases trunk/pgsrc/RecentVisitors trunk/pgsrc/RelatedChanges trunk/pgsrc/ReleaseNotes trunk/pgsrc/San%20Diego trunk/pgsrc/SandBox trunk/pgsrc/SearchHighlight trunk/pgsrc/SemanticRelations trunk/pgsrc/SemanticSearch trunk/pgsrc/SetGlobalAccessRights trunk/pgsrc/SetGlobalAccessRightsSimple trunk/pgsrc/SpecialPages trunk/pgsrc/SpellCheck trunk/pgsrc/SteveWainstead trunk/pgsrc/SystemInfo trunk/pgsrc/Template%2FAttribute trunk/pgsrc/Template%2FCategory trunk/pgsrc/Template%2FExample trunk/pgsrc/Template%2FLinkto trunk/pgsrc/Template%2FNewPlugin trunk/pgsrc/Template%2FRelation trunk/pgsrc/Template%2FTalk trunk/pgsrc/Template%2FUserPage trunk/pgsrc/TitleSearch trunk/pgsrc/TranslateText trunk/pgsrc/UpLoad trunk/pgsrc/UriResolver trunk/pgsrc/UserContribs trunk/pgsrc/UserPreferences trunk/pgsrc/UserRatings trunk/pgsrc/WantedPages trunk/pgsrc/WatchPage trunk/pgsrc/WhoIsOnline trunk/pgsrc/WikiAdminSelect trunk/pgsrc/WikiBlog trunk/pgsrc/area trunk/pgsrc/is_a trunk/pgsrc/located_in trunk/pgsrc/population Property changes on: trunk/pgsrc/AllPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/AllPagesByAcl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/AllPagesCreatedByMe ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/AllPagesLastEditedByMe ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/AllPagesOwnedByMe ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/AllUserPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/AllUsers ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/AppendText ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/AuthorHistory ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/BackLinks ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/BlogArchives ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/BlogJournal ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/CategoryActionPage ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/CategoryCategory ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/CategoryGroup ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/CategoryHomePages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/CategoryWikiPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/CreatePage ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/DebugAuthInfo ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/DebugGroupInfo ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/DebugInfo ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/EditMetaData ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/FindPage ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/FullRecentChanges ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/FullTextSearch ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/FuzzyPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FActionPage ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAddCommentPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAddingPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAdobe%20Flash ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAllPagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAllUsersPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAppendTextPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAsciiMathPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAsciiSVGPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAtomFeedPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FAuthorHistoryPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FBackLinksPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FBlogArchivesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FBlogJournalPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FBoxRightPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCacheTestPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCalendarListPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCalendarPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCategories ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCategoryPagePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FChartPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCommentPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCreateBibPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCreatePagePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCreateTocPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FCurrentTimePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FDeadEndPagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FDiffPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FDynamicIncludePagePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FEditMetaDataPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FEditText ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FExternalSearchPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FFacebookLikePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FFileInfoPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FFoafViewerPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FFrameIncludePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FFullTextSearchPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FFuzzyPagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FGoToPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FGoodStyle ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FGoogleLink ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FGoogleMapsPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FGooglePluginPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FGraphVizPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FHelloWorldPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FHowToUseWiki ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FHtmlConverterPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FImages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FIncludePagePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FIncludePagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FIncludeSiteMapPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FIncludeTreePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FInterWiki ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FInterWikiSearchPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FJabberPresencePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FLdapSearchPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FLikePagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FLinkDatabasePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FLinkIcons ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FListPagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FListSubpagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FMagicPhpWikiURLs ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FMediawikiTablePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FModeratedPagePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FMoreAboutMechanics ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FMostPopularPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FNewPagesPerUserPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FNoCachePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FOldStyleTablePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FOldTextFormattingRules ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FOrphanedPagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPageDumpPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPageGroupPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPageHistoryPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPageInfoPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPageList ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPagePermissions ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPageTrailPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPasswordResetPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPhotoAlbumPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPhotoAlbumPlugin%2FSlides ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPhpHighlightPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPhpWeatherPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPhpWiki ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPloticusPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPluginManagerPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPopUpPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPopularNearbyPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPredefinedIcons ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPreferenceAppPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FPrevNextPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRandomPagePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRateItPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRawHtmlPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRecentChangesCachedPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRecentChangesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRecentCommentsPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRecentEditsPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRecentReferrersPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRedirectToPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRelatedChangesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRichTablePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FRssFeedPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSearchHighlightPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSemanticRelations ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSemanticRelationsPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSemanticSearchPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSiteMapPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSpreadsheet ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSqlResultPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSyncWikiPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FSystemInfoPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FTeX2pngPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FTemplatePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FTexToPngPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FTextFormattingRules ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FTitleSearchPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FTranscludePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FTranslateTextPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FUnfoldSubpagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FUpLoadPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FUserPreferencesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FUserRatingsPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FVideoPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FVisualWikiPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWabiSabi ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWantedPagesOldPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWantedPagesPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWatchPagePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWhoIsOnlinePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminChmodPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminChownPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminMarkupPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminPurgePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminRemovePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminRenamePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminSelectPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminSetAclPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiAdminUtilsPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiBlogPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiFormPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiFormRichPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiForumPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiPollPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikiWikiWeb ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FWikicreole ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2FYouTubePlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2F_AuthInfoPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2F_BackendInfoPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2F_GroupInfoPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2F_PreferencesInfoPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2F_WikiTranslationPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Help%2Ftext2pngPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/HomePage ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/HomePageAlias ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/InterWikiMap ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/InterWikiSearch ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/LdapSearch ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/LeastPopular ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/LikePages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/LinkDatabase ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/LinkSearch ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/ListRelations ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/LockedPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/ModeratedPage ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/MostPopular ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/MyRatings ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/MyRecentChanges ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/MyRecentEdits ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/NewPagesPerUser ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/OrphanedPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PageDump ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PageHistory ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PageInfo ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PasswordReset ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration%2FChmod ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration%2FChown ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration%2FMarkup ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration%2FPurge ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration%2FRemove ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration%2FRename ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration%2FSearchReplace ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration%2FSetAcl ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiAdministration%2FSetAclSimple ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiDebug ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiDocumentation ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiManual ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiPoll ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PhpWikiRecentChanges ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/PluginManager ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/ProjectSummary ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RandomPage ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RateIt ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RecentChanges ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RecentChangesMyPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RecentComments ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RecentEdits ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RecentNewPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RecentReleases ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RecentVisitors ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/RelatedChanges ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/ReleaseNotes ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/San%20Diego ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SandBox ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SearchHighlight ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SemanticRelations ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SemanticSearch ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SetGlobalAccessRights ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SetGlobalAccessRightsSimple ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SpecialPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SpellCheck ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SteveWainstead ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/SystemInfo ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Template%2FAttribute ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Template%2FCategory ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Template%2FExample ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Template%2FLinkto ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Template%2FNewPlugin ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Template%2FRelation ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Template%2FTalk ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/Template%2FUserPage ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/TitleSearch ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/TranslateText ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/UpLoad ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/UriResolver ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/UserContribs ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/UserPreferences ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/UserRatings ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/WantedPages ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/WatchPage ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/WhoIsOnline ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/WikiAdminSelect ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/WikiBlog ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/area ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/is_a ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/located_in ___________________________________________________________________ Deleted: svn:keywords - Id Property changes on: trunk/pgsrc/population ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-27 10:44:32
|
Revision: 8553 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8553&view=rev Author: vargenau Date: 2012-11-27 10:44:21 +0000 (Tue, 27 Nov 2012) Log Message: ----------- Use semicolon Modified Paths: -------------- trunk/pgsrc/Help%2FAllPagesPlugin trunk/pgsrc/Help%2FAllUsersPlugin trunk/pgsrc/Help%2FBackLinksPlugin trunk/pgsrc/Help%2FFullTextSearchPlugin trunk/pgsrc/Help%2FIncludePagesPlugin trunk/pgsrc/Help%2FLikePagesPlugin trunk/pgsrc/Help%2FLinkDatabasePlugin trunk/pgsrc/Help%2FListPagesPlugin trunk/pgsrc/Help%2FListSubpagesPlugin trunk/pgsrc/Help%2FMostPopularPlugin trunk/pgsrc/Help%2FRandomPagePlugin trunk/pgsrc/Help%2FRecentReferrersPlugin trunk/pgsrc/Help%2FSemanticSearchPlugin trunk/pgsrc/Help%2FTitleSearchPlugin trunk/pgsrc/Help%2FUnfoldSubpagesPlugin trunk/pgsrc/Help%2FWantedPagesPlugin trunk/pgsrc/Help%2FWikiAdminSelectPlugin trunk/pgsrc/Help%2F_WikiTranslationPlugin Modified: trunk/pgsrc/Help%2FAllPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FAllPagesPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FAllPagesPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Wed, 1 Jun 2011 14:29:50 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAllPagesPlugin; @@ -16,7 +16,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FAllUsersPlugin =================================================================== --- trunk/pgsrc/Help%2FAllUsersPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FAllUsersPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAllUsersPlugin; @@ -17,7 +17,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FBackLinksPlugin; @@ -17,7 +17,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FFullTextSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FFullTextSearchPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FFullTextSearchPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:39:15 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FFullTextSearchPlugin; @@ -16,7 +16,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FIncludePagesPlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagesPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FIncludePagesPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 17:45:27 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagesPlugin; @@ -16,7 +16,7 @@ == Arguments == -All arguments from [[Help:IncludePagePlugin|IncludePage]] plugin, plus the following ones. +All arguments from [[Help:IncludePagePlugin|IncludePage]] plugin, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FLikePagesPlugin =================================================================== --- trunk/pgsrc/Help%2FLikePagesPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FLikePagesPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FLikePagesPlugin; @@ -17,7 +17,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FLinkDatabasePlugin =================================================================== --- trunk/pgsrc/Help%2FLinkDatabasePlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FLinkDatabasePlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FLinkDatabasePlugin; @@ -17,7 +17,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FListPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListPagesPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FListPagesPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FListPagesPlugin; @@ -24,7 +24,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FListSubpagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListSubpagesPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FListSubpagesPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FListSubpagesPlugin; @@ -17,7 +17,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FMostPopularPlugin; @@ -17,7 +17,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FRandomPagePlugin =================================================================== --- trunk/pgsrc/Help%2FRandomPagePlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FRandomPagePlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRandomPagePlugin; @@ -16,7 +16,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FRecentReferrersPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentReferrersPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FRecentReferrersPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 18:04:52 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRecentReferrersPlugin; @@ -17,7 +17,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FSemanticSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FSemanticSearchPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FSemanticSearchPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Thu, 16 Dec 2010 14:00:38 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FSemanticSearchPlugin; @@ -35,7 +35,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FTitleSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FTitleSearchPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FTitleSearchPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:39:15 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTitleSearchPlugin; @@ -19,7 +19,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FUnfoldSubpagesPlugin =================================================================== --- trunk/pgsrc/Help%2FUnfoldSubpagesPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FUnfoldSubpagesPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FUnfoldSubpagesPlugin; @@ -28,7 +28,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FWantedPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FWantedPagesPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FWantedPagesPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWantedPagesPlugin; @@ -19,7 +19,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2FWikiAdminSelectPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSelectPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2FWikiAdminSelectPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminSelectPlugin; @@ -16,7 +16,7 @@ == Arguments == -All ~PageList arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- Modified: trunk/pgsrc/Help%2F_WikiTranslationPlugin =================================================================== --- trunk/pgsrc/Help%2F_WikiTranslationPlugin 2012-11-27 10:28:13 UTC (rev 8552) +++ trunk/pgsrc/Help%2F_WikiTranslationPlugin 2012-11-27 10:44:21 UTC (rev 8553) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2F_WikiTranslationPlugin; @@ -21,7 +21,7 @@ == Arguments == -All [[Help:PageList|PageList]] arguments, plus the following ones. +All [[Help:PageList|PageList]] arguments, plus the following ones: languages: comma delimited string of de,en,sv,... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-03 12:37:08
|
Revision: 8586 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8586&view=rev Author: vargenau Date: 2012-12-03 12:36:57 +0000 (Mon, 03 Dec 2012) Log Message: ----------- Add arguments Modified Paths: -------------- trunk/pgsrc/Help%2FBlogJournalPlugin trunk/pgsrc/Help%2FPageTrailPlugin Modified: trunk/pgsrc/Help%2FBlogJournalPlugin =================================================================== --- trunk/pgsrc/Help%2FBlogJournalPlugin 2012-11-30 16:43:12 UTC (rev 8585) +++ trunk/pgsrc/Help%2FBlogJournalPlugin 2012-12-03 12:36:57 UTC (rev 8586) @@ -1,4 +1,4 @@ -Date: Fri, 13 Apr 2012 18:14:27 +0000 +Date: Mon, 3 Dec 2012 13:36:18 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FBlogJournalPlugin; @@ -12,7 +12,7 @@ == Usage == {{{ -<<BlogJournal>> +<<BlogJournal arguments>> }}} == Arguments == Modified: trunk/pgsrc/Help%2FPageTrailPlugin =================================================================== --- trunk/pgsrc/Help%2FPageTrailPlugin 2012-11-30 16:43:12 UTC (rev 8585) +++ trunk/pgsrc/Help%2FPageTrailPlugin 2012-12-03 12:36:57 UTC (rev 8586) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Mon, 3 Dec 2012 13:36:18 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPageTrailPlugin; @@ -14,7 +14,7 @@ Typically add to some template at the top or at the bottom. See themes/blog. {{{ -<<PageTrail>> +<<PageTrail arguments>> <<PageTrail numberlinks=5>> <<PageTrail invisible=1>> }}} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-07 13:35:58
|
Revision: 8625 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8625&view=rev Author: vargenau Date: 2012-12-07 13:35:47 +0000 (Fri, 07 Dec 2012) Log Message: ----------- New page: The PhpWiki programming team Modified Paths: -------------- trunk/pgsrc/RecentVisitors Added Paths: ----------- trunk/pgsrc/The%20PhpWiki%20programming%20team Modified: trunk/pgsrc/RecentVisitors =================================================================== --- trunk/pgsrc/RecentVisitors 2012-12-07 12:12:19 UTC (rev 8624) +++ trunk/pgsrc/RecentVisitors 2012-12-07 13:35:47 UTC (rev 8625) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 14:33:04 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=RecentVisitors; @@ -10,7 +10,7 @@ Sign and date your name below! Arno Hollosi, Aredridel Stauck, Jeff Dairiki, Steve Wainstead, Carsten Klapp, -Reini Urban, Marc-Etienne Vargenau, the [[PhpWiki:ThePhpWikiProgrammingTeam|PhpWiki authors]]. +Reini Urban, Marc-Etienne Vargenau, the [[The PhpWiki programming team|PhpWiki authors]]. ---- [[PhpWikiDocumentation]] Added: trunk/pgsrc/The%20PhpWiki%20programming%20team =================================================================== --- trunk/pgsrc/The%20PhpWiki%20programming%20team (rev 0) +++ trunk/pgsrc/The%20PhpWiki%20programming%20team 2012-12-07 13:35:47 UTC (rev 8625) @@ -0,0 +1,20 @@ +Date: Fri, 7 Dec 2012 14:33:04 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) +Content-Type: application/x-phpwiki; + pagename=The%20PhpWiki%20programming%20team; + flags=""; + markup=2; + charset=UTF-8 +Content-Transfer-Encoding: binary + +The PhpWiki programming team: +* Arno Hollosi, +* Aredridel Stauck, +* Jeff Dairiki, +* Steve Wainstead, +* Carsten Klapp, +* Reini Urban, +* Marc-Etienne Vargenau. + +---- +[[PhpWikiDocumentation]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-07 14:02:04
|
Revision: 8626 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8626&view=rev Author: vargenau Date: 2012-12-07 14:01:51 +0000 (Fri, 07 Dec 2012) Log Message: ----------- New page: [[Help:Reini Urban]] Modified Paths: -------------- trunk/pgsrc/Help%2FAllPagesPlugin trunk/pgsrc/Help%2FAllUsersPlugin trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin trunk/pgsrc/Help%2FAsciiMathPlugin trunk/pgsrc/Help%2FAsciiSVGPlugin trunk/pgsrc/Help%2FBackLinksPlugin trunk/pgsrc/Help%2FBlogArchivesPlugin trunk/pgsrc/Help%2FBlogJournalPlugin trunk/pgsrc/Help%2FCreatePagePlugin trunk/pgsrc/Help%2FDiffPlugin trunk/pgsrc/Help%2FDynamicIncludePagePlugin trunk/pgsrc/Help%2FFacebookLikePlugin trunk/pgsrc/Help%2FFullTextSearchPlugin trunk/pgsrc/Help%2FFuzzyPagesPlugin trunk/pgsrc/Help%2FGoToPlugin trunk/pgsrc/Help%2FGoogleMapsPlugin trunk/pgsrc/Help%2FGooglePluginPlugin trunk/pgsrc/Help%2FGraphVizPlugin trunk/pgsrc/Help%2FHtmlConverterPlugin trunk/pgsrc/Help%2FIncludePagePlugin trunk/pgsrc/Help%2FIncludePagesPlugin trunk/pgsrc/Help%2FIncludeSiteMapPlugin trunk/pgsrc/Help%2FIncludeTreePlugin trunk/pgsrc/Help%2FInterWikiSearchPlugin trunk/pgsrc/Help%2FLikePagesPlugin trunk/pgsrc/Help%2FLinkDatabasePlugin trunk/pgsrc/Help%2FListSubpagesPlugin trunk/pgsrc/Help%2FModeratedPagePlugin trunk/pgsrc/Help%2FMostPopularPlugin trunk/pgsrc/Help%2FNewPagesPerUserPlugin trunk/pgsrc/Help%2FNoCachePlugin trunk/pgsrc/Help%2FOrphanedPagesPlugin trunk/pgsrc/Help%2FPageDumpPlugin trunk/pgsrc/Help%2FPageGroupPlugin trunk/pgsrc/Help%2FPageHistoryPlugin trunk/pgsrc/Help%2FPageInfoPlugin trunk/pgsrc/Help%2FPhotoAlbumPlugin trunk/pgsrc/Help%2FPloticusPlugin trunk/pgsrc/Help%2FPopularNearbyPlugin trunk/pgsrc/Help%2FPrevNextPlugin trunk/pgsrc/Help%2FRandomPagePlugin trunk/pgsrc/Help%2FRateItPlugin trunk/pgsrc/Help%2FRecentChangesCachedPlugin trunk/pgsrc/Help%2FRecentChangesPlugin trunk/pgsrc/Help%2FRecentCommentsPlugin trunk/pgsrc/Help%2FRecentEditsPlugin trunk/pgsrc/Help%2FRecentReferrersPlugin trunk/pgsrc/Help%2FRelatedChangesPlugin trunk/pgsrc/Help%2FSemanticRelationsPlugin trunk/pgsrc/Help%2FSemanticSearchPlugin trunk/pgsrc/Help%2FSqlResultPlugin trunk/pgsrc/Help%2FSyncWikiPlugin trunk/pgsrc/Help%2FSyntaxHighlighterPlugin trunk/pgsrc/Help%2FTexToPngPlugin trunk/pgsrc/Help%2FTitleSearchPlugin trunk/pgsrc/Help%2FTranslateTextPlugin trunk/pgsrc/Help%2FUserPreferencesPlugin trunk/pgsrc/Help%2FWantedPagesOldPlugin trunk/pgsrc/Help%2FWantedPagesPlugin trunk/pgsrc/Help%2FWatchPagePlugin trunk/pgsrc/Help%2FWhoIsOnlinePlugin trunk/pgsrc/Help%2FWikiAdminChmodPlugin trunk/pgsrc/Help%2FWikiAdminChownPlugin trunk/pgsrc/Help%2FWikiAdminMarkupPlugin trunk/pgsrc/Help%2FWikiAdminRemovePlugin trunk/pgsrc/Help%2FWikiAdminRenamePlugin trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin trunk/pgsrc/Help%2FWikiAdminSelectPlugin trunk/pgsrc/Help%2FWikiAdminSetAclPlugin trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin trunk/pgsrc/Help%2FWikiAdminUtilsPlugin trunk/pgsrc/Help%2FWikiFormPlugin trunk/pgsrc/Help%2FWikiFormRichPlugin trunk/pgsrc/Help%2FWikiForumPlugin trunk/pgsrc/Help%2FWikiPollPlugin trunk/pgsrc/Help%2FYouTubePlugin trunk/pgsrc/Help%2F_AuthInfoPlugin trunk/pgsrc/Help%2F_PreferencesInfoPlugin trunk/pgsrc/Help%2F_WikiTranslationPlugin Added Paths: ----------- trunk/pgsrc/Help%2FReini%20Urban Modified: trunk/pgsrc/Help%2FAllPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FAllPagesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FAllPagesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAllPagesPlugin; @@ -46,7 +46,7 @@ <<AllPages limit=20 cols=3>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[AllPages]] Modified: trunk/pgsrc/Help%2FAllUsersPlugin =================================================================== --- trunk/pgsrc/Help%2FAllUsersPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FAllUsersPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAllUsersPlugin; @@ -43,7 +43,7 @@ <<AllUsers limit=10>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin =================================================================== --- trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAnalyseAccessLogSqlPlugin; @@ -120,7 +120,7 @@ == Authors == * [[PhpWiki:CharlesCorrigan|Charles Corrigan]] -* Changes by [[PhpWiki:ReiniUrban|Reini Urban]] +* Changes by [[Help:Reini Urban|Reini Urban]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FAsciiMathPlugin =================================================================== --- trunk/pgsrc/Help%2FAsciiMathPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FAsciiMathPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Sat, 14 Apr 2012 18:58:46 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAsciiMathPlugin; @@ -28,7 +28,7 @@ <<AsciiMath sum_(i=1)^n i = (n(n+1))/2 >> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:AsciiSVGPlugin]] Modified: trunk/pgsrc/Help%2FAsciiSVGPlugin =================================================================== --- trunk/pgsrc/Help%2FAsciiSVGPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FAsciiSVGPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAsciiSVGPlugin; @@ -85,7 +85,7 @@ With multiple ~AsciiSVG plugins on the same page the second and subsequent ones will have the same width and height. == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:AsciiMathPlugin]] Modified: trunk/pgsrc/Help%2FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FBackLinksPlugin; @@ -51,7 +51,7 @@ <<BackLinks page=HomePage>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FBlogArchivesPlugin =================================================================== --- trunk/pgsrc/Help%2FBlogArchivesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FBlogArchivesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 13 Apr 2012 18:14:27 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FBlogArchivesPlugin; @@ -41,7 +41,7 @@ <!-- <<BlogArchives user="John Smith">> --> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:WikiBlogPlugin]] Modified: trunk/pgsrc/Help%2FBlogJournalPlugin =================================================================== --- trunk/pgsrc/Help%2FBlogJournalPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FBlogJournalPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Mon, 3 Dec 2012 13:36:18 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FBlogJournalPlugin; @@ -45,7 +45,7 @@ <<BlogJournal>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:WikiBlogPlugin]] Modified: trunk/pgsrc/Help%2FCreatePagePlugin =================================================================== --- trunk/pgsrc/Help%2FCreatePagePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FCreatePagePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FCreatePagePlugin; @@ -75,7 +75,7 @@ == Authors == * Dan Frankowski -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == Examples == Modified: trunk/pgsrc/Help%2FDiffPlugin =================================================================== --- trunk/pgsrc/Help%2FDiffPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FDiffPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FDiffPlugin; @@ -63,7 +63,7 @@ <<Diff pagename=HomePage previous=author>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FDynamicIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FDynamicIncludePagePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FDynamicIncludePagePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FDynamicIncludePagePlugin; @@ -39,7 +39,7 @@ == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FFacebookLikePlugin =================================================================== --- trunk/pgsrc/Help%2FFacebookLikePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FFacebookLikePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 13 Apr 2012 18:04:22 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FFacebookLikePlugin; @@ -52,7 +52,7 @@ == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FFullTextSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FFullTextSearchPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FFullTextSearchPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FFullTextSearchPlugin; @@ -66,7 +66,7 @@ <<FullTextSearch>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:TitleSearchPlugin]] Modified: trunk/pgsrc/Help%2FFuzzyPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FFuzzyPagesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FFuzzyPagesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FFuzzyPagesPlugin; @@ -44,7 +44,7 @@ <<FuzzyPages s=HomePage>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FGoToPlugin =================================================================== --- trunk/pgsrc/Help%2FGoToPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FGoToPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FGoToPlugin; @@ -31,7 +31,7 @@ == Authors == * Michael van Dam -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FGoogleMapsPlugin =================================================================== --- trunk/pgsrc/Help%2FGoogleMapsPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FGoogleMapsPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 16 Dec 2011 12:51:22 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FGoogleMapsPlugin; @@ -92,7 +92,7 @@ >> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FGooglePluginPlugin =================================================================== --- trunk/pgsrc/Help%2FGooglePluginPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FGooglePluginPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FGooglePluginPlugin; @@ -58,7 +58,7 @@ <<GooglePlugin>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 23 Nov 2012 11:58:10 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FGraphVizPlugin; @@ -75,7 +75,7 @@ }}} == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:VisualWikiPlugin|VisualWiki]] plugin, which depends on ~GraphViz and ~WikiPluginCached. Modified: trunk/pgsrc/Help%2FHtmlConverterPlugin =================================================================== --- trunk/pgsrc/Help%2FHtmlConverterPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FHtmlConverterPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 17:30:39 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FHtmlConverterPlugin; @@ -28,7 +28,7 @@ == Authors == * [[mailto:hen...@wi...|Hendrik Scheider]] -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 16 Dec 2011 12:42:36 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagePlugin; @@ -89,7 +89,7 @@ == Authors == * Joe Edelman -* bug fixes by [[PhpWiki:ReiniUrban|Reini Urban]] +* bug fixes by [[Help:Reini Urban|Reini Urban]] * "sections" parameter implemented by Marc-Etienne Vargenau, Alcatel-Lucent == See Also == Modified: trunk/pgsrc/Help%2FIncludePagesPlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FIncludePagesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagesPlugin; @@ -42,7 +42,7 @@ <<IncludePages pages=<!plugin-list BackLinks !> >> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:IncludePagePlugin]] Modified: trunk/pgsrc/Help%2FIncludeSiteMapPlugin =================================================================== --- trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 10:37:40 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FIncludeSiteMapPlugin; @@ -78,7 +78,7 @@ == Author == * Cuthbert Cat -* Redesigned by [[PhpWiki:ReiniUrban|Reini Urban]] +* Redesigned by [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:BackLinksPlugin]] Modified: trunk/pgsrc/Help%2FIncludeTreePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludeTreePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FIncludeTreePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FIncludeTreePlugin; @@ -24,7 +24,7 @@ TBD == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:SiteMapPlugin]] Modified: trunk/pgsrc/Help%2FInterWikiSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FInterWikiSearchPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FInterWikiSearchPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:39:15 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FInterWikiSearchPlugin; @@ -40,7 +40,7 @@ <<InterWikiSearch>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:TitleSearchPlugin]] Modified: trunk/pgsrc/Help%2FLikePagesPlugin =================================================================== --- trunk/pgsrc/Help%2FLikePagesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FLikePagesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FLikePagesPlugin; @@ -53,7 +53,7 @@ <<LikePages suffix=Page>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FLinkDatabasePlugin =================================================================== --- trunk/pgsrc/Help%2FLinkDatabasePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FLinkDatabasePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FLinkDatabasePlugin; @@ -55,7 +55,7 @@ <<LinkDatabase limit=10>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FListSubpagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListSubpagesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FListSubpagesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FListSubpagesPlugin; @@ -51,7 +51,7 @@ <<ListSubpages basepage=Help maxpages=20 cols=3>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FModeratedPagePlugin =================================================================== --- trunk/pgsrc/Help%2FModeratedPagePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FModeratedPagePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FModeratedPagePlugin; @@ -92,7 +92,7 @@ status on selected pages. == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FMostPopularPlugin; @@ -51,7 +51,7 @@ <<MostPopular limit=10>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FNewPagesPerUserPlugin =================================================================== --- trunk/pgsrc/Help%2FNewPagesPerUserPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FNewPagesPerUserPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FNewPagesPerUserPlugin; @@ -57,7 +57,7 @@ <<NewPagesPerUser links=0>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FNoCachePlugin =================================================================== --- trunk/pgsrc/Help%2FNoCachePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FNoCachePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 16 Dec 2010 12:28:03 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FNoCachePlugin; @@ -34,7 +34,7 @@ }}} == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FOrphanedPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FOrphanedPagesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FOrphanedPagesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FOrphanedPagesPlugin; @@ -60,7 +60,7 @@ <<OrphanedPages limit=10 paging=none>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FPageDumpPlugin =================================================================== --- trunk/pgsrc/Help%2FPageDumpPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FPageDumpPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 16 Dec 2010 13:54:52 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPageDumpPlugin; @@ -46,7 +46,7 @@ <<PageDump page=HomePage>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FPageGroupPlugin =================================================================== --- trunk/pgsrc/Help%2FPageGroupPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FPageGroupPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 16 Dec 2011 12:51:22 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPageGroupPlugin; @@ -59,7 +59,7 @@ }}} == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FPageHistoryPlugin =================================================================== --- trunk/pgsrc/Help%2FPageHistoryPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FPageHistoryPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPageHistoryPlugin; @@ -56,7 +56,7 @@ <<PageHistory>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FPageInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FPageInfoPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FPageInfoPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 16:21:53 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPageInfoPlugin; @@ -43,7 +43,7 @@ <<PageInfo>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FPhotoAlbumPlugin =================================================================== --- trunk/pgsrc/Help%2FPhotoAlbumPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FPhotoAlbumPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 4 Dec 2012 19:11:39 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPhotoAlbumPlugin; @@ -162,7 +162,7 @@ == Authors == * [[mailto:te...@jo...|Ted Vinke]]: original author -* [[PhpWiki:ReiniUrban|Reini Urban]]: local fs +* [[Help:Reini Urban|Reini Urban]]: local fs * [[PhpWiki:ThomasHarding|Thomas Harding]]: slides and thumbs <noinclude> Modified: trunk/pgsrc/Help%2FPloticusPlugin =================================================================== --- trunk/pgsrc/Help%2FPloticusPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FPloticusPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 4 Jan 2011 12:22:49 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPloticusPlugin; @@ -161,7 +161,7 @@ }}} == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:GraphVizPlugin]] Modified: trunk/pgsrc/Help%2FPopularNearbyPlugin =================================================================== --- trunk/pgsrc/Help%2FPopularNearbyPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FPopularNearbyPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPopularNearbyPlugin; @@ -48,7 +48,7 @@ <<PopularNearby pagename=HomePage limit=3>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FPrevNextPlugin =================================================================== --- trunk/pgsrc/Help%2FPrevNextPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FPrevNextPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPrevNextPlugin; @@ -172,7 +172,7 @@ >> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [PageGroup|Help:PageGroupPlugin], [[Help:WikiPlugin|plugin]] which automatically tries to extract the various links. Modified: trunk/pgsrc/Help%2FRandomPagePlugin =================================================================== --- trunk/pgsrc/Help%2FRandomPagePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FRandomPagePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRandomPagePlugin; @@ -46,7 +46,7 @@ <<RandomPage numpages=10 >> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FRateItPlugin =================================================================== --- trunk/pgsrc/Help%2FRateItPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FRateItPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 11:30:07 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRateItPlugin; @@ -116,7 +116,7 @@ == Author == * Dan Frankowski (wikilens author), -* [[PhpWiki:ReiniUrban|Reini Urban]] (as plugin) +* [[Help:Reini Urban|Reini Urban]] (as plugin) == See Also == * [[Help:UserRatingsPlugin]] Modified: trunk/pgsrc/Help%2FRecentChangesCachedPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentChangesCachedPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FRecentChangesCachedPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRecentChangesCachedPlugin; @@ -28,7 +28,7 @@ <<RecentChangesCached limit=10>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FRecentChangesPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentChangesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FRecentChangesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRecentChangesPlugin; @@ -109,7 +109,7 @@ }}} == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FRecentCommentsPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentCommentsPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FRecentCommentsPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 20:12:29 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRecentCommentsPlugin; @@ -88,7 +88,7 @@ <<RecentComments>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FRecentEditsPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentEditsPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FRecentEditsPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 18:12:17 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRecentEditsPlugin; @@ -92,7 +92,7 @@ <<RecentEdits limit=10>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FRecentReferrersPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentReferrersPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FRecentReferrersPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRecentReferrersPlugin; @@ -43,7 +43,7 @@ <<RecentReferrers>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Added: trunk/pgsrc/Help%2FReini%20Urban =================================================================== --- trunk/pgsrc/Help%2FReini%20Urban (rev 0) +++ trunk/pgsrc/Help%2FReini%20Urban 2012-12-07 14:01:51 UTC (rev 8626) @@ -0,0 +1,16 @@ +Date: Fri, 7 Dec 2012 14:58:45 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) +Content-Type: application/x-phpwiki; + pagename=Help%2FReini%20Urban; + flags=""; + markup=2; + charset=UTF-8 +Content-Transfer-Encoding: binary + +Reini Urban is one of the Phpwiki authors: +* [[http://sourceforge.net/users/rurban]] + +<noinclude> +---- +[[PhpWikiDocumentation]] +</noinclude> Modified: trunk/pgsrc/Help%2FRelatedChangesPlugin =================================================================== --- trunk/pgsrc/Help%2FRelatedChangesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FRelatedChangesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRelatedChangesPlugin; @@ -27,7 +27,7 @@ <<RelatedChanges>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FSemanticRelationsPlugin =================================================================== --- trunk/pgsrc/Help%2FSemanticRelationsPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FSemanticRelationsPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FSemanticRelationsPlugin; @@ -28,7 +28,7 @@ <<SemanticRelations>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FSemanticSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FSemanticSearchPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FSemanticSearchPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FSemanticSearchPlugin; @@ -97,7 +97,7 @@ <<SemanticSearch>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:TitleSearchPlugin]] Modified: trunk/pgsrc/Help%2FSqlResultPlugin =================================================================== --- trunk/pgsrc/Help%2FSqlResultPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FSqlResultPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 19:59:28 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FSqlResultPlugin; @@ -85,7 +85,7 @@ }}} == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FSyncWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FSyncWikiPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FSyncWikiPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FSyncWikiPlugin; @@ -60,7 +60,7 @@ <<SyncWiki>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Wed, 28 Nov 2012 16:42:00 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FSyntaxHighlighterPlugin; @@ -68,7 +68,7 @@ == Authors == * alecthomas -* Fixes by [[PhpWiki:ReiniUrban|Reini Urban]]: +* Fixes by [[Help:Reini Urban|Reini Urban]]: ** support options: syntax, style, color, ** php version switch, ** HIGHLIGHT_DATA_DIR, HIGHLIGHT_EXE constants, Modified: trunk/pgsrc/Help%2FTexToPngPlugin =================================================================== --- trunk/pgsrc/Help%2FTexToPngPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FTexToPngPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTexToPngPlugin; @@ -28,7 +28,7 @@ <<TexToPng>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FTitleSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FTitleSearchPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FTitleSearchPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTitleSearchPlugin; @@ -69,7 +69,7 @@ <?plugin-form TitleSearch ?> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:FullTextSearchPlugin]] Modified: trunk/pgsrc/Help%2FTranslateTextPlugin =================================================================== --- trunk/pgsrc/Help%2FTranslateTextPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FTranslateTextPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 19:42:22 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTranslateTextPlugin; @@ -44,7 +44,7 @@ <<TranslateText>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FUserPreferencesPlugin =================================================================== --- trunk/pgsrc/Help%2FUserPreferencesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FUserPreferencesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 16:17:37 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FUserPreferencesPlugin; @@ -27,7 +27,7 @@ <<UserPreferences>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FWantedPagesOldPlugin =================================================================== --- trunk/pgsrc/Help%2FWantedPagesOldPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWantedPagesOldPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 15:16:49 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWantedPagesOldPlugin; @@ -59,7 +59,7 @@ <<WantedPagesOld>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FWantedPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FWantedPagesPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWantedPagesPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWantedPagesPlugin; @@ -61,7 +61,7 @@ <<WantedPages>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FWatchPagePlugin =================================================================== --- trunk/pgsrc/Help%2FWatchPagePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWatchPagePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWatchPagePlugin; @@ -40,7 +40,7 @@ <<WatchPage page=HomePage>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FWhoIsOnlinePlugin =================================================================== --- trunk/pgsrc/Help%2FWhoIsOnlinePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWhoIsOnlinePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWhoIsOnlinePlugin; @@ -48,7 +48,7 @@ <<WhoIsOnline>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FWikiAdminChmodPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminChmodPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminChmodPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminChmodPlugin; @@ -40,7 +40,7 @@ <<WikiAdminChmod s=Temp*>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiAdminChownPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminChownPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminChownPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminChownPlugin; @@ -41,7 +41,7 @@ <<WikiAdminChown s=Temp*>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiAdminMarkupPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminMarkupPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminMarkupPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminMarkupPlugin; @@ -40,7 +40,7 @@ <<WikiAdminMarkup s=Temp*>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiAdminRemovePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminRemovePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminRemovePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminRemovePlugin; @@ -36,7 +36,7 @@ <<WikiAdminRemove s=Temp*>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiAdminRenamePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminRenamePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminRenamePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminRenamePlugin; @@ -41,7 +41,7 @@ <<WikiAdminRename s=Temp*>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminSearchReplacePlugin; @@ -36,7 +36,7 @@ <<WikiAdminSearchReplace s=Temp*>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiAdminSelectPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSelectPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminSelectPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminSelectPlugin; @@ -46,7 +46,7 @@ <<WikiAdminSelect s=Temp*>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiAdminSetAclPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSetAclPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminSetAclPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminSetAclPlugin; @@ -40,7 +40,7 @@ <<WikiAdminSetAcl s=Temp*>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminSetAclSimplePlugin; @@ -40,7 +40,7 @@ <<WikiAdminSetAclSimple s=Temp*>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiAdminUtilsPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminUtilsPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiAdminUtilsPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminUtilsPlugin; @@ -48,7 +48,7 @@ == Authors == * [[PhpWiki:JeffDairiki|Jeff Dairiki]] -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[PhpWikiAdministration]] Modified: trunk/pgsrc/Help%2FWikiFormPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiFormPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiFormPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 6 Apr 2012 15:12:47 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiFormPlugin; @@ -55,7 +55,7 @@ <<WikiForm action="loadfile" buttontext="Load File">> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:WikiFormRichPlugin]] Modified: trunk/pgsrc/Help%2FWikiFormRichPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiFormRichPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiFormRichPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 6 Apr 2012 15:16:31 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiFormRichPlugin; @@ -216,7 +216,7 @@ }}} == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[Help:WikiFormPlugin]] Modified: trunk/pgsrc/Help%2FWikiForumPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiForumPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiForumPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 20:12:29 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiForumPlugin; @@ -53,7 +53,7 @@ <<WikiForum>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FWikiPollPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPollPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FWikiPollPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiPollPlugin; @@ -38,7 +38,7 @@ See example in [[PhpWikiPoll]]. == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FYouTubePlugin =================================================================== --- trunk/pgsrc/Help%2FYouTubePlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2FYouTubePlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:49:00 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FYouTubePlugin; @@ -118,7 +118,7 @@ * [[Help:VideoPlugin]] == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] <noinclude> ---- Modified: trunk/pgsrc/Help%2F_AuthInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_AuthInfoPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2F_AuthInfoPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2F_AuthInfoPlugin; @@ -31,7 +31,7 @@ == Authors == * [[PhpWiki:JeffDairiki|Jeff Dairiki]] -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == * [[DebugAuthInfo]] is the corresponding [[Help:ActionPage]]. Modified: trunk/pgsrc/Help%2F_PreferencesInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_PreferencesInfoPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2F_PreferencesInfoPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2F_PreferencesInfoPlugin; @@ -31,7 +31,7 @@ <<_PreferencesInfo>> == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2F_WikiTranslationPlugin =================================================================== --- trunk/pgsrc/Help%2F_WikiTranslationPlugin 2012-12-07 13:35:47 UTC (rev 8625) +++ trunk/pgsrc/Help%2F_WikiTranslationPlugin 2012-12-07 14:01:51 UTC (rev 8626) @@ -1,4 +1,4 @@ -Date: Tue, 27 Nov 2012 11:38:57 +0000 +Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2F_WikiTranslationPlugin; @@ -58,7 +58,7 @@ }}} == Author == -* [[PhpWiki:ReiniUrban|Reini Urban]] +* [[Help:Reini Urban|Reini Urban]] == See Also == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-07 14:13:48
|
Revision: 8627 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8627&view=rev Author: vargenau Date: 2012-12-07 14:13:41 +0000 (Fri, 07 Dec 2012) Log Message: ----------- Remove PhpWiki: links Modified Paths: -------------- trunk/pgsrc/Help%2FCalendarPlugin trunk/pgsrc/Help%2FPhotoAlbumPlugin Modified: trunk/pgsrc/Help%2FCalendarPlugin =================================================================== --- trunk/pgsrc/Help%2FCalendarPlugin 2012-12-07 14:01:51 UTC (rev 8626) +++ trunk/pgsrc/Help%2FCalendarPlugin 2012-12-07 14:13:41 UTC (rev 8627) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 15:12:53 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FCalendarPlugin; @@ -100,7 +100,7 @@ == Authors == This feature was inspired by [[http://manila.userland.com/|Calendar]], -and first implemented by [[PhpWiki:GaryBenson|Gary Benson]]. It was later implemented as a +and first implemented by Gary Benson. It was later implemented as a [[Help:WikiPlugin|plugin]] by [[PhpWiki:JeffDairiki|Jeff Dairiki]]. <noinclude> Modified: trunk/pgsrc/Help%2FPhotoAlbumPlugin =================================================================== --- trunk/pgsrc/Help%2FPhotoAlbumPlugin 2012-12-07 14:01:51 UTC (rev 8626) +++ trunk/pgsrc/Help%2FPhotoAlbumPlugin 2012-12-07 14:13:41 UTC (rev 8627) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Fri, 7 Dec 2012 15:12:53 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPhotoAlbumPlugin; @@ -163,7 +163,7 @@ * [[mailto:te...@jo...|Ted Vinke]]: original author * [[Help:Reini Urban|Reini Urban]]: local fs -* [[PhpWiki:ThomasHarding|Thomas Harding]]: slides and thumbs +* Thomas Harding: slides and thumbs <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-07 14:17:43
|
Revision: 8628 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8628&view=rev Author: vargenau Date: 2012-12-07 14:17:32 +0000 (Fri, 07 Dec 2012) Log Message: ----------- New page: [[Help:Jeff Dairiki]] Modified Paths: -------------- trunk/pgsrc/Help%2FCalendarPlugin trunk/pgsrc/Help%2FPluginManagerPlugin trunk/pgsrc/Help%2FWikiAdminUtilsPlugin trunk/pgsrc/Help%2F_AuthInfoPlugin trunk/pgsrc/Help%2F_BackendInfoPlugin Added Paths: ----------- trunk/pgsrc/Help%2FJeff%20Dairiki Modified: trunk/pgsrc/Help%2FCalendarPlugin =================================================================== --- trunk/pgsrc/Help%2FCalendarPlugin 2012-12-07 14:13:41 UTC (rev 8627) +++ trunk/pgsrc/Help%2FCalendarPlugin 2012-12-07 14:17:32 UTC (rev 8628) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 15:12:53 +0000 +Date: Fri, 7 Dec 2012 15:16:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FCalendarPlugin; @@ -101,7 +101,7 @@ This feature was inspired by [[http://manila.userland.com/|Calendar]], and first implemented by Gary Benson. It was later implemented as a -[[Help:WikiPlugin|plugin]] by [[PhpWiki:JeffDairiki|Jeff Dairiki]]. +[[Help:WikiPlugin|plugin]] by [[Help:Jeff Dairiki|Jeff Dairiki]]. <noinclude> ---- Added: trunk/pgsrc/Help%2FJeff%20Dairiki =================================================================== --- trunk/pgsrc/Help%2FJeff%20Dairiki (rev 0) +++ trunk/pgsrc/Help%2FJeff%20Dairiki 2012-12-07 14:17:32 UTC (rev 8628) @@ -0,0 +1,16 @@ +Date: Fri, 7 Dec 2012 15:16:29 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) +Content-Type: application/x-phpwiki; + pagename=Help%2FJeff%20Dairiki; + flags=""; + markup=2; + charset=UTF-8 +Content-Transfer-Encoding: binary + +Jeff Dairiki is one of the Phpwiki authors: +* [[http://www.dairiki.org]] + +<noinclude> +---- +[[PhpWikiDocumentation]] +</noinclude> Modified: trunk/pgsrc/Help%2FPluginManagerPlugin =================================================================== --- trunk/pgsrc/Help%2FPluginManagerPlugin 2012-12-07 14:13:41 UTC (rev 8627) +++ trunk/pgsrc/Help%2FPluginManagerPlugin 2012-12-07 14:17:32 UTC (rev 8628) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 15:16:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPluginManagerPlugin; @@ -70,7 +70,7 @@ See ##lib/Request.php## and http://www.outoforder.cc/projects/apache/mod_log_sql/ == Author == -* [[PhpWiki:JeffDairiki|Jeff Dairiki]] ? +* [[Help:Jeff Dairiki|Jeff Dairiki]] ? <noinclude> ---- Modified: trunk/pgsrc/Help%2FWikiAdminUtilsPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminUtilsPlugin 2012-12-07 14:13:41 UTC (rev 8627) +++ trunk/pgsrc/Help%2FWikiAdminUtilsPlugin 2012-12-07 14:17:32 UTC (rev 8628) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Fri, 7 Dec 2012 15:16:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminUtilsPlugin; @@ -47,7 +47,7 @@ <<WikiAdminUtils action="purge-cache" >> == Authors == -* [[PhpWiki:JeffDairiki|Jeff Dairiki]] +* [[Help:Jeff Dairiki|Jeff Dairiki]] * [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2F_AuthInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_AuthInfoPlugin 2012-12-07 14:13:41 UTC (rev 8627) +++ trunk/pgsrc/Help%2F_AuthInfoPlugin 2012-12-07 14:17:32 UTC (rev 8628) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Fri, 7 Dec 2012 15:16:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2F_AuthInfoPlugin; @@ -30,7 +30,7 @@ See [[DebugAuthInfo]] == Authors == -* [[PhpWiki:JeffDairiki|Jeff Dairiki]] +* [[Help:Jeff Dairiki|Jeff Dairiki]] * [[Help:Reini Urban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2F_BackendInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_BackendInfoPlugin 2012-12-07 14:13:41 UTC (rev 8627) +++ trunk/pgsrc/Help%2F_BackendInfoPlugin 2012-12-07 14:17:32 UTC (rev 8628) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 7 Dec 2012 15:16:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2F_BackendInfoPlugin; @@ -30,7 +30,7 @@ See [[DebugInfo]] == Author == -* [[PhpWiki:JeffDairiki|Jeff Dairiki]] +* [[Help:Jeff Dairiki|Jeff Dairiki]] == See Also == * [[DebugInfo]] is the corresponding [[Help:ActionPage]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-07 17:08:04
|
Revision: 8630 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8630&view=rev Author: vargenau Date: 2012-12-07 17:07:57 +0000 (Fri, 07 Dec 2012) Log Message: ----------- SteveWainstead --> Help/Steve Wainstead Modified Paths: -------------- trunk/pgsrc/PhpWikiManual trunk/pgsrc/ReleaseNotes trunk/pgsrc/The%20PhpWiki%20programming%20team Added Paths: ----------- trunk/pgsrc/Help%2FSteve%20Wainstead Removed Paths: ------------- trunk/pgsrc/SteveWainstead Copied: trunk/pgsrc/Help%2FSteve%20Wainstead (from rev 8628, trunk/pgsrc/SteveWainstead) =================================================================== --- trunk/pgsrc/Help%2FSteve%20Wainstead (rev 0) +++ trunk/pgsrc/Help%2FSteve%20Wainstead 2012-12-07 17:07:57 UTC (rev 8630) @@ -0,0 +1,18 @@ +Date: Wed, 26 Jan 2011 18:03:22 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) +Content-Type: application/x-phpwiki; + pagename=Help%2FSteve%20Wainstead; + flags=""; + markup=2; + charset=UTF-8 +Content-Transfer-Encoding: binary + +Hi. I started building this [[Help:WikiWikiWeb|WikiWikiWeb]] but many others help me +now. I'm at [[http://www.panix.com/~swain/]]. + +Please report bugs to [[mailto:php...@li...]] + +<noinclude> +---- +[[PhpWikiDocumentation]] +</noinclude> Modified: trunk/pgsrc/PhpWikiManual =================================================================== --- trunk/pgsrc/PhpWikiManual 2012-12-07 14:23:26 UTC (rev 8629) +++ trunk/pgsrc/PhpWikiManual 2012-12-07 17:07:57 UTC (rev 8630) @@ -1,4 +1,4 @@ -Date: Thu, 27 Jan 2011 17:05:57 +0000 +Date: Fri, 7 Dec 2012 18:07:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=PhpWikiManual; @@ -9,7 +9,7 @@ <<IncludePage page="Help/PhpWiki">> <<IncludePage page="Help/WikiWikiWeb">> -<<IncludePage page="SteveWainstead">> +<<IncludePage page="Help/Steve Wainstead">> <<IncludePage page="Help/WabiSabi">> <<IncludePage page="Help/AddingPages">> <<IncludePage page="Help/EditText">> Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2012-12-07 14:23:26 UTC (rev 8629) +++ trunk/pgsrc/ReleaseNotes 2012-12-07 17:07:57 UTC (rev 8630) @@ -1,4 +1,4 @@ -Date: Tue, 2 Oct 2012 11:52:12 +0000 +Date: Fri, 7 Dec 2012 18:07:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -983,7 +983,7 @@ See the =HISTORY= file for a rundown on the whole development process if that sort of thing really interests you :-) ---SteveWainstead +--Steve Wainstead ---- [[PhpWikiDocumentation]] Deleted: trunk/pgsrc/SteveWainstead =================================================================== --- trunk/pgsrc/SteveWainstead 2012-12-07 14:23:26 UTC (rev 8629) +++ trunk/pgsrc/SteveWainstead 2012-12-07 17:07:57 UTC (rev 8630) @@ -1,18 +0,0 @@ -Date: Wed, 26 Jan 2011 18:03:22 +0000 -Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) -Content-Type: application/x-phpwiki; - pagename=SteveWainstead; - flags=""; - markup=2; - charset=UTF-8 -Content-Transfer-Encoding: binary - -Hi. I started building this [[Help:WikiWikiWeb|WikiWikiWeb]] but many others help me -now. I'm at [[http://www.panix.com/~swain/]]. - -Please report bugs to [[mailto:php...@li...]] - -<noinclude> ----- -[[PhpWikiDocumentation]] -</noinclude> Modified: trunk/pgsrc/The%20PhpWiki%20programming%20team =================================================================== --- trunk/pgsrc/The%20PhpWiki%20programming%20team 2012-12-07 14:23:26 UTC (rev 8629) +++ trunk/pgsrc/The%20PhpWiki%20programming%20team 2012-12-07 17:07:57 UTC (rev 8630) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:33:04 +0000 +Date: Fri, 7 Dec 2012 18:07:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=The%20PhpWiki%20programming%20team; @@ -7,13 +7,13 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The PhpWiki programming team: +The [[Help:PhpWiki|PhpWiki]] programming team: * Arno Hollosi, * Aredridel Stauck, -* Jeff Dairiki, -* Steve Wainstead, +* [[Help:Jeff Dairiki|Jeff Dairiki]], +* [[Help:Steve Wainstead|Steve Wainstead]], * Carsten Klapp, -* Reini Urban, +* [[Help:Reini Urban|Reini Urban]], * Marc-Etienne Vargenau. ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-12-07 17:46:47
|
Revision: 8632 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8632&view=rev Author: vargenau Date: 2012-12-07 17:46:40 +0000 (Fri, 07 Dec 2012) Log Message: ----------- Remove PhpWiki: links Modified Paths: -------------- trunk/pgsrc/Help%2FAtomFeedPlugin trunk/pgsrc/Help%2FPageTrailPlugin Modified: trunk/pgsrc/Help%2FAtomFeedPlugin =================================================================== --- trunk/pgsrc/Help%2FAtomFeedPlugin 2012-12-07 17:32:29 UTC (rev 8631) +++ trunk/pgsrc/Help%2FAtomFeedPlugin 2012-12-07 17:46:40 UTC (rev 8632) @@ -1,4 +1,4 @@ -Date: Wed, 14 Mar 2012 18:22:33 +0000 +Date: Fri, 7 Dec 2012 18:33:20 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAtomFeedPlugin; @@ -54,7 +54,7 @@ }}} == Author == -* [[PhpWiki:SebastienLeCallonnec|Sébastien Le Callonnec]] +* Sébastien Le Callonnec <noinclude> ---- Modified: trunk/pgsrc/Help%2FPageTrailPlugin =================================================================== --- trunk/pgsrc/Help%2FPageTrailPlugin 2012-12-07 17:32:29 UTC (rev 8631) +++ trunk/pgsrc/Help%2FPageTrailPlugin 2012-12-07 17:46:40 UTC (rev 8632) @@ -53,7 +53,7 @@ <<PageTrail>> == Author == -* [[PhpWiki:CarstenKlapp|Carsten Klapp]] +* Carsten Klapp == See Also == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2013-06-18 12:34:16
|
Revision: 8813 http://sourceforge.net/p/phpwiki/code/8813 Author: vargenau Date: 2013-06-18 12:34:10 +0000 (Tue, 18 Jun 2013) Log Message: ----------- Remove markup=2 Modified Paths: -------------- trunk/pgsrc/AllPages trunk/pgsrc/AllPagesByAcl trunk/pgsrc/AllPagesCreatedByMe trunk/pgsrc/AllPagesLastEditedByMe trunk/pgsrc/AllPagesOwnedByMe trunk/pgsrc/AllUserPages trunk/pgsrc/AllUsers trunk/pgsrc/AppendText trunk/pgsrc/AuthorHistory trunk/pgsrc/BackLinks trunk/pgsrc/BlogArchives trunk/pgsrc/BlogJournal trunk/pgsrc/CategoryActionPage trunk/pgsrc/CategoryCategory trunk/pgsrc/CategoryGroup trunk/pgsrc/CategoryHomePages trunk/pgsrc/CategoryWikiPlugin trunk/pgsrc/CreatePage trunk/pgsrc/DebugAuthInfo trunk/pgsrc/DebugGroupInfo trunk/pgsrc/DebugInfo trunk/pgsrc/EditMetaData trunk/pgsrc/FindPage trunk/pgsrc/FullRecentChanges trunk/pgsrc/FullTextSearch trunk/pgsrc/FuzzyPages trunk/pgsrc/Help trunk/pgsrc/Help%2FActionPage trunk/pgsrc/Help%2FAddCommentPlugin trunk/pgsrc/Help%2FAddingPages trunk/pgsrc/Help%2FAdobe%20Flash trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users trunk/pgsrc/Help%2FAllPagesPlugin trunk/pgsrc/Help%2FAllUsersPlugin trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin trunk/pgsrc/Help%2FAppendTextPlugin trunk/pgsrc/Help%2FAsciiMathPlugin trunk/pgsrc/Help%2FAsciiSVGPlugin trunk/pgsrc/Help%2FAtomFeedPlugin trunk/pgsrc/Help%2FAuthorHistoryPlugin trunk/pgsrc/Help%2FBackLinksPlugin trunk/pgsrc/Help%2FBlogArchivesPlugin trunk/pgsrc/Help%2FBlogJournalPlugin trunk/pgsrc/Help%2FBoxRightPlugin trunk/pgsrc/Help%2FCacheTestPlugin trunk/pgsrc/Help%2FCalendarListPlugin trunk/pgsrc/Help%2FCalendarPlugin trunk/pgsrc/Help%2FCategories trunk/pgsrc/Help%2FCategoryPagePlugin trunk/pgsrc/Help%2FChartPlugin trunk/pgsrc/Help%2FCommentPlugin trunk/pgsrc/Help%2FCreateBibPlugin trunk/pgsrc/Help%2FCreatePagePlugin trunk/pgsrc/Help%2FCreateTocPlugin trunk/pgsrc/Help%2FCurrentTimePlugin trunk/pgsrc/Help%2FDeadEndPagesPlugin trunk/pgsrc/Help%2FDiffPlugin trunk/pgsrc/Help%2FDynamicIncludePagePlugin trunk/pgsrc/Help%2FEditMetaDataPlugin trunk/pgsrc/Help%2FEditText trunk/pgsrc/Help%2FExternalSearchPlugin trunk/pgsrc/Help%2FFacebookLikePlugin trunk/pgsrc/Help%2FFileInfoPlugin trunk/pgsrc/Help%2FFoafViewerPlugin trunk/pgsrc/Help%2FFrameIncludePlugin trunk/pgsrc/Help%2FFullTextSearchPlugin trunk/pgsrc/Help%2FFuzzyPagesPlugin trunk/pgsrc/Help%2FGoToPlugin trunk/pgsrc/Help%2FGoodStyle trunk/pgsrc/Help%2FGoogleLink trunk/pgsrc/Help%2FGoogleMapsPlugin trunk/pgsrc/Help%2FGooglePluginPlugin trunk/pgsrc/Help%2FGraphVizPlugin trunk/pgsrc/Help%2FHelloWorldPlugin trunk/pgsrc/Help%2FHowToUseWiki trunk/pgsrc/Help%2FHtmlConverterPlugin trunk/pgsrc/Help%2FImages trunk/pgsrc/Help%2FIncludePagePlugin trunk/pgsrc/Help%2FIncludePagesPlugin trunk/pgsrc/Help%2FIncludeSiteMapPlugin trunk/pgsrc/Help%2FIncludeTreePlugin trunk/pgsrc/Help%2FInterWiki trunk/pgsrc/Help%2FInterWikiSearchPlugin trunk/pgsrc/Help%2FJabberPresencePlugin trunk/pgsrc/Help%2FJeff%20Dairiki trunk/pgsrc/Help%2FLdapSearchPlugin trunk/pgsrc/Help%2FLikePagesPlugin trunk/pgsrc/Help%2FLinkDatabasePlugin trunk/pgsrc/Help%2FLinkIcons trunk/pgsrc/Help%2FListPagesPlugin trunk/pgsrc/Help%2FListSubpagesPlugin trunk/pgsrc/Help%2FMagicPhpWikiURLs trunk/pgsrc/Help%2FMediawikiTablePlugin trunk/pgsrc/Help%2FModeratedPagePlugin trunk/pgsrc/Help%2FMoreAboutMechanics trunk/pgsrc/Help%2FMostPopularPlugin trunk/pgsrc/Help%2FNewPagesPerUserPlugin trunk/pgsrc/Help%2FNoCachePlugin trunk/pgsrc/Help%2FOldStyleTablePlugin trunk/pgsrc/Help%2FOrphanedPagesPlugin trunk/pgsrc/Help%2FPageDumpPlugin trunk/pgsrc/Help%2FPageGroupPlugin trunk/pgsrc/Help%2FPageHistoryPlugin trunk/pgsrc/Help%2FPageInfoPlugin trunk/pgsrc/Help%2FPageList trunk/pgsrc/Help%2FPagePermissions trunk/pgsrc/Help%2FPageTrailPlugin trunk/pgsrc/Help%2FPasswordResetPlugin trunk/pgsrc/Help%2FPhotoAlbumPlugin trunk/pgsrc/Help%2FPhotoAlbumPlugin%2FSlides trunk/pgsrc/Help%2FPhpHighlightPlugin trunk/pgsrc/Help%2FPhpWeatherPlugin trunk/pgsrc/Help%2FPhpWiki trunk/pgsrc/Help%2FPloticusPlugin trunk/pgsrc/Help%2FPluginManagerPlugin trunk/pgsrc/Help%2FPopUpPlugin trunk/pgsrc/Help%2FPopularNearbyPlugin trunk/pgsrc/Help%2FPredefinedIcons trunk/pgsrc/Help%2FPreferenceAppPlugin trunk/pgsrc/Help%2FPrevNextPlugin trunk/pgsrc/Help%2FRandomPagePlugin trunk/pgsrc/Help%2FRateItPlugin trunk/pgsrc/Help%2FRawHtmlPlugin trunk/pgsrc/Help%2FRecentChangesCachedPlugin trunk/pgsrc/Help%2FRecentChangesPlugin trunk/pgsrc/Help%2FRecentCommentsPlugin trunk/pgsrc/Help%2FRecentEditsPlugin trunk/pgsrc/Help%2FRecentReferrersPlugin trunk/pgsrc/Help%2FRedirectToPlugin trunk/pgsrc/Help%2FReini%20Urban trunk/pgsrc/Help%2FRelatedChangesPlugin trunk/pgsrc/Help%2FRichTablePlugin trunk/pgsrc/Help%2FRssFeedPlugin trunk/pgsrc/Help%2FSearchHighlightPlugin trunk/pgsrc/Help%2FSemanticRelations trunk/pgsrc/Help%2FSemanticRelationsPlugin trunk/pgsrc/Help%2FSemanticSearchPlugin trunk/pgsrc/Help%2FSiteMapPlugin trunk/pgsrc/Help%2FSpreadsheet trunk/pgsrc/Help%2FSqlResultPlugin trunk/pgsrc/Help%2FSteve%20Wainstead trunk/pgsrc/Help%2FSyncWikiPlugin trunk/pgsrc/Help%2FSyntaxHighlighterPlugin trunk/pgsrc/Help%2FSystemInfoPlugin trunk/pgsrc/Help%2FTeX2pngPlugin trunk/pgsrc/Help%2FTemplatePlugin trunk/pgsrc/Help%2FTexToPngPlugin trunk/pgsrc/Help%2FTextFormattingRules trunk/pgsrc/Help%2FTitleSearchPlugin trunk/pgsrc/Help%2FTranscludePlugin trunk/pgsrc/Help%2FTranslateTextPlugin trunk/pgsrc/Help%2FUnfoldSubpagesPlugin trunk/pgsrc/Help%2FUpLoadPlugin trunk/pgsrc/Help%2FUserPreferencesPlugin trunk/pgsrc/Help%2FUserRatingsPlugin trunk/pgsrc/Help%2FVideoPlugin trunk/pgsrc/Help%2FVisualWikiPlugin trunk/pgsrc/Help%2FWabiSabi trunk/pgsrc/Help%2FWantedPagesOldPlugin trunk/pgsrc/Help%2FWantedPagesPlugin trunk/pgsrc/Help%2FWatchPagePlugin trunk/pgsrc/Help%2FWhoIsOnlinePlugin trunk/pgsrc/Help%2FWikiAdminChmodPlugin trunk/pgsrc/Help%2FWikiAdminChownPlugin trunk/pgsrc/Help%2FWikiAdminPurgePlugin trunk/pgsrc/Help%2FWikiAdminRemovePlugin trunk/pgsrc/Help%2FWikiAdminRenamePlugin trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin trunk/pgsrc/Help%2FWikiAdminSelectPlugin trunk/pgsrc/Help%2FWikiAdminSetAclPlugin trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin trunk/pgsrc/Help%2FWikiAdminUtilsPlugin trunk/pgsrc/Help%2FWikiBlogPlugin trunk/pgsrc/Help%2FWikiFormPlugin trunk/pgsrc/Help%2FWikiFormRichPlugin trunk/pgsrc/Help%2FWikiForumPlugin trunk/pgsrc/Help%2FWikiPlugin trunk/pgsrc/Help%2FWikiPollPlugin trunk/pgsrc/Help%2FWikiWikiWeb trunk/pgsrc/Help%2FWikicreole trunk/pgsrc/Help%2FYouTubePlugin trunk/pgsrc/Help%2Ftext2pngPlugin trunk/pgsrc/HomePage trunk/pgsrc/HomePageAlias trunk/pgsrc/InterWikiMap trunk/pgsrc/InterWikiSearch trunk/pgsrc/LdapSearch trunk/pgsrc/LeastPopular trunk/pgsrc/LikePages trunk/pgsrc/LinkDatabase trunk/pgsrc/LinkSearch trunk/pgsrc/ListRelations trunk/pgsrc/LockedPages trunk/pgsrc/ModeratedPage trunk/pgsrc/MostPopular trunk/pgsrc/MyRatings trunk/pgsrc/MyRecentChanges trunk/pgsrc/MyRecentEdits trunk/pgsrc/NewPagesPerUser trunk/pgsrc/OrphanedPages trunk/pgsrc/PageDump trunk/pgsrc/PageHistory trunk/pgsrc/PageInfo trunk/pgsrc/PasswordReset trunk/pgsrc/PhpWikiAdministration trunk/pgsrc/PhpWikiAdministration%2FChmod trunk/pgsrc/PhpWikiAdministration%2FChown trunk/pgsrc/PhpWikiAdministration%2FDeleteAcl trunk/pgsrc/PhpWikiAdministration%2FPurge trunk/pgsrc/PhpWikiAdministration%2FRemove trunk/pgsrc/PhpWikiAdministration%2FRename trunk/pgsrc/PhpWikiAdministration%2FSearchReplace trunk/pgsrc/PhpWikiAdministration%2FSetAcl trunk/pgsrc/PhpWikiAdministration%2FSetAclSimple trunk/pgsrc/PhpWikiDebug trunk/pgsrc/PhpWikiDocumentation trunk/pgsrc/PhpWikiManual trunk/pgsrc/PhpWikiPoll trunk/pgsrc/PhpWikiRecentChanges trunk/pgsrc/PluginManager trunk/pgsrc/ProjectSummary trunk/pgsrc/RandomPage trunk/pgsrc/RateIt trunk/pgsrc/RecentChanges trunk/pgsrc/RecentChangesMyPages trunk/pgsrc/RecentComments trunk/pgsrc/RecentEdits trunk/pgsrc/RecentNewPages trunk/pgsrc/RecentReleases trunk/pgsrc/RecentVisitors trunk/pgsrc/RelatedChanges trunk/pgsrc/ReleaseNotes trunk/pgsrc/San%20Diego trunk/pgsrc/SandBox trunk/pgsrc/SearchHighlight trunk/pgsrc/SemanticRelations trunk/pgsrc/SemanticSearch trunk/pgsrc/SetGlobalAccessRights trunk/pgsrc/SetGlobalAccessRightsSimple trunk/pgsrc/SpecialPages trunk/pgsrc/SpellCheck trunk/pgsrc/SystemInfo trunk/pgsrc/Template%2FAttribute trunk/pgsrc/Template%2FCategory trunk/pgsrc/Template%2FExample trunk/pgsrc/Template%2FLinkto trunk/pgsrc/Template%2FNewPlugin trunk/pgsrc/Template%2FRelation trunk/pgsrc/Template%2FTalk trunk/pgsrc/Template%2FUserPage trunk/pgsrc/The%20PhpWiki%20programming%20team trunk/pgsrc/TitleSearch trunk/pgsrc/TranslateText trunk/pgsrc/UpLoad trunk/pgsrc/UriResolver trunk/pgsrc/UserContribs trunk/pgsrc/UserPreferences trunk/pgsrc/UserRatings trunk/pgsrc/WantedPages trunk/pgsrc/WatchPage trunk/pgsrc/WhoIsOnline trunk/pgsrc/WikiAdminSelect trunk/pgsrc/WikiBlog trunk/pgsrc/area trunk/pgsrc/is_a trunk/pgsrc/located_in trunk/pgsrc/population Added Paths: ----------- trunk/pgsrc/Help%2FDebugAuthInfoPlugin trunk/pgsrc/Help%2FDebugBackendInfoPlugin trunk/pgsrc/Help%2FDebugGroupInfoPlugin trunk/pgsrc/Help%2FPreferencesInfoPlugin trunk/pgsrc/Help%2FWikiTranslationPlugin Removed Paths: ------------- trunk/pgsrc/Help%2FOldTextFormattingRules trunk/pgsrc/Help%2FWikiAdminMarkupPlugin trunk/pgsrc/Help%2F_AuthInfoPlugin trunk/pgsrc/Help%2F_BackendInfoPlugin trunk/pgsrc/Help%2F_GroupInfoPlugin trunk/pgsrc/Help%2F_PreferencesInfoPlugin trunk/pgsrc/Help%2F_WikiTranslationPlugin trunk/pgsrc/PhpWikiAdministration%2FMarkup Modified: trunk/pgsrc/AllPages =================================================================== --- trunk/pgsrc/AllPages 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/AllPages 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=AllPages; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/AllPagesByAcl =================================================================== --- trunk/pgsrc/AllPagesByAcl 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/AllPagesByAcl 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=AllPagesByAcl; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/AllPagesCreatedByMe =================================================================== --- trunk/pgsrc/AllPagesCreatedByMe 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/AllPagesCreatedByMe 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=AllPagesCreatedByMe; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/AllPagesLastEditedByMe =================================================================== --- trunk/pgsrc/AllPagesLastEditedByMe 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/AllPagesLastEditedByMe 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=AllPagesLastEditedByMe; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/AllPagesOwnedByMe =================================================================== --- trunk/pgsrc/AllPagesOwnedByMe 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/AllPagesOwnedByMe 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=AllPagesOwnedByMe; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/AllUserPages =================================================================== --- trunk/pgsrc/AllUserPages 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/AllUserPages 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=AllUserPages; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/AllUsers =================================================================== --- trunk/pgsrc/AllUsers 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/AllUsers 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=AllUsers; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/AppendText =================================================================== --- trunk/pgsrc/AppendText 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/AppendText 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=AppendText; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/AuthorHistory =================================================================== --- trunk/pgsrc/AuthorHistory 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/AuthorHistory 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=AuthorHistory; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/BackLinks =================================================================== --- trunk/pgsrc/BackLinks 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/BackLinks 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=BackLinks; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/BlogArchives =================================================================== --- trunk/pgsrc/BlogArchives 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/BlogArchives 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=BlogArchives; flags=""; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/BlogJournal =================================================================== --- trunk/pgsrc/BlogJournal 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/BlogJournal 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=BlogJournal; flags=""; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/CategoryActionPage =================================================================== --- trunk/pgsrc/CategoryActionPage 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/CategoryActionPage 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=CategoryActionPage; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/CategoryCategory =================================================================== --- trunk/pgsrc/CategoryCategory 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/CategoryCategory 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=CategoryCategory; flags=EXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/CategoryGroup =================================================================== --- trunk/pgsrc/CategoryGroup 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/CategoryGroup 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=CategoryGroup; flags=""; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/CategoryHomePages =================================================================== --- trunk/pgsrc/CategoryHomePages 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/CategoryHomePages 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=CategoryHomePages; flags=""; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/CategoryWikiPlugin =================================================================== --- trunk/pgsrc/CategoryWikiPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/CategoryWikiPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=CategoryWikiPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/CreatePage =================================================================== --- trunk/pgsrc/CreatePage 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/CreatePage 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=CreatePage; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/DebugAuthInfo =================================================================== --- trunk/pgsrc/DebugAuthInfo 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/DebugAuthInfo 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,9 +3,8 @@ Content-Type: application/x-phpwiki; pagename=DebugAuthInfo; flags=PAGE_LOCKED; - markup=2; acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY"; charset=UTF-8 Content-Transfer-Encoding: binary -<<_AuthInfo>> +<<DebugAuthInfo>> Modified: trunk/pgsrc/DebugGroupInfo =================================================================== --- trunk/pgsrc/DebugGroupInfo 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/DebugGroupInfo 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,9 +3,8 @@ Content-Type: application/x-phpwiki; pagename=DebugGroupInfo; flags=PAGE_LOCKED; - markup=2; acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY"; charset=UTF-8 Content-Transfer-Encoding: binary -<<_GroupInfo>> +<<DebugGroupInfo>> Modified: trunk/pgsrc/DebugInfo =================================================================== --- trunk/pgsrc/DebugInfo 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/DebugInfo 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=DebugInfo; flags=PAGE_LOCKED; - markup=2; acl="view:_AUTHENTICATED; edit:_AUTHENTICATED; create:_AUTHENTICATED,_BOGOUSER; list:_AUTHENTICATED; remove:_ADMIN,_OWNER; change:_ADMIN,_OWNER; dump:_EVERY"; charset=UTF-8 Content-Transfer-Encoding: binary @@ -11,7 +10,7 @@ Detailed view of a page, which is probably more useful for debugging than anything else. -<<_BackendInfo page||=''>> +<<DebugBackendInfo page||=''>> ---- [[CategoryActionPage]] Modified: trunk/pgsrc/EditMetaData =================================================================== --- trunk/pgsrc/EditMetaData 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/EditMetaData 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=EditMetaData; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/FindPage =================================================================== --- trunk/pgsrc/FindPage 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/FindPage 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=FindPage; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/FullRecentChanges =================================================================== --- trunk/pgsrc/FullRecentChanges 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/FullRecentChanges 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=FullRecentChanges; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/FullTextSearch =================================================================== --- trunk/pgsrc/FullTextSearch 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/FullTextSearch 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=FullTextSearch; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/FuzzyPages =================================================================== --- trunk/pgsrc/FuzzyPages 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/FuzzyPages 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=FuzzyPages; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help =================================================================== --- trunk/pgsrc/Help 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FActionPage =================================================================== --- trunk/pgsrc/Help%2FActionPage 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FActionPage 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FActionPage; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAddCommentPlugin =================================================================== --- trunk/pgsrc/Help%2FAddCommentPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAddCommentPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAddCommentPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAddingPages =================================================================== --- trunk/pgsrc/Help%2FAddingPages 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAddingPages 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAddingPages; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAdobe%20Flash =================================================================== --- trunk/pgsrc/Help%2FAdobe%20Flash 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAdobe%20Flash 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAdobe%20Flash; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users =================================================================== --- trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAdvice%20for%20Mediawiki%20users 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAdvice%20for%20Mediawiki%20users; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAllPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FAllPagesPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAllPagesPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAllPagesPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAllUsersPlugin =================================================================== --- trunk/pgsrc/Help%2FAllUsersPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAllUsersPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAllUsersPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin =================================================================== --- trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAnalyseAccessLogSqlPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAppendTextPlugin =================================================================== --- trunk/pgsrc/Help%2FAppendTextPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAppendTextPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAppendTextPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAsciiMathPlugin =================================================================== --- trunk/pgsrc/Help%2FAsciiMathPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAsciiMathPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAsciiMathPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAsciiSVGPlugin =================================================================== --- trunk/pgsrc/Help%2FAsciiSVGPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAsciiSVGPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAsciiSVGPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAtomFeedPlugin =================================================================== --- trunk/pgsrc/Help%2FAtomFeedPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAtomFeedPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAtomFeedPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FAuthorHistoryPlugin =================================================================== --- trunk/pgsrc/Help%2FAuthorHistoryPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FAuthorHistoryPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FAuthorHistoryPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FBackLinksPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FBlogArchivesPlugin =================================================================== --- trunk/pgsrc/Help%2FBlogArchivesPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FBlogArchivesPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FBlogArchivesPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FBlogJournalPlugin =================================================================== --- trunk/pgsrc/Help%2FBlogJournalPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FBlogJournalPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FBlogJournalPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FBoxRightPlugin =================================================================== --- trunk/pgsrc/Help%2FBoxRightPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FBoxRightPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FBoxRightPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCacheTestPlugin =================================================================== --- trunk/pgsrc/Help%2FCacheTestPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCacheTestPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCacheTestPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCalendarListPlugin =================================================================== --- trunk/pgsrc/Help%2FCalendarListPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCalendarListPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCalendarListPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCalendarPlugin =================================================================== --- trunk/pgsrc/Help%2FCalendarPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCalendarPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCalendarPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCategories =================================================================== --- trunk/pgsrc/Help%2FCategories 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCategories 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCategories; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCategoryPagePlugin =================================================================== --- trunk/pgsrc/Help%2FCategoryPagePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCategoryPagePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCategoryPagePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FChartPlugin =================================================================== --- trunk/pgsrc/Help%2FChartPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FChartPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FChartPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCommentPlugin =================================================================== --- trunk/pgsrc/Help%2FCommentPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCommentPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCommentPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCreateBibPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateBibPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCreateBibPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCreateBibPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCreatePagePlugin =================================================================== --- trunk/pgsrc/Help%2FCreatePagePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCreatePagePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCreatePagePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCreateTocPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FCurrentTimePlugin =================================================================== --- trunk/pgsrc/Help%2FCurrentTimePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FCurrentTimePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FCurrentTimePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FDeadEndPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FDeadEndPagesPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FDeadEndPagesPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FDeadEndPagesPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Copied: trunk/pgsrc/Help%2FDebugAuthInfoPlugin (from rev 8810, trunk/pgsrc/Help%2F_AuthInfoPlugin) =================================================================== --- trunk/pgsrc/Help%2FDebugAuthInfoPlugin (rev 0) +++ trunk/pgsrc/Help%2FDebugAuthInfoPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -0,0 +1,43 @@ +Date: Fri, 7 Dec 2012 15:16:29 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) +Content-Type: application/x-phpwiki; + pagename=Help%2FDebugAuthInfoPlugin; + flags=PAGE_LOCKED; + charset=UTF-8 +Content-Transfer-Encoding: binary + +Administrative plugin, used to debug auth problems and settings. +This plugin is only for testing purposes. +If DEBUG has no _DEBUG_LOGIN bit set, only the admin user can call it, +which is of no real use. + +Warning! This may display DB and user passwords in cleartext. We think we +cleared everything out though. + +== Usage == +{{{ +<<DebugAuthInfo userid||=AdminUser>> +}}} + +== Arguments == + +userid: + default: current user + +== Example == + +See [[DebugAuthInfo]] + +== Authors == +* [[Help:Jeff Dairiki|Jeff Dairiki]] +* [[Help:Reini Urban|Reini Urban]] + +== See Also == +* [[DebugAuthInfo]] is the corresponding [[Help:ActionPage]]. +* [[Help:DebugGroupInfoPlugin]] +* [[Help:DebugBackendInfoPlugin]] + +<noinclude> +---- +[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +</noinclude> Copied: trunk/pgsrc/Help%2FDebugBackendInfoPlugin (from rev 8810, trunk/pgsrc/Help%2F_BackendInfoPlugin) =================================================================== --- trunk/pgsrc/Help%2FDebugBackendInfoPlugin (rev 0) +++ trunk/pgsrc/Help%2FDebugBackendInfoPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -0,0 +1,44 @@ +Date: Fri, 7 Dec 2012 15:16:29 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) +Content-Type: application/x-phpwiki; + pagename=Help%2FDebugBackendInfoPlugin; + flags=PAGE_LOCKED; + charset=UTF-8 +Content-Transfer-Encoding: binary + +Administrative plugin, used to debug DATABASE backend problems and settings. +This plugin is only for testing purposes. + +Displays all/most database infos about a page. + +Warning! This may display db and user passwords in cleartext. We think we +cleared everything out though. + +== Usage == +{{{ +<<DebugBackendInfo>> +}}} + +== Arguments == + +page _(default: current pagename)_: + The page to execute upon. + +== Example == + +See [[DebugInfo]] + +== Author == +* [[Help:Jeff Dairiki|Jeff Dairiki]] + +== See Also == +* [[DebugInfo]] is the corresponding [[Help:ActionPage]] +* [[EditMetaData]] +* [[Help:EditMetaDataPlugin]] +* [[Help:DebugAuthInfoPlugin]] +* [[Help:DebugGroupInfo]] + +<noinclude> +---- +[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +</noinclude> Copied: trunk/pgsrc/Help%2FDebugGroupInfoPlugin (from rev 8810, trunk/pgsrc/Help%2F_GroupInfoPlugin) =================================================================== --- trunk/pgsrc/Help%2FDebugGroupInfoPlugin (rev 0) +++ trunk/pgsrc/Help%2FDebugGroupInfoPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -0,0 +1,43 @@ +Date: Thu, 9 Dec 2010 14:51:45 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) +Content-Type: application/x-phpwiki; + pagename=Help%2FDebugGroupInfoPlugin; + flags=PAGE_LOCKED; + charset=UTF-8 +Content-Transfer-Encoding: binary + +Administrative plugin, used to debug auth problems and settings. +This [[Help:WikiPlugin|plugin]] is only for testing purposes. +If DEBUG has no _DEBUG_LOGIN bit set, only the admin user can call it, +which is of no real use. + +Warning! This may display db and user passwords in cleartext. We think we +cleared everything out though. + +== Usage == +{{{ +<<DebugGroupInfo>> +}}} + +== Arguments == + +page _(default: current pagename)_: + The page to execute upon. + +== Example == + +See [[DebugGroupInfo]] + +== Author == +* [[PhpWiki:CharlesCorrigan|Charles Corrigan]] + +== See Also == + +* [[DebugGroupInfo]] is the corresponding [[Help:ActionPage]]. +* [[Help:DebugAuthInfoPlugin]] +* [[Help:DebugBackendInfoPlugin]] + +<noinclude> +---- +[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +</noinclude> Modified: trunk/pgsrc/Help%2FDiffPlugin =================================================================== --- trunk/pgsrc/Help%2FDiffPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FDiffPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FDiffPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FDynamicIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FDynamicIncludePagePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FDynamicIncludePagePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FDynamicIncludePagePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FEditMetaDataPlugin =================================================================== --- trunk/pgsrc/Help%2FEditMetaDataPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FEditMetaDataPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FEditMetaDataPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FEditText =================================================================== --- trunk/pgsrc/Help%2FEditText 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FEditText 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FEditText; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FExternalSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FExternalSearchPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FExternalSearchPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FExternalSearchPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FFacebookLikePlugin =================================================================== --- trunk/pgsrc/Help%2FFacebookLikePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FFacebookLikePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FFacebookLikePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FFileInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FFileInfoPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FFileInfoPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FFileInfoPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FFoafViewerPlugin =================================================================== --- trunk/pgsrc/Help%2FFoafViewerPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FFoafViewerPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FFoafViewerPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FFrameIncludePlugin =================================================================== --- trunk/pgsrc/Help%2FFrameIncludePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FFrameIncludePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FFrameIncludePlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FFullTextSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FFullTextSearchPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FFullTextSearchPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FFullTextSearchPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FFuzzyPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FFuzzyPagesPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FFuzzyPagesPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FFuzzyPagesPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FGoToPlugin =================================================================== --- trunk/pgsrc/Help%2FGoToPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FGoToPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FGoToPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FGoodStyle =================================================================== --- trunk/pgsrc/Help%2FGoodStyle 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FGoodStyle 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FGoodStyle; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FGoogleLink =================================================================== --- trunk/pgsrc/Help%2FGoogleLink 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FGoogleLink 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FGoogleLink; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FGoogleMapsPlugin =================================================================== --- trunk/pgsrc/Help%2FGoogleMapsPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FGoogleMapsPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FGoogleMapsPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FGooglePluginPlugin =================================================================== --- trunk/pgsrc/Help%2FGooglePluginPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FGooglePluginPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FGooglePluginPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FGraphVizPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FHelloWorldPlugin =================================================================== --- trunk/pgsrc/Help%2FHelloWorldPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FHelloWorldPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FHelloWorldPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FHowToUseWiki =================================================================== --- trunk/pgsrc/Help%2FHowToUseWiki 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FHowToUseWiki 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FHowToUseWiki; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FHtmlConverterPlugin =================================================================== --- trunk/pgsrc/Help%2FHtmlConverterPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FHtmlConverterPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FHtmlConverterPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FImages =================================================================== --- trunk/pgsrc/Help%2FImages 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FImages 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FImages; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FIncludePagesPlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagesPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FIncludePagesPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagesPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FIncludeSiteMapPlugin =================================================================== --- trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FIncludeSiteMapPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FIncludeTreePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludeTreePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FIncludeTreePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FIncludeTreePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FInterWiki =================================================================== --- trunk/pgsrc/Help%2FInterWiki 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FInterWiki 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FInterWiki; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FInterWikiSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FInterWikiSearchPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FInterWikiSearchPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FInterWikiSearchPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FJabberPresencePlugin =================================================================== --- trunk/pgsrc/Help%2FJabberPresencePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FJabberPresencePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FJabberPresencePlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FJeff%20Dairiki =================================================================== --- trunk/pgsrc/Help%2FJeff%20Dairiki 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FJeff%20Dairiki 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FJeff%20Dairiki; flags=""; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FLdapSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FLdapSearchPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FLdapSearchPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FLdapSearchPlugin; flags=PAGE_LOCKED; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FLikePagesPlugin =================================================================== --- trunk/pgsrc/Help%2FLikePagesPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FLikePagesPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FLikePagesPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FLinkDatabasePlugin =================================================================== --- trunk/pgsrc/Help%2FLinkDatabasePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FLinkDatabasePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FLinkDatabasePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FLinkIcons =================================================================== --- trunk/pgsrc/Help%2FLinkIcons 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FLinkIcons 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FLinkIcons; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FListPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListPagesPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FListPagesPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FListPagesPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FListSubpagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListSubpagesPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FListSubpagesPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FListSubpagesPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FMagicPhpWikiURLs =================================================================== --- trunk/pgsrc/Help%2FMagicPhpWikiURLs 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FMagicPhpWikiURLs 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FMagicPhpWikiURLs; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FMediawikiTablePlugin =================================================================== --- trunk/pgsrc/Help%2FMediawikiTablePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FMediawikiTablePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FMediawikiTablePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FModeratedPagePlugin =================================================================== --- trunk/pgsrc/Help%2FModeratedPagePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FModeratedPagePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FModeratedPagePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FMoreAboutMechanics =================================================================== --- trunk/pgsrc/Help%2FMoreAboutMechanics 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FMoreAboutMechanics 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FMoreAboutMechanics; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FMostPopularPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FNewPagesPerUserPlugin =================================================================== --- trunk/pgsrc/Help%2FNewPagesPerUserPlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FNewPagesPerUserPlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FNewPagesPerUserPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FNoCachePlugin =================================================================== --- trunk/pgsrc/Help%2FNoCachePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FNoCachePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FNoCachePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Modified: trunk/pgsrc/Help%2FOldStyleTablePlugin =================================================================== --- trunk/pgsrc/Help%2FOldStyleTablePlugin 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FOldStyleTablePlugin 2013-06-18 12:34:10 UTC (rev 8813) @@ -3,7 +3,6 @@ Content-Type: application/x-phpwiki; pagename=Help%2FOldStyleTablePlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; charset=UTF-8 Content-Transfer-Encoding: binary Deleted: trunk/pgsrc/Help%2FOldTextFormattingRules =================================================================== --- trunk/pgsrc/Help%2FOldTextFormattingRules 2013-06-17 14:30:01 UTC (rev 8812) +++ trunk/pgsrc/Help%2FOldTextFormattingRules 2013-06-18 12:34:10 UTC (rev 8813) @@ -1,114 +0,0 @@ -Date: Wed, 19 Dec 2012 12:12:44 +0000 -Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) -Content-Type: application/x-phpwiki; - pagename=Help%2FOldTextFormattingRules; - flags=PAGE_LOCKED%2CEXTERNAL_PAGE; - markup=2; - charset=UTF-8 -Content-Transfer-Encoding: binary - -! Synopsis -[Help:OldTextFormattingRules] <br> -<strong>Emphasis:</strong> '<strong></strong>' for <em>italics</em>, _<em></em>~_ for <strong>bold</strong>, '<strong></strong>'_<em></em>~_ for <em><strong>both</strong></em>.%%% -<strong>Lists:</strong> * for bullet lists, # for numbered lists, <em><strong>;</strong> term <strong>~:</strong> definition</em> for definition lists.%%% -<strong>References:</strong> ~JoinCapitalizedWords or use square brackets for a ~[page link] or URL ~[~http~://cool.wiki.int/~].%%% -<strong>Footnotes:</strong> Use ~[1],~[2],~[3],...%%% -<strong>Preventing linking:</strong> Prefix with "~!": ~!~DoNotHyperlink, name links lik... [truncated message content] |
From: <var...@us...> - 2013-07-04 16:42:12
|
Revision: 8830 http://sourceforge.net/p/phpwiki/code/8830 Author: vargenau Date: 2013-07-04 16:42:06 +0000 (Thu, 04 Jul 2013) Log Message: ----------- authentication Modified Paths: -------------- trunk/pgsrc/Help%2FModeratedPagePlugin trunk/pgsrc/PasswordReset Modified: trunk/pgsrc/Help%2FModeratedPagePlugin =================================================================== --- trunk/pgsrc/Help%2FModeratedPagePlugin 2013-07-04 16:35:10 UTC (rev 8829) +++ trunk/pgsrc/Help%2FModeratedPagePlugin 2013-07-04 16:42:06 UTC (rev 8830) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Thu, 4 Jul 2013 18:41:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FModeratedPagePlugin; @@ -11,7 +11,7 @@ A ModeratedPage is a page-internal setting, which restricts certain actions on certain pages. The requested action and page is stored internally and an email is sent to the moderators described in the linked and locked ModeratedPage action page. -Any moderator may approve or reject the action by simply clicking an url. +Any moderator may approve or reject the action by simply clicking an URL. When approving the action, the requested action (edit, rename, ...) is performed. In both cases the author is notified, so it's recommended for the @@ -22,7 +22,7 @@ * Check the status of this action page, esp. the moderators in the plugin line, if they had their emails stored in their - UserPreferences, and if the action page is locked. + [[UserPreferences]], and if the action page is locked. * Add a link to this action page in the page(s) in question. * Save the page. * Lock the page to actually change the moderation status. You may want to unlock it then. Modified: trunk/pgsrc/PasswordReset =================================================================== --- trunk/pgsrc/PasswordReset 2013-07-04 16:35:10 UTC (rev 8829) +++ trunk/pgsrc/PasswordReset 2013-07-04 16:42:06 UTC (rev 8830) @@ -1,4 +1,4 @@ -Date: Wed, 11 Jan 2012 16:18:06 +0000 +Date: Thu, 4 Jul 2013 18:41:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=PasswordReset; @@ -13,9 +13,9 @@ A normal user may only reset a users password who has his email address defined. For users with undefined email address you have to ask an Administrator to reset any password. -Authenticated users should change their passwords at their UserPreferences page. +Authenticated users should change their passwords at their [[UserPreferences]] page. -Attention: Certain external authentification methods don't allow changing passwords. You'll have to ask or change it there then. +Attention: Certain external authentication methods don't allow changing passwords. You'll have to ask or change it there then. ---- <<PasswordReset>> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-04 13:24:21
|
Revision: 8866 http://sourceforge.net/p/phpwiki/code/8866 Author: vargenau Date: 2014-06-04 13:24:17 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Internet Explorer 6 is dead Modified Paths: -------------- trunk/pgsrc/Help%2FAsciiSVGPlugin trunk/pgsrc/Help%2FChartPlugin Modified: trunk/pgsrc/Help%2FAsciiSVGPlugin =================================================================== --- trunk/pgsrc/Help%2FAsciiSVGPlugin 2014-06-04 13:11:28 UTC (rev 8865) +++ trunk/pgsrc/Help%2FAsciiSVGPlugin 2014-06-04 13:24:17 UTC (rev 8866) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Wed, 4 Jun 2014 15:23:23 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAsciiSVGPlugin; @@ -13,8 +13,8 @@ Syntax: [[http://www1.chapman.edu/~jipsen/svg/asciisvgcommands.html]] -If you are using Internet Explorer 6 + Adobe SVGviewer (often included -by default with Windows XP) or SVG-enabled Firefox (2.0 or above) +The browser must support SVG in order graphs to be displayed. +If you are using a recent browser (Firefox, Opera, Chrome, Safari) then you should see the examples. == Usage == Modified: trunk/pgsrc/Help%2FChartPlugin =================================================================== --- trunk/pgsrc/Help%2FChartPlugin 2014-06-04 13:11:28 UTC (rev 8865) +++ trunk/pgsrc/Help%2FChartPlugin 2014-06-04 13:24:17 UTC (rev 8866) @@ -1,4 +1,4 @@ -Date: Fri, 16 Dec 2011 12:42:36 +0000 +Date: Wed, 4 Jun 2014 15:23:23 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FChartPlugin; @@ -11,8 +11,7 @@ Three graph formats are possible: line, bar and pie. In pie mode, negative values are ignored. The browser must support SVG in order graphs to be displayed. -If you are using Internet Explorer 6 + Adobe SVGviewer (often included -by default with Windows XP) or SVG-enabled Firefox (2.0 or above) +If you are using a recent browser (Firefox, Opera, Chrome, Safari) then you should see the examples. == Usage == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-06-26 10:07:33
|
Revision: 8941 http://sourceforge.net/p/phpwiki/code/8941 Author: vargenau Date: 2014-06-26 10:07:29 +0000 (Thu, 26 Jun 2014) Log Message: ----------- Update pgsrc pages Modified Paths: -------------- trunk/pgsrc/Help%2FDebugAuthInfoPlugin trunk/pgsrc/Help%2FDebugBackendInfoPlugin trunk/pgsrc/Help%2FDebugGroupInfoPlugin trunk/pgsrc/Help%2FIncludeTreePlugin trunk/pgsrc/Help%2FPreferencesInfoPlugin trunk/pgsrc/Help%2FRecentChangesCachedPlugin trunk/pgsrc/Help%2FSemanticRelationsPlugin trunk/pgsrc/Help%2FTexToPngPlugin Modified: trunk/pgsrc/Help%2FDebugAuthInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FDebugAuthInfoPlugin 2014-06-25 16:04:39 UTC (rev 8940) +++ trunk/pgsrc/Help%2FDebugAuthInfoPlugin 2014-06-26 10:07:29 UTC (rev 8941) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 15:16:29 +0000 +Date: Thu, 26 Jun 2014 12:01:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FDebugAuthInfoPlugin; @@ -21,8 +21,16 @@ == Arguments == -userid: - default: current user +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **userid** +| Id of user to debug +| Current user +|} == Example == Modified: trunk/pgsrc/Help%2FDebugBackendInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FDebugBackendInfoPlugin 2014-06-25 16:04:39 UTC (rev 8940) +++ trunk/pgsrc/Help%2FDebugBackendInfoPlugin 2014-06-26 10:07:29 UTC (rev 8941) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 15:16:29 +0000 +Date: Thu, 26 Jun 2014 12:01:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FDebugBackendInfoPlugin; @@ -21,8 +21,20 @@ == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **page** +| The page to execute upon +| Current pagename +|- +| **notallversions** +| +| 0 +|} == Example == Modified: trunk/pgsrc/Help%2FDebugGroupInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FDebugGroupInfoPlugin 2014-06-25 16:04:39 UTC (rev 8940) +++ trunk/pgsrc/Help%2FDebugGroupInfoPlugin 2014-06-26 10:07:29 UTC (rev 8941) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Thu, 26 Jun 2014 12:01:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FDebugGroupInfoPlugin; @@ -21,8 +21,7 @@ == Arguments == -page _(default: current pagename)_: - The page to execute upon. +None == Example == Modified: trunk/pgsrc/Help%2FIncludeTreePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludeTreePlugin 2014-06-25 16:04:39 UTC (rev 8940) +++ trunk/pgsrc/Help%2FIncludeTreePlugin 2014-06-26 10:07:29 UTC (rev 8941) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Thu, 26 Jun 2014 12:01:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FIncludeTreePlugin; @@ -6,7 +6,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -Dynamic Category Tree +Display Dynamic Category Tree. == Usage == @@ -16,11 +16,63 @@ == Arguments == -TBD +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **exclude** +| +| +|- +| **include_self** +| +| 0 +|- +| **noheader** +| +| 0 +|- +| **page** +| +| The current page +|- +| **description** +| Override default Description. Printed as header. +| +|- +| **reclimit** +| +| 2 +|- +| **info** +| +| false +|- +| **direction** +| Get BackLinks or forward links (links listed on the page) +| back +|- +| **firstreversed** +| If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'. +| flase +|- +| **excludeunknown** +| If true (default) then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'. +| true +|- +| **dtree** +| +| true +|} + == Example == -TBD +{{{ +<<IncludeTree>> +}}} == Author == * [[Help:Reini Urban|Reini Urban]] Modified: trunk/pgsrc/Help%2FPreferencesInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FPreferencesInfoPlugin 2014-06-25 16:04:39 UTC (rev 8940) +++ trunk/pgsrc/Help%2FPreferencesInfoPlugin 2014-06-26 10:07:29 UTC (rev 8941) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Thu, 26 Jun 2014 12:01:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPreferencesInfoPlugin; @@ -15,12 +15,21 @@ == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **page** +| The page to execute upon +| Current pagename +|- +| **userid** +| The user name +| Current userid +|} -userid _(default: current userid)_: - The user name. - == Example == {{{ Modified: trunk/pgsrc/Help%2FRecentChangesCachedPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentChangesCachedPlugin 2014-06-25 16:04:39 UTC (rev 8940) +++ trunk/pgsrc/Help%2FRecentChangesCachedPlugin 2014-06-26 10:07:29 UTC (rev 8941) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Thu, 26 Jun 2014 12:01:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FRecentChangesCachedPlugin; @@ -6,7 +6,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +Cache output of RecentChanges called with default arguments. == Usage == {{{ @@ -15,8 +15,7 @@ == Arguments == -page _(default: current pagename)_: - The page to execute upon. +Same as [[Help:RecentChangesPlugin]] == Example == Modified: trunk/pgsrc/Help%2FSemanticRelationsPlugin =================================================================== --- trunk/pgsrc/Help%2FSemanticRelationsPlugin 2014-06-25 16:04:39 UTC (rev 8940) +++ trunk/pgsrc/Help%2FSemanticRelationsPlugin 2014-06-26 10:07:29 UTC (rev 8941) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Thu, 26 Jun 2014 12:01:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FSemanticRelationsPlugin; @@ -6,7 +6,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +Display the list of relations and attributes on this page. == Usage == {{{ @@ -15,9 +15,38 @@ == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **page** +| Which pages (glob allowed) +| Current page +|- +| **relations** +| Which relations +| All +|- +| **attributes** +| Which attributes +| All +|- +| **units** +| +| +|- +| **noheader** +| +| false +|- +| **nohelp** +| +| false +|} + == Example == {{{ Modified: trunk/pgsrc/Help%2FTexToPngPlugin =================================================================== --- trunk/pgsrc/Help%2FTexToPngPlugin 2014-06-25 16:04:39 UTC (rev 8940) +++ trunk/pgsrc/Help%2FTexToPngPlugin 2014-06-26 10:07:29 UTC (rev 8941) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Thu, 26 Jun 2014 12:01:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTexToPngPlugin; @@ -6,18 +6,51 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +Converts TeX to an image. May be used to embed formulas in PhpWiki. == Usage == {{{ -<<TexToPng>> +<<TexToPng arguments>> }}} == Arguments == -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **tex** +| +| +|- +| **magstep** +| +| +|- +| **img** +| +| png +|- +| **subslash** +| on or off +| off +|- +| **antialias** +| on or off +| +|- +| **transparent** +| on or off +| +|- +| **center** +| on or off +| off +|} + == Example == {{{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-07-01 14:13:05
|
Revision: 8944 http://sourceforge.net/p/phpwiki/code/8944 Author: vargenau Date: 2014-07-01 14:12:55 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Update pgsrc pages Modified Paths: -------------- trunk/pgsrc/Help%2FPloticusPlugin trunk/pgsrc/Help%2FTeX2pngPlugin trunk/pgsrc/Help%2FTexToPngPlugin trunk/pgsrc/Help%2FVisualWikiPlugin trunk/pgsrc/Help%2Ftext2pngPlugin Modified: trunk/pgsrc/Help%2FPloticusPlugin =================================================================== --- trunk/pgsrc/Help%2FPloticusPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2FPloticusPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPloticusPlugin; @@ -90,41 +90,8 @@ == Examples == -<<Ploticus device||=png -#proc page -#if @DEVICE in gif,png - scale: 0.7 -#endif +Sample Pie Chart: -// specify data using {proc getdata} -#proc getdata -data: Brazil 22 - Columbia 17 - "Costa Rica" 22 - Guatemala 3 - Honduras 12 - Mexico 14 - Nicaragua 28 - Belize 9 - United\nStates 21 - Canada 8 - -// render the pie graph using {proc pie} -#proc pie -firstslice: 90 -explode: .2 0 0 0 0 .2 0 -datafield: 2 -labelfield: 1 -labelmode: line+label -center: 4 4 -radius: 2 -colors: yellow pink pink pink pink yellow pink -labelfarout: 1.05 ->> - -The pie chart above was produced by this code from the Ploticus -testsuite: - {{{ <<Ploticus device||=png alt="Sample Pie Chart" #proc page Modified: trunk/pgsrc/Help%2FTeX2pngPlugin =================================================================== --- trunk/pgsrc/Help%2FTeX2pngPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2FTeX2pngPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Tue, 1 Jul 2014 12:31:37 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTeX2pngPlugin; @@ -47,16 +47,20 @@ Some Greeks letters : <<TeX2png text="$\alpha$">>, <<TeX2png text="$\beta$">>, ... and a formula <<TeX2png text="$\sum_{i=1}^n \frac1{i^2}=\frac{\pi^2}{6}$">> to test display in a paragraph. -**Exercise 1** Consider the function: +=== Exercise 1 === +Consider the function: + <<TeX2png text="$$f(x)=(x^2-4x+3)^{1/2}$$">> # Give the largest real domain for which f(x) is well defined. # Give a domain on which the function is one-to-one. Using this domain derive a formula for the inverse function <<TeX2png text="$f^{-1}(x)$">>. # Calculate the derivative f'(x). -**Exercise 2** Consider the function: +=== Exercise 2 === +Consider the function: + <<TeX2png text="$$f(x) = \int_0^x e^{-t^2}\,dt, x\in\mathbb R$$">> # Show that for all r > 0 :<<TeX2png text="$$\frac{\pi}{2}\int_0^r t e^{-t^2}\,dt \leq \int_0^r e^{-x^2}\,dx \int_0^r e^{-y^2}\,dy \leq \frac{\pi}{2} \int_0^{\sqrt{2} r} t e^{-t^2}\,dt$$">> **Help**: you can use polar coordinates. Modified: trunk/pgsrc/Help%2FTexToPngPlugin =================================================================== --- trunk/pgsrc/Help%2FTexToPngPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2FTexToPngPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Thu, 26 Jun 2014 12:01:34 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTexToPngPlugin; @@ -6,7 +6,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -Converts TeX to an image. May be used to embed formulas in PhpWiki. +Converts TeX to an image. May be used to embed formulas in ~PhpWiki. == Usage == {{{ Modified: trunk/pgsrc/Help%2FVisualWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FVisualWikiPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2FVisualWikiPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Mon, 8 Jul 2013 17:58:18 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FVisualWikiPlugin; @@ -101,8 +101,6 @@ <<VisualWiki>> }}} -<<VisualWiki>> - == Author == * Johannes Große Modified: trunk/pgsrc/Help%2Ftext2pngPlugin =================================================================== --- trunk/pgsrc/Help%2Ftext2pngPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2Ftext2pngPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2Ftext2pngPlugin; @@ -20,22 +20,44 @@ == Arguments == -text: - some text to display -lang: - language subdirectory -_force: - set to 1 to recreate the image -fontsize: - 18. with GD1 it's the pixelsize, with GD2 the pointsize -with_shadow: - 1 -fontcolor: - #000000 -shadowcolor: - #AFAFAF -backcolor: - #ffffff +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **text** +| some text to display +| +|- +| **lang** +| language subdirectory +| +|- +| **force** +| set to 1 to recreate the image +| +|- +| **fontsize** +| +| 18. with GD1 it's the pixelsize, with GD2 the pointsize +|- +| **with_shadow** +| +| 1 +|- +| **fontcolor** +| +| #000000 +|- +| **shadowcolor** +| +| #AFAFAF +|- +| **backcolor** +| +| #ffffff +|} === Configurable Options === @@ -46,8 +68,6 @@ {{{ <<text2png text='Hello WikiWorld!'>> }}} -would produce: -<<text2png text='Hello WikiWorld!'>> == See Also == * [[Help:TeX2PngPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |