14 January 2001 ================ 1) There was an error with the input.tmpl file which caused the new address entry to fail. 2) If a # sign was encountered, the entire line was skipped in a template file. Now we only look for #s at the beginning. 07 January 2001 ================ *) All changes are in response to developer interest. This sort of thing will hopefully make it easier for others to work on the code. 1) Changed how the state listing is displayed, and saved almost 100 lines of un-needed code. 2) Moved all static HTML into a template format. Any file with ".tmpl" extension should be considered a template. 10 December 2000 ================ 1) Added company field per user request, updated ddl and mysql table to reflect 07 December 2000 ================ 1) Added support for Oracle. Transparent to the user, support is determined via entries in the config file 2) Some code cleanup, nothing major. "use strict" 3) Added Oracle DDL file for those that wish to use Oracle 4) Added the salut field to the addresses.mysql file. There should be no future problems since it is now in CVS. 14 November 2000 ================ 1) Resumed development. 2) Changed configuration option to be a seperate file instead of within the code. Updated code to reflect this. Much easier. I cannot believe I did it the way I did, but as the second line in the script says, "total hack". 3) Added icon to be displayed on the side menu, if you so desire. If not, a link to the primary site will be displayed. Capitalism. not. 4) Created a demo 5) Failed the code paegent :) 23 March 2000 ============= Workaround allowing correct display of salutation and state in "edit" mode Reworked "edit" display screen to match display when entering new address. Added selection "Miss" and "Dr." to salutations Fixed some mismatched field lengths - they differed between insert and edit subroutines.