- Changed the way how files are included when the SVN checkout of the eZ
components was used. This does not affect normal use of the components.
- Fixed class descriptions for the exceptions in the documentation.
- Added getHelpTable() and getHelpText() methods to ezcConsoleInput for more
convenient help output generation.
- Added ezcConsoleOption::$isHelpOption flag to indicate, that an option is to
request help. If this flag is set and the option is submitted by the user,
rule checking (dependencies/exclusions/madatoryness) is disabled.
- Added ezcConsoleInput::helpOptionSet() method which returns if an option
that was defined to be a help option was submitted.
- Added the class ezcConsoleProgressMonitor that is capable of printing status
information and percentage progress to the console.
- Improved support for SQLite right join emulation.
- Added support for subselects.
- Added support for multi-join queries.
- Changed the requirement that select(), from(), where() and the join methods
could only be used once for a query object.
- Refactored code:
- Changed code to use structs instead of associative arrays everywhere.
- Reworked the general APIs of the classes.
- Changed code to use new exception standards.
- Initial release of this package.
- Added checks for file names that could cause potential security issues.
File names containing one of ', " or $ will be rejected to load/save with an
ezcImageFileNameInvalidException. (See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345238).
- Refactored internal filter handling to make ezcImageHandler classes
publically available.
- Fixed bug #8137: ImageConversion - ezcImageTransformation fails on
processing Multiple images in 1 request.
- Added the mbox transport for reading mbox files to use with the
ezcMailParser.
- Fixed a bug that caused filenames with spaces to appear mangled.
- Fixed a bug where the encodings 7bit and 8bit were not handled correctly.
- Fixed a bug where text attachments missed line breaks when saved to disk.
- Added functionality for parsing mail messages. The main class is
ezcMailParser.
- Added the POP 3 mail retrieving transport for use with the ezcMailParser.
- Added method ezcMailPart::setHeaders to set multiple headers at once.
- Added method ezcMailTools::parseEmailAddress and parseEmailAddresses that
parse RFC 2822 email addresses.
- Added class ezcMailRfc822Digest inheriting ezcMailPart. This part can be
used to create mail digest messages.
- Added class ezcMailMultipartDigest which represents multipart/digest parts.
- Renamed ezcMailTransportMta and ezcMailTransportSmtp to ezcMailMtaTransport
and ezcMailSmtpTransport. The old classes still exist but are deprecated.
- Initial release of this package.