CHANGES

------- Release 1.0.6 ---------
23-04-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- fix bug: index disappear when modify table schema
	- Fix warning when modifying table schema

22-04-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Update italian language pack
	- Fix bug for MAC OSx
	- fix bug and enhancement of exporting/importing data
	- fix bug when insert datetime field data

31-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- delete field value when null checkbox is checked

28-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- fix bug on session start
	- Add 'save as new row' feature

13-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- fix bug when create new trigger

08-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- fix bug when modify a record with query contain quote

------- Release 1.0.5 ---------
01-03-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add option to table copy

28-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug on saving function

27-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Finish Operation on Table module

24-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix notice error when multiple insert

23-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix error on export selected query

22-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- fix warning error when view record
	- fix update problem on null field value

19-02-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add Danish language pack
	- Update all language pack

22-01-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- The database list has been order in the left panel
	
22-01-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug when modify record and select no contain all field

19-01-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add refresh link into query box

18-01-2005 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add full/partial text display
	- Add HTML/plain text display

27-12-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Several notice fixes into SQLiteTableProperties
	- Fix bug when added a not null field into a no empty table
	- Added constant to allow plugin's execution
	- add function to auto detect the version of an SQLite database file
	- enhancement of PDO management

21-12-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  	- Fix delete database (common.lib.php)
  	- Dump Export CRLF (Windows) Option

08-12-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
  	- Added session directory write test (index.php)

04-12-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
	- Added Shutdown function to close db every times
	- Several notice fixes
	- Prepare Support for PDO SQLite 3.x (sqlite functions wrapper)

29-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
	- Limit string column data to max col-length
	- Updated Green Theme
	- Added Tip for php functions in Query page
	- Removed quotes when writing non text values
	- Fix problem in Db Options, linking base nothing
	- Fix Theme availability if no translation
	- Sample plugin MySQL Import (for direct data import)

26-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
	- Added customized JSCookMenu (support sub-menus / taskbar description)
	- Added optional plugin's submenu for futur use
	- Added new languages strings (fr/en)

25-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
	- Added Select Class on Views
	- PHP code strings and HTML code clean
	- HtmlEntities on languages strings
	- Added missing end body/html on some files

24-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
	- added quotes() function for SQL queries (common.lib)
	- PHP code strings and HTML code clean (common.lib, defined.inc ...)

------- Release 1.0.4 ---------
21-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- fix string finishing by '\' into query from MySQL
	- Add '>' operator into 'SELECT' Module
	- Add free conditional field into 'SELECT' module
	- Remove default value into 'SELECT' module
	- Add translation of 'SELECT' module
	
20-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- fix ';\r\n' import from MySQL

19-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix delete/update record problem after sort
	- cleaning code of SQLiteTableProperties->recupElement();

18-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix '\r\n' into import SQL from MySQL

15-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
	- fix brackets in the 'SELECT' module

12-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Integration of the 'SELECT' module design by Mauricio  Maia

11-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
	- Added brackets function (common.lib)
	- Added brackets in queries (in most of scripts)
	- Show query when syntax error if multiple query (sql.class)
	- Fix index name to remove unsupported brackets [my table]_[index] -> my_table_index (ParsingQuery.class)
	- Fix DB Options click, was always refreshing left pane (main.php / SQLiteDbOption.class)
	- Refresh left pane after DB SQL query (main.php)
	- Fix transaction rollup in Multiple queries from SQL Form
	- PHP code strings and HTML code clean (sql.class, ParsingQuery.class, TableIndex.class)
    
10-11-2004 Tanguy PRUVOT <tanguy.pruvot@laposte.net>
	- Fix bug when convert type 'Enum' from Mysql to SQLite
	- Fix bug when convert create table with index from Mysql to SQLite and when an error occured into create table statement

09-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug when import SQL file with break line
	- Fix bug for import data from file

08-11-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- fix translating problem
	- Update japanese and bresilian language pack

------- Release 1.0.3 ---------
22-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug when create user defined function	

21-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- When a field content HTML, displayinf of HTML code not HTML display

11-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Bug Fix on displaying complex query

09-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- display htmlentities into colorized query 

05-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add 'default_temp_store' database options
	- Fix bug with PHP5 and var passed by reference
	- Enhancement of error reporting for View building

04-10-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add 'title' propertie into img tag for displaying alternate message on mouseover

------- Release 1.0.1 ---------
20-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix problem with language management
	- Update item was'nt translated

18-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Update italian language pack
	
17-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug when remove database then remove attached database
	- Allow to remove read only databases
	- Fix bug for 'Options' manipulation where read only or not authorized
	- Allow 'Options' items translatable

16-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug : warning error with localtheme when error_reporting=E_ALL
	- Fix bug : Display delete pics into attached database management

------- Release 1.0.0 ---------
13-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- adding 'INSTALL' file (english instruction)
	- Implementation of change password
	- Finishing of Authenticate management
	- Fix bug on return page when delete, insert or update record

12-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Enhancement Authenticate management

09-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Enhancement login/logout feature
	
07-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- enhancement displaying with pics
	- management of pics in themes
	- Fix bug on Index management (insert or delete)
	
05-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Remove config param Read only and manage on config database or 
work database is read only. This is to SQLiteManager work on CD with 
ZAMPcd project of Xavier Garreau

04-09-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add config to set SQLiteManager Read Only (to work on CD with ZAMPcd)
	
------- Release 0.9.10 ---------
29-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- New logo by Xavier Garreau
	- New Favicon

29-08-2004 jose antonio lopez lorenzo <ja_lopezl@yahoo.es>
	- Add new theme 'JALL'

29-08-2004 WiZ <soywiz@gmail.com>
	- Add new language pack 'Spanish'

------- Release 0.9.9 ---------
25-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Enhancement of list index displaying
	- Enhancement of display some table header

24-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- enhancement of insert column name, now insert at cursor position or replace selection.
	- add 'nowrap' into display query box
	- Add the displaying of the current PHP version
	- Add possibility to choose the direction after updating or inserting a new row

23-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- fix bug when update record with an empty field or update without changing

22-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug when CR/LF in SQL command

21-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- change frame setup for use on all parent frame

17-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix sorting language list

17-08-2004 Cybertinus <cybertinus@cybertinus.nl>	
	- Add language pack : dutch (Netherlands)

16-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
        - Fix bug in Trigger parsing

------- Release 0.9.8-2 ---------
15-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug with PHP5 and E_STRICT too

------- Release 0.9.8-1 ---------
13-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug with PHP5 and E_STRICT
	
------- Release 0.9.8 ---------	
09-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Update of all langage pack

06-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Fix bug when 'EXPLAIN' and a list of column name or table.* in column list
	- Fix warning error when display result of an attached database
	- Fix bug when ';' at the end of query

05-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Insert column field into textarea SQL form
	- Fix bug with MD5 function
	- Fix bug when empty a table
	- Fix bug : display 'NULL' value only where column properties have 'notnull' not set
	- Fix bug [1003924] some warning error when error_reporting is E_ALL

04-08-2004 Maurcio M. Maia <mauricio.maia@gmail.com>
	- Add Brezilian portuguese Language

03-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Best error reporting on sqlite error
	
02-08-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- New feature : Management of Attached databases

29-07-2004 T. Kuzmic <translation@tkuzmic.com>
	-Add Croatian Language
	
28-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Bugfix when add language pack
	- fix problem for some button item not translatable	
	
------- Release 0.9.7-1 ---------
28-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Bugfix : import problem with comment
	- set error_reporting at E_ALL(PHP4) or E_STRICT(PHP5) in debug mode
	- fix error display when debug is On
	
------- Release 0.9.7 ---------
27-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Bugfix : with sqlite 2.8.14, sqlite_excape_string bug when data is empty, corrected
	- Bugfix : Insert/modify record with char function
	- Bugfix : display problem with mozilla on table header in browse mode

26-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFix : Trigger when STEP have "''"
	- Bugfix some display problem on Trigger
	- Add new feature, conditional export
	- Add 'Explain' link in display query

19-07-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add ability to upload sqlite database file
	- Add some column type and sorting type list (for compatibility with Kexi db)
	- Add SQL virtual command : 'CREATE DATABASE dbname [AS dbFilename];

------- Release 0.9.6 ---------
02-05-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Bug Fix. : pb display error when 'error_reporting = E_ALL'
	
29-04-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Bug [943516] Fix. sqlite detection problem whith new version of PHP5 (RC2) on all platform
	
28-04-2004 Tomasz "Zyx" Jdrzejewski <zyxwvu@users.sourceforge.net>
	- Update Polish language

18-04-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Remove Browser cache

------- Release 0.9.5 ---------
06-04-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Create a new theme and begin theme management

------- Release 0.9.4 ---------
11-03-2004 Paolo Saudin
	- Add Italian language

09-03-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : simple query with no comma result an error

08-03-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- auto select sql in textarea when focus

07-03-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : result display when PRAGMA sql command use

------- Release 0.9.3 ---------
28-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : when modify a query (mustn't reply it!!)
	- BugFixe : primary field can be omitted in inserting record, so auto-increment work fine.

28-02-2004 Rui Hirokawa <hirokawa at php dot net>
	- Add Japanese language 

27-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Remove all deprecated tags 'Font'
	
27-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add german language submited by Carsten BLM
	- Enhancement of all translate

26-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- some bug fixed, submitted by Carsten BLM

23-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Update function list

23-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : 'View' properties when break line

19-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- highlight query Ok, without break line

13-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Allow user to create fields without type

09-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Start query highlight display

08-02-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Allow see 'Explain' command result
	
------- Release 0.9.2 ---------
29-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Allow Mac os X user's to use it

------- Release 0.9.1 ---------
27-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : enhancement of special caractere into field name crash alter table

22-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : special caractere into field name crash alter table
	
------- Release 0.9.0 ---------
06-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : Problem when unset DEBUG mode
	
05-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : return to good page when delete or update record

04-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Cleaning code and add cvs keyword
	- BugFixe : Browse record navigation bar probleme fix

03-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Number of record per page is configurable
	
02-01-2004 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add link on top main page

31-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Enhancement of browse result display (modulo color, rollover,  select row)

30-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add DEBUG option for enable/disable error display for sqlite function

28-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- some cleaning code
	- Resolv export order problem
	- enhancement of the delete/update record feature

26-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- remove short tag
	- remove @filesource documentation tags
	- remove PHP Notice Error for work with 'error_reporting = E_ALL'

20-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Enhancement of parsing select query string
	- Big enhancement of delete/update record

------- Release 0.8.5 ---------
18-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- New Feature : Ability to convert all mysql type dump into SQLite

13-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Cration d'un icon Favori : favicon

------- Release 0.8.4 ---------
12-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- New Feature : SQLite database options management (beginning)
	- Bug Fixe : New database with file input on windows plateforme
	
11-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- some navigation enhancement
	- enhancement : ability to search new database path with file input form
	
10-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Some BigFixes : save user defined function problem
	- new feature : insert data from text formatted file

09-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Cleaning code of SQLiteToGrid class
	- Feature enhancement : best support of in memory database

08-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : delete or update record condition when field is empty or content "'"
	- BugFixe : Bad title when create view
	
------- Release 0.8.3 ---------
07-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- BugFixe : Index Form Display problem where add column

06-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add Display information on Display value
	- Enhancement feature with PHP5
	- BugFixes : probleme when update record not null to null

------- Release 0.8.2 ---------
03-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Bug [852637] Fix. Trigger Pb
	- Record feature enhancement
	- Bug [852048] Fix. Unnamed fields cause error

02-12-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Bug [852319] Fix. (replace 'type=button' by 'type=submit' and limit use of javascript
	- Bug [852321] Fix. don't use javascript for frame navigation (left->right)

01-12-2003 Tomasz "Zyx" Jdrzejewski <zyxwvu@users.sourceforge.net>
	- Add Polish language

------- Release 0.8.1 ---------
30-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Bugfix : include bugfix for PHP 5

29-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Export structure and data to screen or file

27-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Detect language browser for choose good language
	
25-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add possibility to add a trigger
	- Cleaning pics for Windows IE
	
24-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add function feature in insert or update feature
	- Return to Display query when delete or update record

23-11-2003 frederic HENNINOT <fhenninot@freesurf.fr>
	- Add multilingual feature
	- translate in english, also available in french and english
