[pLog-svn] r7132 - plugins/branches/lifetype-1.2/templateeditor

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Sep 1 10:03:26 EDT 2011


Author: jondaley
Date: 2011-09-01 10:03:26 -0400 (Thu, 01 Sep 2011)
New Revision: 7132

Modified:
   plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php
   plugins/branches/lifetype-1.2/templateeditor/readme.txt
Log:
version info

Modified: plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php
===================================================================
--- plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php	2011-09-01 14:02:23 UTC (rev 7131)
+++ plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php	2011-09-01 14:03:26 UTC (rev 7132)
@@ -15,7 +15,7 @@
 			$this->id      = "templateeditor";
 			$this->author  = "Mark Wu";
 			$this->desc    = "This plugin offers an online template editor for LifeType";
-            $this->version = "20101022";
+            $this->version = "20110901";
 
             $config =& Config::getConfig();
             $this->pluginEnabled = $config->getValue( "plugin_templateeditor_enabled" );

Modified: plugins/branches/lifetype-1.2/templateeditor/readme.txt
===================================================================
--- plugins/branches/lifetype-1.2/templateeditor/readme.txt	2011-09-01 14:02:23 UTC (rev 7131)
+++ plugins/branches/lifetype-1.2/templateeditor/readme.txt	2011-09-01 14:03:26 UTC (rev 7132)
@@ -1,7 +1,6 @@
 Plugin: Template Editor
 Author: Mark Wu
 Release Date: 2005/11/27
-Version: 1.3
 
 The plugins offers complete template editor capabilities for LifeType. It includes the following features.
 1. Template Sets Browser
@@ -9,18 +8,3 @@
 3. Template Files Editor with a Online Smarty Editor (under development)
 4. Backup of template files.
 
-
-History
-1.3 2005/11/27
- Fix Image URL bugs
- Add default extension to isValidExtension
- Add two new constants, MAX_BACKUP_FILES and EDITABLE_EXTENSION
-1.2 2005/05/31
- Add TemplateSet Downloadd function, now user can easily backup/share thier template
- Add rss & summary template set to site template editor, now site admin can edit the template on the fly.
-1.1 2005/03/19
- Add Smarty Tag to online smarty editor
- Add the capability to browse sub folder under template set (Restrict to 1 level only)
- Add the upload file fapability (but restrict to the allowed extension and images)
-1.0 2005/03/01
- Basic Template Editor function Ready



More information about the pLog-svn mailing list