[Linpha-cvs] SF.net SVN: linpha: [4902] trunk/linpha2/docs/dev/TODO.txt
Status: Inactive
Brought to you by:
bzrudi
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. |