|
From: <fu...@us...> - 2003-12-19 16:56:42
|
Update of /cvsroot/neelix/neelix In directory sc8-pr-cvs1:/tmp/cvs-serv21078 Modified Files: TODO neelix.rb Added Files: Makefile Log Message: All recipe form fields are active now. See TODO changes. Index: TODO =================================================================== RCS file: /cvsroot/neelix/neelix/TODO,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TODO 4 Nov 2003 18:51:38 -0000 1.1 --- TODO 19 Dec 2003 16:56:39 -0000 1.2 *************** *** 1,8 **** ! - finish gui ! - finish cookbook gui elements ! - finish category gui elements ! - finish recipe form (see eg http://falcon.fugal.net/~fugalh/neelix/recipe.jpg for a general idea of at least the content) - meal plans - shopping lists - xml import/export --- 1,13 ---- ! 0.1.0 - target: Christmas 2003 ! Ingredient dialog ! Ingredient management (ordering, addition, deletion) ! Recipe management (within categories) (add/del/sort/move) ! Category management (add/del/sort/move) ! Cookbook mgmt (add/del/sort) + 0.2.0 - meal plans - shopping lists + + 0.3.0 - xml import/export Index: neelix.rb =================================================================== RCS file: /cvsroot/neelix/neelix/neelix.rb,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** neelix.rb 13 Dec 2003 17:56:48 -0000 1.4 --- neelix.rb 19 Dec 2003 16:56:39 -0000 1.5 *************** *** 17,19 **** --- 17,20 ---- require 'view/fox' + dbh.commit # vim:ts=4:sw=4 |