================================== eZ Components 2008.1beta1 released ================================== :Author: Derick Rethans :Date: 2008-05-27 11:04 UTC The eZ Components team just released the first beta version of the new 2008.1 release. This beta version implements the issues that were found during our review process. The beta version can be installed by running the following command:: pear upgrade ezc/ezcomponents A full download of the release can be found on the download_ page. .. _download: /download This beta release will be followed by a Release Candidate on June 8th, unless major issues are uncovered during our code-review cycle. Changes ------- The full list of changes since eZ Components 2007.1alpha2 follows below: Archive ======= 1.3beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. Authentication ============== 1.2beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed issue #12992: LDAP registerFetchData() now correctly uses normal case attributes (eg. 'displayName'). Base ==== 1.5beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Added the ezcBasePersistable interface that can be used to ensure that the object implementing this interface can be used with PersistentObject and Search. Cache ===== 1.4beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed issue #12993: Hierarchical caching does not prune items in the correct situation. Note that the internal structure of the stack meta data changed drastically with this fix. You need to reset() the whole storage after this update. Configuration ============= 1.3beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. ConsoleTools ============ 1.4beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. Database ======== 1.4beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed issue #12150: Connect to MSSQL database fails due to wrong driver specification. DatabaseSchema ============== 1.4beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Changed the class name ezcDbSchemaNonUniqueIndexNameValidator to ezcDbSchemaUniqueIndexNameValidator. - Changed ezcDbSchemaDbReader back to an interface, and created a common SQL reader class that implements the common methods. - Moved ezcDbSchema*Reader/getReaderType() to the new common SQL reader class ezcDbSchemaCommonSqlReader. - Created a common method ezcDbSchemaCommonSqlReader::processSchema() that iterates over all the tables and gathers information about them and their indexes. Debug ===== 1.2beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. EventLog ======== 1.3beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. Feed ==== 1.1beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Removed ezcFeedCanNotParseException class, using ezcFeedParseErrorException instead. - Changed protected methods and variables from processor classes to private. - Changed get() and set() functions from ezcFeedProcessor into __get() and __set(), and added __isset(). - Added the registerFeed() and registerModule() functions to ezcFeed. - Removed plural properties from ezcFeed (authors, categories, contributors, items, links). - Added feed element types (person, category, link, image, etc) to specify different feed and module elements. - Removed the method set() from ezcFeed and ezcFeedItem. - Removed the class ezcFeedTools. - Renamed ezcFeedItem to ezcFeedEntryElement. - Added a feed type to the ezcFeed method generate() to specify the output feed type, and made the ezcFeed constructor feed type argument optional. - The properties are stored in ezcFeed and are assigned in the same way without being dependent on the feed type. Graph ===== 1.3beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. Mail ==== 1.5beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed issue #13010: The transport connection handles correcly cases where CRLF is split in 2 different blocks read from server. PersistentObject ================ 1.4beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. Template ======== 1.3beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Changed the date_format() template function to only accept DateTime objects. TemplateTranslationTiein ======================== 1.0beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. Translation =========== 1.2beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Renamed the private ezcTranslation->callback_compile() and ezcTranslation->parameter_callback_compile() to ezcTranslation->callbackCompile() and ezcTranslation->parameterCallbackCompile(). Tree ==== 1.1beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Implemented issue #12694: replace reflection test for class type with spl function. TreeDatabaseTiein ================= 1.1beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. UserInput ========= 1.3beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - No changes. Workflow ======== 1.2beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Implemented issue #12694: Replace reflection test for class type with SPL function. WorkflowDatabaseTiein ===================== 1.2beta1 - Tuesday 27 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Consistently use ezcDbHandler::quoteIdentifier() to quote SQL identifiers.