[Linpha-cvs] SF.net SVN: linpha: [4589] trunk/linpha2
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2006-10-20 10:19:19
|
Revision: 4589 http://svn.sourceforge.net/linpha/?rev=4589&view=rev Author: fangehrn Date: 2006-10-20 03:18:59 -0700 (Fri, 20 Oct 2006) Log Message: ----------- updated todo list remove lightbox Modified Paths: -------------- trunk/linpha2/docs/dev/TODO.txt trunk/linpha2/docs/dev/external_libraries.txt Removed Paths: ------------- trunk/linpha2/lib/classes/lightbox/ Modified: trunk/linpha2/docs/dev/TODO.txt =================================================================== --- trunk/linpha2/docs/dev/TODO.txt 2006-10-19 21:29:42 UTC (rev 4588) +++ trunk/linpha2/docs/dev/TODO.txt 2006-10-20 10:18:59 UTC (rev 4589) @@ -5,11 +5,15 @@ ## Small Todos - save image height and width in database to reduce file access in get_image.php and imgview() ? -- style forms this way http://www.cssplay.co.uk/menu/form.html - not that much colors, but with alignments and <label> ## Big Todos +- Style + - use relative font sizes instead of aboslute + - style forms this way http://www.cssplay.co.uk/menu/form.html + not that much colors, but with alignments and <label> + + - Installer - define final installer behaviour - if installation is complete, the user must delete the install/ folder ? (install/ignore_delete_install_msg.txt) @@ -25,25 +29,35 @@ https://sourceforge.net/forum/message.php?msg_id=3648731 and https://sourceforge.net/forum/message.php?msg_id=3674100 + - wait until new release is done by evan hunter ? - Videos - Video thumbnail (what about ffmpeg?) - switch between quicktime and mplayer? + - 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 - Plugins (copy from linpha1) + - Guestbook, first apply patch with security image + - Logger + - Mailing list + - Maps + - RSS + - Statistics + - Watermark + - Old: benchmark + - Old: DB Management - ImageMagick - 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 Modified: trunk/linpha2/docs/dev/external_libraries.txt =================================================================== --- trunk/linpha2/docs/dev/external_libraries.txt 2006-10-19 21:29:42 UTC (rev 4588) +++ trunk/linpha2/docs/dev/external_libraries.txt 2006-10-20 10:18:59 UTC (rev 4589) @@ -10,35 +10,6 @@ include_once(LINPHA_DIR . "/lib/classes/smtp.class.php"); - -lightbox2.02 - - // Lightbox v2.01 - // by Lokesh Dhakar - http://www.huddletogether.com - // 3/31/06 - // - // For more information on this script, visit: - // http://huddletogether.com/projects/lightbox2/ - - - linpha changes: - - lightbox.js - - line 62 and 63 comment (replaced by own) - line 74 comment (replaced by own imageArray) - line 106 element.src = setImageUrl(src); - line 171-184 comment - line 313 remove argument imageLink - line 322 comment - line 325 - 344 comment - line 349 var lightboxTop = 20; /*arrayPageScroll[1] + (arrayPageSize[3] / 15);*/ - line 381 imgPreloader.src = setImageUrl(imageArray[activeImage][0]); - line 527 preloadNextImage.src = setImageUrl(imageArray[activeImage + 1][0]); - line 531 preloadPrevImage.src = setImageUrl(imageArray[activeImage - 1][0]); - - - PHP_JPEG_Metadata_Toolkit_1.11 CHANGES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |