From: <var...@us...> - 2009-03-31 12:03:14
|
Revision: 6743 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6743&view=rev Author: vargenau Date: 2009-03-31 12:02:55 +0000 (Tue, 31 Mar 2009) Log Message: ----------- Remove history Modified Paths: -------------- trunk/lib/plugin/AddComment.php trunk/lib/plugin/AnalyseAccessLogSql.php trunk/lib/plugin/AppendText.php trunk/lib/plugin/AsciiSVG.php trunk/lib/plugin/BlogArchives.php trunk/lib/plugin/BlogJournal.php trunk/lib/plugin/Calendar.php trunk/lib/plugin/CalendarList.php trunk/lib/plugin/CreatePage.php trunk/lib/plugin/EditMetaData.php trunk/lib/plugin/ExternalSearch.php trunk/lib/plugin/FoafViewer.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/IncludePages.php trunk/lib/plugin/IncludeSiteMap.php trunk/lib/plugin/InterWikiSearch.php trunk/lib/plugin/LdapSearch.php trunk/lib/plugin/LikePages.php trunk/lib/plugin/ListPages.php trunk/lib/plugin/ListRelations.php trunk/lib/plugin/ListSubpages.php trunk/lib/plugin/OrphanedPages.php trunk/lib/plugin/PageDump.php trunk/lib/plugin/PageInfo.php trunk/lib/plugin/PageTrail.php trunk/lib/plugin/PasswordReset.php trunk/lib/plugin/PhpWeather.php trunk/lib/plugin/Ploticus.php trunk/lib/plugin/PopularNearby.php trunk/lib/plugin/PopularTags.php trunk/lib/plugin/RecentChangesCached.php trunk/lib/plugin/RecentComments.php trunk/lib/plugin/RecentReferrers.php trunk/lib/plugin/RedirectTo.php trunk/lib/plugin/RelatedChanges.php trunk/lib/plugin/SearchHighlight.php trunk/lib/plugin/SemanticRelations.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/TeX2png.php trunk/lib/plugin/TexToPng.php trunk/lib/plugin/VisualWiki.php trunk/lib/plugin/WantedPages.php trunk/lib/plugin/WantedPagesOld.php trunk/lib/plugin/WhoIsOnline.php trunk/lib/plugin/WikiBlog.php trunk/lib/plugin/WikiForm.php trunk/lib/plugin/WikiFormRich.php trunk/lib/plugin/WikiForum.php trunk/lib/plugin/_AuthInfo.php trunk/lib/plugin/_BackendInfo.php trunk/lib/plugin/_PreferencesInfo.php trunk/lib/plugin/_WikiTranslation.php trunk/lib/plugin/text2png.php Modified: trunk/lib/plugin/AddComment.php =================================================================== --- trunk/lib/plugin/AddComment.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/AddComment.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -142,38 +142,6 @@ }; -// $Log: not supported by cvs2svn $ -// Revision 1.8 2004/06/13 09:45:23 rurban -// display bug workaround for MacIE browsers, jshide: 0 -// -// Revision 1.7 2004/03/29 21:33:32 rurban -// possible fix for problem reported by Whit Blauvelt -// Message-ID: <200...@fr...> -// create intermediate redirect subpages for blog/comment/forum -// -// Revision 1.6 2004/03/16 15:44:34 rurban -// jshide not default as in CreateToc -// -// Revision 1.5 2004/03/15 09:52:59 rurban -// jshide button: dynamic titles -// -// Revision 1.4 2004/03/14 20:30:21 rurban -// jshide button -// -// Revision 1.3 2004/03/14 16:26:21 rurban -// copyright line -// -// Revision 1.2 2004/03/12 20:59:18 rurban -// important cookie fix by Konstantin Zadorozhny -// new editpage feature: JS_SEARCHREPLACE -// -// Revision 1.1 2004/03/12 17:32:41 rurban -// new base class PageType_attach as base class for WikiBlog, Comment, and WikiForum. -// new plugin AddComment, which is a WikiBlog with different pagetype and template, -// based on WikiBlog. WikiForum comes later. -// -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/AnalyseAccessLogSql.php =================================================================== --- trunk/lib/plugin/AnalyseAccessLogSql.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/AnalyseAccessLogSql.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -387,14 +387,6 @@ } -// $Log: not supported by cvs2svn $ -// Revision 1.1 2005/02/12 17:26:24 rurban -// renamed to Sql. Added translations (inc not yet) -// -// Revision 1.1 2005/02/02 20:41:02 rurban -// Accesslog sql queries -// - // For emacs users // Local Variables: // mode: php @@ -403,4 +395,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/plugin/AppendText.php =================================================================== --- trunk/lib/plugin/AppendText.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/AppendText.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -151,45 +151,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.7 2005/04/02 03:05:43 uckelman -// Removed & from vars passed by reference (not needed, causes PHP to complain). -// -// Revision 1.6 2005/02/12 17:24:23 rurban -// locale update: missing . : fixed. unified strings -// proper linebreaks -// -// Revision 1.5 2004/11/26 18:39:02 rurban -// new regex search parser and SQL backends (90% complete, glob and pcre backends missing) -// -// Revision ext-1.4 2004/11/25 15:39:40 Pascal Giard <evi...@gm...> -// * Directly including modified page when AppendText got called from -// the page to be modified. -// * Translatable link to page. -// -// Revision ext-1.3 2004/11/25 9:44:45 Pascal Giard <evi...@gm...> -// * text modified to s to workaround mozilla bug. -// * Added redirect parameter allowing you to be redirected to the modified page. -// -// Revision 1.4 2004/11/25 17:20:52 rurban -// and again a couple of more native db args: backlinks -// -// Revision 1.3 2004/11/25 13:56:23 rurban -// renamed text to s because of nasty mozilla radio button bug -// -// Revision 1.2 2004/11/25 08:29:43 rurban -// update from Pascal -// -// Revision ext-1.2 2004/11/24 11:22:30 Pascal Giard <evi...@gm...> -// * Integrated rurban's modifications. -// -// Revision 1.1 2004/11/24 09:25:35 rurban -// simple plugin by Pascal Giard (QC/EMC) -// -// Revision 1.0 2004/11/23 09:43:35 epasgia -// * Initial version. -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/AsciiSVG.php =================================================================== --- trunk/lib/plugin/AsciiSVG.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/AsciiSVG.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -108,11 +108,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.1 2007/01/21 23:14:55 rurban -// new plugin. see license in the .js -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/BlogArchives.php =================================================================== --- trunk/lib/plugin/BlogArchives.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/BlogArchives.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -135,24 +135,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.5 2005/10/29 09:06:37 rurban -// move common blog methods to WikiBlog -// -// Revision 1.4 2004/12/16 18:29:00 rurban -// allow empty Blog prefix -// -// Revision 1.3 2004/12/15 17:45:08 rurban -// fix box method -// -// Revision 1.2 2004/12/14 21:35:15 rurban -// support new BLOG_EMPTY_DEFAULT_PREFIX -// -// Revision 1.1 2004/12/13 13:22:57 rurban -// new BlogArchives plugin for the new blog theme. enable default box method -// for all plugins. Minor search improvement. -// - // Local Variables: // mode: php // tab-width: 8 @@ -160,4 +142,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/plugin/BlogJournal.php =================================================================== --- trunk/lib/plugin/BlogJournal.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/BlogJournal.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -92,24 +92,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.4 2005/11/21 20:56:23 rurban -// no duplicate headline and no direct page link anymore -// -// Revision 1.3 2005/11/21 20:47:21 rurban -// fix count error -// -// Revision 1.2 2005/10/29 09:06:37 rurban -// move common blog methods to WikiBlog -// -// Revision 1.1 2005/10/29 09:03:17 rurban -// Include the latest blog entries for the current users blog if signed, -// or the ADMIN_USER's Blog if not. -// UnfoldSubpages for blogs. -// Rui called this plugin "JournalLast", but this was written completely -// independently, without having seen the src (yet). -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/Calendar.php =================================================================== --- trunk/lib/plugin/Calendar.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/Calendar.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -249,37 +249,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.34 2007/08/25 18:52:21 rurban -// Calendar weekday: change from Sunday to start now with Monday -// -// Revision 1.33 2007/01/22 23:48:54 rurban -// Fix Calendar %U: weeknum starting with 1 -// -// Revision 1.32 2007/01/03 21:23:24 rurban -// add display_weeknum support. -// -// Revision 1.31 2006/03/19 14:26:29 rurban -// sf.net patch by Matt Brown: Add rel=nofollow to more actions -// -// Revision 1.30 2005/04/02 03:05:44 uckelman -// Removed & from vars passed by reference (not needed, causes PHP to complain). -// -// Revision 1.29 2004/12/06 19:15:04 rurban -// save edit-time links as requested in #946679 -// -// Revision 1.28 2004/05/08 14:06:13 rurban -// new support for inlined image attributes: [image.jpg size=50x30 align=right] -// minor stability and portability fixes -// -// Revision 1.27 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.26 2003/01/18 21:19:25 carstenklapp -// Code cleanup: -// Reformatting; added copyleft, getVersion, getDescription -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/CalendarList.php =================================================================== --- trunk/lib/plugin/CalendarList.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/CalendarList.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -230,61 +230,6 @@ } }; - -// $Log: not supported by cvs2svn $ -// Revision 1.12 2008/08/17 07:45:03 vargenau -// No comma in default -// -// Revision 1.11 2008/02/14 18:58:15 rurban -// provide mday default -// -// Revision 1.10 2007/09/01 13:39:46 rurban -// CalendarList pages now in parallel with Calendar: year + month args as start base, The behaviour before 2007 with last/next_n_days was to start now. -// -// Revision 1.9 2006/05/14 17:40:31 rurban -// Patch #1232730 by banjo -// -// Revision 1.8 2005/10/12 06:18:31 rurban -// dont overdo constants -// -// Revision 1.7 2005/07/21 18:55:55 rurban -// applied mpullen patch (Revised to work on all date range combinations...), -// but still does not work as documented. -// -// Revision 1.6.2 2005/06/24 12:00:00 mpullen -// Corrected bug in the main WHILE loop to detect proper termination point in time -// {it was stopping one day too soon in either direction}. -// -// Revision 1.6.1 2005/06/23 12:00:00 mpullen -// Revised to work on all date range combinations (past and future, by days or count of events) -// Externalized five control parameter constants to the config.ini file (new section 8 for PLUGINs) -// -// Revision 1.6 2005/04/02 03:05:44 uckelman -// Removed & from vars passed by reference (not needed, causes PHP to complain). -// -// Revision 1.5 2004/12/06 19:15:04 rurban -// save edit-time links as requested in #946679 -// -// Revision 1.4 2004/12/06 18:32:39 rurban -// added order=reverse: feature request from #981109 -// -// Revision 1.3 2004/09/22 13:36:45 rurban -// Support ranges, based on a simple patch by JoshWand -// next_n_days, last_n_days, next_n -// last_n not yet -// -// Revision 1.2 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, -// because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. -// (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.1 2003/11/18 19:06:03 carstenklapp -// New plugin to be used in conjunction with the Calendar plugin. -// Upgraded to use SUBPAGE_SEPARATOR for subpages. SF patch tracker -// submission 565369. -// - - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/CreatePage.php =================================================================== --- trunk/lib/plugin/CreatePage.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/CreatePage.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -127,62 +127,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.12 2007/08/10 22:03:34 rurban -// Cannot create page with empty name -// -// Revision 1.11 2007/01/27 21:36:52 rurban -// Overwrite empty or deleted pages -// -// Revision 1.10 2007/01/25 07:42:16 rurban -// Changed doVariableExpansion API. -// -// Revision 1.9 2007/01/04 16:42:23 rurban -// Expand even if no vars are given. They may be defaults, i.e %%pagename%% -// -// Revision 1.8 2007/01/03 21:23:32 rurban -// Derive from Template. Use same variable expansion. Support <noinclude> as in Template. -// -// Revision 1.7 2004/09/06 10:22:15 rurban -// oops, forgot global request -// -// Revision 1.6 2004/09/06 08:35:32 rurban -// support template variables (not yet working) -// -// Revision 1.5 2004/07/08 20:30:07 rurban -// plugin->run consistency: request as reference, added basepage. -// encountered strange bug in AllPages (and the test) which destroys ->_dbi -// -// Revision 1.4 2004/04/21 16:14:50 zorloc -// Prevent spaces at the start and end of a created page name -- submitted by Dan Frankowski (dfrankow). -// -// Revision 1.3 2004/03/24 19:41:04 rurban -// fixed the name -// -// Revision 1.2 2004/03/17 15:37:41 rurban -// properly support initial_content and template with URI length overflow workaround -// -// Revision 1.3 2004/03/16 16:25:05 dfrankow -// Support initial_content parameter -// -// Revision 1.2 2004/03/09 16:28:45 dfrankow -// Merge the RATING branch onto the main line -// -// Revision 1.1 2004/03/08 18:57:59 rurban -// Allow WikiForm overrides, such as method => POST, targetpage => [pagename] -// in the plugin definition. -// New simple CreatePage plugin by dfrankow. -// -// Revision 1.1.2.2 2004/02/23 21:22:29 dfrankow -// Add a little doc -// -// Revision 1.1.2.1 2004/02/21 15:29:19 dfrankow -// Allow a CreatePage edit box, as GUI syntactic sugar -// -// Revision 1.1.1.1 2004/01/29 14:30:28 dfrankow -// Right out of the 1.3.7 package -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/EditMetaData.php =================================================================== --- trunk/lib/plugin/EditMetaData.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/EditMetaData.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -195,45 +195,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.13 2007/05/15 16:32:25 rurban -// Recursive array editing: support global_data -// -// Revision 1.12 2007/01/04 16:46:31 rurban -// Make the header a h3 -// -// Revision 1.11 2004/06/01 16:48:11 rurban -// dbi->touch -// security fix to allow post admin only. -// -// Revision 1.10 2004/04/18 01:11:52 rurban -// more numeric pagename fixes. -// fixed action=upload with merge conflict warnings. -// charset changed from constant to global (dynamic utf-8 switching) -// -// Revision 1.9 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.8 2003/11/27 17:05:41 carstenklapp -// Update: Omit page cache object ('_cached_html') from metadata display. -// -// Revision 1.7 2003/11/22 17:41:42 carstenklapp -// Minor internal change: Removed redundant call to gettext within -// fmt(). (locale make: EditMetaData.php:113: warning: keyword nested in -// keyword arg) -// -// Revision 1.6 2003/02/26 01:56:52 dairiki -// Tuning/fixing of POST action URLs and hidden inputs. -// -// Revision 1.5 2003/02/21 04:17:13 dairiki -// Delete now irrelevant comment. -// -// Revision 1.4 2003/01/18 21:41:01 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/ExternalSearch.php =================================================================== --- trunk/lib/plugin/ExternalSearch.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/ExternalSearch.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -154,51 +154,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.12 2004/11/28 20:42:33 rurban -// Optimize PearDB _extract_version_data and _extract_page_data. -// -// Revision 1.11 2004/09/17 14:25:45 rurban -// update comments -// -// Revision 1.10 2004/05/17 13:36:49 rurban -// Apply RFE #952323 "ExternalSearchPlugin improvement", but -// with <button><img></button> -// -// Revision 1.9 2004/04/19 18:27:46 rurban -// Prevent from some PHP5 warnings (ref args, no :: object init) -// php5 runs now through, just one wrong XmlElement object init missing -// Removed unneccesary UpgradeUser lines -// Changed WikiLink to omit version if current (RecentChanges) -// -// Revision 1.8 2004/04/18 01:11:52 rurban -// more numeric pagename fixes. -// fixed action=upload with merge conflict warnings. -// charset changed from constant to global (dynamic utf-8 switching) -// -// Revision 1.7 2004/02/22 23:20:33 rurban -// fixed DumpHtmlToDir, -// enhanced sortby handling in PageList -// new button_heading th style (enabled), -// added sortby and limit support to the db backends and plugins -// for paging support (<<prev, next>> links on long lists) -// -// Revision 1.6 2004/02/19 22:06:53 rurban -// use new class, to be able to get rid of lib/interwiki.php -// -// Revision 1.5 2003/02/26 01:56:52 dairiki -// Tuning/fixing of POST action URLs and hidden inputs. -// -// Revision 1.4 2003/01/30 02:46:46 carstenklapp -// Bugfix: Plugin was redirecting to nonexistant local wiki page named -// "ExternalSearch" instead of the invoked url. Reported by Arthur Chereau. -// -// Revision 1.3 2003/01/18 21:41:01 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/FoafViewer.php =================================================================== --- trunk/lib/plugin/FoafViewer.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/FoafViewer.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -216,28 +216,6 @@ } } - -// $Log: not supported by cvs2svn $ -// Revision 1.3 2004/06/16 10:38:59 rurban -// Disallow refernces in calls if the declaration is a reference -// ("allow_call_time_pass_reference clean"). -// PhpWiki is now allow_call_time_pass_reference = Off clean, -// but several external libraries may not. -// In detail these libs look to be affected (not tested): -// * Pear_DB odbc -// * adodb oracle -// -// Revision 1.2 2004/06/13 13:54:25 rurban -// Catch fatals on the four dump calls (as file and zip, as html and mimified) -// FoafViewer: Check against external requirements, instead of fatal. -// Change output for xhtmldumps: using file:// urls to the local fs. -// Catch SOAP fatal by checking for GOOGLE_LICENSE_KEY -// Import GOOGLE_LICENSE_KEY and FORTUNE_DIR from config.ini. -// -// Revision 1.1 2004/06/08 21:38:21 rurban -// based on dans version 0.0.2 - simplified -// - // For emacs users // Local Variables: // mode: php @@ -246,4 +224,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/plugin/GoTo.php =================================================================== --- trunk/lib/plugin/GoTo.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/GoTo.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -70,20 +70,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.4 2004/07/08 20:30:07 rurban -// plugin->run consistency: request as reference, added basepage. -// encountered strange bug in AllPages (and the test) which destroys ->_dbi -// -// Revision 1.3 2004/04/18 01:11:52 rurban -// more numeric pagename fixes. -// fixed action=upload with merge conflict warnings. -// charset changed from constant to global (dynamic utf-8 switching) -// -// Revision 1.2 2004/04/12 16:21:01 rurban -// fix lib/plugin/RssFeed.php:81: Notice[8]: Undefined variable: th -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/GoogleMaps.php =================================================================== --- trunk/lib/plugin/GoogleMaps.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/GoogleMaps.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -153,15 +153,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.2 2005/09/11 13:29:56 rurban -// remove InfoLink, wiki parse Infotext instead -// -// Revision 1.1 2005/09/07 16:53:46 rurban -// initial version, idea from http://www.giswiki.de/index.php/Google_Maps_Extensions -// -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/plugin/GooglePlugin.php =================================================================== --- trunk/lib/plugin/GooglePlugin.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/GooglePlugin.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -122,50 +122,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.4 2004/06/13 14:15:28 rurban -// GooglePlugin now actually works (templated result missing) -// -// Revision 1.3 2004/06/13 13:54:25 rurban -// Catch fatals on the four dump calls (as file and zip, as html and mimified) -// FoafViewer: Check against external requirements, instead of fatal. -// Change output for xhtmldumps: using file:// urls to the local fs. -// Catch SOAP fatal by checking for GOOGLE_LICENSE_KEY -// Import GOOGLE_LICENSE_KEY and FORTUNE_DIR from config.ini. -// -// Revision 1.2 2004/04/18 01:11:52 rurban -// more numeric pagename fixes. -// fixed action=upload with merge conflict warnings. -// charset changed from constant to global (dynamic utf-8 switching) -// -// Revision 1.1 2004/02/29 01:37:59 rurban -// New experimental feature: use the Google API directly -// Needs a free license key and the soap library nosoap, -// Todo: templates for search and results, some proxy debugging -// -// Revision 1.7 2004/02/22 23:20:33 rurban -// fixed DumpHtmlToDir, -// enhanced sortby handling in PageList -// new button_heading th style (enabled), -// added sortby and limit support to the db backends and plugins -// for paging support (<<prev, next>> links on long lists) -// -// Revision 1.6 2004/02/19 22:06:53 rurban -// use new class, to be able to get rid of lib/interwiki.php -// -// Revision 1.5 2003/02/26 01:56:52 dairiki -// Tuning/fixing of POST action URLs and hidden inputs. -// -// Revision 1.4 2003/01/30 02:46:46 carstenklapp -// Bugfix: Plugin was redirecting to nonexistant local wiki page named -// "ExternalSearch" instead of the invoked url. Reported by Arthur Chereau. -// -// Revision 1.3 2003/01/18 21:41:01 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/GraphViz.php =================================================================== --- trunk/lib/plugin/GraphViz.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/GraphViz.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -444,32 +444,6 @@ }; -// $Log: not supported by cvs2svn $ -// Revision 1.8 2007/01/10 22:28:43 rurban -// use temp dotfile on windows -// -// Revision 1.7 2006/12/22 17:55:06 rurban -// fix source handling -// -// Revision 1.6 2005/10/12 06:19:07 rurban -// protect unsafe calls -// -// Revision 1.5 2005/09/26 06:39:14 rurban -// use cached img and map - again. Remove execute from here -// -// Revision 1.4 2005/05/06 16:54:59 rurban -// add failing cmdline for .map -// -// Revision 1.3 2004/12/17 16:49:52 rurban -// avoid Invalid username message on Sign In button click -// -// Revision 1.2 2004/12/14 21:34:22 rurban -// fix syntax error -// -// Revision 1.1 2004/12/13 14:45:33 rurban -// new generic GraphViz plugin: similar to Ploticus -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/HelloWorld.php =================================================================== --- trunk/lib/plugin/HelloWorld.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/HelloWorld.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -73,13 +73,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.12 2003/01/18 21:41:02 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/IncludePages.php =================================================================== --- trunk/lib/plugin/IncludePages.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/IncludePages.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -83,17 +83,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.3 2007/07/14 12:04:32 rurban -// todo comment -// -// Revision 1.2 2005/09/30 18:41:39 uckelman -// Fixed more passes-by-reference. -// -// Revision 1.1 2004/09/06 08:37:31 rurban -// plugin-list support for pages and exclude args -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/IncludeSiteMap.php =================================================================== --- trunk/lib/plugin/IncludeSiteMap.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/IncludeSiteMap.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -82,11 +82,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.1 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/InterWikiSearch.php =================================================================== --- trunk/lib/plugin/InterWikiSearch.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/InterWikiSearch.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -121,34 +121,6 @@ }; } - -// $Log: not supported by cvs2svn $ -// Revision 1.8 2004/06/28 12:51:41 rurban -// improved dumphtml and virgin setup -// -// Revision 1.7 2004/06/15 14:56:37 rurban -// more allow_call_time_pass_reference false fixes -// -// Revision 1.6 2004/04/19 23:13:03 zorloc -// Connect the rest of PhpWiki to the IniConfig system. Also the keyword regular expression is not a config setting -// -// Revision 1.5 2004/02/19 22:06:53 rurban -// use new class, to be able to get rid of lib/interwiki.php -// -// Revision 1.4 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.3 2003/02/23 20:10:48 dairiki -// Disable currently broken plugin to prevent fatal PHP errors. -// (Sorry.) -// -// Revision 1.2 2003/02/22 20:49:56 dairiki -// Fixes for "Call-time pass by reference has been deprecated" errors. -// -// Revision 1.1 2003/01/31 22:56:21 carstenklapp -// New plugin which provides entry forms to search any site listed in the InterWikiMap. -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/plugin/LdapSearch.php =================================================================== --- trunk/lib/plugin/LdapSearch.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/LdapSearch.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -200,27 +200,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.6 2007/08/25 18:06:46 rurban -// use default basedn -// -// Revision 1.5 2007/01/22 23:50:00 rurban -// Improve Table for no attributes -// -// Revision 1.4 2007/01/21 23:23:49 rurban -// Improve LdapSearch -// -// Revision 1.3 2004/12/20 16:05:14 rurban -// gettext msg unification -// -// Revision 1.2 2004/10/04 23:39:34 rurban -// just aesthetics -// -// Revision 1.1 2004/09/23 12:28:12 rurban -// initial checkin from http://phpwiki.org/LdapSearchPlugin -// by John Lines -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/LikePages.php =================================================================== --- trunk/lib/plugin/LikePages.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/LikePages.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -118,22 +118,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.21 2004/09/25 16:33:52 rurban -// add support for all PageList options -// -// Revision 1.20 2004/05/18 16:23:40 rurban -// rename split_pagename to SplitPagename -// -// Revision 1.19 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.18 2003/01/18 21:48:52 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/ListPages.php =================================================================== --- trunk/lib/plugin/ListPages.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/ListPages.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -145,42 +145,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.9 2004/11/23 15:17:19 rurban -// better support for case_exact search (not caseexact for consistency), -// plugin args simplification: -// handle and explode exclude and pages argument in WikiPlugin::getArgs -// and exclude in advance (at the sql level if possible) -// handle sortby and limit from request override in WikiPlugin::getArgs -// ListSubpages: renamed pages to maxpages -// -// Revision 1.8 2004/10/14 19:19:34 rurban -// loadsave: check if the dumped file will be accessible from outside. -// and some other minor fixes. (cvsclient native not yet ready) -// -// Revision 1.7 2004/09/25 16:33:52 rurban -// add support for all PageList options -// -// Revision 1.6 2004/09/14 10:33:39 rurban -// simplify exclude, add numbacklinks+numpagelinks -// -// Revision 1.5 2004/09/06 08:37:31 rurban -// plugin-list support for pages and exclude args -// -// Revision 1.4 2004/07/08 20:30:07 rurban -// plugin->run consistency: request as reference, added basepage. -// encountered strange bug in AllPages (and the test) which destroys ->_dbi -// -// Revision 1.3 2004/06/28 18:58:18 rurban -// fixed another pass-by-reference -// -// Revision 1.2 2004/06/18 14:42:17 rurban -// added wikilens libs (not yet merged good enough, some work for DanFr) -// -// Revision 1.1 2004/06/08 13:49:43 rurban -// List pages that are explicitly given as the pages argument, by DanFr -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/ListRelations.php =================================================================== --- trunk/lib/plugin/ListRelations.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/ListRelations.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -59,11 +59,6 @@ }; -// $Log: not supported by cvs2svn $ -// Revision 1.1 2007/01/02 13:23:22 rurban -// simple lister for relations and/or attributes -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/ListSubpages.php =================================================================== --- trunk/lib/plugin/ListSubpages.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/ListSubpages.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -122,34 +122,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.6 2004/11/23 15:17:19 rurban -// better support for case_exact search (not caseexact for consistency), -// plugin args simplification: -// handle and explode exclude and pages argument in WikiPlugin::getArgs -// and exclude in advance (at the sql level if possible) -// handle sortby and limit from request override in WikiPlugin::getArgs -// ListSubpages: renamed pages to maxpages -// -// Revision 1.5 2004/09/13 14:59:56 rurban -// info=count: number of backlinks for this subpage -// -// Revision 1.4 2004/08/18 11:15:11 rurban -// added basepage argument. Default current -// -// Revision 1.3 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.2 2003/11/30 18:23:48 carstenklapp -// Code housekeeping: PEAR coding standards reformatting only. -// -// Revision 1.1 2003/11/23 16:33:02 carstenklapp -// New plugin to list names of SubPages of the currrent -// page. (Unfortunately this plugin reveals a bug in -// stdlib/explodePageList(), the function doesn't seem to work as -// expected when there are no subpages (see also UnfoldSubPages plugin). -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/OrphanedPages.php =================================================================== --- trunk/lib/plugin/OrphanedPages.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/OrphanedPages.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -99,28 +99,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.9 2004/07/09 12:49:46 rurban -// no limit, no sorting -// -// Revision 1.8 2004/04/20 00:56:00 rurban -// more paging support and paging fix for shorter lists -// -// Revision 1.7 2004/04/20 00:34:15 rurban -// more paging support -// -// Revision 1.6 2004/04/18 01:44:02 rurban -// more sortby+limit support -// -// Revision 1.5 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.4 2003/01/18 21:49:00 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PageDump.php =================================================================== --- trunk/lib/plugin/PageDump.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/PageDump.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -290,91 +290,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.19 2007/01/03 21:23:40 rurban -// fix Content-Type header to application/octet-stream to avoid pesty .txt suffixes on windows clients -// -// Revision 1.18 2004/10/14 19:19:34 rurban -// loadsave: check if the dumped file will be accessible from outside. -// and some other minor fixes. (cvsclient native not yet ready) -// -// Revision 1.17 2004/09/16 07:49:01 rurban -// use the page charset instead if the global one on download -// (need to clarify header order, since we print the same header type 3 times!) -// wordwrap workaround (security concern) -// -// Revision 1.16 2004/07/01 06:31:23 rurban -// doc upcase only -// -// Revision 1.15 2004/06/29 10:09:06 rurban -// better desc -// -// Revision 1.14 2004/06/29 10:07:40 rurban -// added dump of all revisions by format=backup (screen and download) -// -// Revision 1.13 2004/06/17 10:39:18 rurban -// fix reverse translation of possible actionpage -// -// Revision 1.12 2004/06/16 13:32:43 rurban -// fix urlencoding of pagename in PageDump buttons -// -// Revision 1.11 2004/06/14 11:31:39 rurban -// renamed global $Theme to $WikiTheme (gforge nameclash) -// inherit PageList default options from PageList -// default sortby=pagename -// use options in PageList_Selectable (limit, sortby, ...) -// added action revert, with button at action=diff -// added option regex to WikiAdminSearchReplace -// -// Revision 1.10 2004/06/07 22:28:05 rurban -// add acl field to mimified dump -// -// Revision 1.9 2004/06/07 19:50:41 rurban -// add owner field to mimified dump -// -// Revision 1.8 2004/05/25 12:43:29 rurban -// ViewSource link, better actionpage usage -// -// Revision 1.7 2004/05/04 17:21:06 rurban -// revert previous patch -// -// Revision 1.6 2004/05/03 20:44:55 rurban -// fixed gettext strings -// new SqlResult plugin -// _WikiTranslation: fixed init_locale -// -// Revision 1.5 2004/05/03 17:42:44 rurban -// fix cvs tags: "$tag$" => "$tag: $" -// -// Revision 1.4 2004/04/18 01:11:52 rurban -// more numeric pagename fixes. -// fixed action=upload with merge conflict warnings. -// charset changed from constant to global (dynamic utf-8 switching) -// -// Revision 1.3 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.2 2003/12/12 01:08:30 carstenklapp -// QuickFix for invalid Message-Id header format. -// -// Revision 1.1 2003/12/12 00:52:55 carstenklapp -// New feature: Plugin to download page dumps of individual pages. In the -// future this could be used as a rudimentary way to sync pages between -// wikis. -// Internal changes: enhanced and renamed from the experimental -// _MailifyPage plugin. -// -// Revision 1.3 2003/11/16 00:11:25 carstenklapp -// Fixed previous Log comment interfering with PHP (sorry). -// Improved error handling. -// -// Revision 1.2 2003/11/15 23:37:51 carstenklapp -// Enhanced plugin to allow invocation with \<\?plugin-form PageDump\?\>. -// -// Revision 1.1 2003/02/20 18:03:04 carstenklapp -// New experimental WikiPlugin for internal use only by PhpWiki developers. -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/PageInfo.php =================================================================== --- trunk/lib/plugin/PageInfo.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/PageInfo.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -73,23 +73,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.4 2003/02/17 02:18:30 dairiki -// Fix so that PageInfo will work when current version of page -// has been "deleted". -// -// Fix so that PageInfo will work on an old version of a page. -// -// Revision 1.3 2003/01/18 21:49:01 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// -// Revision 1.2 2003/01/04 23:27:39 carstenklapp -// New: Gracefully handle non-existant pages. Added copyleft; -// getVersion() for PluginManager. -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/plugin/PageTrail.php =================================================================== --- trunk/lib/plugin/PageTrail.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/PageTrail.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -94,29 +94,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.8 2005/08/06 13:23:14 rurban -// improved empty cookie -// -// Revision 1.7 2005/02/28 21:24:34 rurban -// ignore forbidden ini_set warnings. Bug #1117254 by Xavier Roche -// -// Revision 1.6 2005/02/27 21:34:10 rurban -// Fix error with : in pagenames. Thanks to Dan Frankowski. bug #1115479 -// -// Revision 1.5 2005/02/02 19:38:42 rurban -// shorter default trail -// -// Revision 1.4 2004/02/27 02:49:40 rurban -// patch #680562 "PageTrail Duplicates Patch (1.3.4)" -// -// Revision 1.3 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.2 2003/01/18 22:22:36 carstenklapp -// defined constant for arrow, eliminate use of fmt() -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/PasswordReset.php =================================================================== --- trunk/lib/plugin/PasswordReset.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/PasswordReset.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -188,17 +188,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.3 2006/08/25 22:13:56 rurban -// display init form -// -// Revision 1.2 2006/06/18 11:04:50 rurban -// unify gettext msg -// -// Revision 1.1 2006/03/19 16:31:57 rurban -// I would have needed that very often -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/PhpWeather.php =================================================================== --- trunk/lib/plugin/PhpWeather.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/PhpWeather.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -198,25 +198,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.11 2004/05/01 15:59:29 rurban -// more php-4.0.6 compatibility: superglobals -// -// Revision 1.10 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.9 2003/01/28 21:10:38 zorloc -// Better error messages from PhpWeather Plugin -- Martin Geisler -// -// Revision 1.8 2003/01/18 22:01:43 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// -// Revision 1.7 2002/12/31 20:53:40 carstenklapp -// Bugfixes: Fixed menu language selection (incorrect parameters to -// $w->get_languages_select() & form input 'language' instead of 'lang'). - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/Ploticus.php =================================================================== --- trunk/lib/plugin/Ploticus.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/Ploticus.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -283,54 +283,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.13 2007/01/02 13:22:33 rurban -// support PLOTICUS_PREFABS config.ini setting -// -// Revision 1.12 2004/12/13 14:37:22 rurban -// simplify msg for new GraphViz plugin -// -// Revision 1.11 2004/10/14 13:48:07 rurban -// wait for fs and print failing cmdline -// -// Revision 1.10 2004/10/04 23:43:35 rurban -// honor _ENV PLOTICUS_PREFABS -// -// Revision 1.9 2004/09/26 17:09:23 rurban -// add SVG support for Ploticus (and hopefully all WikiPluginCached types) -// SWF not yet. -// -// Revision 1.8 2004/09/22 15:23:56 rurban -// support <!plugin-list !> pagelist data -// add -prefab arg support -// -// Revision 1.7 2004/09/22 13:46:26 rurban -// centralize upload paths. -// major WikiPluginCached feature enhancement: -// support _STATIC pages in uploads/ instead of dynamic getimg.php? subrequests. -// mainly for debugging, cache problems and action=pdf -// -// Revision 1.6 2004/09/07 13:26:31 rurban -// new WikiPluginCached option debug=static and some more sf.net defaults for VisualWiki -// -// Revision 1.5 2004/06/28 16:35:12 rurban -// prevent from shell commands -// -// Revision 1.4 2004/06/19 10:06:38 rurban -// Moved lib/plugincache-config.php to config/*.ini -// use PLUGIN_CACHED_* constants instead of global $CacheParams -// -// Revision 1.3 2004/06/03 09:40:57 rurban -// WikiPluginCache improvements -// -// Revision 1.2 2004/06/02 19:37:07 rurban -// extended description -// -// Revision 1.1 2004/06/02 19:12:42 rurban -// new Ploticus plugin -// -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/PopularNearby.php =================================================================== --- trunk/lib/plugin/PopularNearby.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/PopularNearby.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -156,22 +156,6 @@ } -// $Log: not supported by cvs2svn $ -// Revision 1.4 2004/05/01 18:02:41 rurban -// 4.0.6 obviously cannot use methods as cmp function. so it must be a global func -// -// Revision 1.2 2004/04/29 23:25:12 rurban -// re-ordered locale init (as in 1.3.9) -// fixed loadfile with subpages, and merge/restore anyway -// (sf.net bug #844188) -// -// Revision 1.1 2004/04/29 18:32:38 rurban -// Re-implement the classic phpwiki-1.2 feature of the -// * 5 best incoming links: xx, xx, xx, ... -// * 5 best outgoing links: xx, xx, xx, ... -// * 5 most popular nearby: xx, xx, xx, ... -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/PopularTags.php =================================================================== --- trunk/lib/plugin/PopularTags.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/PopularTags.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -91,12 +91,6 @@ return $a['count'] < $b['count'] ? 1 : -1; } - -// $Log: not supported by cvs2svn $ -// Revision 1.1 2007/03/10 18:30:51 rurban -// Most popular list of Categories -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/RecentChangesCached.php =================================================================== --- trunk/lib/plugin/RecentChangesCached.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/RecentChangesCached.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -144,21 +144,6 @@ } // WikiPlugin_RecentChangesCached -// $Log: not supported by cvs2svn $ -// Revision 1.4 2004/03/08 18:17:10 rurban -// added more WikiGroup::getMembersOf methods, esp. for special groups -// fixed $LDAP_SET_OPTIONS -// fixed _AuthInfo group methods -// -// Revision 1.3 2003/02/21 23:01:10 dairiki -// Fixes to support new $basepage argument of WikiPlugin::run(). -// -// Revision 1.2 2003/01/18 22:01:44 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/RecentComments.php =================================================================== --- trunk/lib/plugin/RecentComments.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/RecentComments.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -136,11 +136,6 @@ } -// $Log: not supported by cvs2svn $ -// Revision 1.3 2004/05/14 20:55:03 rurban -// simplified RecentComments -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/plugin/RecentReferrers.php =================================================================== --- trunk/lib/plugin/RecentReferrers.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/RecentReferrers.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -60,11 +60,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.1 2004/11/06 04:52:29 rurban -// simple version at first -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/plugin/RedirectTo.php =================================================================== --- trunk/lib/plugin/RedirectTo.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/RedirectTo.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -115,71 +115,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.12 2004/02/03 09:45:39 rurban -// LDAP cleanup, start of new Pref classes -// -// Revision 1.11 2003/11/22 17:54:50 carstenklapp -// Minor internal change: Removed redundant call to gettext within -// fmt(). (locale make: RedirectTo.php:81: warning: keyword nested in -// keyword arg) -// -// Revision 1.10 2003/02/24 00:40:09 carstenklapp -// PHP's closing tag \?\> within // cvs log comments caused the trailing comments to display as literal text on the PluginManager page. -// -// Revision 1.9 2003/02/21 22:59:00 dairiki -// Add new argument $basepage to WikiPlugin::run() and WikiPluginLoader::expandPI(). -// Plugins need to know what page they were invoked from so that they can handle -// relative page links (like [/Subpage]) correctly. ($request->getArg('pagename') -// is not always the right page to use --- think included pages...) -// -// Many plugins don't need the $basepage, in which case, I think they can just ignore -// the extra argument. (I don't think PHP will generate any warnings.) -// -// -// Also: deleted <?plugin-head? > code. It's not needed any more, now that -// we always cache output. -// -// The FrameInclude plugin seems broken now, though I'm not convinced it's -// my fault. If it is, sorry... (I'll try to look at it a bit more -// within a few days, to see if I can figure out the problem.) -// -// Revision 1.8 2003/02/16 19:49:18 dairiki -// When redirecting to a page, use an absolute URL. -// This fixes a bug when redirecting from a sub-page (since, -// in that case the redirect happens before the <base> element gets -// sent.) -// -// Revision 1.7 2003/02/15 23:32:56 dairiki -// Usability improvements for the RedirectTo plugin. -// -// (Mostly this applies when using RedirectTo with a page=OtherPage -// argument to redirect to another page in the same wiki.) -// -// (Most of these ideas are stolen verbatim from UseModWiki.) -// -// o Multiple redirects (PageOne -> PageTwo -> PageThree) not allowed. -// -// o Redirects are not activated except when action == 'browse'. -// -// o When redirections are disabled, (hopefully understandable) -// diagnostics are displayed. -// -// o A link to the redirecting page is displayed after the title -// of the target page. If the user follows this link, redirects -// are disabled. This allows for easy editing of the redirecting -// page. -// -// FIXME: Stylesheets, and perhaps templates other than the defaults -// will probably have to be updated before this works well in other -// styles and/or themes. -// -// Revision 1.6 2003/01/18 22:01:44 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/RelatedChanges.php =================================================================== --- trunk/lib/plugin/RelatedChanges.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/RelatedChanges.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -129,24 +129,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.4 2005/01/24 23:15:27 uckelman -// The extra description for RelatedChanges was appearing in RecentChanges -// and PageHistory due to a bad test in _RecentChanges_HtmlFormatter. Fixed. -// -// Revision 1.3 2004/06/03 18:58:27 rurban -// days links requires action=RelatedChanges arg -// -// Revision 1.2 2004/05/08 14:06:13 rurban -// new support for inlined image attributes: [image.jpg size=50x30 align=right] -// minor stability and portability fixes -// -// Revision 1.1 2004/04/21 04:29:10 rurban -// Two convenient RecentChanges extensions -// RelatedChanges (only links from current page) -// RecentEdits (just change the default args) -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/plugin/SearchHighlight.php =================================================================== --- trunk/lib/plugin/SearchHighlight.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/SearchHighlight.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -109,15 +109,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.2 2007/01/20 15:53:51 rurban -// Rewrite of SearchHighlight: through ActionPage and InlineParser -// -// Revision 1.1 2004/09/26 14:58:36 rurban -// naive SearchHighLight implementation -// -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SemanticRelations.php =================================================================== --- trunk/lib/plugin/SemanticRelations.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/SemanticRelations.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -140,23 +140,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.4 2007/01/25 07:42:22 rurban -// Use CSS formatting for ::= -// -// Revision 1.3 2007/01/03 21:23:06 rurban -// Clarify description: "on this page". -// -// Revision 1.2 2007/01/02 13:22:41 rurban -// default pagename: current. improve output: class, linked attributes. switch to SemanticSearch argument s -// -// Revision 1.1 2005/11/21 20:14:20 rurban -// Plugin to display the list of SemanticRelations - list of relations and -// attributes of given page(s). -// Relations are stored in the link table. -// Attributes as simple page meta-data. -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SemanticSearchAdvanced.php =================================================================== --- trunk/lib/plugin/SemanticSearchAdvanced.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/SemanticSearchAdvanced.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -215,11 +215,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.1 2007/05/24 18:40:43 rurban -// new plugin -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/SiteMap.php =================================================================== --- trunk/lib/plugin/SiteMap.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/SiteMap.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -222,50 +222,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.13 2004/12/14 21:36:06 rurban -// exclude is already handled by getArgs -// -// Revision 1.12 2004/11/01 09:14:25 rurban -// avoid ConvertOldMarkup step, using markup=2 (memory problems) -// -// Revision 1.11 2004/03/24 19:39:03 rurban -// php5 workaround code (plus some interim debugging code in XmlElement) -// php5 doesn't work yet with the current XmlElement class constructors, -// WikiUserNew does work better than php4. -// rewrote WikiUserNew user upgrading to ease php5 update -// fixed pref handling in WikiUserNew -// added Email Notification -// added simple Email verification -// removed emailVerify userpref subclass: just a email property -// changed pref binary storage layout: numarray => hash of non default values -// print optimize message only if really done. -// forced new cookie policy: delete pref cookies, use only WIKI_ID as plain string. -// prefs should be stored in db or homepage, besides the current session. -// -// Revision 1.10 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.9 2004/02/12 13:05:50 rurban -// Rename functional for PearDB backend -// some other minor changes -// SiteMap comes with a not yet functional feature request: includepages (tbd) -// -// Revision 1.8 2004/01/24 23:24:07 rurban -// Patch by Alec Thomas, allows Perl regular expressions in SiteMap exclude lists. -// exclude=WikiWikiWeb,(?:Category|Topic).* -// It is backwards compatible unless old exclude lists, and therefore Wiki -// page names, contain regular expression characters. -// -// Revision 1.7 2003/02/21 04:12:06 dairiki -// Minor fixes for new cached markup. -// -// Revision 1.6 2003/01/18 22:08:01 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // For emacs users // Local Variables: // mode: php @@ -274,4 +230,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/plugin/SpellCheck.php =================================================================== --- trunk/lib/plugin/SpellCheck.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/SpellCheck.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -186,12 +186,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.1 2007/01/20 11:23:26 rurban -// New plugin and ActionPage -// -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/SqlResult.php =================================================================== --- trunk/lib/plugin/SqlResult.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/SqlResult.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -219,34 +219,6 @@ }; -// $Log: not supported by cvs2svn $ -// Revision 1.7 2005/02/27 12:37:14 rurban -// update comments -// -// Revision 1.6 2005/02/27 12:24:25 rurban -// prevent SqlResult.ini from being imported -// -// Revision 1.5 2004/09/24 18:50:46 rurban -// fix paging of SqlResult -// -// Revision 1.4 2004/09/17 14:23:21 rurban -// support paging, force limit 50 -// -// Revision 1.3 2004/09/06 08:36:28 rurban -// support templates, with some vars -// -// Revision 1.2 2004/05/03 21:57:47 rurban -// locale updates: we previously lost some words because of wrong strings in -// PhotoAlbum, german rewording. -// fixed $_SESSION registering (lost session vars, esp. prefs) -// fixed ending slash in listAvailableLanguages/Themes -// -// Revision 1.1 2004/05/03 20:44:58 rurban -// fixed gettext strings -// new SqlResult plugin -// _WikiTranslation: fixed init_locale -// - // For emacs users // Local Variables: // mode: php @@ -255,4 +227,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/plugin/SyncWiki.php =================================================================== --- trunk/lib/plugin/SyncWiki.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/SyncWiki.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -357,14 +357,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.2 2007/01/20 11:24:46 rurban -// Be more strict: link to merge conflicts (not yet handled) -// -// Revision 1.1 2007/01/02 13:22:57 rurban -// add SyncWiki -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/plugin/TeX2png.php =================================================================== --- trunk/lib/plugin/TeX2png.php 2009-03-31 11:50:16 UTC (rev 6742) +++ trunk/lib/plugin/TeX2png.php 2009-03-31 12:02:55 UTC (rev 6743) @@ -220,14 +220,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.3 2004/11/01 10:43:59 rurban -// seperate PassUser methods into seperate dir (memory usage) -// fix WikiUser (old) overlarge data session -// remove wikidb arg from various page class methods, use global ->_dbi instead ... [truncated message content] |