[Linpha-cvs] SF.net SVN: linpha: [4727] trunk/linpha2
Status: Inactive
Brought to you by:
bzrudi
From: <bz...@us...> - 2007-07-05 15:22:12
|
Revision: 4727 http://svn.sourceforge.net/linpha/?rev=4727&view=rev Author: bzrudi Date: 2007-07-05 08:22:08 -0700 (Thu, 05 Jul 2007) Log Message: ----------- "cosmetics" Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt trunk/linpha2/install/step11_finish.php Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2007-07-05 14:53:30 UTC (rev 4726) +++ trunk/linpha2/docs/dev/TODO.txt 2007-07-05 15:22:08 UTC (rev 4727) @@ -4,7 +4,6 @@ ## Small Todos -- save file ignore list in the database - since the admin pages uses the template system, there is no update of the status during the import thats not very user friendly -> solution: start import etc. directly from the template file, and not buffer the output with ob_start() @@ -52,7 +51,6 @@ -> 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 @@ -112,6 +110,7 @@ - what if the user specify wrongly the album folder as the cache folder...?? - what if a hacker gets access to the install and specify '/' as cache folder...?? -> only delete content of tmp, cache and sql folders if they are not changed (default values) + - take care of exiftool support - Basket (finish) - Support for the Icons - Search (copy from linpha1) @@ -120,7 +119,8 @@ - get_image.php (Image View, Image Cache) - User/Group System (copy from linpha1) - Permissions -- check automatically if a file was changed by an external program and update md5sum etc. +- save file ignore list in the database + - check automatically if a file was changed by an external program and update md5sum etc. - check how much faster it is to have thumbnails stored on filesystem and not in db - use of get_ride_of_magicquotes() in all files Modified: trunk/linpha2/install/step11_finish.php =================================================================== --- trunk/linpha2/install/step11_finish.php 2007-07-05 14:53:30 UTC (rev 4726) +++ trunk/linpha2/install/step11_finish.php 2007-07-05 15:22:08 UTC (rev 4727) @@ -134,10 +134,6 @@ echo failed_msg(); $error_nr = 1; } - else - { - echo success_msg(); - } } } else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |