From: <var...@us...> - 2009-03-31 12:12:10
|
Revision: 6744 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6744&view=rev Author: vargenau Date: 2009-03-31 12:12:00 +0000 (Tue, 31 Mar 2009) Log Message: ----------- Remove history Modified Paths: -------------- trunk/lib/DbSession/ADODB.php trunk/lib/DbSession/PDO.php trunk/lib/DbSession/SQL.php trunk/lib/DbSession/dba.php trunk/lib/WikiDB/backend/PDO.php trunk/lib/WikiDB/backend/PDO_mysql.php trunk/lib/WikiDB/backend/PearDB_mysql.php trunk/lib/WikiDB/backend/PearDB_oci8.php trunk/lib/WikiDB/backend/PearDB_pgsql.php trunk/lib/WikiDB/backend/dbaBase.php trunk/lib/WikiDB/backend/dumb/MostRecentIter.php trunk/lib/WikiDB/backend/flatfile.php trunk/lib/WikiDB/backend.php trunk/lib/WikiDB/file.php trunk/lib/WikiUser/AdoDb.php trunk/lib/WikiUser/BogoLogin.php trunk/lib/WikiUser/Db.php trunk/lib/WikiUser/File.php trunk/lib/WikiUser/Forbidden.php trunk/lib/WikiUser/HttpAuth.php trunk/lib/WikiUser/HttpAuthUpper.php trunk/lib/WikiUser/IMAP.php trunk/lib/WikiUser/LDAP.php trunk/lib/WikiUser/POP3.php trunk/lib/WikiUser/PdoDb.php trunk/lib/WikiUser/PearDb.php trunk/lib/WikiUser/PersonalPage.php trunk/lib/WikiUser/Session.php trunk/lib/wikilens/Buddy.php trunk/lib/wikilens/PageListColumns.php trunk/lib/wikilens/RatingsDb.php trunk/lib/wikilens/RatingsUser.php trunk/lib/wikilens/Utils.php Modified: trunk/lib/DbSession/ADODB.php =================================================================== --- trunk/lib/DbSession/ADODB.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/DbSession/ADODB.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -258,14 +258,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.2 2005/11/21 20:48:48 rurban -// fix ref warnings reported by schorni -// -// Revision 1.1 2005/02/11 14:41:40 rurban -// seperate DbSession classes: less memory, a bit slower -// - // Local Variables: // mode: php // tab-width: 8 @@ -273,4 +265,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/DbSession/PDO.php =================================================================== --- trunk/lib/DbSession/PDO.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/DbSession/PDO.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -244,14 +244,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.2 2006/02/22 20:56:24 rurban -// fix more refs -// -// Revision 1.1 2005/02/11 14:41:40 rurban -// seperate DbSession classes: less memory, a bit slower -// - // Local Variables: // mode: php // tab-width: 8 @@ -259,4 +251,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/DbSession/SQL.php =================================================================== --- trunk/lib/DbSession/SQL.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/DbSession/SQL.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -240,15 +240,6 @@ } } - -// $Log: not supported by cvs2svn $ -// Revision 1.2 2005/11/21 20:57:58 rurban -// fix ref warnings, analog to ADODB -// -// Revision 1.1 2005/02/11 14:41:40 rurban -// seperate DbSession classes: less memory, a bit slower -// - // Local Variables: // mode: php // tab-width: 8 @@ -256,4 +247,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/DbSession/dba.php =================================================================== --- trunk/lib/DbSession/dba.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/DbSession/dba.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -137,20 +137,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.4 2006/02/22 20:56:24 rurban -// fix more refs -// -// Revision 1.3 2005/08/07 10:49:57 rurban -// do not connect/disconnect each time. fix refs -// -// Revision 1.2 2005/08/07 10:07:55 rurban -// dba simplification: use default timeout -// -// Revision 1.1 2005/02/11 14:41:40 rurban -// seperate DbSession classes: less memory, a bit slower -// - // Local Variables: // mode: php // tab-width: 8 @@ -158,4 +144,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiDB/backend/PDO.php =================================================================== --- trunk/lib/WikiDB/backend/PDO.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/backend/PDO.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -1491,45 +1491,6 @@ return $parsed; } -// $Log: not supported by cvs2svn $ -// Revision 1.11 2007/01/04 16:57:32 rurban -// Clarify API: sortby,limit and exclude are strings. fix upgrade test connection -// -// Revision 1.10 2006/12/22 01:04:12 rurban -// fix syntax error -// -// Revision 1.9 2006/11/19 14:04:39 rurban -// Oops. Syntax error in prev commit -// -// Revision 1.8 2006/11/19 14:03:32 rurban -// Replace IF by CASE in exists_link() -// -// Revision 1.7 2006/05/14 12:28:03 rurban -// mysql 5.x fix for wantedpages join -// -// Revision 1.6 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.5 2005/09/14 06:04:43 rurban -// optimize searching for ALL (ie %), use the stoplist on PDO -// -// Revision 1.4 2005/09/11 13:25:12 rurban -// enhance LIMIT support -// -// Revision 1.3 2005/09/10 21:30:16 rurban -// enhance titleSearch -// -// Revision 1.2 2005/02/11 14:45:45 rurban -// support ENABLE_LIVESEARCH, enable PDO sessions -// -// Revision 1.1 2005/02/10 19:01:22 rurban -// add PDO support -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/WikiDB/backend/PDO_mysql.php =================================================================== --- trunk/lib/WikiDB/backend/PDO_mysql.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/backend/PDO_mysql.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -150,14 +150,6 @@ } -// $Log: not supported by cvs2svn $ -// Revision 1.2 2005/04/10 10:43:25 rurban -// more mysql-4.1 quirks: add utf8 to the charset aliases table. (Bug #1180108) -// -// Revision 1.1 2005/02/10 19:01:24 rurban -// add PDO support -// - // (c-file-style: "gnu") // Local Variables: // mode: php @@ -166,4 +158,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiDB/backend/PearDB_mysql.php =================================================================== --- trunk/lib/WikiDB/backend/PearDB_mysql.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/backend/PearDB_mysql.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -225,11 +225,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.26 2006/12/22 17:49:05 rurban -// add Log -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/WikiDB/backend/PearDB_oci8.php =================================================================== --- trunk/lib/WikiDB/backend/PearDB_oci8.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/backend/PearDB_oci8.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -119,15 +119,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.13 2007/01/04 16:41:14 rurban -// Allow missing connection permissions on upgrade::_try_dbadmin_user. -// -// Revision 1.12 2006/12/22 00:27:37 rurban -// just add Log -// - - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/WikiDB/backend/PearDB_pgsql.php =================================================================== --- trunk/lib/WikiDB/backend/PearDB_pgsql.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/backend/PearDB_pgsql.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -317,17 +317,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.26 2007/01/04 16:45:49 rurban -// Clarify API: sortby,limit and exclude are strings. -// -// Revision 1.25 2006/12/23 11:56:17 rurban -// note about vacuum permissions -// -// Revision 1.24 2006/12/22 00:27:37 rurban -// just add Log -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/WikiDB/backend/dbaBase.php =================================================================== --- trunk/lib/WikiDB/backend/dbaBase.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/backend/dbaBase.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -825,28 +825,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.31 2007/08/25 18:16:23 rurban -// add args to check and rebuild -// fix sorting for empty mtime field -// improve docs -// -// Revision 1.30 2007/07/15 17:39:25 rurban -// update links at rename. optimize _has_link from O(n) to O(n/2) - binary search O(log n) in work -// -// Revision 1.29 2007/05/24 18:39:10 rurban -// limits for get_all_pages, improved WantedPages -// -// Revision 1.28 2007/01/03 21:26:01 rurban -// Fix dba searching for relations. Optimize link_search for strict attribute search. Add relation_search() -// -// Revision 1.27 2007/01/02 13:19:33 rurban -// faster list_relations method. new native link_search method. additions to rebuild() (still very slow), fix iterator options (for want_relations and exclude). Clarify API: sortby,limit and exclude are strings -// -// Revision 1.26 2006/12/22 00:27:37 rurban -// just add Log -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/WikiDB/backend/dumb/MostRecentIter.php =================================================================== --- trunk/lib/WikiDB/backend/dumb/MostRecentIter.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/backend/dumb/MostRecentIter.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -79,11 +79,6 @@ return $acreated - $bcreated; } -// $Log: not supported by cvs2svn $ -// Revision 1.8 2006/12/22 00:27:37 rurban -// just add Log -// - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/WikiDB/backend/flatfile.php =================================================================== --- trunk/lib/WikiDB/backend/flatfile.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/backend/flatfile.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -196,12 +196,6 @@ //class WikiDB_backend_flatfile_iter extends WikiDB_backend_file_iter {}; -// $Log: not supported by cvs2svn $ -// Revision 1.1 2007/01/02 13:19:47 rurban -// new flatfile backend (readable page files) -// -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/WikiDB/backend.php =================================================================== --- trunk/lib/WikiDB/backend.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/backend.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -764,29 +764,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.36 2008/03/17 19:13:22 rurban -// define default $backend_type -// -// Revision 1.35 2007/08/25 18:17:46 rurban -// rearrange access_log columns into natural order: request_args -// -// Revision 1.34 2007/07/14 12:03:51 rurban -// just typo -// -// Revision 1.33 2007/06/07 21:35:04 rurban -// fixed backend asArray access to iterators (DebugInfo with SQL) -// -// Revision 1.32 2007/02/17 14:14:41 rurban -// enforce accesslog types -// -// Revision 1.31 2007/01/28 22:49:55 rurban -// use backend specific SQL write_accesslog -// -// Revision 1.30 2007/01/02 13:20:26 rurban -// added link_search. Clarify API: sortby,limit and exclude are strings. -// - // For emacs users // Local Variables: // mode: php Modified: trunk/lib/WikiDB/file.php =================================================================== --- trunk/lib/WikiDB/file.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiDB/file.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -49,26 +49,6 @@ } } - -// $Log: not supported by cvs2svn $ -// Revision 1.5 2005/02/18 20:41:28 uckelman -// Re-enabled /tmp warnings to save those who choose not to read the -// instructions. -// -// Revision 1.4 2003/01/04 03:41:46 wainstead -// Added copyleft flowerboxes -// -// Revision 1.3 2003/01/04 03:29:02 wainstead -// ok, this time log tag for sure. -// -// revision 1.2 -// Added credits, php emacs stuff, log tag for CVS. -// -// revision 1.1 -// date: 2003/01/04 03:21:00; author: wainstead; state: Exp; -// New flat file database for the 1.3 branch thanks to Jochen Kalmbach. - - // (c-file-style: "gnu") // Local Variables: // mode: php Modified: trunk/lib/WikiUser/AdoDb.php =================================================================== --- trunk/lib/WikiUser/AdoDb.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/AdoDb.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -276,47 +276,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.11 2007/08/25 18:51:25 rurban -// protect _HomePagehandle -// -// Revision 1.10 2007/05/30 21:53:52 rurban -// add userid to authcreate -// -// Revision 1.9 2006/12/22 17:25:23 rurban -// forgot why -// -// Revision 1.8 2006/03/19 16:26:40 rurban -// fix DBAUTH arguments to be position independent, fixes bug #1358973 -// -// Revision 1.7 2005/10/10 19:43:49 rurban -// add DBAUTH_PREF_INSERT: self-creating users. by John Stevens -// -// Revision 1.6 2005/08/06 13:21:09 rurban -// switch to natural order password, userid -// -// Revision 1.5 2005/02/14 12:28:26 rurban -// fix policy strict. Thanks to Mikhail Vladimirov -// -// Revision 1.4 2004/12/26 17:11:15 rurban -// just copyright -// -// Revision 1.3 2004/12/20 16:05:01 rurban -// gettext msg unification -// -// Revision 1.2 2004/12/19 00:58:02 rurban -// Enforce PASSWORD_LENGTH_MINIMUM in almost all PassUser checks, -// Provide an errormessage if so. Just PersonalPage and BogoLogin not. -// Simplify httpauth logout handling and set sessions for all methods. -// fix main.php unknown index "x" getLevelDescription() warning. -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/WikiUser/BogoLogin.php =================================================================== --- trunk/lib/WikiUser/BogoLogin.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/BogoLogin.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -61,30 +61,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.5 2005/02/14 12:28:27 rurban -// fix policy strict. Thanks to Mikhail Vladimirov -// -// Revision 1.4 2004/12/26 17:11:15 rurban -// just copyright -// -// Revision 1.3 2004/11/06 03:07:03 rurban -// make use of dumped static config state in config/config.php (if writable) -// -// Revision 1.2 2004/11/05 20:53:36 rurban -// login cleanup: better debug msg on failing login, -// checked password less immediate login (bogo or anon), -// checked olduser pref session error, -// better PersonalPage without password warning on minimal password length=0 -// (which is default now) -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 @@ -92,4 +68,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/Db.php =================================================================== --- trunk/lib/WikiUser/Db.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/Db.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -97,20 +97,6 @@ } -// $Log: not supported by cvs2svn $ -// Revision 1.3 2005/06/10 06:11:56 rurban -// special validname method -// -// Revision 1.2 2004/12/26 17:11:15 rurban -// just copyright -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 @@ -118,4 +104,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/File.php =================================================================== --- trunk/lib/WikiUser/File.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/File.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -90,35 +90,6 @@ } -// $Log: not supported by cvs2svn $ -// Revision 1.7 2005/08/06 13:21:37 rurban -// only cosmetics -// -// Revision 1.6 2005/05/04 05:37:34 rurban -// fix #1191096 by Karel -// -// Revision 1.5 2005/02/14 12:28:27 rurban -// fix policy strict. Thanks to Mikhail Vladimirov -// -// Revision 1.4 2004/12/26 17:11:16 rurban -// just copyright -// -// Revision 1.3 2004/12/20 16:05:01 rurban -// gettext msg unification -// -// Revision 1.2 2004/12/19 00:58:02 rurban -// Enforce PASSWORD_LENGTH_MINIMUM in almost all PassUser checks, -// Provide an errormessage if so. Just PersonalPage and BogoLogin not. -// Simplify httpauth logout handling and set sessions for all methods. -// fix main.php unknown index "x" getLevelDescription() warning. -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 @@ -126,4 +97,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/Forbidden.php =================================================================== --- trunk/lib/WikiUser/Forbidden.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/Forbidden.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -16,11 +16,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.1 2004/11/05 18:11:38 rurban -// required dummy file -// - // Local Variables: // mode: php // tab-width: 8 @@ -28,4 +23,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/HttpAuth.php =================================================================== --- trunk/lib/WikiUser/HttpAuth.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/HttpAuth.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -133,36 +133,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.7 2006/09/03 10:10:00 rurban -// oops: reset this->_userid also -// -// Revision 1.6 2006/09/03 09:57:19 rurban -// Support AUTH_TYPE=NTLM (Windows domain\username) -// Workaround PHP _SERVER bug adding \\ => \\\\ -// -// Revision 1.5 2005/02/28 20:35:45 rurban -// linebreaks -// -// Revision 1.4 2004/12/26 17:11:16 rurban -// just copyright -// -// Revision 1.3 2004/12/19 00:58:02 rurban -// Enforce PASSWORD_LENGTH_MINIMUM in almost all PassUser checks, -// Provide an errormessage if so. Just PersonalPage and BogoLogin not. -// Simplify httpauth logout handling and set sessions for all methods. -// fix main.php unknown index "x" getLevelDescription() warning. -// -// Revision 1.2 2004/12/17 12:31:57 rurban -// better logout, fake httpauth not yet -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/WikiUser/HttpAuthUpper.php =================================================================== --- trunk/lib/WikiUser/HttpAuthUpper.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/HttpAuthUpper.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -143,9 +143,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.7 2006/09/03 10:10:00 rurban - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/WikiUser/IMAP.php =================================================================== --- trunk/lib/WikiUser/IMAP.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/IMAP.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -60,32 +60,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.6 2006/08/25 22:35:50 rurban -// fix checkPass call in userExists -// -// Revision 1.5 2005/04/25 19:46:08 rurban -// trivial tuning by michael pruitt. Patch #1120185 -// -// Revision 1.4 2004/12/26 17:11:17 rurban -// just copyright -// -// Revision 1.3 2004/12/20 16:05:01 rurban -// gettext msg unification -// -// Revision 1.2 2004/12/19 00:58:02 rurban -// Enforce PASSWORD_LENGTH_MINIMUM in almost all PassUser checks, -// Provide an errormessage if so. Just PersonalPage and BogoLogin not. -// Simplify httpauth logout handling and set sessions for all methods. -// fix main.php unknown index "x" getLevelDescription() warning. -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 @@ -93,4 +67,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/LDAP.php =================================================================== --- trunk/lib/WikiUser/LDAP.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/LDAP.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -233,43 +233,6 @@ } -// $Log: not supported by cvs2svn $ -// Revision 1.9 2007/06/13 12:48:14 rurban -// fix wrong fix from 1.3.13p1 -// -// Revision 1.8 2007/06/07 16:31:33 rurban -// Important! Fixes bug #1732882 ldap_bind with empty password -// Adds diagnostics on other ldap failures -// Fix password quoting -// -// Revision 1.7 2007/05/30 21:56:17 rurban -// Back to default uid for LDAP -// -// Revision 1.6 2007/05/29 16:56:15 rurban -// Allow more password und userid chars. uid => cn: default for certain testusers -// -// Revision 1.5 2005/10/10 19:43:49 rurban -// add DBAUTH_PREF_INSERT: self-creating users. by John Stevens -// -// Revision 1.4 2004/12/26 17:11:17 rurban -// just copyright -// -// Revision 1.3 2004/12/20 16:05:01 rurban -// gettext msg unification -// -// Revision 1.2 2004/12/19 00:58:02 rurban -// Enforce PASSWORD_LENGTH_MINIMUM in almost all PassUser checks, -// Provide an errormessage if so. Just PersonalPage and BogoLogin not. -// Simplify httpauth logout handling and set sessions for all methods. -// fix main.php unknown index "x" getLevelDescription() warning. -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/WikiUser/POP3.php =================================================================== --- trunk/lib/WikiUser/POP3.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/POP3.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -77,32 +77,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.6 2005/04/23 11:17:41 rurban -// bug #1186291 -// -// Revision 1.5 2005/03/19 07:30:52 rurban -// fixed missing IMAP dependency. Thanks to sun-man -// -// Revision 1.4 2004/12/26 17:11:17 rurban -// just copyright -// -// Revision 1.3 2004/12/20 16:05:01 rurban -// gettext msg unification -// -// Revision 1.2 2004/12/19 00:58:02 rurban -// Enforce PASSWORD_LENGTH_MINIMUM in almost all PassUser checks, -// Provide an errormessage if so. Just PersonalPage and BogoLogin not. -// Simplify httpauth logout handling and set sessions for all methods. -// fix main.php unknown index "x" getLevelDescription() warning. -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 @@ -110,4 +84,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/PdoDb.php =================================================================== --- trunk/lib/WikiUser/PdoDb.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/PdoDb.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -277,14 +277,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.2 2005/06/10 06:12:36 rurban -// finish missing db calls -// -// Revision 1.1 2005/05/06 16:56:48 rurban -// add PdoDbPassUser -// - // Local Variables: // mode: php // tab-width: 8 @@ -292,4 +284,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/PearDb.php =================================================================== --- trunk/lib/WikiUser/PearDb.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/PearDb.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -237,51 +237,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.11 2007/05/30 21:53:52 rurban -// add userid to authcreate -// -// Revision 1.10 2006/03/19 16:26:40 rurban -// fix DBAUTH arguments to be position independent, fixes bug #1358973 -// -// Revision 1.9 2005/10/10 19:43:49 rurban -// add DBAUTH_PREF_INSERT: self-creating users. by John Stevens -// -// Revision 1.8 2005/08/06 13:21:09 rurban -// switch to natural order password, userid -// -// Revision 1.7 2005/02/14 12:28:27 rurban -// fix policy strict. Thanks to Mikhail Vladimirov -// -// Revision 1.6 2005/01/06 15:44:22 rurban -// move password length checker to correct method. thanks to Charles Corrigan -// -// Revision 1.5 2004/12/26 17:11:17 rurban -// just copyright -// -// Revision 1.4 2004/12/20 16:05:01 rurban -// gettext msg unification -// -// Revision 1.3 2004/12/19 00:58:02 rurban -// Enforce PASSWORD_LENGTH_MINIMUM in almost all PassUser checks, -// Provide an errormessage if so. Just PersonalPage and BogoLogin not. -// Simplify httpauth logout handling and set sessions for all methods. -// fix main.php unknown index "x" getLevelDescription() warning. -// -// Revision 1.2 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.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/WikiUser/PersonalPage.php =================================================================== --- trunk/lib/WikiUser/PersonalPage.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/PersonalPage.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -63,33 +63,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.6 2005/06/22 05:36:52 rurban -// looser isValidName method -// -// Revision 1.5 2005/02/14 12:28:27 rurban -// fix policy strict. Thanks to Mikhail Vladimirov -// -// Revision 1.4 2004/12/26 17:11:17 rurban -// just copyright -// -// Revision 1.3 2004/11/05 22:09:39 rurban -// empty passwd PersonalPage case -// -// Revision 1.2 2004/11/05 20:53:36 rurban -// login cleanup: better debug msg on failing login, -// checked password less immediate login (bogo or anon), -// checked olduser pref session error, -// better PersonalPage without password warning on minimal password length=0 -// (which is default now) -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 @@ -97,4 +70,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WikiUser/Session.php =================================================================== --- trunk/lib/WikiUser/Session.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/WikiUser/Session.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -55,20 +55,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.2 2004/12/19 00:58:02 rurban -// Enforce PASSWORD_LENGTH_MINIMUM in almost all PassUser checks, -// Provide an errormessage if so. Just PersonalPage and BogoLogin not. -// Simplify httpauth logout handling and set sessions for all methods. -// fix main.php unknown index "x" getLevelDescription() warning. -// -// Revision 1.1 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 -// ... -// - // Local Variables: // mode: php // tab-width: 8 @@ -76,4 +62,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/wikilens/Buddy.php =================================================================== --- trunk/lib/wikilens/Buddy.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/wikilens/Buddy.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -168,19 +168,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.3 2004/11/21 11:59:26 rurban -// remove final \n to be ob_cache independent -// -// Revision 1.2 2004/11/15 16:00:02 rurban -// enable RateIt imgPrefix: '' or 'Star' or 'BStar', -// enable blue prediction icons, -// enable buddy predictions. -// -// Revision 1.1 2004/06/18 14:42:17 rurban -// added wikilens libs (not yet merged good enough, some work for DanFr) -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/wikilens/PageListColumns.php =================================================================== --- trunk/lib/wikilens/PageListColumns.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/wikilens/PageListColumns.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -393,54 +393,6 @@ _("Prediction"), false),*/ )); -// $Log: not supported by cvs2svn $ -// Revision 1.10 2005/09/30 18:41:39 uckelman -// Fixed more passes-by-reference. -// -// Revision 1.9 2004/12/26 17:08:36 rurban -// php5 fixes: case-sensitivity, no & new -// -// Revision 1.8 2004/11/06 17:13:17 rurban -// init is easier this way: no ->init(), pass params instead -// -// Revision 1.7 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.6 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.5 2004/07/07 15:01:44 dfrankow -// Allow ratingvalue, ratingwidget, prediction, numbacklinks columns to be sortable -// -// Revision 1.4 2004/06/30 20:12:09 dfrankow -// + Change numbacklinks function to use existing core functions. -// It's slower, but it'll work. -// -// + Change ratingvalue column to get its specific user as column 5 (index 4). -// -// + ratingwidget column uses WikiPlugin_RateIt's RatingWidgetHtml -// -// Revision 1.3 2004/06/21 17:01:41 rurban -// fix typo and rating method call -// -// Revision 1.2 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.1 2004/06/18 14:42:17 rurban -// added wikilens libs (not yet merged good enough, some work for DanFr) -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/wikilens/RatingsDb.php =================================================================== --- trunk/lib/wikilens/RatingsDb.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/wikilens/RatingsDb.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -738,72 +738,6 @@ } */ -// $Log: not supported by cvs2svn $ -// Revision 1.16 2007/12/21 17:00:02 rurban -// Do not overwrite other ratings with metadata DB -// -// Revision 1.15 2007/05/29 16:56:54 rurban -// Fix dba -// -// Revision 1.14 2007/01/21 23:16:29 rurban -// Fix dba with RATING_STORAGE=SQL -// -// Revision 1.13 2005/10/10 19:51:41 rurban -// fix aesthetic issues by John Stevens -// -// Revision 1.12 2004/11/15 16:00:02 rurban -// enable RateIt imgPrefix: '' or 'Star' or 'BStar', -// enable blue prediction icons, -// enable buddy predictions. -// -// Revision 1.11 2004/11/01 10:44:00 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.10 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.9 2004/10/05 00:33:44 rurban -// intermediate fix for non-sql WikiDB and SQL rating -// -// Revision 1.8 2004/07/20 18:00:50 dfrankow -// Add EXPLICIT_RATINGS_DIMENSION constant. More dimensions on the way -// for lists. -// -// Fix delete_rating(). -// -// Revision 1.7 2004/07/08 19:14:57 rurban -// more metadata fixes -// -// Revision 1.6 2004/07/08 19:04:45 rurban -// more unittest fixes (file backend, metadata RatingsDb) -// -// Revision 1.5 2004/07/08 13:50:33 rurban -// various unit test fixes: print error backtrace on _DEBUG_TRACE; allusers fix; new PHPWIKI_NOMAIN constant for omitting the mainloop -// -// Revision 1.4 2004/07/07 19:47:36 dfrankow -// Fixes to get PreferencesApp to work-- thanks syilek -// -// Revision 1.3 2004/06/30 20:05:36 dfrankow -// + Add getTheRatingsDb() singleton. -// + Remove defaulting of dimension, userid, pagename in getRating-- -// it didn't work -// + Fix typo in get_rating. -// + Fix _sql_get_rating_result -// + Fix sql_rate(). It's now not transactionally safe yet, but at least it -// works. -// -// Revision 1.2 2004/06/19 10:22:41 rurban -// outcomment the pear specific methods to let all pages load -// -// Revision 1.1 2004/06/18 14:42:17 rurban -// added wikilens libs (not yet merged good enough, some work for DanFr) -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/wikilens/RatingsUser.php =================================================================== --- trunk/lib/wikilens/RatingsUser.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/wikilens/RatingsUser.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -427,25 +427,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.5 2004/11/15 16:00:02 rurban -// enable RateIt imgPrefix: '' or 'Star' or 'BStar', -// enable blue prediction icons, -// enable buddy predictions. -// -// Revision 1.4 2004/07/08 19:04:49 rurban -// more unittest fixes (file backend, metadata RatingsDb) -// -// Revision 1.3 2004/06/30 20:06:44 dfrankow -// Use RatingsDb singleton. -// -// Revision 1.2 2004/06/21 17:01:41 rurban -// fix typo and rating method call -// -// Revision 1.1 2004/06/18 14:42:17 rurban -// added wikilens libs (not yet merged good enough, some work for DanFr) -// - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/wikilens/Utils.php =================================================================== --- trunk/lib/wikilens/Utils.php 2009-03-31 12:02:55 UTC (rev 6743) +++ trunk/lib/wikilens/Utils.php 2009-03-31 12:12:00 UTC (rev 6744) @@ -97,11 +97,6 @@ return $var != ""; } -// $Log: not supported by cvs2svn $ -// Revision 1.1 2004/06/18 14:42:17 rurban -// added wikilens libs (not yet merged good enough, some work for DanFr) -// - // Local Variables: // mode: php // tab-width: 8 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |