CHANGELOG tdbcc

$Id: changelog,v 1.17 2004/04/15 06:38:57 psypath Exp $

Note: Version numbers with trailing letters were not released to public
------------------------------------------------------------------------

2004-04-15: Friebel, Thomas <tf@tdb.de>
Version 0.5
		* Saving a record does not duplicate memo field contents and converts them correctly now.
		* The "Append new record" button has been introduced
		
2004-04-13: Friebel, Thomas <tf@tdb.de>
Version 0.4c
		*	Sorting the query result now can be done manually by entering the sort definition 
		  or simply by clicking a columns head. Field combinations can be entered by hand only.
    * Corrected the list generation for the select field of columns to display
		
2004-03-25: Friebel, Thomas <tf@tdb.de>
Version 0.4b
		* It's now possible to add up to 99 fields to an table at once

2004-03-25: Friebel, Thomas <tf@tdb.de>
Version 0.4
		* Changes made to the ID index where fully ignored until now. From now on it works as expected.
		* Table creation automatically creates the ID and INR indexes when there is an AUTO field defined
		  The ID index then automatically references the very first field of the table, the INR of course the AUTO field itself
		* When trying to create a table with an AUTO field it leads to an error message. That's now fixed.
		* Fixed a bug, that prevented manually created indexes from being deleted 
    * The directory browser now optically fits to the rest of tdbcc
		* A table now can be completely remove by one single click
		* Table creation now is also possible by uploading a table definition file
		* File browsing now works with absolute paths instead of relative ones. 
		  That enables the user to browse to ANY place on his hard disc, as long 
			as the web server has enough rights
		  
		
2004-03-18: Friebel, Thomas <tf@tdb.de>
Version 0.3
		* Improved the look at some places
		* Expanded the table structure editor by one more column "index reference", 
		  which displays the index filenames of all indexes the corresponding field is referenced by
		* Expanded the index editor by one more column "tree info", which displays an index' statistics
		* When changing the field definition of fields that are referenced by indexes, those indexes are
		  automatically changed to the new field name
		* Index information now can be changed, new indexes can be added and existing ones can be dropped
		* Added index overview on summary page
		* Added table creation functionality
		* a tables structure now can be downloaded as definition (.def) file
		* Memo fields now can be saved, too
		

2004-03-12: Friebel, Thomas <tf@tdb.de>
Version 0.2
		* release of version 0.2
		* minor changes

2004-03-12: Friebel, Thomas <tf@tdb.de>
Version 0.1b
		* directory view: more information is now displayed
		* improved the look and feel of tdbcc a bit by using colors, 
		* Table alteration now is implemented
			- existing fields can be edited (single and multiple at once)
			- existing fields can be removed
			- new fields can be added

2004-03-11: Friebel, Thomas <tf@tdb.de>
Version 0.1b
		* introduced very simple export, that simply outputs the currently load table completely, separated by ";"
		
2004-03-11: Friebel, Thomas <tf@tdb.de>
Version 0.1b
		* improved the edit form generation (dropdown list, etc.)
		* added Append record and Duplicate record functions

2004-03-11: Friebel, Thomas <tf@tdb.de>
Initial version 0.1
	  * browsing for .dat files work
		* opening .dat files works
		* data selection and browsing is integrated
		* editing and saving of existing records is possible
		