[Phphtmllib-devel] phphtmllib CHANGELOG,1.117,1.118
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2004-03-12 21:09:11
|
Update of /cvsroot/phphtmllib/phphtmllib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15914 Modified Files: CHANGELOG Log Message: fixed a minor bug in the DefaultGuiDataList with the action arrow image paths. Index: CHANGELOG =================================================================== RCS file: /cvsroot/phphtmllib/phphtmllib/CHANGELOG,v retrieving revision 1.117 retrieving revision 1.118 diff -u -d -r1.117 -r1.118 --- CHANGELOG 9 Mar 2004 21:54:08 -0000 1.117 +++ CHANGELOG 12 Mar 2004 20:49:27 -0000 1.118 @@ -5,10 +5,12 @@ - minor change Version 2.4.1 - DEVTBD + - fixed a minor bug in the DefaultGuiDataList with the action arrow + image paths. (UweBaumann at onlinehome.de) + Created 2 new examples: example9.php and examples/form3.php + Fixed a bug causing problems with PEAR+postgresql in the data list widget. --culley - - Added align parameter to html_img_href() (Denny Reeh <den...@gm...>) + - Added align parameter to html_img_href() (Denny Reeh <denny.reeh at gmx.de>) - Fixed a bug with the displaying of the FormElement label when the FormElement had an error. ++ Updated ArrayDataListSource to support searching of data. This removed the @@ -16,17 +18,17 @@ this is determined automatically depending on if a search was done or not. ++ Added DataList::set_showall(), which automatically shows EVERY row back from the DataListSource. When this is set the DefaultGUIDataList will not show navigation. - - Applied a minor cleanup patch to TextCSSNav from Erich Enke <twi...@fa...> + - Applied a minor cleanup patch to TextCSSNav from Erich Enke <twilit77 at fastmail.fm> + Applied a patch to FEFile that adds the ability to set the acceptable file types - and file size from cu...@fa... + and file size from culley at fastmail.fm - Fixed a small issue with the right boarder of the TextCSSNav's first element. ++ Added FERegEx and FormValidation::is_regex() to support a generic Regular expression - based FormElement from Culley Harrelson <cu...@fa...> + based FormElement from Culley Harrelson <culley at fastmail.fm> Version 2.4.0 - Feb 3, 2004 + Added Container::get_element() - to return the data element, so you can modify it post add(); - + Added align attribute parameter to html_img() - Denny Reeh <den...@gm...> + + Added align attribute parameter to html_img() - Denny Reeh <denny.reeh at gmx.de> + Added the ability to set a secondary orderby list for the DataListSource. + Added the support for the secondary orderby list in the SQLDataListSource - fixed broken css link in examples/widget9.php @@ -36,7 +38,7 @@ (thanks to Mufasa from http://www.firetiger.net/) - added another fix to prevent warnings in XMLTagClass::_render_open_tag() (thanks to Mufasa from http://www.firetiger.net/) - - added title parameter to html_area() - Denny Reeh <den...@gm...> + - added title parameter to html_area() - Denny Reeh <denny.reeh at gmx.de> - added a small fix to the HTMLPageClass::add() method when adding a widget that has a get_javascript() method. This prevents a possible warning. - fixed some tab selected bugs with ActiveTab @@ -92,8 +94,8 @@ + Added FormElement::set_tabindex() to set the tab index. + Added FormContent::set_form_tabindex, get_form_tabindex() as a helper to the FormElement::set_tabindex() method. - - fixed an incorrectly spelled variable name in DataListSource (han...@ee...) - - fixed a small js issue with the ActiveTab (mik...@me... + - fixed an incorrectly spelled variable name in DataListSource (hanefeldj at ee.nec.de) + - fixed a small js issue with the ActiveTab (mike_walsh at mentor.com Version 2.3.0 - July 31, 2003 - pulled a small issue from FormProcessor. $this->_message never used. @@ -101,7 +103,7 @@ instead of just setting it to TRUE always. - Added some tests in the FormContent element access methods, to help developing a form. It traps for invalid FormElement labels. - + Added FEFile FormElement from Dave Brondsema <da...@br...> + + Added FEFile FormElement from Dave Brondsema <dave at brondsema.net> + Started work on the FormWizard - cleanup of some warnings for the DataList widgets. - Fixed a problem with doing some queries in the PEARSQLDataListSource @@ -194,7 +196,7 @@ all lowercase, to build valid XHTML. - added HTMLPageClass::add_js_link() to replace push_js_link() - small fix in the DefuaultGUIDataList::_checkbox_javascript() to - be more flexible. Thanks Nils Droge <nd...@ha...> + be more flexible. Thanks Nils Droge <ndroege at haba-ag.de> - made sure the DataList object's form name is set. - let the user set the DataList form method to post or POST. - Don't do indentation on a PREtag @@ -209,21 +211,21 @@ any method. This helps folks create their own i18n FormErrors class. Version 2.2.2 - March 10, 2003 - - Aris Basic <ari...@si...> added a new + - Aris Basic <aris.basic at silencesoftware.com> added a new PGSQLDataListSource object, to allow folks to use the PHP built in PostgreSQL native functions for talking to a DB. This avoids the depenancy on PEAR or ADODB. - Added the xhtml_strict_attributes array to the FORMtag declaration. the attributes 'name' and 'target' are not allowed while in XHTML STRICT mode - (thanks to Philipp Morger <mo...@do...> ) + (thanks to Philipp Morger <morger at dolphins.ch> ) - fixed a minor issue in the DataList object that Richard Greene found. - cleaned up the old 'test' scripts in test. - made a small fix to the ADODBSQLDataListSource::count() method when - handling a DB error. Thanks to Nils Droge <nd...@ha...> + handling a DB error. Thanks to Nils Droge <ndroege at haba-ag.de> - fixed a problem of not being able to search fo '0' in the DataList - Thanks to Nils Droge <nd...@ha...>. + Thanks to Nils Droge <ndroege at haba-ag.de>. - made a small change to the DefaultGUIDataList to make the search area text be localizable. - Added support to change the encoding type for XHTML pages in the @@ -235,7 +237,7 @@ renders a newline after the open tag. - fixed a the DOCTYPE tag attributes for XHTML mode. It now gives the full url path to the DTD's on the W3C site. - (thanks to Philipp Morger <mo...@do...> ) + (thanks to Philipp Morger <morger at dolphins.ch> ) - fixed a small indenting problem with XMLTagClass::render_content() - Moved the SVG, WML, XML widgets into their own dirs under widgets. |