From af6370ff48d3e83a31c1073a4249e8a4e832058c Mon Sep 17 00:00:00 2001 From: vargenau Date: Tue, 31 Mar 2009 11:50:16 +0000 Subject: [PATCH] Remove history git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6742 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/ArchiveCleaner.php | 7 +-- lib/CachedMarkup.php | 63 --------------------- lib/Captcha.php | 12 ---- lib/DbSession.php | 13 +---- lib/DbaDatabase.php | 13 +---- lib/ErrorManager.php | 108 ----------------------------------- lib/ExternalReferrer.php | 14 ----- lib/FileFinder.php | 71 +---------------------- lib/HtmlParser.php | 12 ---- lib/HttpClient.php | 23 -------- lib/RssParser.php | 28 +-------- lib/SemanticWeb.php | 5 -- lib/SpamBlocklist.php | 9 +-- lib/Template.php | 119 --------------------------------------- lib/TextSearchQuery.php | 35 ------------ lib/WikiPluginCached.php | 52 ----------------- lib/XmlParser.php | 32 +---------- lib/pdf.php | 44 --------------- lib/ziplib.php | 78 ------------------------- 19 files changed, 7 insertions(+), 731 deletions(-) diff --git a/lib/ArchiveCleaner.php b/lib/ArchiveCleaner.php index d2cd5f708..5e51c9899 100644 --- a/lib/ArchiveCleaner.php +++ b/lib/ArchiveCleaner.php @@ -164,11 +164,6 @@ class ArchiveCleaner_Counter } } -// $Log: not supported by cvs2svn $ -// Revision 1.7 2005/10/29 08:57:57 rurban -// added (c) -// - // Local Variables: // mode: php // tab-width: 8 @@ -176,4 +171,4 @@ class ArchiveCleaner_Counter // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> diff --git a/lib/CachedMarkup.php b/lib/CachedMarkup.php index 0a8bcab96..57cd84097 100644 --- a/lib/CachedMarkup.php +++ b/lib/CachedMarkup.php @@ -801,69 +801,6 @@ class Cached_PluginInvocation extends Cached_DynamicContent { } } -// $Log: not supported by cvs2svn $ -// Revision 1.64 2008/03/21 20:35:52 rurban -// Improve upon embedded ImgObject, such as [ *.mp3 ], objects. -// Object tags now render as label correctly and param tags are also added. -// -// Revision 1.63 2008/03/17 19:03:08 rurban -// protect $WikiTheme->VALID_LINKS -// -// Revision 1.62 2008/02/14 18:40:32 rurban -// fix DUMP_MODE with LINKS -// -// Revision 1.61 2008/01/30 19:08:59 vargenau -// Valid HTML code: we need a div, it might contain a table -// -// Revision 1.60 2007/09/15 12:28:46 rurban -// Improve multi-page format handling: abstract _DumpHtmlToDir. get rid of non-external pdf, non-global VALID_LINKS -// -// Revision 1.59 2007/09/12 19:32:29 rurban -// link only VALID_LINKS with pagelist HTML_DUMP -// -// Revision 1.58 2007/07/14 12:30:53 rurban -// include => require -// -// Revision 1.57 2007/05/28 20:13:46 rurban -// Overwrite all attributes at once at page->save to delete dangling meta -// -// Revision 1.56 2007/04/08 16:39:40 rurban -// fix when DISABLE_UNITS = true (thanks to Walter Rafelsberger) -// simplify title calculation -// -// Revision 1.55 2007/03/18 17:35:14 rurban -// Fix :DontStoreLink -// -// Revision 1.54 2007/01/25 07:41:41 rurban -// Print attribute in title. Use CSS formatting for ::= -// -// Revision 1.53 2007/01/21 23:26:52 rurban -// Translate Found by -// -// Revision 1.52 2007/01/20 15:53:51 rurban -// Rewrite of SearchHighlight: through ActionPage and InlineParser -// -// Revision 1.51 2007/01/20 11:24:53 rurban -// add SpellCheck support -// -// Revision 1.50 2007/01/07 18:41:51 rurban -// Fix fallback ZipReader syntax error. Use label=false. Add parsed plugin names to the stored tree. -// -// Revision 1.49 2007/01/04 16:40:35 rurban -// Remove units object from CachedMarkup links, Store parsed linkinfo only: basevalue, baseunit. -// -// Revision 1.48 2007/01/03 21:22:08 rurban -// Use Units for attributes. Store the unified base value as Cached_SemanticLink->_attribute_base in the wikimarkup and display it as title. -// -// Revision 1.47 2007/01/02 13:17:57 rurban -// fix semantic page links and attributes, esp. attributes. they get stored as link to empty page also. tighten semantic url expander regex, omit want_content if not necessary -// -// Revision 1.46 2006/12/22 00:11:38 rurban -// add seperate expandurl method, to simplify pagename parsing -// -// Revision 1.45 2006/10/12 06:33:50 rurban -// decide later with which class to render this link (fixes interwiki link layout) - // (c-file-style: "gnu") // Local Variables: // mode: php diff --git a/lib/Captcha.php b/lib/Captcha.php index c09282c45..d44aa3edb 100644 --- a/lib/Captcha.php +++ b/lib/Captcha.php @@ -175,18 +175,6 @@ class Captcha { } -// $Log: not supported by cvs2svn $ -// Revision 1.5 2005/10/31 16:44:13 rurban -// fallback to PNG or GIF if JPEG support does not exist -// -// Revision 1.4 2005/10/30 14:20:42 rurban -// move Captcha specific vars and methods into a Captcha object -// randomize Captcha chars positions and angles (smoothly) -// -// Revision 1.3 2005/10/29 07:37:56 rurban -// USE_CAPTCHA_RANDOM_WORD by Dan Frankowski -// - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/DbSession.php b/lib/DbSession.php index b1c5a6138..51d8d8f40 100644 --- a/lib/DbSession.php +++ b/lib/DbSession.php @@ -62,17 +62,6 @@ class DbSession function quote($string) { return $string; } } -// $Log: not supported by cvs2svn $ -// Revision 1.34 2005/08/07 10:08:33 rurban -// dba simplification: no _backend in the subclass -// -// Revision 1.33 2005/02/27 19:40:36 rurban -// fix for php4 and case-sensitive filesystems -// -// Revision 1.32 2005/02/11 14:41:57 rurban -// seperate DbSession classes: less memory, a bit slower -// - // Local Variables: // mode: php // tab-width: 8 @@ -80,4 +69,4 @@ class DbSession // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> diff --git a/lib/DbaDatabase.php b/lib/DbaDatabase.php index 553f9a3cb..fab0459b9 100644 --- a/lib/DbaDatabase.php +++ b/lib/DbaDatabase.php @@ -174,17 +174,6 @@ class DbaDatabase } } -// $Log: not supported by cvs2svn $ -// Revision 1.21 2006/09/06 05:42:54 rurban -// unify dbh arg -// -// Revision 1.20 2006/08/15 13:35:33 rurban -// just aesthetics -// -// Revision 1.19 2006/06/18 11:01:25 rurban -// add rcsid log -// - // (c-file-style: "gnu") // Local Variables: // mode: php @@ -193,4 +182,4 @@ class DbaDatabase // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> diff --git a/lib/ErrorManager.php b/lib/ErrorManager.php index 1d3cc1481..7425fe393 100644 --- a/lib/ErrorManager.php +++ b/lib/ErrorManager.php @@ -643,114 +643,6 @@ if (!isset($GLOBALS['ErrorManager'])) { $GLOBALS['ErrorManager'] = new ErrorManager; } -// $Log: not supported by cvs2svn $ -// Revision 1.53 2008/03/17 19:04:05 rurban -// added destroyPostponedErrors: Get rid of all pending error messages in case of all -// non-html - pdf or image - output. -// -// Revision 1.52 2007/09/19 17:59:26 rurban -// use duplicates to save memory with DEBUG -// -// Revision 1.51 2007/09/15 12:31:37 rurban -// dont fatal on multi-page dumps -// -// Revision 1.50 2007/01/09 12:35:28 rurban -// release ready: turn off assert -// -// Revision 1.49 2006/12/22 00:17:49 rurban -// improve and unify error messages -// -// Revision 1.48 2006/03/19 14:29:40 rurban -// sf.net patch #1438439 by Matt Brown: Only set no-cache headers when error output is generated -// -// Revision 1.47 2005/10/31 17:20:40 rurban -// fix ConvertBefore -// -// Revision 1.46 2005/10/30 16:38:13 rurban -// minor fixes -// -// Revision 1.45 2005/10/29 14:28:08 uckelman -// existence of isa should be checked, not built-in is_a() -// -// Revision 1.44 2005/08/07 10:52:43 rurban -// stricter error handling: dba errors are fatal, display errors on Request->finish or session_close -// -// Revision 1.43 2005/04/11 19:41:23 rurban -// Improve postponed errors+warnins list layout. -// -// Revision 1.42 2005/02/26 18:29:07 rurban -// re-enable colored boxed errors -// -// Revision 1.41 2004/12/26 17:08:36 rurban -// php5 fixes: case-sensitivity, no & new -// -// Revision 1.40 2004/12/13 14:39:46 rurban -// aesthetics -// -// Revision 1.39 2004/11/05 18:04:20 rurban -// print errno only if _DEBUG_VERBOSE -// -// Revision 1.38 2004/10/19 17:34:55 rurban -// <4.3 fix -// -// Revision 1.37 2004/10/14 19:23:58 rurban -// remove debugging prints -// -// Revision 1.36 2004/10/12 15:35:43 rurban -// avoid Php Notice header -// -// Revision 1.35 2004/10/12 13:13:19 rurban -// php5 compatibility (5.0.1 ok) -// -// Revision 1.34 2004/09/24 18:52:19 rurban -// in deferred html error messages use the worst header and class -// (notice => warning => errors) -// -// Revision 1.33 2004/09/14 10:28:21 rurban -// use assert, maybe we should only turn it off for releases -// -// Revision 1.32 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.31 2004/07/02 09:55:58 rurban -// more stability fixes: new DISABLE_GETIMAGESIZE if your php crashes when loading LinkIcons: failing getimagesize in old phps; blockparser stabilized -// -// Revision 1.30 2004/06/25 14:29:12 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.29 2004/06/20 15:30:04 rurban -// get_class case-sensitivity issues -// -// Revision 1.28 2004/06/16 11:51:04 rurban -// fixed typo: undefined object #235 -// -// Revision 1.27 2004/06/13 09:38:20 rurban -// isa() workaround, if stdlib.php is not loaded -// -// Revision 1.26 2004/06/02 18:01:45 rurban -// init global FileFinder to add proper include paths at startup -// adds PHPWIKI_DIR if started from another dir, lib/pear also -// fix slashify for Windows -// fix USER_AUTH_POLICY=old, use only USER_AUTH_ORDER methods (besides HttpAuth) -// -// Revision 1.25 2004/06/02 10:18:36 rurban -// assert only if DEBUG is non-false -// -// Revision 1.24 2004/05/27 17:49:05 rurban -// renamed DB_Session to DbSession (in CVS also) -// added WikiDB->getParam and WikiDB->getAuthParam method to get rid of globals -// remove leading slash in error message -// added force_unlock parameter to File_Passwd (no return on stale locks) -// fixed adodb session AffectedRows -// added FileFinder helpers to unify local filenames and DATA_PATH names -// editpage.php: new edit toolbar javascript on ENABLE_EDIT_TOOLBAR -// -// - // (c-file-style: "gnu") // Local Variables: // mode: php diff --git a/lib/ExternalReferrer.php b/lib/ExternalReferrer.php index d0dbb7e37..4f2bdc07c 100644 --- a/lib/ExternalReferrer.php +++ b/lib/ExternalReferrer.php @@ -115,20 +115,6 @@ class SearchEngines { } } -// $Log: not supported by cvs2svn $ -// Revision 1.4 2007/01/07 18:42:29 rurban -// Update comment only -// -// Revision 1.3 2004/10/12 14:22:14 rurban -// lib/ExternalReferrer.php:99: Notice[8]: Undefined index: query -// -// Revision 1.2 2004/09/26 14:55:55 rurban -// fixed warning -// -// Revision 1.1 2004/09/26 12:20:28 rurban -// Detect external referrers, handle search engines -// - // For emacs users // Local Variables: // mode: php diff --git a/lib/FileFinder.php b/lib/FileFinder.php index 8bede9463..63ffba710 100644 --- a/lib/FileFinder.php +++ b/lib/FileFinder.php @@ -588,75 +588,6 @@ function isCygwin() { return (substr(PHP_OS,0,6) == 'CYGWIN'); } -// $Log: not supported by cvs2svn $ -// Revision 1.32 2007/01/04 16:44:47 rurban -// Remove VMS from internal note. -// -// Revision 1.31 2005/02/28 21:24:32 rurban -// ignore forbidden ini_set warnings. Bug #1117254 by Xavier Roche -// -// Revision 1.30 2004/11/10 19:32:21 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.29 2004/11/09 17:11:03 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.28 2004/11/06 17:02:33 rurban -// Workaround some php-win \\ duplication bug -// -// Revision 1.27 2004/10/14 19:23:58 rurban -// remove debugging prints -// -// Revision 1.26 2004/10/14 19:19:33 rurban -// loadsave: check if the dumped file will be accessible from outside. -// and some other minor fixes. (cvsclient native not yet ready) -// -// Revision 1.25 2004/10/12 13:13:19 rurban -// php5 compatibility (5.0.1 ok) -// -// Revision 1.24 2004/08/05 17:33:51 rurban -// strange problem with WikiTheme -// -// Revision 1.23 2004/06/19 12:33:25 rurban -// prevent some warnings in corner cases -// -// Revision 1.22 2004/06/14 11:31:20 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.21 2004/06/02 18:01:45 rurban -// init global FileFinder to add proper include paths at startup -// adds PHPWIKI_DIR if started from another dir, lib/pear also -// fix slashify for Windows -// fix USER_AUTH_POLICY=old, use only USER_AUTH_ORDER methods (besides HttpAuth) -// -// Revision 1.20 2004/05/27 17:49:05 rurban -// renamed DB_Session to DbSession (in CVS also) -// added WikiDB->getParam and WikiDB->getAuthParam method to get rid of globals -// remove leading slash in error message -// added force_unlock parameter to File_Passwd (no return on stale locks) -// fixed adodb session AffectedRows -// added FileFinder helpers to unify local filenames and DATA_PATH names -// editpage.php: new edit toolbar javascript on ENABLE_EDIT_TOOLBAR -// -// - // Local Variables: // mode: php // tab-width: 8 @@ -664,4 +595,4 @@ function isCygwin() { // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> diff --git a/lib/HtmlParser.php b/lib/HtmlParser.php index 8b296fa5e..508146dad 100644 --- a/lib/HtmlParser.php +++ b/lib/HtmlParser.php @@ -414,18 +414,6 @@ extends HtmlParser } } -// $Log: not supported by cvs2svn $ -// Revision 1.3 2004/12/26 17:10:44 rurban -// just docs or whitespace -// -// Revision 1.2 2004/10/19 13:23:06 rurban -// fixed: Unknown modifier "g" -// -// Revision 1.1 2004/05/24 17:31:31 rurban -// new XmlParser and HtmlParser, RssParser based on that. -// -// - // For emacs users // Local Variables: // mode: php diff --git a/lib/HttpClient.php b/lib/HttpClient.php index 5156e0f73..cd1d5dafb 100644 --- a/lib/HttpClient.php +++ b/lib/HttpClient.php @@ -383,29 +383,6 @@ class HttpClient { } } -// $Log: not supported by cvs2svn $ -// Revision 1.9 2007/03/18 10:16:30 rurban -// Fix POST redirects -// -// Revision 1.8 2007/01/02 13:18:35 rurban -// added postfile and xmlrpc support. added ContentType arg to buildRequest -// -// Revision 1.7 2006/06/18 11:02:01 rurban -// assume https <>80 -// -// Revision 1.6 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.5 2004/04/29 19:34:24 rurban -// omit "socket_set_timeout() is not supported in this PHP build" warning -// -// Revision 1.4 2004/04/12 18:15:28 rurban -// standard footer -// - // For emacs users // Local Variables: // mode: php diff --git a/lib/RssParser.php b/lib/RssParser.php index 2c0dd8eae..65c94a928 100644 --- a/lib/RssParser.php +++ b/lib/RssParser.php @@ -175,32 +175,6 @@ extends XmlParser { } } -// $Log: not supported by cvs2svn $ -// Revision 1.10 2005/01/22 11:45:09 rurban -// docs -// -// Revision 1.9 2004/06/08 21:12:02 rurban -// is_final fix for incremental parsing -// -// Revision 1.8 2004/06/08 21:03:20 rurban -// updated RssParser for XmlParser quirks (store parser object params in globals) -// -// Revision 1.7 2004/05/24 17:31:31 rurban -// new XmlParser and HtmlParser, RssParser based on that. -// -// Revision 1.6 2004/05/18 16:18:36 rurban -// AutoSplit at subpage seperators -// RssFeed stability fix for empty feeds or broken connections -// -// Revision 1.5 2004/04/26 20:44:34 rurban -// locking table specific for better databases -// -// Revision 1.4 2004/04/18 01:11:51 rurban -// more numeric pagename fixes. -// fixed action=upload with merge conflict warnings. -// charset changed from constant to global (dynamic utf-8 switching) -// - // For emacs users // Local Variables: // mode: php @@ -209,4 +183,4 @@ extends XmlParser { // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> diff --git a/lib/SemanticWeb.php b/lib/SemanticWeb.php index e0f6abc1f..44f02b0d2 100644 --- a/lib/SemanticWeb.php +++ b/lib/SemanticWeb.php @@ -397,11 +397,6 @@ class ReasonerBackend_Racer extends ReasonerBackend { class ReasonerBackend_KM extends ReasonerBackend { }; -// $Log: not supported by cvs2svn $ -// Revision 1.10 2007/07/14 12:03:32 rurban -// add rcs Log -// - // (c-file-style: "gnu") // Local Variables: // mode: php diff --git a/lib/SpamBlocklist.php b/lib/SpamBlocklist.php index 787bb85e1..0bd8afa93 100644 --- a/lib/SpamBlocklist.php +++ b/lib/SpamBlocklist.php @@ -119,13 +119,6 @@ function BlackListDebug($host) { } */ -// $Log: not supported by cvs2svn $ -// Revision 1.1 2005/10/29 08:21:58 rurban -// ENABLE_SPAMBLOCKLIST: -// Check for links to blocked external tld domains in new edits, against -// multi.surbl.org and bl.spamcop.net. -// - // Local Variables: // mode: php // tab-width: 8 @@ -133,4 +126,4 @@ function BlackListDebug($host) { // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> diff --git a/lib/Template.php b/lib/Template.php index 188f4ea31..56f4f7833 100644 --- a/lib/Template.php +++ b/lib/Template.php @@ -288,125 +288,6 @@ function GeneratePageasXML($content, $title, $page_revision = false, $args = fal return $html; } -// $Log: not supported by cvs2svn $ -// Revision 1.78 2007/09/12 19:32:29 rurban -// link only VALID_LINKS with pagelist HTML_DUMP -// -// Revision 1.77 2007/07/14 19:17:57 rurban -// fix template inclusion with a recursion cycle leading e.g. to crashes in blog PageInfo -// -// Revision 1.76 2007/05/13 18:13:04 rurban -// Protect against erronously closed template file -// -// Revision 1.75 2007/01/02 13:18:55 rurban -// speed up Template expansion. revision only necessary. fixed all affected templates -// -// Revision 1.73 2005/04/08 05:41:00 rurban -// fix Template("theme/name") inclusion -// -// Revision 1.72 2005/02/02 20:35:41 rurban -// add $SEP -// -// Revision 1.71 2005/02/02 19:29:30 rurban -// support theme overrides -// -// Revision 1.70 2005/01/25 07:01:26 rurban -// update comments about future plans -// -// Revision 1.69 2004/11/17 20:07:17 rurban -// just whitespace -// -// Revision 1.68 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.67 2004/11/05 18:03:35 rurban -// shorten the template chain in errmsg -// -// Revision 1.66 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.65 2004/10/07 16:08:58 rurban -// fixed broken FileUser session handling. -// thanks to Arnaud Fontaine for detecting this. -// enable file user Administrator membership. -// -// Revision 1.64 2004/10/04 23:40:35 rurban -// fix nested loops on htmldump errors -// -// Revision 1.63 2004/09/06 08:22:33 rurban -// prevent errorhandler to fail on empty templates -// -// Revision 1.62 2004/06/28 15:39:27 rurban -// fixed endless recursion in WikiGroup: isAdmin() -// -// Revision 1.61 2004/06/25 14:29:18 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/14 11:31:36 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.59 2004/05/18 16:23:39 rurban -// rename split_pagename to SplitPagename -// -// Revision 1.58 2004/05/15 19:48:33 rurban -// fix some too loose PagePerms for signed, but not authenticated users -// (admin, owner, creator) -// no double login page header, better login msg. -// moved action_pdf to lib/pdf.php -// -// Revision 1.57 2004/05/01 18:20:05 rurban -// Add $charset to template locals (instead of constant CHARSET) -// -// Revision 1.56 2004/04/12 13:04:50 rurban -// added auth_create: self-registering Db users -// fixed IMAP auth -// removed rating recommendations -// ziplib reformatting -// -// Revision 1.55 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.54 2004/03/02 18:11:39 rurban -// CreateToc support: Pass the preparsed markup to each plugin as $dbi->_markup -// to be able to know about its context, and even let the plugin change it. -// (see CreateToc) -// -// Revision 1.53 2004/02/22 23:20:31 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 (<> links on long lists) -// -// Revision 1.52 2003/12/20 23:59:19 carstenklapp -// Internal change: Added rcs Log tag & emacs php mode tag (sorry, forgot -// this in the last commit). -// - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/TextSearchQuery.php b/lib/TextSearchQuery.php index b92b1a14e..e572644be 100644 --- a/lib/TextSearchQuery.php +++ b/lib/TextSearchQuery.php @@ -1186,41 +1186,6 @@ class TextSearchQuery_Lexer { } } -// $Log: not supported by cvs2svn $ -// Revision 1.33 2008/05/21 04:28:38 rurban -// for the previous pcre short-cut -// -// Revision 1.32 2008/05/06 19:25:55 rurban -// perfomance optimisation: do numeric checks. Change EXACT semantics: ignore case_exact, always do strcmp. Change WORD match to use \b word boundary checks -// -// Revision 1.31 2007/09/12 19:36:47 rurban -// Fix Bug#1792170: Handle " ( " or "(test" without closing ")" as plain word. Allow single string token "0" -// -// Revision 1.30 2007/07/14 12:31:00 rurban -// fix bug#1752172 undefined method TextSearchQuery_node_or::_sql_quote() -// -// Revision 1.29 2007/07/14 12:03:38 rurban -// support ranked search: simple score() function -// -// Revision 1.28 2007/03/18 17:35:26 rurban -// Improve comments -// -// Revision 1.27 2007/01/21 23:27:32 rurban -// Fix ->_backend->qstr() -// -// Revision 1.26 2007/01/04 16:41:52 rurban -// Improve error description. Fix the function parser for illegal functions, when the tokenizer cannot be used. -// -// Revision 1.25 2007/01/03 21:22:34 rurban -// add getType(). NumericSearchQuery::check Improve hacker detection using token_get_all(). Better support for multiple attributes. Add getVars(). -// -// Revision 1.24 2007/01/02 13:19:05 rurban -// add NumericSearchQuery. change on pcre: no parsing done, detect modifiers -// -// Revision 1.23 2006/04/13 19:30:44 rurban -// make TextSearchQuery->_stoplist localizable and overridable within config.ini -// - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/WikiPluginCached.php b/lib/WikiPluginCached.php index e135122a5..3a23241ec 100644 --- a/lib/WikiPluginCached.php +++ b/lib/WikiPluginCached.php @@ -1161,58 +1161,6 @@ class WikiPluginCached extends WikiPlugin } // WikiPluginCached - -// $Log: not supported by cvs2svn $ -// Revision 1.24 2007/09/22 12:38:57 rurban -// smaller cached args footprint -// -// Revision 1.23 2007/09/12 19:38:41 rurban -// improve tempnam on windows, cleanup zero-sized files -// -// Revision 1.22 2007/01/25 07:42:09 rurban -// Remove early Cache.php loader. Do it later and better. -// -// Revision 1.21 2007/01/20 11:24:23 rurban -// Use cat/type for text pipe commands if input > 255 chars -// -// Revision 1.20 2005/09/26 06:28:46 rurban -// beautify tempnam() on Windows. Move execute() from above here -// -// Revision 1.19 2004/12/16 18:30:59 rurban -// avoid ugly img border -// -// Revision 1.18 2004/11/01 10:43:57 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.17 2004/10/12 15:06:02 rurban -// fixes for older php, removed warnings -// -// Revision 1.16 2004/10/12 14:56:57 rurban -// lib/WikiPluginCached.php:731: Notice[8]: Undefined property: _static -// -// Revision 1.15 2004/09/26 17:09:23 rurban -// add SVG support for Ploticus (and hopefully all WikiPluginCached types) -// SWF not yet. -// -// Revision 1.14 2004/09/25 16:26:08 rurban -// some plugins use HTML -// -// Revision 1.13 2004/09/22 13:46:25 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.12 2004/09/07 13:26:31 rurban -// new WikiPluginCached option debug=static and some more sf.net defaults for VisualWiki -// -// Revision 1.11 2004/09/06 09:12:46 rurban -// improve pear handling with silent fallback to ours -// - // For emacs users // Local Variables: // mode: php diff --git a/lib/XmlParser.php b/lib/XmlParser.php index a9fd561c7..a60e77385 100644 --- a/lib/XmlParser.php +++ b/lib/XmlParser.php @@ -167,36 +167,6 @@ class XmlParser { } } -// $Log: not supported by cvs2svn $ -// Revision 1.7 2007/05/27 19:47:31 rurban -// Disable chunkwise xml parsing because of php crashes -// -// Revision 1.6 2004/11/03 16:34:11 rurban -// proper msg if rss connection is broken or no items found -// -// Revision 1.5 2004/06/20 14:42:54 rurban -// various php5 fixes (still broken at blockparser) -// -// Revision 1.4 2004/06/08 21:03:20 rurban -// updated RssParser for XmlParser quirks (store parser object params in globals) -// -// Revision 1.3 2004/06/03 18:06:29 rurban -// fix file locking issues (only needed on write) -// fixed immediate LANG and THEME in-session updates if not stored in prefs -// advanced editpage toolbars (search & replace broken) -// -// Revision 1.2 2004/06/01 15:28:00 rurban -// AdminUser only ADMIN_USER not member of Administrators -// some RateIt improvements by dfrankow -// edit_toolbar buttons -// -// Revision 1.1 2004/05/24 17:31:31 rurban -// new XmlParser and HtmlParser, RssParser based on that. -// -// -// 2004-04-09 16:30:50 rurban: -// added fsockopen allow_url_fopen = Off workaround - // For emacs users // Local Variables: // mode: php @@ -205,4 +175,4 @@ class XmlParser { // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> diff --git a/lib/pdf.php b/lib/pdf.php index e204f79ce..46b610385 100644 --- a/lib/pdf.php +++ b/lib/pdf.php @@ -103,50 +103,6 @@ function ConvertAndDisplayPdf (&$request) { } } -// $Log: not supported by cvs2svn $ -// Revision 1.13 2007/09/15 12:28:46 rurban -// Improve multi-page format handling: abstract _DumpHtmlToDir. get rid of non-external pdf, non-global VALID_LINKS -// -// Revision 1.12 2007/09/12 19:41:38 rurban -// Enable format=pdf for pagelists (not yet finished) -// -// Revision 1.11 2007/02/17 14:14:55 rurban -// fix pagename for lists -// -// Revision 1.10 2007/01/07 18:44:39 rurban -// Add ConvertAndDisplayPdfPageList -// -// Revision 1.9 2006/09/06 06:02:05 rurban -// omit actionbar from pdf -// -// Revision 1.8 2006/08/25 22:09:00 rurban -// print pdf header earlier -// -// 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/20 13:40:19 rurban -// define all config.ini settings, only the supported will be taken from -default. -// support USE_EXTERNAL_HTML2PDF renderer (htmldoc tested) -// -// Revision 1.5 2004/09/17 14:19:02 rurban -// default pdf dest: browser -// -// Revision 1.4 2004/06/14 11:31:37 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.3 2004/05/15 19:49:09 rurban -// moved action_pdf to lib/pdf.php -// - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/ziplib.php b/lib/ziplib.php index 8c3193275..9c8282277 100644 --- a/lib/ziplib.php +++ b/lib/ziplib.php @@ -892,84 +892,6 @@ function ParseMimeifiedPages ($data) return array($page); } -// $Log: not supported by cvs2svn $ -// Revision 1.53 2007/05/19 14:41:14 rurban -// add owner to header to set correct owner on input -// -// Revision 1.52 2007/05/15 16:36:36 rurban -// nowarn on nosummary -// -// Revision 1.51 2007/03/27 07:12:06 rurban -// Patch #1688929 by Erwann Penet: force $crc32 unsigned also -// -// Revision 1.50 2007/02/17 14:15:59 rurban -// also charset convert summary -// -// Revision 1.49 2007/01/03 21:25:10 rurban -// Use convert_charset() -// -// Revision 1.48 2006/12/22 17:44:15 rurban -// support importing foreign charsets. e.g latin1 => utf8 -// -// Revision 1.47 2006/10/08 12:32:26 rurban -// workaround signed-unsigned issue (not solved). patch by Bob Apthorpe -// -// Revision 1.46 2006/03/07 20:47:36 rurban -// MimeifyPageRevision refactoring. see loadsave -// -// Revision 1.45 2005/12/27 18:05:48 rurban -// start with GZIP reading within ZipReader (not yet ready) -// -// Revision 1.44 2005/01/31 00:28:48 rurban -// fix bug 1044945: pgsrc upgrade problem if mime wo/body -// -// Revision 1.43 2005/01/25 08:00:09 rurban -// use unix type to support subdirs with forward slash and long filenames -// -// Revision 1.42 2004/11/16 16:17:51 rurban -// support ENABLE_PAGEPERM=false mime load/save -// -// Revision 1.41 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.40 2004/06/19 12:32:37 rurban -// new TEMP_DIR for ziplib -// -// Revision 1.39 2004/06/08 10:54:47 rurban -// better acl dump representation, read back acl and owner -// -// Revision 1.38 2004/06/08 10:05:11 rurban -// simplified admin action shortcuts -// -// Revision 1.37 2004/06/07 22:28:04 rurban -// add acl field to mimified dump -// -// Revision 1.36 2004/06/07 19:50:40 rurban -// add owner field to mimified dump -// -// Revision 1.35 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.34 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.33 2004/04/12 13:04:50 rurban -// added auth_create: self-registering Db users -// fixed IMAP auth -// removed rating recommendations -// ziplib reformatting -// - // Local Variables: // mode: php // tab-width: 8 -- 2.45.0