From: <var...@us...> - 2009-05-14 10:21:32
|
Revision: 6809 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6809&view=rev Author: vargenau Date: 2009-05-14 10:21:19 +0000 (Thu, 14 May 2009) Log Message: ----------- Remove history Modified Paths: -------------- trunk/ImageTile.php trunk/lib/WysiwygEdit/FCKeditor.php trunk/lib/WysiwygEdit/htmlarea2.php trunk/lib/WysiwygEdit/htmlarea3.php trunk/lib/WysiwygEdit/tinymce.php trunk/lib/WysiwygEdit.php trunk/lib/XmlRpcClient.php trunk/lib/XmlRpcServer.php trunk/lib/difflib.php Modified: trunk/ImageTile.php =================================================================== --- trunk/ImageTile.php 2009-05-14 10:11:35 UTC (rev 6808) +++ trunk/ImageTile.php 2009-05-14 10:21:19 UTC (rev 6809) @@ -141,16 +141,6 @@ 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 Modified: trunk/lib/WysiwygEdit/FCKeditor.php =================================================================== --- trunk/lib/WysiwygEdit/FCKeditor.php 2009-05-14 10:11:35 UTC (rev 6808) +++ trunk/lib/WysiwygEdit/FCKeditor.php 2009-05-14 10:21:19 UTC (rev 6809) @@ -106,15 +106,6 @@ } - -/* - $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 Modified: trunk/lib/WysiwygEdit/htmlarea2.php =================================================================== --- trunk/lib/WysiwygEdit/htmlarea2.php 2009-05-14 10:11:35 UTC (rev 6808) +++ trunk/lib/WysiwygEdit/htmlarea2.php 2009-05-14 10:21:19 UTC (rev 6809) @@ -61,14 +61,6 @@ } -/* - $Log: not supported by cvs2svn $ - Revision 1.1 2005/10/30 14:22:15 rurban - refactor WysiwygEdit - - -*/ - // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/WysiwygEdit/htmlarea3.php =================================================================== --- trunk/lib/WysiwygEdit/htmlarea3.php 2009-05-14 10:11:35 UTC (rev 6808) +++ trunk/lib/WysiwygEdit/htmlarea3.php 2009-05-14 10:21:19 UTC (rev 6809) @@ -107,14 +107,6 @@ } } -/* - $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 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/WysiwygEdit/tinymce.php =================================================================== --- trunk/lib/WysiwygEdit/tinymce.php 2009-05-14 10:11:35 UTC (rev 6808) +++ trunk/lib/WysiwygEdit/tinymce.php 2009-05-14 10:21:19 UTC (rev 6809) @@ -63,16 +63,6 @@ } } -/* - $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 Modified: trunk/lib/WysiwygEdit.php =================================================================== --- trunk/lib/WysiwygEdit.php 2009-05-14 10:11:35 UTC (rev 6808) +++ trunk/lib/WysiwygEdit.php 2009-05-14 10:21:19 UTC (rev 6809) @@ -132,20 +132,6 @@ } } -/* - $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 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/lib/XmlRpcClient.php =================================================================== --- trunk/lib/XmlRpcClient.php 2009-05-14 10:11:35 UTC (rev 6808) +++ trunk/lib/XmlRpcClient.php 2009-05-14 10:21:19 UTC (rev 6809) @@ -112,19 +112,6 @@ 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 Modified: trunk/lib/XmlRpcServer.php =================================================================== --- trunk/lib/XmlRpcServer.php 2009-05-14 10:11:35 UTC (rev 6808) +++ trunk/lib/XmlRpcServer.php 2009-05-14 10:21:19 UTC (rev 6809) @@ -966,44 +966,6 @@ } } -/* - $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 Modified: trunk/lib/difflib.php =================================================================== --- trunk/lib/difflib.php 2009-05-14 10:11:35 UTC (rev 6808) +++ trunk/lib/difflib.php 2009-05-14 10:21:19 UTC (rev 6809) @@ -908,32 +908,6 @@ } } -/** - $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 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |