SVN Revision: 10072
Archive
1.3.3 - Monday 30 March 2009
- Fixed issue #14588: Doc error: ezcArchiveEntry::getPermissions( ) returns a
string, not int.
- Fixed issue #14658: Permission problem when extracting zip-files.
Database
1.4.4 - Monday 30 March 2009
- Fixed issue #14464: ezcDbFactory::create shouldn't throw a warning on invalid
parameter.
Document
1.1.2 - Monday 30 March 2009
- Fixed: Parsing of lists inside simple table cells
- Fixed: Error reporting of document handlers were not used in converters
- Implemented #14075: Text roles support for RST
- Implemented #14403: Add support for replace-"directive".
Graph
1.4.2 - Monday 30 March 2009
- Implemented feature #14400: Add shortcut to set background color
- Fixed #14651: Handle floor() floating point inaccuracies in numneric axis
step evaluation
- Fixed #14655: A full circle sector is not drawn at all in GD driver.
PersistentObject
1.5.1 - Monday 30 March 2009
- Fixed issue #14473: ezcPersistentFindIterator does not overwrite object
instances anymore.
- Fixed issue #14505: Property converters don't break the state of newly saved
objects anymore.
Search
1.0.4 - Monday 30 March 2009
- Implemented issue #14429: Support for Solr 1.3.
- Implemented issue #14594: provide body of error pages.
- Added the reConnect() method to the Solr handler, so that you can re-connect
to it in case the connection causes issues. Related to issue #14636: Can not
use solr handler in long running scripts.
Workflow
1.3.2 - Monday 30 March 2009
- Fixed execution of ezcWorkflowNodeFinally nodes.
- Fixed issue #14437: id conflict possible in ezcWorkflowVisitorNodeCollector.
- ezcWorkflowDefinitionStorageXml can now handle subclasses of
ezcWorkflowNodeStart, ezcWorkflowNodeEnd, and ezcWorkflowNodeFinally.
- The ezcWorkflow class now implements the Countable interface. count() invoked
for an ezcWorkflow object will return the number of nodes of the workflow.
- The ezcWorkflowExecution::loadFromVariableHandlers() and
ezcWorkflowExecution::saveToVariableHandlers() methods now pass the
ezcWorkflowExecution object to the ezcWorkflowVariableHandler::load() and
ezcWorkflowVariableHandler::save() methods.
WorkflowDatabaseTiein
1.3.1 - Monday 30 March 2009
- ezcWorkflowDatabaseDefinitionStorage can now handle subclasses of
ezcWorkflowNodeStart, ezcWorkflowNodeEnd, and ezcWorkflowNodeFinally.