Thread: [Linpha-cvs] SF.net SVN: linpha: [4550] trunk/linpha2/docs/dev/TODO.txt
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2006-04-26 21:45:18
|
Revision: 4550 Author: fangehrn Date: 2006-04-26 14:45:12 -0700 (Wed, 26 Apr 2006) ViewCVS: http://svn.sourceforge.net/linpha/?rev=4550&view=rev Log Message: ----------- updated Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2006-04-26 21:43:06 UTC (rev 4549) +++ trunk/linpha2/docs/dev/TODO.txt 2006-04-26 21:45:12 UTC (rev 4550) @@ -30,14 +30,10 @@ - Video thumbnail (what about ffmpeg?) - switch between quicktime and mplayer? -- Filemanager (copy from linpha1) - - Add support for Write-Permissions - - Plugins (copy from linpha1) - Admin - User Settings - - Import scripts @@ -48,6 +44,11 @@ DONE ==== +- Filemanager (copy from linpha1) + - Add support for Write-Permissions +- Admin + - Import scripts + - Installer: -> should we really delete the content of the cache folders? - 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...?? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fan...@us...> - 2006-10-10 19:47:01
|
Revision: 4582 http://svn.sourceforge.net/linpha/?rev=4582&view=rev Author: fangehrn Date: 2006-10-10 12:46:47 -0700 (Tue, 10 Oct 2006) Log Message: ----------- updated Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2006-10-10 19:30:27 UTC (rev 4581) +++ trunk/linpha2/docs/dev/TODO.txt 2006-10-10 19:46:47 UTC (rev 4582) @@ -40,6 +40,8 @@ </div> -------------------------- +- style forms this way http://www.cssplay.co.uk/menu/form.html + not that much colors, but with alignments and <label> ## Big Todos This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fan...@us...> - 2006-10-17 20:42:06
|
Revision: 4586 http://svn.sourceforge.net/linpha/?rev=4586&view=rev Author: fangehrn Date: 2006-10-17 13:41:49 -0700 (Tue, 17 Oct 2006) Log Message: ----------- updated Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2006-10-15 21:20:26 UTC (rev 4585) +++ trunk/linpha2/docs/dev/TODO.txt 2006-10-17 20:41:49 UTC (rev 4586) @@ -5,41 +5,6 @@ ## Small Todos - save image height and width in database to reduce file access in get_image.php and imgview() ? -- using rounded corners without images: -------------------- -<style type="text/css"> - -.curvy {position:relative; width:400px; height:150px; background:#08c; color:#000; margin:5em auto;} -#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#08c; background:#fff;overflow:hidden;} -#ctl {top:0px; left:0px;} -#cbl {top:130px; left:0px;} -#ctr {top:0px; left:380px;} -#cbr {top:130px; left:380px;} -#quadtl, #quadtr, #quadbl, #quadbr {position:absolute; font-size:150px; font-family:arial; color:#08c;line-height:40px;} -#quadtl {left:-8px;} -#quadtr {left:-25px;} -#quadbl {left:-8px; top:-17px;} -#quadbr {left:-25px; top:-17px;} -#txt {position:absolute; top:5px; left:5px; width:390px; height:140px;} -#txt p {font-size:10px; line-height:17px; color:#fff;} - -</style> - -<div id="info"> - -<h2>Curved Corners</h2> - -<div class="curvy"> -<div id="ctl"><div id="quadtl">•</div></div> -<div id="cbl"><div id="quadbl">•</div></div> -<div id="ctr"><div id="quadtr">•</div></div> -<div id="cbr"><div id="quadbr">•</div></div> -<div id="txt"><p>I know it's been done before, but not this way!<br />A box with curved corners into which you can put text that goes right up to the corners.<br /> -Again, no graphics were used in the making of this demonstration.<br />All it takes is four quadrants of a bullet point positioned absolutely in each corner (arial font this time as it's the safest one to use).</p> -</div> -</div> --------------------------- - - style forms this way http://www.cssplay.co.uk/menu/form.html not that much colors, but with alignments and <label> @@ -71,7 +36,14 @@ - Bracket Support, enable by default, only if old version found, disable it, or require imagemagick > "6.1.4" +## Nice to have +- ability to play flash videos + free player: FlowPlayer + convert videos in flash format: + # ffmpeg -i input_file -b bitrate -s XxY -pass 1 -passlogfile log_file video.flv + # ffmpeg -i input_file -b bitrate -s XxY -pass 2 -passlogfile log_file video.flv + for details see c't 21 / 2006 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <fan...@us...> - 2007-03-23 12:00:18
|
Revision: 4714 http://svn.sourceforge.net/linpha/?rev=4714&view=rev Author: fangehrn Date: 2007-03-23 05:00:14 -0700 (Fri, 23 Mar 2007) Log Message: ----------- Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2007-03-22 17:28:37 UTC (rev 4713) +++ trunk/linpha2/docs/dev/TODO.txt 2007-03-23 12:00:14 UTC (rev 4714) @@ -32,6 +32,7 @@ - add option to limit the imagesize to the max image size on all pages (get_image.php, menu more, ..?) +- should enable browsers cache for the thumbnails and maybe also for the images ## Big Todos This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fan...@us...> - 2007-07-04 05:54:25
|
Revision: 4720 http://svn.sourceforge.net/linpha/?rev=4720&view=rev Author: fangehrn Date: 2007-07-03 22:54:23 -0700 (Tue, 03 Jul 2007) Log Message: ----------- updated Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2007-03-23 16:05:28 UTC (rev 4719) +++ trunk/linpha2/docs/dev/TODO.txt 2007-07-04 05:54:23 UTC (rev 4720) @@ -4,6 +4,7 @@ ## 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() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bz...@us...> - 2007-11-10 15:08:11
|
Revision: 4792 http://linpha.svn.sourceforge.net/linpha/?rev=4792&view=rev Author: bzrudi Date: 2007-11-10 07:08:06 -0800 (Sat, 10 Nov 2007) Log Message: ----------- "minor updates " Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2007-11-10 15:07:15 UTC (rev 4791) +++ trunk/linpha2/docs/dev/TODO.txt 2007-11-10 15:08:06 UTC (rev 4792) @@ -49,10 +49,8 @@ setting sys_style_image_useeffects in all places where used - Installer + - OSX testing - define final installer behaviour - - user have to delete var/sql/config.sql.php before another installation can continue ? - -> 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 - dont create tables which start with plugins_ automatically provide plugin interface to create such tables while activating plugin @@ -130,6 +128,11 @@ so, what to do? i would like to have the linpha logger enabled by default... -> no too dangerous - Installer: + - user have to delete var/sql/config.sql.php before another installation can continue ? + -> otherwise it would be possible to overwrite the current installation, + (and to delete cache folders) - fixed, as user has to remove whole + /install folder (bzrudi) + - DONT add feature to drop tables if they already exists - should we really delete the content of the cache folders? - 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...?? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fan...@us...> - 2008-01-20 21:53:48
|
Revision: 4816 http://linpha.svn.sourceforge.net/linpha/?rev=4816&view=rev Author: fangehrn Date: 2008-01-20 13:53:45 -0800 (Sun, 20 Jan 2008) Log Message: ----------- updated Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2008-01-20 21:53:07 UTC (rev 4815) +++ trunk/linpha2/docs/dev/TODO.txt 2008-01-20 21:53:45 UTC (rev 4816) @@ -48,6 +48,15 @@ - Common Tasks - Switch to UTF8 as default + Tests: + file headers, content: x + SVN commit/update: x + + data from uft8 mysql table x + data from non utf8 mysql table x + + date from other file (utf8/non utf8) x + - Use Effekts is sometimes hardcoded, make use of config setting sys_style_image_useeffects in all places where used This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fan...@us...> - 2008-03-16 08:51:18
|
Revision: 4902 http://linpha.svn.sourceforge.net/linpha/?rev=4902&view=rev Author: fangehrn Date: 2008-03-16 01:51:13 -0700 (Sun, 16 Mar 2008) Log Message: ----------- 2008-03-15 flo * fixed some IE bugs everything should now work fine on firefox/opera/IE 2008-03-13 flo * finished fullscreen/slideshow/navigation 2008-03-09 flo * re-design thumb and image view Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2008-03-15 18:36:35 UTC (rev 4901) +++ trunk/linpha2/docs/dev/TODO.txt 2008-03-16 08:51:13 UTC (rev 4902) @@ -29,34 +29,8 @@ ## Big Todos -- Switch to strict mode - - we should changed html type to strict mode: - old: - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> - <html> - - new: - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> - - the xmlns:v="urn:schemas-microsoft-com:vml" is required for google maps - - - but then we need to adapt the linpha styles because some stuff will not work anymore - -- Common Tasks - - Switch to UTF8 as default - Tests: - file headers, content: x - SVN commit/update: x - - data from uft8 mysql table x - data from non utf8 mysql table x - - date from other file (utf8/non utf8) x - - - Use Effekts is sometimes hardcoded, make use of config - setting sys_style_image_useeffects in all places where used +- Use Effekts is sometimes hardcoded, make use of config + setting sys_style_image_useeffects in all places where used - Installer - OSX testing @@ -108,6 +82,32 @@ DONE ############################################################################ +- Switch to strict mode + - we should changed html type to strict mode: + old: + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + <html> + + new: + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> + + the xmlns:v="urn:schemas-microsoft-com:vml" is required for google maps + + - but then we need to adapt the linpha styles because some stuff will not work anymore + +- Common Tasks + - Switch to UTF8 as default + Tests: + file headers, content: x + SVN commit/update: x + + data from uft8 mysql table x + data from non utf8 mysql table x + + date from other file (utf8/non utf8) x + - fix (adodb) error handler - php session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |