[php-todo-cvs] src ChangeLog,1.6,1.7 TODO,1.5,1.6 index.php,1.7,1.8
Status: Pre-Alpha
Brought to you by:
mnordstr
From: <mno...@us...> - 2002-06-20 20:14:09
|
Update of /cvsroot/php-todo/src In directory usw-pr-cvs1:/tmp/cvs-serv28268 Modified Files: ChangeLog TODO index.php Log Message: v. 0.1.2-dev Index: ChangeLog =================================================================== RCS file: /cvsroot/php-todo/src/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ChangeLog 20 Jun 2002 19:51:58 -0000 1.6 --- ChangeLog 20 Jun 2002 20:14:05 -0000 1.7 *************** *** 1,2 **** --- 1,4 ---- + 0.1.2: + 0.1.1: Index: TODO =================================================================== RCS file: /cvsroot/php-todo/src/TODO,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TODO 20 Jun 2002 19:51:59 -0000 1.5 --- TODO 20 Jun 2002 20:14:05 -0000 1.6 *************** *** 1,16 **** - 0.1.1: - - - [DONE] All style 100% CSS - - [DONE] Add delete verification - - [DONE] Fix JS bug - - [DONE] GIFs -> PNGs - - [DONE] 100% XHTML 1.0 & CSS2 valid - - [DONE] INSTALL: tell to copy img dir - - [DONE] Check for empty todos (generate error, do not accept) - - [DONE] Add a check to prevent dual todos to be added, - it is too easy to hit reload and post another (duplicate) todo - - [DONE] Fix stupid password error message - - [DONE] Widen todo listing (configurable variable) - 0.1.2: --- 1,2 ---- Index: index.php =================================================================== RCS file: /cvsroot/php-todo/src/index.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.php 20 Jun 2002 20:05:47 -0000 1.7 --- index.php 20 Jun 2002 20:14:05 -0000 1.8 *************** *** 55,59 **** error_reporting(E_ALL); ! $version = '0.1.1'; $file = 'index.php'; --- 55,59 ---- error_reporting(E_ALL); ! $version = '0.1.2-dev'; $file = 'index.php'; |