SVN Revision: 10619
Authentication
1.3 - Monday 29 June 2009
1.3rc1 - Monday 22 June 2009
- Fixed an issue with PHP compiled with --with-curlwrappers.
1.3beta1 - Monday 08 June 2009
1.3alpha1 - Tuesday 26 May 2009
- Implemented feature request #14426: OpenID 2.0 support for Authentication.
Base
1.7 - Monday 29 June 2009
1.7rc1 - Monday 22 June 2009
- Fixed an issue with the PEAR reader as sometimes the returned structure is
different.
1.7beta1 - Monday 08 June 2009
- Made sure that we (try) to load the PEAR Registry class so that PEAR doesn't
have to be in autoload.
1.7alpha1 - Tuesday 26 May 2009
- Added 'SunOS' to the list of Unices to make finding binaries work on Solaris
as well.
- Implemented issue #13718: Include metadata about installed components that
can be queried to figure out required PHP versions, dependencies and
component versions.
Document
1.2 - Monday 29 June 2009
- Fixed: Handling of internal links in wiki writer.
- Fixed: Registering of custom node class does sometimes not work on existing
documents.
- Fixed: Overlapping text on widdow backtracking
- Fixed: Do not introduce spaces before punctuation on inline markup.
1.2rc1 - Monday 22 June 2009
1.2beta1 - Monday 08 June 2009
- Fixed: Invalid font creation in haru driver.
- Fixed: Implementation of PDF wrapper class, to call correct renderer.
- Fixed: Implementation of style loading in PDF wrapper class.
- Implemented: Method to register additional PDF parts in wrapper class.
- Implemented: Global error reporting interface, now also used by the PDF
renderer.
- Implemented: Maintain document location in all conversions, so that embedded
files can be located.
- Fixed: Text blocks are continued on the same page wrapped images are
rendered on.
- Fixed: Handle unescaped references containing special chars in RST parser.
- Fixed: Also recurse into section titles in RST visitor AST preprocessing to
find all reference targets.
- Fixed: Ensure valid XML IDs in visitor.
1.2alpha1 - Tuesday 26 May 2009
- Implemented CSS based PDF rendering for basic docbook markup.
EventLog
1.4 - Monday 29 June 2009
1.4rc1 - Monday 22 June 2009
1.4beta1 - Monday 08 June 2009
1.4alpha1 - Tuesday 26 May 2009
- Implemented feature #14104: Stack writer to store log messages in memory.
(Based on a patch by Thomas Koch)
Graph
1.4.3 - Monday 08 June 2009
- Fixed #14538: Performance degration for very high numbers of data points.
- Fixed #14857: Highlight text misplaced in charts with multiple bar data
sets.
ImageConversion
1.3.7 - Monday 22 June 2009
- Fixed issue #15011: Corrected determining of ImageMagick binary from
settings.
Mail
1.6.3 - Monday 22 June 2009
- Fixed issue #15068: false ezcMail tests. Based on a patch from Thomas Koch.
MvcAuthenticationTiein
1.0 - Monday 29 June 2009
1.0rc1 - Monday 22 June 2009
1.0beta1 - Monday 08 June 2009
- Refactored out the password hashing into its own method to facilitate easier
overloading.
1.0alpha1 - Tuesday 26 May 2009
- Initial release of this package.
MvcFeedTiein
1.0 - Monday 29 June 2009
1.0rc2 - Tuesday 26 May 2009
1.0rc1 - Monday 15 December 2008
1.0beta1 - Monday 01 December 2008
1.0alpha2 - Monday 10 November 2008
- Fixed issue #13788: array_key_exists() function receives parameters in wrong
order.
1.0alpha1 - Monday 06 October 2008
- Initial release of this package.
PersistentObject
1.6 - Monday 29 June 2009
- Fixed message in testcase.
1.6rc1 - Monday 22 June 2009
1.6beta1 - Monday 08 June 2009
- Note: This release changes the indexing of arrays returns by
ezcPersistentSession and its decorators. These arrays are now indexed by
object IDs.
1.6alpha2 - Tuesday 26 May 2009
- Renamed ezcPersistentIdentitySession to
ezcPersistentSessionIdentityDecorator.
- Introduced new ezcPersistentSessionFoundation interface, for
ezcPersistentSession and its decorators.
- Finalized implementation of identity management and relation pre-fetching.
1.6alpha1 - Tuesday 21 April 2009
- Started implementation of #12473: PersistentObject now supports basic
identity management.
PersistentObjectDatabaseSchemaTiein
1.3 - Monday 29 June 2009
1.3rc1 - Monday 22 June 2009
1.3beta1 - Monday 08 June 2009
- Implemented enhancement #12943: Class and definition files can now be
generated from templates (using the Template component). Templates return
the mangled file name.
Search
1.0.5 - Monday 22 June 2009
- Fixed issue #15085: ezcSearchZendLuceneHandler fails on writing index to
relative path.
Template
1.4 - Monday 29 June 2009
1.4rc1 - Monday 22 June 2009
1.4beta1 - Monday 08 June 2009
1.4alpha1 - Tuesday 26 May 2009
- Implemented issue #14898: Deactivate whitespace removal in Template output.
TemplateTranslationTiein
1.1 - Monday 29 June 2009
1.1rc1 - Monday 22 June 2009
1.1beta1 - Monday 08 June 2009
1.1alpha1 - Tuesday 26 May 2009
- Implemented issue #13236: Create a script to extract translatable scripts
from templates, and merge different language versions.
Translation
1.3 - Monday 29 June 2009
1.3rc1 - Monday 22 June 2009
1.3beta1 - Monday 08 June 2009
1.3alpha1 - Tuesday 26 May 2009
- Added the getContextNames() method to the TsBackend.
Tree
1.1.3 - Monday 22 June 2009
- Refactored the XHTML visitor so that you can override the way how paths are
generated by overloading the formatPath() method.
Webdav
1.1.1 - Monday 08 June 2009
- Fixed issue #13324: Uploads are now working in Konqueror (tested 3.5.10).
Fix based on a patch by Erwin Eggenberger.