[Phpcms-plugins-cvs] admin4phpCMS Todo,1.1,1.2 Changelog,1.12,1.13
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2005-05-26 15:56:32
|
Update of /cvsroot/phpcms-plugins/admin4phpCMS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19290 Modified Files: Todo Changelog Log Message: beginning of phpcms-content and filemanager Index: Todo =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/Todo,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Todo 21 May 2004 19:50:28 -0000 1.1 +++ Todo 26 May 2005 15:55:52 -0000 1.2 @@ -1 +1,11 @@ -There's already much to do \ No newline at end of file +There's already much to do + +The following modules have to be coded: + * Statistic (some things are already coded) + * Online-Editor + * User-managment + * Rights-managment + * Pluginmanager + * WebDAV + * WebFTP + * WebMail Index: Changelog =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/Changelog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Changelog 20 May 2005 05:54:05 -0000 1.12 +++ Changelog 26 May 2005 15:55:52 -0000 1.13 @@ -1,3 +1,14 @@ +May 26 2005 (mjahn) + * replaced the module config with + + modules.ini in directory modules/ + + module.ini in the module's directory for configdata + +May 24 2005 (mjahn) + * optimized phpcms-config for showing the values of the autoedetected + variables (script_name, script_path, document_root and domain_name) + via class.lib_phpcms.php + * begin of integration of tinyMCE into module phpcms-content + May 15 2005 (mjahn) * included AJAX-files into distribution (tools directory) * optimized languagefiles and templates of module phpCMS |