=================================== eZ Components 2008.1alpha2 released =================================== :Author: Derick Rethans :Date: 2008-05-13 10:27 UTC The eZ Components team just released the second alpha version of the new 2008.1 release. The main reason for this alpha version is the new Document component, that at the moment features a reStructuredText_ parser. There are also some minor tweaks to Base, EventLog, Search and UserInput. The alpha versions can be installed by running the following commands:: pear upgrade ezc/ezcomponents A full download of the release can be found on the download_ page. .. _download: /download .. _reStructuredText: http://docutils.sourceforge.net/rst.html This alpha release will be followed by a beta release on May 27th, unless major issues are uncovered during our code-review cycle. Changes ------- The full list of changes since eZ Components 2007.1alpha1 follows below: Base ==== 1.5alpha2 - Tuesday 13 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed a bug in ezcBaseFile::findRecursive that prevented you from passing an empty array to collect statistics. - Changed ezcBase::getInstallationPath() so that it always returns a trailing directory separator. Document ======== 1.0alpha1 - Tuesday 13 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Initial release of this package. EventLog ======== 1.3alpha3 - Tuesday 13 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed issue #13008: ezcLogFileWriter::openFile() throws wrong Exception. Search ====== 1.0alpha2 - Tuesday 13 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixes to the Solr handler: - Implemented missing "order by" support. - Fixed between support. - Fixed boost support in case a field already had a boost value assigned by default. UserInput ========= 1.3alpha1 - Tuesday 13 May 2008 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Implemented issue #12345: Added ezcInputForm::isValid().