Top Level :: Database

Package Information: DB_Table 0.21.1

Show All Changelogs
» Version » Information
1.5.5 2008-06-17     stable
1.5.4 2008-06-08     stable
1.5.3 2008-06-06     stable
1.5.2 2008-05-14     stable
1.5.1 2008-03-28     stable
1.5.0 2007-06-27     stable
1.5.0RC3 2007-06-14     beta
1.5.0RC2 2007-03-25     beta
1.5.0RC1 2007-02-06     beta
1.4.0 2006-11-09     stable
1.3.2 2006-07-25     stable
1.3.1 2006-07-19     stable
1.3.0 2006-04-26     stable
1.3.0RC5 2006-04-19     beta
1.3.0RC4 2006-04-13     beta
1.3.0RC3 2006-04-07     beta
1.3.0RC2 2006-04-07     beta
1.3.0RC1 2006-02-27     beta
1.2.1 2005-09-13     stable
1.2.0 2005-08-29     stable
1.1.0 2005-08-07     stable
1.0.1 2005-05-28     stable
1.0.0 2005-03-07     stable
1.0.0RC1 2005-02-23     beta
0.23.0 2004-12-30     beta
0.22.0 2004-10-27     beta
0.21.2 2004-07-12     alpha
0.21.1Download

Release date: 2004-07-11 19:16 UTC
Release state: alpha

Changelog:

* Removed "CVS" file from package.xml (stupid oversight from a copy-and-paste)
* Skipped 0.19 and 0.20 version numbers, internal releases only
* Fixed bug 1671 (missing dependency): package.xml now includes deps on Date and HTML_QuickForm (thanks, ja at morrdusk dot net)
* Fixed bug 1794 (checkbox creation): now sets element name properly (thanks, wiesemann at php dot net, erojoker [AT] nexgo [DOT] de, and alex [AT] hoebart [DOT] info)
* Fixed bug 1797 (missing QF rules): now supports rules for uploadedfile, maxfilesize, mimetype, and filename (thanks, wiesemann at php dot net)
* buildSQL() method no longer adds the key to JOIN snippets (thanks Mark Wiesemann)
* added autoRecast() method to turn on/off automatic recasting of data at insert() and update() time (suggested by Mark Wiesemann)
* Manager.php create() method checks for indexes on CLOB columns, which are disallowed
* can now specify additional QuickForm client-side rule validation, on a per-column basis, with the column 'qf_client' element
* getForm() and addRules() method have additional $clientValidate parameter to add or remove client-side rule validation on all elements regardless of column definition (suggested by Mark Wiesemann)
* QuickForm 'checkbox' elements now always map to 'advcheckbox' elements
* boolean columns now default to 'checkbox' with values of 0 and 1 (vice 'select')
* added bogus test script and reserved-word documents
* recast() now properly formats timestamp strings (thanks Mark Wiesemann)

Dependencies:
0.21 2004-07-11     alpha
0.18 2004-04-23     alpha
0.17 2004-04-21     alpha