date: 2004/06/12 04:14:02; author: tom; state: Exp; lines: +26 -5 laid basic groundwork for referring to recipe within ingredient list. ----------------------------
rmetakit.py
1.17
date: 2004/09/13 00:11:53; author: tom; state: Exp; lines: +26 -7 Added support for storing the order of shopping list ingredients and categories.
==shopping.py==
1.16
date: 2004/08/20 00:04:43; author: tom; state: Exp; lines: +71 -22 Cleaned up system for generating new recipe IDs to avoid potential confusion & problems when recipes are being added from multiple points. Also made some changes to currently hard-coded location of database file and default categories.
==rxml_to_metakit.py==
1.13
date: 2004/06/14 04:58:24; author: tom; state: Exp; lines: +23 -18 * Neatened up code in various places. * Fixed but in ingredient parser that made it break when ingredients didn't have amounts. ----------------------------
1.12
date: 2004/09/11 16:44:04; author: tom; state: Exp; lines: +69 -8 Created the mechanism for sorting our shopping list. Defaults to an alphabetical sort, but will allow users to save custom orders.
==shopgui.py==
1.10
date: 2004/09/12 20:36:03; author: tom; state: Exp; lines: +24 -9 Added support for importing ingredients from plain text files.