From e7737455fe3b0d3cf5a4b343374286a04b071e6d Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 21 Aug 2008 18:32:23 +0000 Subject: [PATCH] Add getVersion git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6180 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/CalendarList.php | 10 +++++++++- lib/plugin/GoTo.php | 13 +++++++++++-- lib/plugin/HtmlConverter.php | 7 ++++++- lib/plugin/UpLoad.php | 10 +++++++++- 4 files changed, 35 insertions(+), 5 deletions(-) diff --git a/lib/plugin/CalendarList.php b/lib/plugin/CalendarList.php index 77249fb55..52423a97c 100644 --- a/lib/plugin/CalendarList.php +++ b/lib/plugin/CalendarList.php @@ -1,5 +1,5 @@ '[pagename]', 'date_format' => '%Y-%m-%d', @@ -227,6 +232,9 @@ extends WikiPlugin // $Log: not supported by cvs2svn $ +// Revision 1.12 2008/08/17 07:45:03 vargenau +// No comma in default +// // Revision 1.11 2008/02/14 18:58:15 rurban // provide mday default // diff --git a/lib/plugin/GoTo.php b/lib/plugin/GoTo.php index f8115fb16..47c7ba16e 100644 --- a/lib/plugin/GoTo.php +++ b/lib/plugin/GoTo.php @@ -1,5 +1,5 @@ 32); } @@ -66,6 +71,10 @@ extends WikiPlugin }; // $Log: not supported by cvs2svn $ +// Revision 1.4 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.3 2004/04/18 01:11:52 rurban // more numeric pagename fixes. // fixed action=upload with merge conflict warnings. diff --git a/lib/plugin/HtmlConverter.php b/lib/plugin/HtmlConverter.php index f8ee03708..8f6ffd944 100644 --- a/lib/plugin/HtmlConverter.php +++ b/lib/plugin/HtmlConverter.php @@ -1,5 +1,5 @@ "); } + function getVersion() { + return preg_replace("/[Revision: $]/", '', + "\$Revision: 1.31 $"); + } + function getDefaultArguments() { return array('logfile' => 'phpwiki-upload.log', // add a link of the fresh file automatically to the @@ -290,6 +295,9 @@ ws[cfh]"); } // $Log: not supported by cvs2svn $ +// Revision 1.30 2008/08/03 17:25:41 vargenau +// Add message: "No file selected. Please select one." +// // Revision 1.29 2008/08/03 17:06:32 vargenau // Add Open Document Format suffixes: odg, odp, ods, odt // -- 2.45.0