- Added the ezcBaseStruct class from which all structs in all components
should inherit from.
- Refactored property handling.
- Updated tutorial with a new example.
- Refactored to use new ezcBaseStruct class to inherit all the structs from.
- Fixed bug #8738: Unexpected behaviour with options->colPadding.
- Fixed bug #8478: ezcConsoleOutput format (foreground) color 'black' not
available. (The fore-/background colors black and gray are now the same and
available for fore- and background).
- PHP 5.2 compatibility.
- Fixed bug #8525: ConsoleInput::getHelpTable() exits with a fatal error.
- Fixed bug #8645: Default values not set correctly in ezcConsoleInput.
- Fixed bug #8835: Documentation of lOr and lAnd.
- Fixed bug #8360: ezcQueryExpressionOracle::concat() calls non-existing
method.
- Added ezcQuery::resetBinds() which allows you to reset the bound values and
parameters associated with a query.
- Fixed bug #8900: Problem with auto increment and primary keys for MySQL
because the skip_primary context was not reset for new tables.
- Added a new validator to check whether columns marked as 'auto_increment'
actually have a primary key defined as well.
- Implemented FR #8901: Written schemas should indent the XML.
- Refactored the structs to use the new ezcBaseStruct class.
- Fixed a bug that an empty 'is null value' string in the database caused a
PHP warning.
- Refactored to use the new ezcBaseStruct class.
- PHP 5.2 compatibility.
- Refactored to use new ezcBaseStruct class and new properties approach.
- Fixed bug #8712: The x and y parameters for cropping where handled as
coordinates and not as offsets.
- Refactored to use new ezcBaseStruct and properties approach.
- Added the ezcMailPop3Transport::fetchByMessageNr() method that returns an
ezcMailPop3Set containing the message with the specified number.
- Fixed bug #8736: variable transport non-functional.
- Fixed bug that caused the contentId property of the ezcMailFile class not to
be set even if it was available for the related part while parsing
multipart/related messages.
- PHP 5.2 compatibility.
- Partially fixed bug #8694:
- Don't crash when generating empty mail.
- Don't assume that message/ parts are actually rfc822 messages when parsing
mail.
- Updated documentation.
- Refactored to use the new ezcBaseStruct class.
- Refactored to use the new ezcBaseStruct class.
- Refactored to use the new ezcBaseStruct class and properties approach.
- Refactored to use the new ezcBaseStruct class.
- Updated documentation.