Top Level :: Database

Package Information: DB_Table 1.2.0

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.0Download

Release date: 2005-08-29 10:48 UTC
Release state: stable

Changelog:

* Re-added request #4610 to add a 'label' key to column
definitions. this is in addition to the 'qf_label' key;
the qf_label key is for form labels, but the label key is
for column headers on tabular formats.

* Feature request #4941: new "qf_label_append" key for
columns that will be displayed after (adv)checkbox
QuickForm elements.

* Bugfix: QuickForm's date "element" is a group, therefore
we have to use addGroupRule() instead of addRule() for such
elements; this also fixes a bug with non-standard rules
when only an error message was given in the rule definition
(missing $format param).

* Feature request #5029: new "qf_filters" key for columns
that applies filters to DB_Table generated forms; with the
new $formFilters parameter in getForm() one can apply
filters to all form elements
(thanks to ieure at php dot net)

* Optimized some pieces of code and applied Coding Standards

* Bug #5060: Empty fields were wrongly casted to null it they
were required. Also making the casting to null for date and
time values work correctly.

* Added smart handling of non-standard (i.e. Y-m-d) date
formats, this allows to use two-digit years (y) and short (M)
or long (F) names of months without having to recast the date
value yourself.

Dependencies:
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.1 2004-07-11     alpha
0.21 2004-07-11     alpha
0.18 2004-04-23     alpha
0.17 2004-04-21     alpha