Update of /cvsroot/phpcms-plugins/onlineEditor4phpCMS/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19385/include
Modified Files:
class.editor.php class.ext_editor.php class.image.php
class.phpcmsMenu.php class.template.php class.utilities.php
Log Message:
cleaned for release
Index: class.ext_editor.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/include/class.ext_editor.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- class.ext_editor.php 16 May 2004 22:35:59 -0000 1.12
+++ class.ext_editor.php 21 May 2004 21:13:02 -0000 1.13
@@ -23,7 +23,7 @@
*
*
* @package editor
-* @author Martin Jahn <ma...@ma...>
+* @author Martin Jahn <mj...@us...>
* @copyright (c) Copyright by Martin Jahn
* @license GPL
* @version $Id$
@@ -454,7 +454,7 @@
**/
function __processFile($x) {
// get temporary name for contentfile
- $tempname = tempnam ($this->docroot.$this->CONF['editor']['backupdir'], 'editor');
+ $tempname = tempnam ($this->docroot.$this->CONF['editor']['tempdir'], 'editor');
// save content in temporary file
$this->__saveFile($x, $tempname);
$this->__backupFile ($this->editfile) ;
Index: class.image.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/include/class.image.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- class.image.php 8 May 2004 10:19:09 -0000 1.4
+++ class.image.php 21 May 2004 21:13:02 -0000 1.5
@@ -3,7 +3,7 @@
* Klasse zur Bildbearbeitung
*
* @package image
-* @author Martin Jahn <ma...@ma...>
+* @author Martin Jahn <mj...@us...>
* @copyright (c) Copyright by Martin Jahn
* @license GPL
* @version $Id$
Index: class.editor.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/include/class.editor.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- class.editor.php 10 May 2004 21:32:30 -0000 1.7
+++ class.editor.php 21 May 2004 21:13:02 -0000 1.8
@@ -10,7 +10,7 @@
* die Anwendung des Plugins/Skriptes entstehenden Schaeden.
*
* Falls du Verbesserungsvorschlaege oder Wuensche bezueglich des Skriptes hast melde dich bei
-* Martin Jahn <ma...@ma...>
+* Martin Jahn <mj...@us...>
*
* Dieses Script ist kostenlos für private und kommerzielle Nuzung.
* Es wird unter den Bedingungen der GNU General Public License, wie von der Free
@@ -31,7 +31,7 @@
/**
* @package editor
-* @author Martin Jahn <ma...@ma...>
+* @author Martin Jahn <mj...@us...>
* @copyright (c) Copyright by Martin Jahn
* @license: GPL
* @version: 0.1
Index: class.template.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/include/class.template.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- class.template.php 5 May 2004 21:25:24 -0000 1.4
+++ class.template.php 21 May 2004 21:13:02 -0000 1.5
@@ -2,7 +2,7 @@
/**
*
* @package editor
-* @author Martin Jahn <ma...@ma...>
+* @author Martin Jahn <mj...@us...>
* @copyright (c) Copyright by Martin Jahn
* @license GPL
* @version $Id$
Index: class.utilities.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/include/class.utilities.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- class.utilities.php 15 May 2004 11:26:11 -0000 1.1
+++ class.utilities.php 21 May 2004 21:13:02 -0000 1.2
@@ -2,7 +2,7 @@
/**
*
* @package editor
-* @author Martin Jahn <ma...@ma...>
+* @author Martin Jahn <mj...@us...>
* @copyright (c) Copyright by Martin Jahn
* @license GPL
* @version $Id$
Index: class.phpcmsMenu.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/include/class.phpcmsMenu.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- class.phpcmsMenu.php 15 May 2004 11:26:11 -0000 1.7
+++ class.phpcmsMenu.php 21 May 2004 21:13:02 -0000 1.8
@@ -3,7 +3,7 @@
* Backend of menufile-editor
*
* @package menueditor
-* @author Martin Jahn <ma...@ma...>
+* @author Martin Jahn <mj...@us...>
* @copyright (c) Copyright by Martin Jahn
* @license GPL
* @version $Id$
|