[Linpha-cvs] SF.net SVN: linpha: [4702] trunk/linpha2/docs/dev/TODO.txt
Status: Inactive
Brought to you by:
bzrudi
From: <bz...@us...> - 2007-03-18 22:09:38
|
Revision: 4702 http://svn.sourceforge.net/linpha/?rev=4702&view=rev Author: bzrudi Date: 2007-03-18 10:26:06 -0700 (Sun, 18 Mar 2007) Log Message: ----------- some additions Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2007-03-18 17:17:19 UTC (rev 4701) +++ trunk/linpha2/docs/dev/TODO.txt 2007-03-18 17:26:06 UTC (rev 4702) @@ -9,7 +9,8 @@ -> solution: start import etc. directly from the template file, and not buffer the output with ob_start() and just echo it in the template -- escape exif data +- escape exif data (see Common Tasks UTF8) +- optimize DB querys (index) - how to handle common language strings like "Successfully updated data.", "Submit", "Access denied", "Check file permissions" ?? i suggest using define('LIN_STR_SUBMIT', "Submit"); in the language file @@ -34,6 +35,11 @@ ## Big Todos +- Common Tasks + - Switch to UTF8 as default + - Use Effekts is sometimes hardcoded, make use of config + setting sys_style_image_useeffects in all places where used + - Installer - define final installer behaviour - if installation is complete, the user must delete the install/ folder ? @@ -44,7 +50,8 @@ -> otherwise it would be possible to overwrite the current installation, (and to delete cache folders) - DONT add feature to drop tables if they already exists - add Usage link after installation has been successfully finished - + - take care of exiftool support + - Plugins (copy from linpha1) - Guestbook, first apply patch with security image - Logger This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |