From 4e635b211a82873d8e51a0794d3a2744ac697e2e Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 14 May 2009 10:21:19 +0000 Subject: [PATCH] Remove history git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6809 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- ImageTile.php | 10 --------- lib/WysiwygEdit.php | 16 +-------------- lib/WysiwygEdit/FCKeditor.php | 9 --------- lib/WysiwygEdit/htmlarea2.php | 8 -------- lib/WysiwygEdit/htmlarea3.php | 10 +-------- lib/WysiwygEdit/tinymce.php | 10 --------- lib/XmlRpcClient.php | 13 ------------ lib/XmlRpcServer.php | 38 ----------------------------------- lib/difflib.php | 28 +------------------------- 9 files changed, 3 insertions(+), 139 deletions(-) diff --git a/ImageTile.php b/ImageTile.php index d9ab292c8..941406a7d 100644 --- a/ImageTile.php +++ b/ImageTile.php @@ -141,16 +141,6 @@ function show_plain () { exit(); } -/* - $Log: not supported by cvs2svn $ - Revision 1.5 2007/01/04 16:44:18 rurban - mkdir 0775 - - Revision 1.4 2005/10/31 17:03:19 rurban - fix "r" - -*/ - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/WysiwygEdit.php b/lib/WysiwygEdit.php index 230900b3c..c887a1d5e 100644 --- a/lib/WysiwygEdit.php +++ b/lib/WysiwygEdit.php @@ -132,20 +132,6 @@ class HtmlTransformer extends InlineTransformer } } -/* - $Log: not supported by cvs2svn $ - Revision 1.3 2005/10/31 17:20:40 rurban - fix ConvertBefore - - Revision 1.2 2005/10/31 16:46:13 rurban - move old default transformers to baseclass - - Revision 1.1 2005/10/30 14:22:15 rurban - refactor WysiwygEdit - - -*/ - // Local Variables: // mode: php // tab-width: 8 @@ -153,4 +139,4 @@ class HtmlTransformer extends InlineTransformer // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> diff --git a/lib/WysiwygEdit/FCKeditor.php b/lib/WysiwygEdit/FCKeditor.php index ad58cc0bd..5918c1041 100644 --- a/lib/WysiwygEdit/FCKeditor.php +++ b/lib/WysiwygEdit/FCKeditor.php @@ -106,15 +106,6 @@ oFCKeditor.Create();"), } - -/* - $Log: not supported by cvs2svn $ - Revision 1.1 2005/10/31 16:41:46 rurban - added FCKeditor + spaw - - -*/ - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/WysiwygEdit/htmlarea2.php b/lib/WysiwygEdit/htmlarea2.php index e3058a148..fec01c632 100644 --- a/lib/WysiwygEdit/htmlarea2.php +++ b/lib/WysiwygEdit/htmlarea2.php @@ -61,14 +61,6 @@ if (win_ie_ver >= 5.5) { } -/* - $Log: not supported by cvs2svn $ - Revision 1.1 2005/10/30 14:22:15 rurban - refactor WysiwygEdit - - -*/ - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/WysiwygEdit/htmlarea3.php b/lib/WysiwygEdit/htmlarea3.php index a15f92cf6..d3a7a7fba 100644 --- a/lib/WysiwygEdit/htmlarea3.php +++ b/lib/WysiwygEdit/htmlarea3.php @@ -107,14 +107,6 @@ function highlight() { } } -/* - $Log: not supported by cvs2svn $ - Revision 1.1 2005/10/30 14:22:15 rurban - refactor WysiwygEdit - - -*/ - // Local Variables: // mode: php // tab-width: 8 @@ -122,4 +114,4 @@ function highlight() { // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> diff --git a/lib/WysiwygEdit/tinymce.php b/lib/WysiwygEdit/tinymce.php index 3e5c99964..2227f01b5 100644 --- a/lib/WysiwygEdit/tinymce.php +++ b/lib/WysiwygEdit/tinymce.php @@ -63,16 +63,6 @@ tinyMCE.init({ } } -/* - $Log: not supported by cvs2svn $ - Revision 1.2 2005/10/31 16:41:46 rurban - added FCKeditor + spaw - - Revision 1.1 2005/10/30 14:22:15 rurban - refactor WysiwygEdit - -*/ - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/XmlRpcClient.php b/lib/XmlRpcClient.php index 624016883..8d8d42b31 100644 --- a/lib/XmlRpcClient.php +++ b/lib/XmlRpcClient.php @@ -112,19 +112,6 @@ function wiki_xmlrpc_post($method, $args = null, $url = null, $auth = null) { return $result; } -/* - $Log: not supported by cvs2svn $ - Revision 1.3 2007/01/22 23:42:13 rurban - Back to WIKI_XMLRPC_VERSION 1. Explain why - - Revision 1.2 2007/01/03 21:25:43 rurban - use explicit RPC2 url because of still unresolved dba problem. - - Revision 1.1 2007/01/02 13:21:12 rurban - split client from server - - */ - // (c-file-style: "gnu") // Local Variables: // mode: php diff --git a/lib/XmlRpcServer.php b/lib/XmlRpcServer.php index a6b24c796..29271418a 100644 --- a/lib/XmlRpcServer.php +++ b/lib/XmlRpcServer.php @@ -966,44 +966,6 @@ class XmlRpcServer extends xmlrpc_server } } -/* - $Log: not supported by cvs2svn $ - Revision 1.24 2007/01/22 23:42:13 rurban - Back to WIKI_XMLRPC_VERSION 1. Explain why - - Revision 1.23 2007/01/10 20:47:45 rurban - change int to string because of acdropdown - - Revision 1.22 2007/01/07 18:44:11 rurban - Add summary to getRecentChanges result - - Revision 1.21 2007/01/04 16:42:13 rurban - Use require, not include! - - Revision 1.20 2007/01/03 21:25:52 rurban - add option argument to listRelations. - - Revision 1.19 2007/01/02 13:21:21 rurban - split client from server. added getUploadedFileInfo (for SyncWiki), callPlugin (for WikiFormRich) - - Revision 1.18 2006/05/18 06:10:45 rurban - add xmlrpc listRelations signature - - Revision 1.17 2005/10/31 16:49:31 rurban - fix doc - - Revision 1.16 2005/10/29 14:17:51 rurban - fix doc - - Revision 1.15 2005/10/29 08:57:12 rurban - fix for !register_long_arrays - new: array wiki.listPlugins() - String wiki.getPluginSynopsis(String plugin) - String pingback.ping(String sourceURI, String targetURI) (preliminary) - - - */ - // (c-file-style: "gnu") // Local Variables: // mode: php diff --git a/lib/difflib.php b/lib/difflib.php index 2ce19df5a..b193c7099 100644 --- a/lib/difflib.php +++ b/lib/difflib.php @@ -908,32 +908,6 @@ class BlockDiffFormatter extends DiffFormatter } } -/** - $Log: not supported by cvs2svn $ - Revision 1.11 2004/11/21 11:59:19 rurban - remove final \n to be ob_cache independent - - Revision 1.10 2004/04/08 01:22:53 rurban - fixed PageChange Notification - - Revision 1.9 2003/11/30 18:43:18 carstenklapp - Fixed careless mistakes in my last optimization commit. - - Revision 1.8 2003/11/30 18:20:34 carstenklapp - Minor code optimization: reduce invariant loops - - Revision 1.7 2003/01/03 22:27:17 carstenklapp - Minor adjustments to diff block markers ("<<<<<<<"). Source reformatting. - - Revision 1.6 2003/01/02 22:51:43 carstenklapp - Specifying a leading diff context size larger than the available - context now returns the available number of lines instead of the - default. (Prevent negative offsets to array_slice() when $nlead > - sizeof($context)). Added BlockDiffFormatter, to be used by future - enhancements to reload / upgrade pgsrc. - - */ - // Local Variables: // mode: php // tab-width: 8 @@ -941,4 +915,4 @@ class BlockDiffFormatter extends DiffFormatter // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> -- 2.45.0