PEAR News | PHP News | Manuals | Imprint

PEAR-News ::



HTML_BBCodeParser 1.2.3

QA release<br />
Doc Bug #11576 Problems with http:// in [img] doconnor<br />
Request #12002 Target set in [url] doesn't work doconnor<br />
Request #12423 IRC links not allowed doconnor<br />
Bug #12644 [url=http://www.google.nl]http://www.google.nl[/url] expands strange doconnor<br />
Bug #14380 Image Filter does not generate alt by default doconnor
[ more >> ]


HTML_Progress2 2.4.2

QA release<br />
Bug #17728 Patch: using pcre functions to avoid deprecation warnings<br />
Bug #19005 remove error_reporting (for PEAR QA team)<br />
Update PHPUnit compatibility
[ more >> ]


HTML_QuickForm 3.2.13

* maxYear in date element defaults to current year rather than 2010 (bug #18171)<br />
* autocomplete element now works under FF4+ (bug #18530)
[ more >> ]


HTML_QuickForm2 0.6.1

Bug fixes<br />
* Callback renderer did not export setLabelCallback() method (bug #18833)<br />
* Trying to use Static element under PHP 5.2 resulted in fatal error (bug #18874)<br />
* persistentFreeze() is on by default for text and password elements<br />
<br />
Other features and changes<br />
* Added an example showing how to output the form with Twig template engine<br />
* Space characters are no longer allowed in 'id' attribute values (request #18683)<br />
* Added array type hinting to $data parameter in all elements' constructors<br />
* Fixed copypasted PHPDoc in several places
[ more >> ]


HTML_Page2 0.6.2

Bug #12769: Omit CDATA for inline styles containing @import-rule [kguest]
[ more >> ]


HTML_Page2 0.6.1beta

Bug #16570 Doctype System Identifier should be 'w3' not 'w3c'. [kguest]
[ more >> ]


HTML_Template_PHPLIB 1.5.1

- Fix bug #18411: Invalid package.xml; not installable with pyrus
[ more >> ]


HTML_Template_Flexy 1.3.12

Minor fixes and feature release<br />
<br />
Bug Fixes <br />
<br />
#18763 - Fix is_a() for 5.3.7+ due to php-core stupidity<br />
#----- - Support for new PEAR5 class.<br />
<br />
Features<br />
#----- - support for CommonPageID when using Translation2
[ more >> ]


HTML_QuickForm_Renderer_Tableless 0.6.2

QA release<br />
- Bug #15402: "id" attribute missing on groups
[ more >> ]


HTML_QuickForm2 0.6.0

Milestone 6: "live" validation, localization changes, moving to beta<br />
<br />
Major additions and changes<br />
* It is now possible to run client-side validation rules on changing the<br />
fields value / leaving the field (onchange / onblur) as well as on form<br />
submit (see request #5308)<br />
* Client-side validation errors are now displayed near the elements by<br />
default instead of in javascript alert() dialog. This is mostly similar <br />
to behaviour of old HTML_QuickForm_DHTMLRulesTableless package.<br />
* Localization messages (month and weekday names for Date, upload errors for<br />
InputFile) are now returned by special "message provider" object<br />
or callback (request #18341). A message provider for Date element using<br />
current locale data is available (request #5558)<br />
* Added a new optional renderer that uses PHP callbacks to render form elements<br />
<br />
Other features and changes<br />
* Static elements can now wrap their content in a given tag having element's<br />
attributes, e.g. <div> or <img> (see request #8626)<br />
* It is now possible to set maximum and minimum hour in Date element's hours<br />
select (request #4061, works for 24-hour format) and maximum and minimum<br />
month in its months select (request #5957)<br />
* File upload elements can no longer be added to method="get" forms,<br />
form's enctype attribute is automatically set (request #16807)<br />
* Added a separate HTML_QuickForm2::isSubmitted() method, can be used to <br />
check whether the form was sumbitted instead of checking an array of its<br />
data sources for submit one<br />
* Added HTML_QuickForm2_Renderer::methodExists() method, this can be used<br />
to check whether a custom renderer has a necessary method / plugin and<br />
fall back to the Default renderer if it doesn't<br />
* Added default 'value' attribute for radiobuttons<br />
* Array renderer always returns group separator as an array of length<br />
count($group) - 1, making it easier to use in templates<br />
* Added CLIENT_SERVER and ONBLUR_CLIENT_SERVER constants to<br />
HTML_QuickForm2_Rule, these make calls to addRule() less verbose<br />
* Minified versions of javascript libraries are now provided<br />
<br />
Bug fixes<br />
* Unit tests can now run under PHPUnit 3.5<br />
* Required rule will throw an Exception if not given an error message (bug #18133)<br />
* Default maxYear in Date element is now current year rather than 2010 (bug #18171)<br />
* Group::removeChild() failed if group's name contained brackets (bug #18182)<br />
* Values for elements named like 'foo[]' are now properly handled by getValue()<br />
<br />
Backwards compatibility issues<br />
* Javascript libraries are now installed into js/ and js/min/ subdirectories<br />
of base data directory<br />
* 'errorMessages' parameter for HTML_QuickForm2_Element_InputFile is<br />
deprecated and will be removed in the next release. Use message providers
[ more >> ]



© 2004 I.S.U.M.