64
I Use This!
Activity Not Available

News

Analyzed 9 months ago. based on code collected 9 months ago.
Posted about 18 years ago
- 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 ... [More] 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. [Less]
Posted about 18 years ago
- 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 ... [More] 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. [Less]
Posted about 18 years ago
- 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.
Posted about 18 years ago
- 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. - ... [More] 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. [Less]
Posted about 18 years ago
- 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.
Posted over 18 years ago
- Documentation updates and fixes.
Posted over 18 years ago
- 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 ... [More] 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. [Less]
Posted over 18 years ago
This bug fix release addresses a few minor issues in the following components: Base, Mail and Workflow. For details see the full change log below.Read more
Posted over 18 years ago
- Fixed issue #11067: $execution->getVariable() throws an exeception if value of variable is null. - Fixed format string issue in ezcWorkflowExecution::endThread().
Posted over 18 years ago
- Fixed issue #11175: ezcMailTools::composeEmailAddress quotes the name part if it contains special characters ( , @ < > : ; ' " ). - Fixed issue #11174: ezcMailHeaderFolder::foldAny doesn't add a line break in front of the header value if it is exactly 76 characters.