From: <var...@us...> - 2014-10-06 09:40:16
|
Revision: 9191 http://sourceforge.net/p/phpwiki/code/9191 Author: vargenau Date: 2014-10-06 09:40:08 +0000 (Mon, 06 Oct 2014) Log Message: ----------- function run: @return mixed Modified Paths: -------------- trunk/lib/plugin/AddComment.php trunk/lib/plugin/AllPages.php trunk/lib/plugin/AllUsers.php trunk/lib/plugin/AnalyseAccessLogSql.php trunk/lib/plugin/AppendText.php trunk/lib/plugin/AsciiMath.php trunk/lib/plugin/AsciiSVG.php trunk/lib/plugin/AtomFeed.php trunk/lib/plugin/AuthorHistory.php trunk/lib/plugin/BackLinks.php trunk/lib/plugin/BlogArchives.php trunk/lib/plugin/BlogJournal.php trunk/lib/plugin/BoxRight.php trunk/lib/plugin/Calendar.php trunk/lib/plugin/CalendarList.php trunk/lib/plugin/CategoryPage.php trunk/lib/plugin/Chart.php trunk/lib/plugin/Comment.php trunk/lib/plugin/CreateBib.php trunk/lib/plugin/CreatePage.php trunk/lib/plugin/CreateToc.php trunk/lib/plugin/CurrentTime.php trunk/lib/plugin/DebugAuthInfo.php trunk/lib/plugin/DebugBackendInfo.php trunk/lib/plugin/DebugGroupInfo.php trunk/lib/plugin/DebugRetransform.php trunk/lib/plugin/Diff.php trunk/lib/plugin/DynamicIncludePage.php trunk/lib/plugin/EditMetaData.php trunk/lib/plugin/ExternalSearch.php trunk/lib/plugin/FacebookLike.php trunk/lib/plugin/FileInfo.php trunk/lib/plugin/FoafViewer.php trunk/lib/plugin/FuzzyPages.php trunk/lib/plugin/GoTo.php trunk/lib/plugin/GoogleMaps.php trunk/lib/plugin/GooglePlugin.php trunk/lib/plugin/HelloWorld.php trunk/lib/plugin/HtmlConverter.php trunk/lib/plugin/IncludePage.php trunk/lib/plugin/IncludePages.php trunk/lib/plugin/IncludeSiteMap.php trunk/lib/plugin/IncludeTree.php trunk/lib/plugin/InterWikiSearch.php trunk/lib/plugin/JabberPresence.php trunk/lib/plugin/LdapSearch.php trunk/lib/plugin/LikePages.php trunk/lib/plugin/LinkDatabase.php trunk/lib/plugin/LinkSearch.php trunk/lib/plugin/ListPages.php trunk/lib/plugin/ListRelations.php trunk/lib/plugin/ListSubpages.php trunk/lib/plugin/MediawikiTable.php trunk/lib/plugin/ModeratedPage.php trunk/lib/plugin/MostPopular.php trunk/lib/plugin/NewPagesPerUser.php trunk/lib/plugin/NoCache.php trunk/lib/plugin/OldStyleTable.php trunk/lib/plugin/OrphanedPages.php trunk/lib/plugin/PageGroup.php trunk/lib/plugin/PageHistory.php trunk/lib/plugin/PageInfo.php trunk/lib/plugin/PageTrail.php trunk/lib/plugin/PasswordReset.php trunk/lib/plugin/PhotoAlbum.php trunk/lib/plugin/PhpHighlight.php trunk/lib/plugin/PhpWeather.php trunk/lib/plugin/PluginManager.php trunk/lib/plugin/PopUp.php trunk/lib/plugin/PopularNearby.php trunk/lib/plugin/PopularTags.php trunk/lib/plugin/PreferenceApp.php trunk/lib/plugin/PreferencesInfo.php trunk/lib/plugin/PrevNext.php trunk/lib/plugin/Processing.php trunk/lib/plugin/RandomPage.php trunk/lib/plugin/RateIt.php trunk/lib/plugin/RawHtml.php trunk/lib/plugin/RecentChanges.php trunk/lib/plugin/RecentComments.php trunk/lib/plugin/RecentReferrers.php trunk/lib/plugin/RedirectTo.php trunk/lib/plugin/RichTable.php trunk/lib/plugin/RssFeed.php trunk/lib/plugin/SearchHighlight.php trunk/lib/plugin/SemanticRelations.php trunk/lib/plugin/SemanticSearch.php trunk/lib/plugin/SemanticSearchAdvanced.php trunk/lib/plugin/SiteMap.php trunk/lib/plugin/SpellCheck.php trunk/lib/plugin/SqlResult.php trunk/lib/plugin/SyncWiki.php trunk/lib/plugin/SyntaxHighlighter.php trunk/lib/plugin/SystemInfo.php trunk/lib/plugin/TeX2png.php trunk/lib/plugin/Template.php trunk/lib/plugin/TitleSearch.php trunk/lib/plugin/Transclude.php trunk/lib/plugin/TranslateText.php trunk/lib/plugin/UnfoldSubpages.php trunk/lib/plugin/UpLoad.php trunk/lib/plugin/UriResolver.php trunk/lib/plugin/UserPreferences.php trunk/lib/plugin/UserRatings.php trunk/lib/plugin/Video.php trunk/lib/plugin/WantedPages.php trunk/lib/plugin/WantedPagesOld.php trunk/lib/plugin/WatchPage.php trunk/lib/plugin/WhoIsOnline.php trunk/lib/plugin/WikiAdminChown.php trunk/lib/plugin/WikiAdminDeleteAcl.php trunk/lib/plugin/WikiAdminPurge.php trunk/lib/plugin/WikiAdminRemove.php trunk/lib/plugin/WikiAdminRename.php trunk/lib/plugin/WikiAdminSearchReplace.php trunk/lib/plugin/WikiAdminSelect.php trunk/lib/plugin/WikiAdminSetAcl.php trunk/lib/plugin/WikiAdminSetAclSimple.php trunk/lib/plugin/WikiAdminSetExternal.php trunk/lib/plugin/WikiAdminUtils.php trunk/lib/plugin/WikiBlog.php trunk/lib/plugin/WikiForm.php trunk/lib/plugin/WikiFormRich.php trunk/lib/plugin/WikiForum.php trunk/lib/plugin/WikiPoll.php trunk/lib/plugin/WikiTranslation.php trunk/lib/plugin/WikicreoleTable.php trunk/lib/plugin/YouTube.php trunk/lib/plugin/text2png.php Modified: trunk/lib/plugin/AddComment.php =================================================================== --- trunk/lib/plugin/AddComment.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/AddComment.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -70,7 +70,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/AllPages.php =================================================================== --- trunk/lib/plugin/AllPages.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/AllPages.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -58,7 +58,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/AllUsers.php =================================================================== --- trunk/lib/plugin/AllUsers.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/AllUsers.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -62,7 +62,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/AnalyseAccessLogSql.php =================================================================== --- trunk/lib/plugin/AnalyseAccessLogSql.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/AnalyseAccessLogSql.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -268,7 +268,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/AppendText.php =================================================================== --- trunk/lib/plugin/AppendText.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/AppendText.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -61,7 +61,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/AsciiMath.php =================================================================== --- trunk/lib/plugin/AsciiMath.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/AsciiMath.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -61,7 +61,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/AsciiSVG.php =================================================================== --- trunk/lib/plugin/AsciiSVG.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/AsciiSVG.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -52,7 +52,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/AtomFeed.php =================================================================== --- trunk/lib/plugin/AtomFeed.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/AtomFeed.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -49,7 +49,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/AuthorHistory.php =================================================================== --- trunk/lib/plugin/AuthorHistory.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/AuthorHistory.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -86,7 +86,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/BackLinks.php =================================================================== --- trunk/lib/plugin/BackLinks.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/BackLinks.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -53,7 +53,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/BlogArchives.php =================================================================== --- trunk/lib/plugin/BlogArchives.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/BlogArchives.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -58,7 +58,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/BlogJournal.php =================================================================== --- trunk/lib/plugin/BlogJournal.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/BlogJournal.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -54,7 +54,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/BoxRight.php =================================================================== --- trunk/lib/plugin/BoxRight.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/BoxRight.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -49,7 +49,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/Calendar.php =================================================================== --- trunk/lib/plugin/Calendar.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/Calendar.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -170,7 +170,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/CalendarList.php =================================================================== --- trunk/lib/plugin/CalendarList.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/CalendarList.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -147,7 +147,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/CategoryPage.php =================================================================== --- trunk/lib/plugin/CategoryPage.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/CategoryPage.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -61,7 +61,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/Chart.php =================================================================== --- trunk/lib/plugin/Chart.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/Chart.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -74,7 +74,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/Comment.php =================================================================== --- trunk/lib/plugin/Comment.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/Comment.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -54,7 +54,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/CreateBib.php =================================================================== --- trunk/lib/plugin/CreateBib.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/CreateBib.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -101,7 +101,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/CreatePage.php =================================================================== --- trunk/lib/plugin/CreatePage.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/CreatePage.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -61,7 +61,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/CreateToc.php =================================================================== --- trunk/lib/plugin/CreateToc.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/CreateToc.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -382,7 +382,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/CurrentTime.php =================================================================== --- trunk/lib/plugin/CurrentTime.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/CurrentTime.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -74,7 +74,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/DebugAuthInfo.php =================================================================== --- trunk/lib/plugin/DebugAuthInfo.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/DebugAuthInfo.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -46,7 +46,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/DebugBackendInfo.php =================================================================== --- trunk/lib/plugin/DebugBackendInfo.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/DebugBackendInfo.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -42,7 +42,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/DebugGroupInfo.php =================================================================== --- trunk/lib/plugin/DebugGroupInfo.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/DebugGroupInfo.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -41,7 +41,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/DebugRetransform.php =================================================================== --- trunk/lib/plugin/DebugRetransform.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/DebugRetransform.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -41,7 +41,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/Diff.php =================================================================== --- trunk/lib/plugin/Diff.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/Diff.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -78,7 +78,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/DynamicIncludePage.php =================================================================== --- trunk/lib/plugin/DynamicIncludePage.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/DynamicIncludePage.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -50,7 +50,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/EditMetaData.php =================================================================== --- trunk/lib/plugin/EditMetaData.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/EditMetaData.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -59,7 +59,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/ExternalSearch.php =================================================================== --- trunk/lib/plugin/ExternalSearch.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/ExternalSearch.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -76,7 +76,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/FacebookLike.php =================================================================== --- trunk/lib/plugin/FacebookLike.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/FacebookLike.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -53,7 +53,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/FileInfo.php =================================================================== --- trunk/lib/plugin/FileInfo.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/FileInfo.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -57,7 +57,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/FoafViewer.php =================================================================== --- trunk/lib/plugin/FoafViewer.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/FoafViewer.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -84,7 +84,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/FuzzyPages.php =================================================================== --- trunk/lib/plugin/FuzzyPages.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/FuzzyPages.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -153,7 +153,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/GoTo.php =================================================================== --- trunk/lib/plugin/GoTo.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/GoTo.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -48,7 +48,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/GoogleMaps.php =================================================================== --- trunk/lib/plugin/GoogleMaps.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/GoogleMaps.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -83,7 +83,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/GooglePlugin.php =================================================================== --- trunk/lib/plugin/GooglePlugin.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/GooglePlugin.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -61,7 +61,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/HelloWorld.php =================================================================== --- trunk/lib/plugin/HelloWorld.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/HelloWorld.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -57,7 +57,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/HtmlConverter.php =================================================================== --- trunk/lib/plugin/HtmlConverter.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/HtmlConverter.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -47,7 +47,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/IncludePage.php =================================================================== --- trunk/lib/plugin/IncludePage.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/IncludePage.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -83,7 +83,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/IncludePages.php =================================================================== --- trunk/lib/plugin/IncludePages.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/IncludePages.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -49,7 +49,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/IncludeSiteMap.php =================================================================== --- trunk/lib/plugin/IncludeSiteMap.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/IncludeSiteMap.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -74,7 +74,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/IncludeTree.php =================================================================== --- trunk/lib/plugin/IncludeTree.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/IncludeTree.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -63,7 +63,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/InterWikiSearch.php =================================================================== --- trunk/lib/plugin/InterWikiSearch.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/InterWikiSearch.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -44,7 +44,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/JabberPresence.php =================================================================== --- trunk/lib/plugin/JabberPresence.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/JabberPresence.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -57,7 +57,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/LdapSearch.php =================================================================== --- trunk/lib/plugin/LdapSearch.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/LdapSearch.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -72,7 +72,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/LikePages.php =================================================================== --- trunk/lib/plugin/LikePages.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/LikePages.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -53,7 +53,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/LinkDatabase.php =================================================================== --- trunk/lib/plugin/LinkDatabase.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/LinkDatabase.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -77,7 +77,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/LinkSearch.php =================================================================== --- trunk/lib/plugin/LinkSearch.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/LinkSearch.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -128,7 +128,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/ListPages.php =================================================================== --- trunk/lib/plugin/ListPages.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/ListPages.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -63,7 +63,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/ListRelations.php =================================================================== --- trunk/lib/plugin/ListRelations.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/ListRelations.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -50,7 +50,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/ListSubpages.php =================================================================== --- trunk/lib/plugin/ListSubpages.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/ListSubpages.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -58,7 +58,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/MediawikiTable.php =================================================================== --- trunk/lib/plugin/MediawikiTable.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/MediawikiTable.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -77,7 +77,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/ModeratedPage.php =================================================================== --- trunk/lib/plugin/ModeratedPage.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/ModeratedPage.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -59,7 +59,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/MostPopular.php =================================================================== --- trunk/lib/plugin/MostPopular.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/MostPopular.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -56,7 +56,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/NewPagesPerUser.php =================================================================== --- trunk/lib/plugin/NewPagesPerUser.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/NewPagesPerUser.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -59,7 +59,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/NoCache.php =================================================================== --- trunk/lib/plugin/NoCache.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/NoCache.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -51,7 +51,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/OldStyleTable.php =================================================================== --- trunk/lib/plugin/OldStyleTable.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/OldStyleTable.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -81,7 +81,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/OrphanedPages.php =================================================================== --- trunk/lib/plugin/OrphanedPages.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/OrphanedPages.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -56,7 +56,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PageGroup.php =================================================================== --- trunk/lib/plugin/PageGroup.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PageGroup.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -92,7 +92,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PageHistory.php =================================================================== --- trunk/lib/plugin/PageHistory.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PageHistory.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -334,7 +334,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PageInfo.php =================================================================== --- trunk/lib/plugin/PageInfo.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PageInfo.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -45,7 +45,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PageTrail.php =================================================================== --- trunk/lib/plugin/PageTrail.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PageTrail.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -59,7 +59,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PasswordReset.php =================================================================== --- trunk/lib/plugin/PasswordReset.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PasswordReset.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -118,7 +118,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PhotoAlbum.php =================================================================== --- trunk/lib/plugin/PhotoAlbum.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PhotoAlbum.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -159,7 +159,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PhpHighlight.php =================================================================== --- trunk/lib/plugin/PhpHighlight.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PhpHighlight.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -54,7 +54,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PhpWeather.php =================================================================== --- trunk/lib/plugin/PhpWeather.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PhpWeather.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -78,7 +78,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PluginManager.php =================================================================== --- trunk/lib/plugin/PluginManager.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PluginManager.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -43,7 +43,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PopUp.php =================================================================== --- trunk/lib/plugin/PopUp.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PopUp.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -75,7 +75,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PopularNearby.php =================================================================== --- trunk/lib/plugin/PopularNearby.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PopularNearby.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -59,7 +59,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PopularTags.php =================================================================== --- trunk/lib/plugin/PopularTags.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PopularTags.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -55,7 +55,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PreferenceApp.php =================================================================== --- trunk/lib/plugin/PreferenceApp.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PreferenceApp.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -74,7 +74,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PreferencesInfo.php =================================================================== --- trunk/lib/plugin/PreferencesInfo.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PreferencesInfo.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -43,7 +43,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/PrevNext.php =================================================================== --- trunk/lib/plugin/PrevNext.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/PrevNext.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -56,7 +56,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/Processing.php =================================================================== --- trunk/lib/plugin/Processing.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/Processing.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -51,7 +51,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/RandomPage.php =================================================================== --- trunk/lib/plugin/RandomPage.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/RandomPage.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -52,7 +52,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/RateIt.php =================================================================== --- trunk/lib/plugin/RateIt.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/RateIt.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -195,7 +195,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/RawHtml.php =================================================================== --- trunk/lib/plugin/RawHtml.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/RawHtml.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -72,7 +72,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/RecentChanges.php =================================================================== --- trunk/lib/plugin/RecentChanges.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/RecentChanges.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -1423,7 +1423,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/RecentComments.php =================================================================== --- trunk/lib/plugin/RecentComments.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/RecentComments.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -58,7 +58,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/RecentReferrers.php =================================================================== --- trunk/lib/plugin/RecentReferrers.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/RecentReferrers.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -50,7 +50,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/RedirectTo.php =================================================================== --- trunk/lib/plugin/RedirectTo.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/RedirectTo.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -56,7 +56,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/RichTable.php =================================================================== --- trunk/lib/plugin/RichTable.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/RichTable.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -55,7 +55,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/RssFeed.php =================================================================== --- trunk/lib/plugin/RssFeed.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/RssFeed.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -49,7 +49,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SearchHighlight.php =================================================================== --- trunk/lib/plugin/SearchHighlight.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SearchHighlight.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -56,7 +56,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SemanticRelations.php =================================================================== --- trunk/lib/plugin/SemanticRelations.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SemanticRelations.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -53,7 +53,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SemanticSearch.php =================================================================== --- trunk/lib/plugin/SemanticSearch.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SemanticSearch.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -271,7 +271,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SemanticSearchAdvanced.php =================================================================== --- trunk/lib/plugin/SemanticSearchAdvanced.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SemanticSearchAdvanced.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -129,7 +129,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SiteMap.php =================================================================== --- trunk/lib/plugin/SiteMap.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SiteMap.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -138,7 +138,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SpellCheck.php =================================================================== --- trunk/lib/plugin/SpellCheck.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SpellCheck.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -117,7 +117,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SqlResult.php =================================================================== --- trunk/lib/plugin/SqlResult.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SqlResult.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -98,7 +98,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SyncWiki.php =================================================================== --- trunk/lib/plugin/SyncWiki.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SyncWiki.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -65,7 +65,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SyntaxHighlighter.php =================================================================== --- trunk/lib/plugin/SyntaxHighlighter.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SyntaxHighlighter.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -54,7 +54,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/SystemInfo.php =================================================================== --- trunk/lib/plugin/SystemInfo.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/SystemInfo.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -491,7 +491,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/TeX2png.php =================================================================== --- trunk/lib/plugin/TeX2png.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/TeX2png.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -216,7 +216,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/Template.php =================================================================== --- trunk/lib/plugin/Template.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/Template.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -107,7 +107,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/TitleSearch.php =================================================================== --- trunk/lib/plugin/TitleSearch.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/TitleSearch.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -72,7 +72,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/Transclude.php =================================================================== --- trunk/lib/plugin/Transclude.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/Transclude.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -66,7 +66,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/TranslateText.php =================================================================== --- trunk/lib/plugin/TranslateText.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/TranslateText.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -59,7 +59,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/UnfoldSubpages.php =================================================================== --- trunk/lib/plugin/UnfoldSubpages.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/UnfoldSubpages.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -73,7 +73,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/UpLoad.php =================================================================== --- trunk/lib/plugin/UpLoad.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/UpLoad.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -62,7 +62,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/UriResolver.php =================================================================== --- trunk/lib/plugin/UriResolver.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/UriResolver.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -52,7 +52,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/UserPreferences.php =================================================================== --- trunk/lib/plugin/UserPreferences.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/UserPreferences.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -65,7 +65,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/UserRatings.php =================================================================== --- trunk/lib/plugin/UserRatings.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/UserRatings.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -74,7 +74,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/Video.php =================================================================== --- trunk/lib/plugin/Video.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/Video.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -65,7 +65,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WantedPages.php =================================================================== --- trunk/lib/plugin/WantedPages.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/WantedPages.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -61,7 +61,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WantedPagesOld.php =================================================================== --- trunk/lib/plugin/WantedPagesOld.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/WantedPagesOld.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -50,7 +50,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WatchPage.php =================================================================== --- trunk/lib/plugin/WatchPage.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/WatchPage.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -100,7 +100,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WhoIsOnline.php =================================================================== --- trunk/lib/plugin/WhoIsOnline.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/WhoIsOnline.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -55,7 +55,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WikiAdminChown.php =================================================================== --- trunk/lib/plugin/WikiAdminChown.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/WikiAdminChown.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -105,7 +105,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WikiAdminDeleteAcl.php =================================================================== --- trunk/lib/plugin/WikiAdminDeleteAcl.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/WikiAdminDeleteAcl.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -82,7 +82,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WikiAdminPurge.php =================================================================== --- trunk/lib/plugin/WikiAdminPurge.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/WikiAdminPurge.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -91,7 +91,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WikiAdminRemove.php =================================================================== --- trunk/lib/plugin/WikiAdminRemove.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/WikiAdminRemove.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -135,7 +135,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WikiAdminRename.php =================================================================== --- trunk/lib/plugin/WikiAdminRename.php 2014-10-06 09:25:36 UTC (rev 9190) +++ trunk/lib/plugin/WikiAdminRename.php 2014-10-06 09:40:08 UTC (rev 9191) @@ -66,7 +66,7 @@ * @param string $argstr * @param WikiRequest $request * @param string $basepage - * @return bool + * @return mixed */ function run($dbi, $argstr, &$request, $basepage) { Modified: trunk/lib/plugin/WikiAdminSearchReplace.php =================================================================== --- trunk/lib/plugin/WikiAdminSearchReplace... [truncated message content] |