From: <var...@us...> - 2012-10-11 09:25:03
|
Revision: 8409 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8409&view=rev Author: vargenau Date: 2012-10-11 09:24:50 +0000 (Thu, 11 Oct 2012) Log Message: ----------- Remove useless semicolon Modified Paths: -------------- trunk/lib/plugin/AddComment.php trunk/lib/plugin/AllPages.php trunk/lib/plugin/AllUsers.php trunk/lib/plugin/AppendText.php trunk/lib/plugin/AsciiMath.php trunk/lib/plugin/AsciiSVG.php trunk/lib/plugin/AuthorHistory.php trunk/lib/plugin/BackLinks.php trunk/lib/plugin/BlogArchives.php trunk/lib/plugin/BlogJournal.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/DeadEndPages.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/FrameInclude.php trunk/lib/plugin/FullTextSearch.php trunk/lib/plugin/FuzzyPages.php trunk/lib/plugin/GoTo.php trunk/lib/plugin/GoogleMaps.php trunk/lib/plugin/GooglePlugin.php trunk/lib/plugin/GraphViz.php trunk/lib/plugin/HelloWorld.php trunk/lib/plugin/Imdb.php trunk/lib/plugin/IncludePage.php trunk/lib/plugin/IncludePages.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/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/PageDump.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/Ploticus.php trunk/lib/plugin/PluginManager.php trunk/lib/plugin/PopUp.php trunk/lib/plugin/PopularNearby.php trunk/lib/plugin/PreferenceApp.php trunk/lib/plugin/Processing.php trunk/lib/plugin/RandomPage.php trunk/lib/plugin/RateIt.php trunk/lib/plugin/RecentChanges.php trunk/lib/plugin/RedirectTo.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/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/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/WikiAdminRemove.php trunk/lib/plugin/WikiAdminRename.php trunk/lib/plugin/WikiAdminSetAclSimple.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/YouTube.php trunk/lib/plugin/_AuthInfo.php trunk/lib/plugin/_BackendInfo.php trunk/lib/plugin/_GroupInfo.php trunk/lib/plugin/_PreferencesInfo.php trunk/lib/plugin/_Retransform.php trunk/lib/plugin/_WikiTranslation.php trunk/lib/plugin/text2png.php Modified: trunk/lib/plugin/AddComment.php =================================================================== --- trunk/lib/plugin/AddComment.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/AddComment.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -142,8 +142,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/AllPages.php =================================================================== --- trunk/lib/plugin/AllPages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/AllPages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -147,8 +147,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/AllUsers.php =================================================================== --- trunk/lib/plugin/AllUsers.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/AllUsers.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -111,8 +111,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/AppendText.php =================================================================== --- trunk/lib/plugin/AppendText.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/AppendText.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -153,8 +153,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/AsciiMath.php =================================================================== --- trunk/lib/plugin/AsciiMath.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/AsciiMath.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -82,8 +82,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/AsciiSVG.php =================================================================== --- trunk/lib/plugin/AsciiSVG.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/AsciiSVG.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -87,8 +87,8 @@ } } -; + class AsciiSVG_HTML extends HtmlElement { function startTag() Modified: trunk/lib/plugin/AuthorHistory.php =================================================================== --- trunk/lib/plugin/AuthorHistory.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/AuthorHistory.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -221,8 +221,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/BackLinks.php =================================================================== --- trunk/lib/plugin/BackLinks.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/BackLinks.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -176,8 +176,8 @@ } -; + // how many links from this backLink to other pages class _PageList_Column_BackLinks_count extends _PageList_Column { Modified: trunk/lib/plugin/BlogArchives.php =================================================================== --- trunk/lib/plugin/BlogArchives.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/BlogArchives.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -150,8 +150,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/BlogJournal.php =================================================================== --- trunk/lib/plugin/BlogJournal.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/BlogJournal.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -108,8 +108,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Calendar.php =================================================================== --- trunk/lib/plugin/Calendar.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Calendar.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -246,8 +246,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/CalendarList.php =================================================================== --- trunk/lib/plugin/CalendarList.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/CalendarList.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -226,8 +226,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/CategoryPage.php =================================================================== --- trunk/lib/plugin/CategoryPage.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/CategoryPage.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -82,8 +82,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Chart.php =================================================================== --- trunk/lib/plugin/Chart.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Chart.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -154,8 +154,8 @@ } } -; + class SVG_HTML extends HtmlElement { function startTag() Modified: trunk/lib/plugin/Comment.php =================================================================== --- trunk/lib/plugin/Comment.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Comment.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -60,8 +60,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/CreateBib.php =================================================================== --- trunk/lib/plugin/CreateBib.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/CreateBib.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -158,8 +158,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/CreatePage.php =================================================================== --- trunk/lib/plugin/CreatePage.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/CreatePage.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -150,8 +150,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/CreateToc.php =================================================================== --- trunk/lib/plugin/CreateToc.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/CreateToc.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -528,8 +528,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/CurrentTime.php =================================================================== --- trunk/lib/plugin/CurrentTime.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/CurrentTime.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -85,8 +85,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/DeadEndPages.php =================================================================== --- trunk/lib/plugin/DeadEndPages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/DeadEndPages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -33,8 +33,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Diff.php =================================================================== --- trunk/lib/plugin/Diff.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Diff.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -202,8 +202,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/DynamicIncludePage.php =================================================================== --- trunk/lib/plugin/DynamicIncludePage.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/DynamicIncludePage.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -97,8 +97,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/EditMetaData.php =================================================================== --- trunk/lib/plugin/EditMetaData.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/EditMetaData.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -194,8 +194,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/ExternalSearch.php =================================================================== --- trunk/lib/plugin/ExternalSearch.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/ExternalSearch.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -154,8 +154,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/FacebookLike.php =================================================================== --- trunk/lib/plugin/FacebookLike.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/FacebookLike.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -76,8 +76,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/FileInfo.php =================================================================== --- trunk/lib/plugin/FileInfo.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/FileInfo.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -351,8 +351,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/FrameInclude.php =================================================================== --- trunk/lib/plugin/FrameInclude.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/FrameInclude.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -148,8 +148,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/FullTextSearch.php =================================================================== --- trunk/lib/plugin/FullTextSearch.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/FullTextSearch.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -153,8 +153,8 @@ } } -; + /* * List of Links and link to ListLinks */ Modified: trunk/lib/plugin/FuzzyPages.php =================================================================== --- trunk/lib/plugin/FuzzyPages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/FuzzyPages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -200,8 +200,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/GoTo.php =================================================================== --- trunk/lib/plugin/GoTo.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/GoTo.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -88,8 +88,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/GoogleMaps.php =================================================================== --- trunk/lib/plugin/GoogleMaps.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/GoogleMaps.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -157,8 +157,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/GooglePlugin.php =================================================================== --- trunk/lib/plugin/GooglePlugin.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/GooglePlugin.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -126,8 +126,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/GraphViz.php =================================================================== --- trunk/lib/plugin/GraphViz.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/GraphViz.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -464,8 +464,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/HelloWorld.php =================================================================== --- trunk/lib/plugin/HelloWorld.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/HelloWorld.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -72,8 +72,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Imdb.php =================================================================== --- trunk/lib/plugin/Imdb.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Imdb.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -109,8 +109,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/IncludePage.php =================================================================== --- trunk/lib/plugin/IncludePage.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/IncludePage.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -212,8 +212,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/IncludePages.php =================================================================== --- trunk/lib/plugin/IncludePages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/IncludePages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -86,8 +86,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/InterWikiSearch.php =================================================================== --- trunk/lib/plugin/InterWikiSearch.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/InterWikiSearch.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -64,8 +64,8 @@ } } -; + /** * @desc */ Modified: trunk/lib/plugin/JabberPresence.php =================================================================== --- trunk/lib/plugin/JabberPresence.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/JabberPresence.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -74,8 +74,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/LdapSearch.php =================================================================== --- trunk/lib/plugin/LdapSearch.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/LdapSearch.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -205,8 +205,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/LikePages.php =================================================================== --- trunk/lib/plugin/LikePages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/LikePages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -116,8 +116,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/LinkDatabase.php =================================================================== --- trunk/lib/plugin/LinkDatabase.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/LinkDatabase.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -182,8 +182,8 @@ } } -; + class _PageList_Column_LinkDatabase_links extends _PageList_Column { function _getValue($page, &$revision_handle) Modified: trunk/lib/plugin/LinkSearch.php =================================================================== --- trunk/lib/plugin/LinkSearch.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/LinkSearch.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -165,8 +165,8 @@ } } -; + // FIXME: sortby errors with this column class _PageList_Column_LinkSearch_link extends _PageList_Column Modified: trunk/lib/plugin/ListPages.php =================================================================== --- trunk/lib/plugin/ListPages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/ListPages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -132,8 +132,8 @@ } } -; + // how many back-/forwardlinks for this page class _PageList_Column_ListPages_count extends _PageList_Column { Modified: trunk/lib/plugin/ListRelations.php =================================================================== --- trunk/lib/plugin/ListRelations.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/ListRelations.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -62,8 +62,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/ListSubpages.php =================================================================== --- trunk/lib/plugin/ListSubpages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/ListSubpages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -113,8 +113,8 @@ } } -; + // how many backlinks for this subpage class _PageList_Column_ListSubpages_count extends _PageList_Column { Modified: trunk/lib/plugin/ModeratedPage.php =================================================================== --- trunk/lib/plugin/ModeratedPage.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/ModeratedPage.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -458,8 +458,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/MostPopular.php =================================================================== --- trunk/lib/plugin/MostPopular.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/MostPopular.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -102,8 +102,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/NewPagesPerUser.php =================================================================== --- trunk/lib/plugin/NewPagesPerUser.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/NewPagesPerUser.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -136,8 +136,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/NoCache.php =================================================================== --- trunk/lib/plugin/NoCache.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/NoCache.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -61,8 +61,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/OldStyleTable.php =================================================================== --- trunk/lib/plugin/OldStyleTable.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/OldStyleTable.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -153,8 +153,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/OrphanedPages.php =================================================================== --- trunk/lib/plugin/OrphanedPages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/OrphanedPages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -98,8 +98,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PageDump.php =================================================================== --- trunk/lib/plugin/PageDump.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PageDump.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -319,8 +319,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PageGroup.php =================================================================== --- trunk/lib/plugin/PageGroup.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PageGroup.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -203,8 +203,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PageHistory.php =================================================================== --- trunk/lib/plugin/PageHistory.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PageHistory.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -353,8 +353,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PageInfo.php =================================================================== --- trunk/lib/plugin/PageInfo.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PageInfo.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -71,8 +71,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PageTrail.php =================================================================== --- trunk/lib/plugin/PageTrail.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PageTrail.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -93,8 +93,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PasswordReset.php =================================================================== --- trunk/lib/plugin/PasswordReset.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PasswordReset.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -195,8 +195,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PhotoAlbum.php =================================================================== --- trunk/lib/plugin/PhotoAlbum.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PhotoAlbum.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -669,8 +669,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PhpHighlight.php =================================================================== --- trunk/lib/plugin/PhpHighlight.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PhpHighlight.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -182,8 +182,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PhpWeather.php =================================================================== --- trunk/lib/plugin/PhpWeather.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PhpWeather.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -197,8 +197,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Ploticus.php =================================================================== --- trunk/lib/plugin/Ploticus.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Ploticus.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -301,8 +301,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PluginManager.php =================================================================== --- trunk/lib/plugin/PluginManager.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PluginManager.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -186,8 +186,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PopUp.php =================================================================== --- trunk/lib/plugin/PopUp.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PopUp.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -100,8 +100,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PopularNearby.php =================================================================== --- trunk/lib/plugin/PopularNearby.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PopularNearby.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -151,8 +151,8 @@ } } -; + function cmp_by_hits($a, $b) { if ($a['hits'] == $b['hits']) return 0; Modified: trunk/lib/plugin/PreferenceApp.php =================================================================== --- trunk/lib/plugin/PreferenceApp.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/PreferenceApp.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -310,8 +310,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Processing.php =================================================================== --- trunk/lib/plugin/Processing.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Processing.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -86,8 +86,8 @@ } } -; + class Processing_HTML extends HtmlElement { function startTag() Modified: trunk/lib/plugin/RandomPage.php =================================================================== --- trunk/lib/plugin/RandomPage.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/RandomPage.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -113,8 +113,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/RateIt.php =================================================================== --- trunk/lib/plugin/RateIt.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/RateIt.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -450,8 +450,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/RecentChanges.php =================================================================== --- trunk/lib/plugin/RecentChanges.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/RecentChanges.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -1474,8 +1474,8 @@ } -; + class OptionsButtonBars extends HtmlElement { Modified: trunk/lib/plugin/RedirectTo.php =================================================================== --- trunk/lib/plugin/RedirectTo.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/RedirectTo.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -106,8 +106,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/RssFeed.php =================================================================== --- trunk/lib/plugin/RssFeed.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/RssFeed.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -129,8 +129,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SearchHighlight.php =================================================================== --- trunk/lib/plugin/SearchHighlight.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/SearchHighlight.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -110,8 +110,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SemanticRelations.php =================================================================== --- trunk/lib/plugin/SemanticRelations.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/SemanticRelations.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -143,8 +143,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SemanticSearch.php =================================================================== --- trunk/lib/plugin/SemanticSearch.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/SemanticSearch.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -435,8 +435,8 @@ } } -; + class _PageList_Column_SemanticSearch_relation extends _PageList_Column { Modified: trunk/lib/plugin/SemanticSearchAdvanced.php =================================================================== --- trunk/lib/plugin/SemanticSearchAdvanced.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/SemanticSearchAdvanced.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -220,8 +220,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SiteMap.php =================================================================== --- trunk/lib/plugin/SiteMap.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/SiteMap.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -223,8 +223,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SpellCheck.php =================================================================== --- trunk/lib/plugin/SpellCheck.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/SpellCheck.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -191,8 +191,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SqlResult.php =================================================================== --- trunk/lib/plugin/SqlResult.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/SqlResult.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -220,8 +220,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SyncWiki.php =================================================================== --- trunk/lib/plugin/SyncWiki.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/SyncWiki.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -365,8 +365,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SyntaxHighlighter.php =================================================================== --- trunk/lib/plugin/SyntaxHighlighter.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/SyntaxHighlighter.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -162,8 +162,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/TeX2png.php =================================================================== --- trunk/lib/plugin/TeX2png.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/TeX2png.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -238,8 +238,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Template.php =================================================================== --- trunk/lib/plugin/Template.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Template.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -267,8 +267,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/TitleSearch.php =================================================================== --- trunk/lib/plugin/TitleSearch.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/TitleSearch.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -109,8 +109,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Transclude.php =================================================================== --- trunk/lib/plugin/Transclude.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Transclude.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -162,8 +162,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/TranslateText.php =================================================================== --- trunk/lib/plugin/TranslateText.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/TranslateText.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -135,8 +135,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/UnfoldSubpages.php =================================================================== --- trunk/lib/plugin/UnfoldSubpages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/UnfoldSubpages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -181,8 +181,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/UriResolver.php =================================================================== --- trunk/lib/plugin/UriResolver.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/UriResolver.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -65,8 +65,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/UserPreferences.php =================================================================== --- trunk/lib/plugin/UserPreferences.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/UserPreferences.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -176,8 +176,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/UserRatings.php =================================================================== --- trunk/lib/plugin/UserRatings.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/UserRatings.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -233,8 +233,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Video.php =================================================================== --- trunk/lib/plugin/Video.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/Video.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -146,8 +146,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WantedPages.php =================================================================== --- trunk/lib/plugin/WantedPages.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WantedPages.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -143,8 +143,8 @@ } } -; + // which links to the missing page class _PageList_Column_WantedPages_wanted extends _PageList_Column { Modified: trunk/lib/plugin/WantedPagesOld.php =================================================================== --- trunk/lib/plugin/WantedPagesOld.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WantedPagesOld.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -215,8 +215,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WatchPage.php =================================================================== --- trunk/lib/plugin/WatchPage.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WatchPage.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -172,8 +172,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WhoIsOnline.php =================================================================== --- trunk/lib/plugin/WhoIsOnline.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WhoIsOnline.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -206,8 +206,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WikiAdminRemove.php =================================================================== --- trunk/lib/plugin/WikiAdminRemove.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WikiAdminRemove.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -248,8 +248,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WikiAdminRename.php =================================================================== --- trunk/lib/plugin/WikiAdminRename.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WikiAdminRename.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -331,8 +331,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WikiAdminSetAclSimple.php =================================================================== --- trunk/lib/plugin/WikiAdminSetAclSimple.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WikiAdminSetAclSimple.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -181,8 +181,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WikiAdminUtils.php =================================================================== --- trunk/lib/plugin/WikiAdminUtils.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WikiAdminUtils.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -311,8 +311,8 @@ } } -; + require_once 'lib/PageList.php'; class _PageList_Column_email Modified: trunk/lib/plugin/WikiBlog.php =================================================================== --- trunk/lib/plugin/WikiBlog.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WikiBlog.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -432,8 +432,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WikiForm.php =================================================================== --- trunk/lib/plugin/WikiForm.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WikiForm.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -116,8 +116,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WikiFormRich.php =================================================================== --- trunk/lib/plugin/WikiFormRich.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WikiFormRich.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -399,8 +399,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WikiForum.php =================================================================== --- trunk/lib/plugin/WikiForum.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WikiForum.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -136,8 +136,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/WikiPoll.php =================================================================== --- trunk/lib/plugin/WikiPoll.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/WikiPoll.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -337,8 +337,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/YouTube.php =================================================================== --- trunk/lib/plugin/YouTube.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/YouTube.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -200,8 +200,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/_AuthInfo.php =================================================================== --- trunk/lib/plugin/_AuthInfo.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/_AuthInfo.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -201,8 +201,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/_BackendInfo.php =================================================================== --- trunk/lib/plugin/_BackendInfo.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/_BackendInfo.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -201,8 +201,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/_GroupInfo.php =================================================================== --- trunk/lib/plugin/_GroupInfo.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/_GroupInfo.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -67,4 +67,4 @@ } } -; + Modified: trunk/lib/plugin/_PreferencesInfo.php =================================================================== --- trunk/lib/plugin/_PreferencesInfo.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/_PreferencesInfo.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -51,8 +51,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/_Retransform.php =================================================================== --- trunk/lib/plugin/_Retransform.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/_Retransform.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -85,8 +85,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/_WikiTranslation.php =================================================================== --- trunk/lib/plugin/_WikiTranslation.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/_WikiTranslation.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -382,8 +382,8 @@ } } -; + class _PageList_Column_customlang extends _PageList_Column { function _PageList_Column_customlang($field, $from_lang, $plugin) Modified: trunk/lib/plugin/text2png.php =================================================================== --- trunk/lib/plugin/text2png.php 2012-10-11 07:32:06 UTC (rev 8408) +++ trunk/lib/plugin/text2png.php 2012-10-11 09:24:50 UTC (rev 8409) @@ -231,8 +231,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |