SVN Revision: XXXX
- No external changes. This release features some internal code improvements
only.
- Implemented feature request #10971: Added the possibility to fetch extra
data during authentication for Database, LDAP, OpenID and TypeKey filters.
- Implemented feature request #10997: Added support for OpenID check_immediate
mode.
- Implemented feature request #10998: Added a Database backend for OpenID
authentication.
- Implemented feature request #11001: Added multiple credentials support in
the Group filter.
- Implemented feature request #11006: Added the isValid() method in the
ezcAuthenticationSession class which can be used to avoid creating the
authentication filters if the credentials are already stored in the session.
- Fixed the OpenID filter so that it no longer converts dots to underscores in
URLs.
- Implemented feature request #10998: Added a Database backend for OpenID
authentication.
- Implemented feature request #10971: Added the possibility to fetch extra
data during authentication for Database, LDAP, OpenID and TypeKey filters.
- Fixed issue #11412: The Database filter does not trigger a PDO General Error
2014 with MySQL.
- Fixed issue #11465: Fetching extra authentication data in Database filter
does not trigger a PDO General Error 904 with Oracle.
- Added the ezcBaseFile::copyRecursive() method, to recursively copy files or
directories
- Fixed issue #11540: Problems with ezcFile::findRecursive and
ezcFile::calculateRelativePath on systems where DIRECTORY_SEPERATOR is not
//.
- Added the ezcBaseFile class, which was moved from the File component.
- Added the ezcBaseFile::isAbsolutePath() method, which returns whether a path
is absolute or relative.
- Implemented issue #10533: ezcCacheManager::getCache does not support delayed
initialization.
- Fixed issue #11064: Marked search() as protected in ezcCacheStorageFile.
- Implemented feature request #11049: Added APC and Memcache backends for
caching. Based on a patch from Grady Kuhnline.
- Fixed issue #11181: A physical location is not required anymore for pure
memory backends.
- Fixed issue #11413: The search flag is off by default for restore() and
delete().
- Fixed issue #11138: The validateLocation() method is defined as abstract in
ezcCacheStorage.
- Fixed issue #11609: Subselect query documentation is incorrect.
- Fixed issue #11687: Mssql DSN with port does not work.
- Fixed issue #11700: Subselects only work when there is a database instance
set.
- Implemented feature #11047: Make ConvertToDDL() methods accept the database
name instead of only the database handler.
- Fixed bug #11281: DatabaseSchema's XML reader does not understand '1' for
the notnull, autoincrement and unsigned fields.
- Fixed bug #11282: DatabaseSchema's SQLite reader doesn't understand the
float and varchar data types.
- Fixed bug #11283: DatabaseSchema's PersistentObject definition writer
generates a sequence generater even when the field is not auto-increment.
- Fixed bug #11285: Documentation example code comment glitch.
- Implemented feature #10434: unix syslog writer, also works with the windows
event system.
- Implemented change #10677: Removed the throwing of an exception of the
execution mechamisn was not initialized.
- Moved the ezcFile class to Base/ezcBaseFile. That means that the ezcFile
class is now deprecated. As this is the only class in this component, the
whole component is now deprecated. Backwards compatibility is kept by making
the ezcFile class extend ezcBaseFile - So long and thanks for all the fish.
- Fixed issue #11640: Polygon size reducement fails for very thin four edged
polygons.
- Fixed issue #11511: Line thickness wasn't used for rendering.
- Fixed issue #11509: Typo in line chart option.
- Implemented feature #10978: Add support for stacked bar charts.
- Implemented feature #11325: Allow values of 0 to be added to pie charts, to
be included in the legend and not rendered in the actual pie.
- Implemented feature #11247: Custom highlight values in line and bar charts.
Thanks to Elger Thiele for the basic patch.
- Implemented feature #10322 and #10565: Support for multiple x, y axis,
vertical and horizontal lines in line and bar charts.
- Fixed issue #11107: Floating point inaccuracies caused missing grid in line
chart.
- Fixed issue #11157: Wrong display of single record with labeled axis.
- Fixed issue #11180: Color Palette: $dataSetColor in ezcGraphPalette starts
with index 1 and not zero in pie charts.
- Fixed issue #11207: Missing URL property for legend, or missing legend, may
cause PHP notice.
- Fixed issue #11233: Path for circular arcs in SVG driver may break because
of locale settings.
- Fixed issue #11235: In interactive 3D bar charts circle and bullet bars are
not linked.
- Fixed issue #11236: Legend is not properly linked in interactive 3D line and
bar charts.
- Fixed issue #11582: ezcMailImapSet won't be caught in an infinite loop if
the mail headers or body contain an IMAP tag.
- The IMAP, POP3 and SMTP transports and the ezcMailParser class can receive
options objects in the constructor. They can still receive options as arrays
to keep compatibility.
- Implemented feature request #8436: Added the method validateEmailAddress()
in ezcMailTools.
- Implemented feature request #10459: Added the searchMailbox() method to the
IMAP transport. Based on a patch from Sinisa Dukaric.
- Implemented feature request #10659: Added the getHierarchyDelimiter() method
to the IMAP transport.
- Implemented feature request #10996: Added support for the SMTP authentication
methods DIGEST-MD5, CRAM-MD5, NTLM and LOGIN.
- Implemented feature request #10999: Added the possibility to refer to
messages by their unique IDs in IMAP.
- Implemented feature request #11061: Added missing conditions for SMTP
methods.
- Implemented feature request #11299: Added an optional argument to the
setHeader() method in ezcMailPart to assign a charset to a header.
- Added the fetchSizes() method in IMAP which returns the sizes of the
specified messages.
- Documentation updates and fixes.
- Initial release of this package.
- Initial release of this package.
- Initial release of this package.
- Fixed issue #11477: Fixed errors in documentation.
- Implemented feature request #10896: Allow aggregation of unordered parameter
values if the parameter names appear more than once.
- Implemented feature request #10897: Added the getParams() method in ezcUrl
which fetches the unordered parameters as a flat array, useful for working
with URLs without delimiters for parameter names.
- Implemented feature request #11000: Added ability to include script name
when building an URL through a buildUrl() parameter.
- Implemented feature request #11296: added the function getCurrentUrl() to
ezcUrlTools to build the current URL from the $_SERVER array or another
array source.
- Fixed issue #11277: The dots in the query string parameter names are not
converted to underscores.
- Implemented feature #10249: Added a hint text field for
ezcUserInputDefinitionElement. Based on a patch by Thomas Koch.
- Initial release of this package.
- Added ezcWorkflowNodeLoop class to conveniently express loops.
- Refactored the XML definition storage:
- DOM is now used for both the loading and saving of workflows (issue
#10702).
- The marshalling of the node configuration is now handled in the individual
node classes. This makes it possible to have custom node classes handled by
the XML definition storage.
- Default node configurations are handled better now.
- Implemented issue #10883: Apply comparison conditions to two variables.
- Implemented issue #10918: Error messages when loading invalid XML.
- Implemented issue #10985: Mapping variables between parent and sub workflows.
- Implemented issue #11003: Add ELSE option to exclusive choice.
- Fixed issue #11068: Implement ezcWorkflowExecution::hasVariable().
- Default node configurations are handled better now.