From: <var...@us...> - 2008-09-25 08:21:51
|
Revision: 6280 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6280&view=rev Author: vargenau Date: 2008-09-25 08:19:09 +0000 (Thu, 25 Sep 2008) Log Message: ----------- New action pages: LdapSearch, SpellCheck, UriResolver, UserContribs and WikiBlog Modified Paths: -------------- trunk/lib/IniConfig.php trunk/pgsrc/LdapSearch trunk/pgsrc/SpellCheck trunk/pgsrc/UriResolver trunk/pgsrc/UserContribs trunk/pgsrc/WikiBlog Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2008-09-25 08:14:05 UTC (rev 6279) +++ trunk/lib/IniConfig.php 2008-09-25 08:19:09 UTC (rev 6280) @@ -610,15 +610,15 @@ .'EditMetaData:' .'FindPage:FullTextSearch:FuzzyPages:' .'InterWikiSearch:' - .'LikePages:LinkDatabase:LinkSearch:ListRelations:' + .'LdapSearch:LikePages:LinkDatabase:LinkSearch:ListRelations:' .'ModeratedPage:MostPopular:' .'OrphanedPages:' .'PageDump:PageHistory:PageInfo:PasswordReset:PluginManager:' .'RandomPage:RateIt:RecentChanges:RecentComments:RelatedChanges:' - .'SearchHighlight:SemanticRelations:SemanticSearch:SystemInfo:' + .'SearchHighlight:SemanticRelations:SemanticSearch:SpellCheck:SystemInfo:' .'TitleSearch:TranslateText:' - .'UpLoad:UserPreferences:' - .'WantedPages:WatchPage:WhoIsOnline:WikiAdminSelect:' + .'UpLoad:UriResolver:UserPreferences:' + .'WantedPages:WatchPage:WhoIsOnline:WikiAdminSelect:WikiBlog' // plus some derivations .'AllPagesCreatedByMe:AllPagesLastEditedByMe:AllPagesOwnedByMe:AllUserPages:' .'DebugInfo:' @@ -632,7 +632,8 @@ .'PhpWikiAdministration/Rename:' .'PhpWikiAdministration/Replace:' .'PhpWikiAdministration/SetAcl:' - .'RecentChangesMyPages:RecentEdits:RecentNewPages'); + .'RecentChangesMyPages:RecentEdits:RecentNewPages: + .'UserContribs'); // If user has not defined PHPWIKI_DIR, and we need it if (!defined('PHPWIKI_DIR') and !file_exists("themes/default")) { $themes_dir = FindFile("themes"); Modified: trunk/pgsrc/LdapSearch =================================================================== --- trunk/pgsrc/LdapSearch 2008-09-25 08:14:05 UTC (rev 6279) +++ trunk/pgsrc/LdapSearch 2008-09-25 08:19:09 UTC (rev 6280) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 25 Sep 2008 4:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,3 +9,6 @@ Content-Transfer-Encoding: binary <?plugin LdapSearch ?> + +---- +[CategoryActionPage] Modified: trunk/pgsrc/SpellCheck =================================================================== --- trunk/pgsrc/SpellCheck 2008-09-25 08:14:05 UTC (rev 6279) +++ trunk/pgsrc/SpellCheck 2008-09-25 08:19:09 UTC (rev 6280) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 25 Sep 2008 4:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,4 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -<?plugin SpellCheck ?> \ No newline at end of file +<?plugin SpellCheck ?> + +---- +[CategoryActionPage] Modified: trunk/pgsrc/UriResolver =================================================================== --- trunk/pgsrc/UriResolver 2008-09-25 08:14:05 UTC (rev 6279) +++ trunk/pgsrc/UriResolver 2008-09-25 08:19:09 UTC (rev 6280) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 25 Sep 2008 4:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,3 +9,6 @@ Content-Transfer-Encoding: binary <?plugin UriResolver ?> + +---- +[CategoryActionPage] Modified: trunk/pgsrc/UserContribs =================================================================== --- trunk/pgsrc/UserContribs 2008-09-25 08:14:05 UTC (rev 6279) +++ trunk/pgsrc/UserContribs 2008-09-25 08:19:09 UTC (rev 6280) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 25 Sep 2008 4:15:24 +0000 X-Rcs-Id: $Id$ Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) Content-Type: application/x-phpwiki; @@ -10,3 +10,6 @@ <?plugin RecentChanges days||=90 daylist=1,3,7,30,90,360,0 show_deleted||=1 format=contribs author||=[] ?> + +---- +[CategoryActionPage] Modified: trunk/pgsrc/WikiBlog =================================================================== --- trunk/pgsrc/WikiBlog 2008-09-25 08:14:05 UTC (rev 6279) +++ trunk/pgsrc/WikiBlog 2008-09-25 08:19:09 UTC (rev 6280) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 25 Sep 2008 4:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -16,4 +16,7 @@ The most beautiful is copying this page to a new page Blog and have your admin blogs under /Blog only. See the blog theme. ?> -<?plugin WikiBlog user='' ?> \ No newline at end of file +<?plugin WikiBlog user='' ?> + +---- +[CategoryActionPage] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |