From: <var...@us...> - 2009-03-31 11:41:42
|
Revision: 6741 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6741&view=rev Author: vargenau Date: 2009-03-31 11:41:21 +0000 (Tue, 31 Mar 2009) Log Message: ----------- Remove history Modified Paths: -------------- trunk/lib/PageType.php trunk/lib/Request.php trunk/lib/WikiDB/backend/ADODB.php trunk/lib/WikiDB/backend/file.php trunk/lib/install.php trunk/lib/plugin/AllPages.php trunk/lib/plugin/BackLinks.php trunk/lib/plugin/LinkDatabase.php trunk/lib/plugin/UnfoldSubpages.php Modified: trunk/lib/PageType.php =================================================================== --- trunk/lib/PageType.php 2009-03-31 10:01:27 UTC (rev 6740) +++ trunk/lib/PageType.php 2009-03-31 11:41:21 UTC (rev 6741) @@ -546,67 +546,6 @@ } -// $Log: not supported by cvs2svn $ -// Revision 1.54 2007/09/12 19:35:29 rurban -// Windows fix for local path detection -// -// Revision 1.53 2007/07/14 17:55:29 rurban -// SemanticWeb.php -// -// Revision 1.52 2007/02/17 14:17:41 rurban -// localize Upload:links for WIKIDUMP: esp. for pdf images -// -// Revision 1.51 2007/01/07 18:43:17 rurban -// Disallow ":" as interwikmap and use it as proper LinkedBracket match. -// -// Revision 1.50 2007/01/04 16:44:57 rurban -// Force interwiki updates and page edits -// -// Revision 1.49 2006/10/12 06:25:09 rurban -// use the same class for $moniker == "" -// -// Revision 1.48 2006/10/08 12:38:11 rurban -// New special interwiki link markup [:LinkTo] without storing the backlink -// -// Revision 1.47 2005/08/07 09:14:38 rurban -// fix comments -// -// Revision 1.46 2005/08/06 13:09:33 rurban -// allow spaces in interwiki paths, even implicitly. fixes bug #1218733 -// -// Revision 1.45 2005/05/06 16:48:41 rurban -// support %u, %b, %d expansion for Upload: User: and Talk: interwiki monikers -// -// Revision 1.44 2005/04/23 11:07:34 rurban -// cache map -// -// Revision 1.43 2005/02/02 20:40:12 rurban -// fix Talk: and User: names and links -// -// Revision 1.42 2005/02/02 19:36:56 rurban -// more plans -// -// Revision 1.41 2005/02/02 19:34:09 rurban -// more maps: Talk, User -// -// Revision 1.40 2005/01/31 12:15:08 rurban -// avoid some cornercase intermap warning. Thanks to Stefan <son...@ba...> -// -// Revision 1.39 2005/01/25 06:59:35 rurban -// fix bogus InterWikiMap warning -// -// Revision 1.38 2004/12/26 17:10:44 rurban -// just docs or whitespace -// -// Revision 1.37 2004/12/06 19:49:55 rurban -// enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now. -// renamed delete_page to purge_page. -// enable action=edit&version=-1 to force creation of a new version. -// added BABYCART_PATH config -// fixed magiqc in adodb.inc.php -// and some more docs -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/Request.php =================================================================== --- trunk/lib/Request.php 2009-03-31 10:01:27 UTC (rev 6740) +++ trunk/lib/Request.php 2009-03-31 11:41:21 UTC (rev 6741) @@ -1360,351 +1360,6 @@ } } - -// $Log: not supported by cvs2svn $ -// Revision 1.118 2008/03/22 21:45:34 rurban -// Fixed a blocker for php-5.2. Somehow _SESSION is not copied from -// HTTP_SESSION_VARS in prepend, so check it explicitly. User logins persist now. -// -// Revision 1.117 2008/03/17 19:08:29 rurban -// get rid of @ error protection in unserialize -// -// Revision 1.116 2008/02/14 18:31:04 rurban -// nocache to omit compress cache headers (fix async calls for rating images) -// -// Revision 1.115 2007/09/01 13:28:34 rurban -// document pear DB problem -// -// Revision 1.114 2007/07/14 19:17:15 rurban -// fix bug#1749950 float with "," -// -// Revision 1.113 2007/03/18 10:25:21 rurban -// cast AccessLog types -// -// Revision 1.112 2007/01/28 22:49:55 rurban -// use backend specific SQL write_accesslog -// -// Revision 1.111 2007/01/07 18:43:26 rurban -// Explain failed UpLoad on Windows to the user. -// -// Revision 1.110 2007/01/04 16:45:10 rurban -// Be more verbose in serious php problem. -// -// Revision 1.109 2006/12/22 00:24:09 rurban -// silence empty obcache messages -// -// Revision 1.108 2006/11/29 19:49:48 rurban -// quote the date -// -// Revision 1.107 2006/11/19 11:10:11 rurban -// Patch from Bug# 1569424 by Bob Peele (bob...@or...) -// -// Revision 1.106 2006/08/15 13:37:59 rurban -// error on no long arrays -// -// Revision 1.105 2006/04/17 17:25:19 rurban -// make the flush error go away. die -// -// Revision 1.104 2006/04/16 11:42:16 rurban -// php url-rewriting miscalculates the ob length. fixes bug #1376007 -// -// do not flush a not existing buffer to avoid Pragma: no-cache on @ error. -// fixes bug #1438448 -// -// Revision 1.103 2006/04/15 12:23:32 rurban -// silence $this->_is_buffering_output warning -// -// Revision 1.102 2006/03/19 15:01:00 rurban -// sf.net patch #1333957 by Matt Brown: Authentication cookie identical across all wikis on a host -// -// Revision 1.101 2006/03/07 20:45:43 rurban -// wikihash for php-5.1 -// -// Revision 1.100 2006/01/17 18:57:09 uckelman -// _accesslog->logtable is not set when using non-SQL logging; check should -// be isset to avoid a PHP warning -// -// Revision 1.99 2005/09/18 16:01:09 rurban -// trick to send the correct gzipped Content-Length -// -// Revision 1.98 2005/09/18 15:15:53 rurban -// add a proper Content-Encoding: gzip if compressed, and omit Content-Length then. -// -// Revision 1.97 2005/09/14 05:58:17 rurban -// protect against Content-Length if headers_sent(), fixed writing unwanted accesslog sql entries -// -// Revision 1.96 2005/08/07 10:52:43 rurban -// stricter error handling: dba errors are fatal, display errors on Request->finish or session_close -// -// Revision 1.95 2005/08/07 10:09:33 rurban -// set _COOKIE also -// -// Revision 1.94 2005/08/07 09:14:39 rurban -// fix comments -// -// Revision 1.93 2005/08/06 14:31:10 rurban -// ensure absolute uploads path -// -// Revision 1.92 2005/05/14 07:22:47 rurban -// remove mysql specific INSERT DELAYED -// -// Revision 1.91 2005/04/11 19:40:14 rurban -// Simplify upload. See https://sourceforge.net/forum/message.php?msg_id=3093651 -// Improve UpLoad warnings. -// Move auth check before upload. -// -// Revision 1.90 2005/02/26 18:30:01 rurban -// update (C) -// -// Revision 1.89 2005/02/04 10:38:36 rurban -// do not log passwords! Thanks to Charles Corrigan -// -// Revision 1.88 2005/01/25 07:00:23 rurban -// fix redirect, -// -// Revision 1.87 2005/01/08 21:27:45 rurban -// Prevent from Overlarge session data crash -// -// Revision 1.86 2005/01/04 20:26:34 rurban -// honor DISABLE_HTTP_REDIRECT, do not gzip the redirect template, flush it -// -// Revision 1.85 2004/12/26 17:08:36 rurban -// php5 fixes: case-sensitivity, no & new -// -// Revision 1.84 2004/12/17 16:37:30 rurban -// avoid warning -// -// Revision 1.83 2004/12/10 02:36:43 rurban -// More help with the new native xmlrpc lib. no warnings, no user cookie on xmlrpc. -// -// Revision 1.82 2004/12/06 19:49:55 rurban -// enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now. -// renamed delete_page to purge_page. -// enable action=edit&version=-1 to force creation of a new version. -// added BABYCART_PATH config -// fixed magiqc in adodb.inc.php -// and some more docs -// -// Revision 1.81 2004/11/27 14:39:04 rurban -// simpified regex search architecture: -// no db specific node methods anymore, -// new sql() method for each node -// parallel to regexp() (which returns pcre) -// regex types bitmasked (op's not yet) -// new regex=sql -// clarified WikiDB::quote() backend methods: -// ->quote() adds surrounsing quotes -// ->qstr() (new method) assumes strings and adds no quotes! (in contrast to ADODB) -// pear and adodb have now unified quote methods for all generic queries. -// -// Revision 1.80 2004/11/21 11:59:16 rurban -// remove final \n to be ob_cache independent -// -// Revision 1.79 2004/11/11 18:29:44 rurban -// (write_sql) isOpen really is useless in non-SQL, do more explicit check -// -// Revision 1.78 2004/11/10 15:29:20 rurban -// * requires newer Pear_DB (as the internal one): quote() uses now escapeSimple for strings -// * ACCESS_LOG_SQL: fix cause request not yet initialized -// * WikiDB: moved SQL specific methods upwards -// * new Pear_DB quoting: same as ADODB and as newer Pear_DB. -// fixes all around: WikiGroup, WikiUserNew SQL methods, SQL logging -// -// Revision 1.77 2004/11/09 17:11:04 rurban -// * revert to the wikidb ref passing. there's no memory abuse there. -// * use new wikidb->_cache->_id_cache[] instead of wikidb->_iwpcache, to effectively -// store page ids with getPageLinks (GleanDescription) of all existing pages, which -// are also needed at the rendering for linkExistingWikiWord(). -// pass options to pageiterator. -// use this cache also for _get_pageid() -// This saves about 8 SELECT count per page (num all pagelinks). -// * fix passing of all page fields to the pageiterator. -// * fix overlarge session data which got broken with the latest ACCESS_LOG_SQL changes -// -// Revision 1.76 2004/11/09 08:15:18 rurban -// fix ADODB quoting style -// -// Revision 1.75 2004/11/07 18:34:28 rurban -// more logging fixes -// -// Revision 1.74 2004/11/07 16:02:51 rurban -// new sql access log (for spam prevention), and restructured access log class -// dbh->quote (generic) -// pear_db: mysql specific parts seperated (using replace) -// -// Revision 1.73 2004/11/06 04:51:25 rurban -// readable ACCESS_LOG support: RecentReferrers, WikiAccessRestrictions -// -// Revision 1.72 2004/11/01 10:43:55 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 -// ... -// -// Revision 1.71 2004/10/22 09:20:36 rurban -// fix for USECACHE=false -// -// Revision 1.70 2004/10/21 19:59:18 rurban -// Patch #991494 (ppo): Avoid notice in PHP >= 4.3.3 if session already started -// -// Revision 1.69 2004/10/21 19:00:37 rurban -// upload errmsgs by Shilad Sen. -// chunkOutput support: flush the buffer piecewise (dumphtml, large pagelists) -// doesn't gain much because ob_end_clean() doesn't release its -// memory properly yet. -// -// Revision 1.68 2004/10/12 13:13:19 rurban -// php5 compatibility (5.0.1 ok) -// -// Revision 1.67 2004/09/25 18:56:54 rurban -// make start_debug logic work -// -// Revision 1.66 2004/09/25 16:24:52 rurban -// dont compress on debugging -// -// Revision 1.65 2004/09/17 14:13:49 rurban -// We check for the client Accept-Encoding: "gzip" presence also -// This should eliminate a lot or reported problems. -// -// Note that this doesn#t fix RSS ssues: -// Most RSS clients are NOT(!) application/xml gzip compatible yet. -// Even if they are sending the accept-encoding gzip header! -// wget is, Mozilla, and MSIE no. -// Of the RSS readers only MagpieRSS 0.5.2 is. http://www.rssgov.com/rssparsers.html -// -// Revision 1.64 2004/09/17 13:32:36 rurban -// Disable server-side gzip encoding for RSS (RDF encoding), even if the client says it -// supports it. Mozilla has this error, wget works fine. IE not checked. -// -// Revision 1.63 2004/07/01 09:29:40 rurban -// fixed another DbSession crash: wrong WikiGroup vars -// -// Revision 1.62 2004/06/27 10:26:02 rurban -// oci8 patch by Philippe Vanhaesendonck + some ADODB notes+fixes -// -// Revision 1.61 2004/06/25 14:29:17 rurban -// WikiGroup refactoring: -// global group attached to user, code for not_current user. -// improved helpers for special groups (avoid double invocations) -// new experimental config option ENABLE_XHTML_XML (fails with IE, and document.write()) -// fixed a XHTML validation error on userprefs.tmpl -// -// Revision 1.60 2004/06/19 11:51:13 rurban -// CACHE_CONTROL: NONE => NO_CACHE -// -// Revision 1.59 2004/06/13 11:34:22 rurban -// fixed bug #969532 (space in uploaded filenames) -// improved upload error messages -// -// Revision 1.58 2004/06/04 20:32:53 rurban -// Several locale related improvements suggested by Pierrick Meignen -// LDAP fix by John Cole -// reanable admin check without ENABLE_PAGEPERM in the admin plugins -// -// Revision 1.57 2004/06/03 18:54:25 rurban -// fixed "lost level in session" warning, now that signout sets level = 0 (before -1) -// -// Revision 1.56 2004/05/17 17:43:29 rurban -// CGI: no PATH_INFO fix -// -// Revision 1.55 2004/05/15 18:31:00 rurban -// some action=pdf Request fixes: With MSIE it works now. Now the work with the page formatting begins. -// -// Revision 1.54 2004/05/04 22:34:25 rurban -// more pdf support -// -// Revision 1.53 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.52 2004/05/03 13:16:47 rurban -// fixed UserPreferences update, esp for boolean and int -// -// Revision 1.51 2004/05/02 21:26:38 rurban -// limit user session data (HomePageHandle and auth_dbi have to invalidated anyway) -// because they will not survive db sessions, if too large. -// extended action=upgrade -// some WikiTranslation button work -// revert WIKIAUTH_UNOBTAINABLE (need it for main.php) -// some temp. session debug statements -// -// Revision 1.50 2004/04/29 19:39:44 rurban -// special support for formatted plugins (one-liners) -// like <small><plugin BlaBla ></small> -// iter->asArray() helper for PopularNearby -// db_session for older php's (no &func() allowed) -// -// Revision 1.49 2004/04/26 20:44:34 rurban -// locking table specific for better databases -// -// Revision 1.48 2004/04/13 09:13:50 rurban -// sf.net bug #933183 and http://bugs.php.net/17557 -// disable ob_gzhandler if apache_note cannot be used. -// (conservative until we find why) -// -// Revision 1.47 2004/04/02 15:06:55 rurban -// fixed a nasty ADODB_mysql session update bug -// improved UserPreferences layout (tabled hints) -// fixed UserPreferences auth handling -// improved auth stability -// improved old cookie handling: fixed deletion of old cookies with paths -// -// Revision 1.46 2004/03/30 02:14:03 rurban -// fixed yet another Prefs bug -// added generic PearDb_iter -// $request->appendValidators no so strict as before -// added some box plugin methods -// PageList commalist for condensed output -// -// Revision 1.45 2004/03/24 19:39:02 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.44 2004/03/14 16:26:22 rurban -// copyright line -// -// Revision 1.43 2004/03/12 20:59:17 rurban -// important cookie fix by Konstantin Zadorozhny -// new editpage feature: JS_SEARCHREPLACE -// -// Revision 1.42 2004/03/10 15:38:48 rurban -// store current user->page and ->action in session for WhoIsOnline -// better WhoIsOnline icon -// fixed WhoIsOnline warnings -// -// Revision 1.41 2004/02/27 01:25:14 rurban -// Workarounds for upload handling -// -// Revision 1.40 2004/02/26 01:39:51 rurban -// safer code -// -// Revision 1.39 2004/02/24 15:14:57 rurban -// fixed action=upload problems on Win32, and remove Merge Edit buttons: file does not exist anymore -// -// Revision 1.38 2004/01/25 10:26:02 rurban -// fixed bug [ 541193 ] HTTP_SERVER_VARS are Apache specific -// http://sourceforge.net/tracker/index.php?func=detail&aid=541193&group_id=6121&atid=106121 -// CGI and other servers than apache populate _ENV and not _SERVER -// -// Revision 1.37 2003/12/26 06:41:16 carstenklapp -// Bugfix: Try to defer OS errors about session.save_path and ACCESS_LOG, -// so they don't prevent IE from partially (or not at all) rendering the -// page. This should help a little for the IE user who encounters trouble -// when setting up a new PhpWiki for the first time. -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/WikiDB/backend/ADODB.php =================================================================== --- trunk/lib/WikiDB/backend/ADODB.php 2009-03-31 10:01:27 UTC (rev 6740) +++ trunk/lib/WikiDB/backend/ADODB.php 2009-03-31 11:41:21 UTC (rev 6741) @@ -1559,322 +1559,6 @@ return $parsed; } -// $Log: not supported by cvs2svn $ -// Revision 1.99 2007/06/07 21:37:39 rurban -// add native asArray methods to generic iters (for DebugInfo) -// -// Revision 1.98 2007/05/28 20:13:46 rurban -// Overwrite all attributes at once at page->save to delete dangling meta -// -// Revision 1.97 2007/01/28 22:53:23 rurban -// protect against $oldlinks warning -// -// Revision 1.96 2007/01/21 23:28:32 rurban -// Disable hasGenID. requires CREATE perms -// -// Revision 1.95 2007/01/04 16:57:32 rurban -// Clarify API: sortby,limit and exclude are strings. fix upgrade test connection -// -// Revision 1.94 2006/12/23 11:44:56 rurban -// deal with strict references and the order of deletion -// -// Revision 1.93 2006/12/03 16:25:20 rurban -// remove closing Smart ROLLBACK, cannot be forced if never started. -// remove postgresql user VACUUM, autovacumm must do that. (can be easily -// enabled) -// -// Revision 1.92 2006/12/02 21:57:27 rurban -// fix WantedPages SQL: no JOIN -// clarify first condition in CASE WHEN -// -// Revision 1.91 2006/11/19 14:03:32 rurban -// Replace IF by CASE in exists_link() -// -// Revision 1.90 2006/09/06 05:50:19 rurban -// please XEmacs font-lock -// -// Revision 1.89 2006/06/10 11:59:46 rurban -// purge empty, non-references pages when link is deleted -// -// Revision 1.88 2006/05/14 12:28:03 rurban -// mysql 5.x fix for wantedpages join -// -// Revision 1.87 2006/04/17 17:28:21 rurban -// honor getWikiPageLinks change linkto=>relation -// -// Revision 1.86 2006/04/17 10:02:44 rurban -// fix syntax error missing } -// -// Revision 1.85 2006/04/15 12:48:04 rurban -// use genID, dont lock here -// -// Revision 1.84 2006/02/22 21:49:50 rurban -// Remove hits from links query -// force old set_links method. need to test IS NULL -// -// Revision 1.83 2005/11/14 22:24:33 rurban -// fix fulltext search, -// Eliminate stoplist words, -// don't extract %pagedate twice in ADODB, -// add SemanticWeb support: link(relation), -// major postgresql update: stored procedures, tsearch2 for fulltext -// -// Revision 1.82 2005/10/31 16:48:22 rurban -// move mysql-specifics into its special class -// -// Revision 1.81 2005/10/10 19:42:14 rurban -// fix wanted_pages SQL syntax -// -// Revision 1.80 2005/09/28 19:26:05 rurban -// working on improved postgresql support: better quoting, bytea support -// -// Revision 1.79 2005/09/28 19:08:41 rurban -// dont use LIMIT on modifying queries -// -// Revision 1.78 2005/09/14 06:04:43 rurban -// optimize searching for ALL (ie %), use the stoplist on PDO -// -// Revision 1.77 2005/09/11 14:55:05 rurban -// implement fulltext stoplist -// -// Revision 1.76 2005/09/11 13:25:12 rurban -// enhance LIMIT support -// -// Revision 1.75 2005/09/10 21:30:16 rurban -// enhance titleSearch -// -// Revision 1.74 2005/02/10 19:04:22 rurban -// move getRow up one level to our backend class -// -// Revision 1.73 2005/02/04 13:43:30 rurban -// fix purge cache error -// -// Revision 1.72 2005/01/29 19:51:03 rurban -// Bugs item #1077769 fixed by frugal. -// Deleted the wrong page. Fix all other tables also. -// -// Revision 1.71 2005/01/25 08:01:00 rurban -// fix listOfFields with different database -// -// Revision 1.70 2005/01/18 20:55:43 rurban -// reformatting and two bug fixes: adding missing parens -// -// Revision 1.69 2004/12/26 17:14:03 rurban -// fix ADODB MostPopular, avoid limit -1, pass hits on empty data -// -// Revision 1.68 2004/12/22 18:33:25 rurban -// fix page _id_cache logic for _get_pageid create_if_missing -// -// Revision 1.67 2004/12/22 15:47:41 rurban -// fix wrong _update_nonempty_table on empty content (i.e. the new deletePage) -// -// Revision 1.66 2004/12/13 14:39:16 rurban -// avoid warning -// -// Revision 1.65 2004/12/10 22:15:00 rurban -// fix $page->get('_cached_html) -// refactor upgrade db helper _convert_cached_html() to be able to call them from WikiAdminUtils also. -// support 2nd genericSqlQuery param (bind huge arg) -// -// Revision 1.64 2004/12/10 02:45:27 rurban -// SQL optimization: -// put _cached_html from pagedata into a new seperate blob, not huge serialized string. -// it is only rarelely needed: for current page only, if-not-modified -// but was extracted for every simple page iteration. -// -// Revision 1.63 2004/12/08 12:55:51 rurban -// support new non-destructive delete_page via generic backend method -// -// Revision 1.62 2004/12/06 19:50:04 rurban -// enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now. -// renamed delete_page to purge_page. -// enable action=edit&version=-1 to force creation of a new version. -// added BABYCART_PATH config -// fixed magiqc in adodb.inc.php -// and some more docs -// -// Revision 1.61 2004/11/30 17:45:53 rurban -// exists_links backend implementation -// -// Revision 1.60 2004/11/28 20:42:18 rurban -// Optimize PearDB _extract_version_data and _extract_page_data. -// -// Revision 1.59 2004/11/27 14:39:05 rurban -// simpified regex search architecture: -// no db specific node methods anymore, -// new sql() method for each node -// parallel to regexp() (which returns pcre) -// regex types bitmasked (op's not yet) -// new regex=sql -// clarified WikiDB::quote() backend methods: -// ->quote() adds surrounsing quotes -// ->qstr() (new method) assumes strings and adds no quotes! (in contrast to ADODB) -// pear and adodb have now unified quote methods for all generic queries. -// -// Revision 1.58 2004/11/26 18:39:02 rurban -// new regex search parser and SQL backends (90% complete, glob and pcre backends missing) -// -// Revision 1.57 2004/11/25 17:20:51 rurban -// and again a couple of more native db args: backlinks -// -// Revision 1.56 2004/11/23 13:35:48 rurban -// add case_exact search -// -// Revision 1.55 2004/11/21 11:59:26 rurban -// remove final \n to be ob_cache independent -// -// Revision 1.54 2004/11/20 17:49:39 rurban -// add fast exclude support to SQL get_all_pages -// -// Revision 1.53 2004/11/20 17:35:58 rurban -// improved WantedPages SQL backends -// PageList::sortby new 3rd arg valid_fields (override db fields) -// WantedPages sql pager inexact for performance reasons: -// assume 3 wantedfrom per page, to be correct, no getTotal() -// support exclude argument for get_all_pages, new _sql_set() -// -// Revision 1.52 2004/11/17 20:07:17 rurban -// just whitespace -// -// Revision 1.51 2004/11/15 15:57:37 rurban -// silent cache warning -// -// Revision 1.50 2004/11/10 19:32:23 rurban -// * optimize increaseHitCount, esp. for mysql. -// * prepend dirs to the include_path (phpwiki_dir for faster searches) -// * Pear_DB version logic (awful but needed) -// * fix broken ADODB quote -// * _extract_page_data simplification -// -// Revision 1.49 2004/11/10 15:29:21 rurban -// * requires newer Pear_DB (as the internal one): quote() uses now escapeSimple for strings -// * ACCESS_LOG_SQL: fix cause request not yet initialized -// * WikiDB: moved SQL specific methods upwards -// * new Pear_DB quoting: same as ADODB and as newer Pear_DB. -// fixes all around: WikiGroup, WikiUserNew SQL methods, SQL logging -// -// Revision 1.48 2004/11/09 17:11:16 rurban -// * revert to the wikidb ref passing. there's no memory abuse there. -// * use new wikidb->_cache->_id_cache[] instead of wikidb->_iwpcache, to effectively -// store page ids with getPageLinks (GleanDescription) of all existing pages, which -// are also needed at the rendering for linkExistingWikiWord(). -// pass options to pageiterator. -// use this cache also for _get_pageid() -// This saves about 8 SELECT count per page (num all pagelinks). -// * fix passing of all page fields to the pageiterator. -// * fix overlarge session data which got broken with the latest ACCESS_LOG_SQL changes -// -// Revision 1.47 2004/11/06 17:11:42 rurban -// The optimized version doesn't query for pagedata anymore. -// -// Revision 1.46 2004/11/01 10:43:58 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 -// ... -// -// Revision 1.45 2004/10/14 17:19:17 rurban -// allow most_popular sortby arguments -// -// Revision 1.44 2004/09/06 08:33:09 rurban -// force explicit mysql auto-incrementing, atomic version -// -// Revision 1.43 2004/07/10 08:50:24 rurban -// applied patch by Philippe Vanhaesendonck: -// pass column list to iterators so we can FETCH_NUM in all cases. -// bind UPDATE pramas for huge pagedata. -// portable oracle backend -// -// Revision 1.42 2004/07/09 10:06:50 rurban -// Use backend specific sortby and sortable_columns method, to be able to -// select between native (Db backend) and custom (PageList) sorting. -// Fixed PageList::AddPageList (missed the first) -// Added the author/creator.. name to AllPagesBy... -// display no pages if none matched. -// Improved dba and file sortby(). -// Use &$request reference -// -// Revision 1.41 2004/07/08 21:32:35 rurban -// Prevent from more warnings, minor db and sort optimizations -// -// Revision 1.40 2004/07/08 16:56:16 rurban -// use the backendType abstraction -// -// Revision 1.39 2004/07/05 13:56:22 rurban -// sqlite autoincrement fix -// -// Revision 1.38 2004/07/05 12:57:54 rurban -// add mysql timeout -// -// Revision 1.37 2004/07/04 10:24:43 rurban -// forgot the expressions -// -// Revision 1.36 2004/07/03 16:51:06 rurban -// optional DBADMIN_USER:DBADMIN_PASSWD for action=upgrade (if no ALTER permission) -// added atomic mysql REPLACE for PearDB as in ADODB -// fixed _lock_tables typo links => link -// fixes unserialize ADODB bug in line 180 -// -// Revision 1.35 2004/06/28 14:45:12 rurban -// fix adodb_sqlite to have the same dsn syntax as pear, use pconnect if requested -// -// Revision 1.34 2004/06/28 14:17:38 rurban -// updated DSN parser from Pear. esp. for sqlite -// -// Revision 1.33 2004/06/27 10:26:02 rurban -// oci8 patch by Philippe Vanhaesendonck + some ADODB notes+fixes -// -// Revision 1.32 2004/06/25 14:15:08 rurban -// reduce memory footprint by caching only requested pagedate content (improving most page iterators) -// -// Revision 1.31 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.30 2004/06/07 19:31:31 rurban -// fixed ADOOB upgrade: listOfFields() -// -// Revision 1.29 2004/05/12 10:49:55 rurban -// require_once fix for those libs which are loaded before FileFinder and -// its automatic include_path fix, and where require_once doesn't grok -// dirname(__FILE__) != './lib' -// upgrade fix with PearDB -// navbar.tmpl: remove spaces for IE button alignment -// -// Revision 1.28 2004/05/06 19:26:16 rurban -// improve stability, trying to find the InlineParser endless loop on sf.net -// -// remove end-of-zip comments to fix sf.net bug #777278 and probably #859628 -// -// Revision 1.27 2004/05/06 17:30:38 rurban -// CategoryGroup: oops, dos2unix eol -// improved phpwiki_version: -// pre -= .0001 (1.3.10pre: 1030.099) -// -p1 += .001 (1.3.9-p1: 1030.091) -// improved InstallTable for mysql and generic SQL versions and all newer tables so far. -// abstracted more ADODB/PearDB methods for action=upgrade stuff: -// backend->backendType(), backend->database(), -// backend->listOfFields(), -// backend->listOfTables(), -// -// Revision 1.26 2004/04/26 20:44:35 rurban -// locking table specific for better databases -// -// Revision 1.25 2004/04/20 00:06:04 rurban -// themable paging support -// -// Revision 1.24 2004/04/18 01:34:20 rurban -// protect most_popular from sortby=mtime -// -// Revision 1.23 2004/04/16 14:19:39 rurban -// updated ADODB notes -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/WikiDB/backend/file.php =================================================================== --- trunk/lib/WikiDB/backend/file.php 2009-03-31 10:01:27 UTC (rev 6740) +++ trunk/lib/WikiDB/backend/file.php 2009-03-31 11:41:21 UTC (rev 6741) @@ -744,115 +744,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.24 2007/02/17 20:24:56 rurban -// fix getLinks for relation and linkto -// -// Revision 1.23 2007/01/04 16:45:49 rurban -// Clarify API: sortby,limit and exclude are strings. -// -// Revision 1.22 2004/12/06 19:50:04 rurban -// enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now. -// renamed delete_page to purge_page. -// enable action=edit&version=-1 to force creation of a new version. -// added BABYCART_PATH config -// fixed magiqc in adodb.inc.php -// and some more docs -// -// Revision 1.21 2004/11/25 17:20:52 rurban -// and again a couple of more native db args: backlinks -// -// Revision 1.20 2004/11/23 13:35:49 rurban -// add case_exact search -// -// Revision 1.19 2004/11/21 11:59:26 rurban -// remove final \n to be ob_cache independent -// -// Revision 1.18 2004/11/09 17:11:17 rurban -// * revert to the wikidb ref passing. there's no memory abuse there. -// * use new wikidb->_cache->_id_cache[] instead of wikidb->_iwpcache, to effectively -// store page ids with getPageLinks (GleanDescription) of all existing pages, which -// are also needed at the rendering for linkExistingWikiWord(). -// pass options to pageiterator. -// use this cache also for _get_pageid() -// This saves about 8 SELECT count per page (num all pagelinks). -// * fix passing of all page fields to the pageiterator. -// * fix overlarge session data which got broken with the latest ACCESS_LOG_SQL changes -// -// Revision 1.17 2004/07/09 13:05:34 rurban -// just aesthetics -// -// Revision 1.16 2004/07/09 12:47:45 rurban -// dont cache _ cached_html and pagename in flatfile page iterators -// -// Revision 1.15 2004/07/09 10:06:50 rurban -// Use backend specific sortby and sortable_columns method, to be able to -// select between native (Db backend) and custom (PageList) sorting. -// Fixed PageList::AddPageList (missed the first) -// Added the author/creator.. name to AllPagesBy... -// display no pages if none matched. -// Improved dba and file sortby(). -// Use &$request reference -// -// Revision 1.14 2004/07/08 17:31:43 rurban -// improve numPages for file (fixing AllPagesTest) -// -// Revision 1.13 2004/07/08 15:23:59 rurban -// less verbose for tests -// -// Revision 1.12 2004/07/08 13:50:32 rurban -// various unit test fixes: print error backtrace on _DEBUG_TRACE; allusers fix; new PHPWIKI_NOMAIN constant for omitting the mainloop -// -// Revision 1.11 2004/07/08 11:12:49 rurban -// quiet the testruns -// -// Revision 1.10 2004/06/03 22:08:17 rurban -// fix bug #963268 (check existing previous version) -// -// Revision 1.9 2004/04/27 16:03:05 rurban -// missing pageiter::count methods -// -// Revision 1.8 2004/03/01 13:48:45 rurban -// rename fix -// p[] consistency fix -// -// Revision 1.7 2004/02/12 14:11:36 rurban -// more rename_page backend methods: only tested for PearDB! please help -// -// Revision 1.6 2004/01/26 09:17:51 rurban -// * changed stored pref representation as before. -// the array of objects is 1) bigger and 2) -// less portable. If we would import packed pref -// objects and the object definition was changed, PHP would fail. -// This doesn't happen with an simple array of non-default values. -// * use $prefs->retrieve and $prefs->store methods, where retrieve -// understands the interim format of array of objects also. -// * simplified $prefs->get() and fixed $prefs->set() -// * added $user->_userid and class '_WikiUser' portability functions -// * fixed $user object ->_level upgrading, mostly using sessions. -// this fixes yesterdays problems with loosing authorization level. -// * fixed WikiUserNew::checkPass to return the _level -// * fixed WikiUserNew::isSignedIn -// * added explodePageList to class PageList, support sortby arg -// * fixed UserPreferences for WikiUserNew -// * fixed WikiPlugin for empty defaults array -// * UnfoldSubpages: added pagename arg, renamed pages arg, -// removed sort arg, support sortby arg -// -// Revision 1.5 2004/01/25 08:17:29 rurban -// ORDER BY support for all other backends, -// all non-SQL simply ignoring it, using plain old dumb_iter instead -// -// Revision 1.4 2003/02/24 01:53:28 dairiki -// Bug fix. Don't need to urldecode pagenames in WikiDB_backend_file_iter. -// -// Revision 1.3 2003/01/04 03:41:51 wainstead -// Added copyleft flowerboxes -// -// Revision 1.2 2003/01/04 03:30:34 wainstead -// added log tag, converted file to unix format -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/install.php =================================================================== --- trunk/lib/install.php 2009-03-31 10:01:27 UTC (rev 6740) +++ trunk/lib/install.php 2009-03-31 11:41:21 UTC (rev 6741) @@ -57,28 +57,6 @@ init_install(); -/** - $Log: not supported by cvs2svn $ - Revision 1.3 2005/02/28 20:24:23 rurban - _GET is different from HTPP_GET_VARS. use the correct one - - Revision 1.2 2005/02/26 17:47:57 rurban - configurator: add (c), support show=_part1 initial expand, enable - ENABLE_FILE_OUTPUT, use part.id not name - install.php: fixed for multiple invocations (on various missing vars) - IniConfig: call install.php on more errors with expanded part. - - Revision 1.1 2004/12/06 19:49:58 rurban - enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now. - renamed delete_page to purge_page. - enable action=edit&version=-1 to force creation of a new version. - added BABYCART_PATH config - fixed magiqc in adodb.inc.php - and some more docs - - - */ - // For emacs users // Local Variables: // mode: php @@ -87,4 +65,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/plugin/AllPages.php =================================================================== --- trunk/lib/plugin/AllPages.php 2009-03-31 10:01:27 UTC (rev 6740) +++ trunk/lib/plugin/AllPages.php 2009-03-31 11:41:21 UTC (rev 6741) @@ -149,114 +149,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.36 2005/01/28 12:08:42 rurban -// dont print [] as user -// -// Revision 1.35 2004/12/06 19:50:04 rurban -// enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now. -// renamed delete_page to purge_page. -// enable action=edit&version=-1 to force creation of a new version. -// added BABYCART_PATH config -// fixed magiqc in adodb.inc.php -// and some more docs -// -// Revision 1.34 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.33 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 -// ... -// -// Revision 1.32 2004/10/05 17:00:04 rurban -// support paging for simple lists -// fix RatingDb sql backend. -// remove pages from AllPages (this is ListPages then) -// -// Revision 1.31 2004/09/17 14:25:45 rurban -// update comments -// -// Revision 1.30 2004/07/09 10:06:50 rurban -// Use backend specific sortby and sortable_columns method, to be able to -// select between native (Db backend) and custom (PageList) sorting. -// Fixed PageList::AddPageList (missed the first) -// Added the author/creator.. name to AllPagesBy... -// display no pages if none matched. -// Improved dba and file sortby(). -// Use &$request reference -// -// Revision 1.29 2004/07/08 21:32:36 rurban -// Prevent from more warnings, minor db and sort optimizations -// -// Revision 1.28 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.27 2004/07/08 17:31:43 rurban -// improve numPages for file (fixing AllPagesTest) -// -// Revision 1.26 2004/06/21 16:22:32 rurban -// add DEFAULT_DUMP_DIR and HTML_DUMP_DIR constants, for easier cmdline dumps, -// fixed dumping buttons locally (images/buttons/), -// support pages arg for dumphtml, -// optional directory arg for dumpserial + dumphtml, -// fix a AllPages warning, -// show dump warnings/errors on DEBUG, -// don't warn just ignore on wikilens pagelist columns, if not loaded. -// RateIt pagelist column is called "rating", not "ratingwidget" (Dan?) -// -// Revision 1.25 2004/06/14 11:31:38 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.24 2004/06/13 16:02:12 rurban -// empty list of pages if user=[] and not authenticated. -// -// Revision 1.23 2004/06/13 15:51:37 rurban -// Support pagelist filter for current author,owner,creator by [] -// -// Revision 1.22 2004/06/13 15:33:20 rurban -// new support for arguments owner, author, creator in most relevant -// PageList plugins. in WikiAdmin* via preSelectS() -// -// Revision 1.21 2004/04/20 00:06:53 rurban -// paging support -// -// Revision 1.20 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.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 2004/01/25 07:58:30 rurban -// PageList sortby support in PearDB and ADODB backends -// -// Revision 1.17 2003/02/27 20:10:30 dairiki -// Disable profiling output when DEBUG is defined but false. -// -// Revision 1.16 2003/02/21 04:08:26 dairiki -// New class DebugTimer in prepend.php to help report timing. -// -// Revision 1.15 2003/01/18 21:19:25 carstenklapp -// Code cleanup: -// Reformatting; added copyleft, getVersion, getDescription -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/BackLinks.php =================================================================== --- trunk/lib/plugin/BackLinks.php 2009-03-31 10:01:27 UTC (rev 6740) +++ trunk/lib/plugin/BackLinks.php 2009-03-31 11:41:21 UTC (rev 6741) @@ -188,76 +188,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.34 2007/05/19 13:31:20 rurban -// Fix AND warnings: de-perlify array access -// -// Revision 1.33 2007/01/04 16:46:22 rurban -// Add linkmore. Support multiple pages logically AND them. -// -// Revision 1.32 2004/12/06 19:50:05 rurban -// enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now. -// renamed delete_page to purge_page. -// enable action=edit&version=-1 to force creation of a new version. -// added BABYCART_PATH config -// fixed magiqc in adodb.inc.php -// and some more docs -// -// Revision 1.31 2004/11/26 18:39:02 rurban -// new regex search parser and SQL backends (90% complete, glob and pcre backends missing) -// -// Revision 1.30 2004/11/25 17:20:52 rurban -// and again a couple of more native db args: backlinks -// -// Revision 1.29 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.28 2004/10/14 17:16:22 rurban -// override DB sort: not applicable -// -// Revision 1.27 2004/09/25 16:33:52 rurban -// add support for all PageList options -// -// Revision 1.26 2004/09/14 10:32:32 rurban -// support exclude = plugin-list -// -// Revision 1.25 2004/09/13 15:00:50 rurban -// info=count: number of links at this subpage -// -// Revision 1.24 2004/04/18 05:42:17 rurban -// more fixes for page="0" -// better WikiForum support -// -// Revision 1.23 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.22 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.21 2003/12/22 07:31:57 carstenklapp -// Bugfix: commented out debugging code that snuck into the release. -// -// Revision 1.20 2003/12/14 05:36:31 carstenklapp -// Internal changes to prepare for an upcoming feature: Added some -// conditions and alternate phrases (alternate wording of text srings -// when referring to a non-existant page (i.e. WikiLink 'unknown')) when -// calling the BackLinks plugin *within* a non-existant page, such as -// from within an editpage or browse template while editing a new page. -// -// Revision 1.19 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/LinkDatabase.php =================================================================== --- trunk/lib/plugin/LinkDatabase.php 2009-03-31 10:01:27 UTC (rev 6740) +++ trunk/lib/plugin/LinkDatabase.php 2009-03-31 11:41:21 UTC (rev 6741) @@ -186,36 +186,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.7 2004/12/26 17:17:25 rurban -// announce dumps - mult.requests to avoid request::finish, e.g. LinkDatabase, PdfOut, ... -// -// Revision 1.6 2004/12/22 18:48:10 rurban -// default format=html for unit-tests and DumpHtml/Zip breakage -// -// Revision 1.5 2004/12/17 16:39:03 rurban -// minor reformatting -// -// Revision 1.4 2004/12/06 19:50:05 rurban -// enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now. -// renamed delete_page to purge_page. -// enable action=edit&version=-1 to force creation of a new version. -// added BABYCART_PATH config -// fixed magiqc in adodb.inc.php -// and some more docs -// -// Revision 1.3 2004/11/30 23:44:00 rurban -// some comments -// -// Revision 1.2 2004/11/30 23:02:45 rurban -// format=xml for hypergraph.sf.net applet -// -// Revision 1.1 2004/11/30 21:02:16 rurban -// A simple plugin for WikiBrowser at http://touchgraph.sourceforge.net/ -// List all pages with all links as text file (with some caching tricks). -// format=html currently unstable. -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/plugin/UnfoldSubpages.php =================================================================== --- trunk/lib/plugin/UnfoldSubpages.php 2009-03-31 10:01:27 UTC (rev 6740) +++ trunk/lib/plugin/UnfoldSubpages.php 2009-03-31 11:41:21 UTC (rev 6741) @@ -163,111 +163,6 @@ } }; -// $Log: not supported by cvs2svn $ -// Revision 1.21 2005/09/11 13:20:07 rurban -// use TitleSearch and iterators instead of get_all_pages -// -// Revision 1.20 2005/04/11 19:45:17 rurban -// proper linebreaks -// -// Revision 1.19 2005/01/21 14:12:48 rurban -// clarify $ct -// -// Revision 1.18 2004/12/06 19:50:05 rurban -// enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now. -// renamed delete_page to purge_page. -// enable action=edit&version=-1 to force creation of a new version. -// added BABYCART_PATH config -// fixed magiqc in adodb.inc.php -// and some more docs -// -// Revision 1.17 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.16 2004/09/25 16:35:09 rurban -// use stdlib firstNWordsOfContent, extractSection -// -// Revision 1.15 2004/07/03 14:48:18 rurban -// Tested new mysql 4.1.3-beta: binary search bug as fixed. -// => fixed action=upgrade, -// => version check in PearDB also (as in ADODB) -// -// Revision 1.14 2004/07/03 08:19:40 rurban -// trap recursive redirects -// -// Revision 1.13 2004/03/12 15:48:08 rurban -// fixed explodePageList: wrong sortby argument order in UnfoldSubpages -// simplified lib/stdlib.php:explodePageList -// -// Revision 1.12 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.11 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.10 2004/01/27 12:10:45 rurban -// fixed UnfoldSubpages and added docs. -// new arguments: pagename, maxpages -// some arguments are deprecated: sort (use sortby), pages (use maxpages) -// fixed sortby, added docs -// -// Revision 1.9 2004/01/26 09:18:00 rurban -// * changed stored pref representation as before. -// the array of objects is 1) bigger and 2) -// less portable. If we would import packed pref -// objects and the object definition was changed, PHP would fail. -// This doesn't happen with an simple array of non-default values. -// * use $prefs->retrieve and $prefs->store methods, where retrieve -// understands the interim format of array of objects also. -// * simplified $prefs->get() and fixed $prefs->set() -// * added $user->_userid and class '_WikiUser' portability functions -// * fixed $user object ->_level upgrading, mostly using sessions. -// this fixes yesterdays problems with loosing authorization level. -// * fixed WikiUserNew::checkPass to return the _level -// * fixed WikiUserNew::isSignedIn -// * added explodePageList to class PageList, support sortby arg -// * fixed UserPreferences for WikiUserNew -// * fixed WikiPlugin for empty defaults array -// * UnfoldSubpages: added pagename arg, renamed pages arg, -// removed sort arg, support sortby arg -// -// Revision 1.8 2004/01/25 10:52:16 rurban -// added sortby support to explodePageList() and UnfoldSubpages -// fixes [ 758044 ] Plugin UnfoldSubpages does not sort (includes fix) -// -// Revision 1.7 2003/02/21 04:12:06 dairiki -// Minor fixes for new cached markup. -// -// Revision 1.6 2003/02/11 09:34:34 rurban -// fix by Steven D. Brewer <sb...@bi...> to respect the $pages argument -// -// Revision 1.5 2003/01/18 22:11:44 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// -// Revision 1.4 2003/01/05 02:37:30 carstenklapp -// New: Implemented 'smalltitle' argument and date sorting fix from -// Cuthbert Cat's sf patch 655095. Added getVersion & getDescription; -// code rewrapping. -// -// Revision 1.3 2003/01/04 22:46:07 carstenklapp -// Workaround: when page has no subpages avoid include of nonexistant pages. -// - -// KNOWN ISSUES: -// - line & word limit doesn't work if the included page itself -// includes a plugin - // For emacs users // Local Variables: // mode: php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |