» Version | » Information |
---|---|
2012-04-09 stable |
|
2010-10-25 stable |
|
2009-05-26 stable |
|
2007-03-31 beta |
|
2006-12-19 beta |
|
2006-09-17 beta |
|
2006-03-01 beta |
|
2006-02-27 beta |
|
2005-10-17 beta |
|
2005-10-07 beta |
|
2005-08-23 beta |
|
2005-08-22 beta |
|
2005-06-17 beta |
|
2005-06-01 beta |
|
2005-05-27 alpha |
|
2005-05-20 alpha |
|
2005-05-17 beta |
|
2005-04-28 beta |
|
2005-04-13 beta |
|
2005-04-11 beta |
|
2005-04-08 beta |
|
2005-03-25 beta |
|
2005-03-05 beta |
|
2005-03-04 beta |
|
2005-03-03 beta |
|
2005-03-01 beta |
|
2005-02-26 beta |
|
2005-02-10 beta |
|
0.11.1 |
Easy InstallNot sure? Get more info. pear install DB_DataObject_FormBuilder-0.11.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_DataObject_FormBuilder-0.11.1 Release date: 2005-01-08 18:55 UTC Release state: beta Release uploaded by: justinpatrin Changelog: 0.11.1 adds a file missing in the 0.11.0 release Lots of new options, bug fixes, and a few changes. Check the wiki for more detailed info on new options. fixes: - Re-added support for timeElementFormat option - Re-added "copy" support for dbDateFormat (although it is not currently used) - Auto-generated form name is now always lowercase to ensure identical behaviour in PHP4 and PHP5 - Fixed hidePrimaryKey issues when set in the ini file - Moved the rest of the driver-specific to the QuickForm driver - Changed crossLink and tripleLink code to use setDefaults (bug #2913) - Fix tripleLinks not holding their value after a submit (related to bug #2913) - Added support for all date format types specified in bug# 2375 NOTE: 'l' and 'D' types are supported by _date2Array, but not _array2Date. This means they can be output, but upon submission they do nothing. - Fixed freezing problems with crossLinks and tripleLinks (bug #2915) A new QuickForm element type has been created for this. It is in DB/DataObject/FormBuilder/QuickForm/ElementTable.php. This element creates an HTML_Table with rows of elements. The table may or may not have row and column headers. Any QF element may be in each cell. - Fixed bug where time elements were created with 'date' type options (this should change nothing unless you use elementTypeMap) - 0 as primary key no longer causes unwanted insert (bug #2979) - Fixed elementNamePrefix and elementNamePostfix when used with crosslink and triplelink and dates [ and ] are no longer allowed in the prefix and postfix changes: - The Primary Key is now retrieved using a new internal method (_getPrimaryKey) which looks first in the _primary_key property of the DataObject, then tries sequenceKey(), then the first element in keys() - Added patch to "sync" crosslinks and triplelinks instead of deleting all and recreating (Bug #2841) - The numeric rule will only be set if FB creates the element (bug #3042) - Renamed getDataObjectSelectDisplayValue() to getDataObjectString() new: - Added multi-select support to QF driver - Re-added multi-select support for crossLinks - Added casting of '' to NULL for link fields (for selectAddEmpty) - Added automatic entry of an empty option for link fields which are not DB_DATAOBJECT_NOTNULL - Added selectAddEmpty support for enum fields - Enum fields will automatically have an empty option if they are allowed to be NULL (same as for links) - Added a new crossLinkExtraFields option for crossLinks which allows editing of extra fields in the crosslink table - Added prepareLinkedDataObject callback for DO to customize link options (bug #2958) - Added elementTypeAttributes and fieldAttributes configuration options to QF driver - Added a new option: useCallTimePassByReference which defaults to false (bug #2658) - Added support for reverseLinks (request #2889) - Added support for boolean fields. Boolean fields are rendered as checkboxes - Added new option booleanFields - getDataObjectString() is now statically callable If you are upgrading from a pre-0.10.0 version, read the 0.10.0 and 0.10.1 release notes! Dependencies:
|
2004-11-08 beta |
|
2004-10-28 beta |
|
2004-10-26 beta |
|
2004-08-27 beta |
|
2004-05-15 beta |
|
2003-08-28 beta |
|
2003-08-23 beta |
|
2003-08-21 beta |