alab f76a4bc725 ZF-9862: prevent merging of elementsBelongTo after FormElements was called 16 年 前
..
Acl f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Amf 617d4e405a ZF-9640: reverting patch, as it introduces errors 16 年 前
Application 3720957620 [ZF-7696] Using fallback autoloader with module resource loader no longer throws warning 16 年 前
Auth bad29f8d3f Resolves ZF-7510 16 年 前
Barcode f9262d00c7 [ZF-9169]: add SVG renderer to Zend_Barcode 16 年 前
Cache 17875c39bf ZF-9848: Use class constant instead of string 16 年 前
Captcha d89f443f86 fix ZF-9557 - add get/set for useNumbers in capthcha 16 年 前
CodeGenerator 836a0b7422 [ZF-8849] PHP Notice: Undefined variable: type in Zend/CodeGenerator/Php/Property/DefaultValue.php on line 113 16 年 前
Config 9887a0012e [ZF-6289] Zend_Config_Writer_Ini jumbling sections 16 年 前
Console b98d107c07 ZF-9756: "Undefined variable: lines" Zend_Console_Getopt getUsageMessage() line 623 16 年 前
Controller 7b4b34d93f ZF-9845: make Zend_Controller_Request_Http::getHeader() case-insensitive 16 年 前
Crypt cc65204161 Bypassed exception when a Diffie-hellman private key is missing - fixes ZF-9432 16 年 前
Currency 218ff519ef [ZF-9029] Add svn keyword Id 16 年 前
Date 249ba53b64 [ZF-9783] Zend_Date: 16 年 前
Db fdc828adb6 ZF-9836 16 年 前
Dojo fbcca778ee [RELEASE] backported r21705 to trunk 16 年 前
Dom 563262bed7 ZF-9764, ZF-9765: fix CSS -> XPath transforms 16 年 前
Feed 3ec54aa2d7 Added lastBuildDate RSS support to Zend_Feed_Reader/Writer - implements ZF-9595 16 年 前
File 921324ca11 [GENERIC] Zend_File & Zend_Validate: 16 年 前
Filter de2f86a017 [ZF-9828] Zend_Filter: 16 年 前
Form 36420ccb86 ZF-9863: Fix FormErrors Decorator ArrayNotation handling 16 年 前
Gdata f1ae2267c9 Zend_Gdata 16 年 前
Http 501a117181 issue #ZF-9784: moving curl options initialization into __construct for preventing notices 16 年 前
InfoCard f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Json 54a18a88a6 [ZF-9517] Zend_Json_Server: allow named parameters in any order 16 年 前
Layout f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Ldap 65648b5e8f fixed ZF-9590 16 年 前
Loader fad383de5b ZF-8637 #comment Updated phpdoc comment based on suggestions from the original reporter with further modifications for clarity based on concrete implementation 16 年 前
Locale 6d0e0b3007 [ZF-9319] Zend_Locale: 16 年 前
Log 0182b602f3 ZF-9674 - Fixed subpackage declaration 16 年 前
Mail fe2cbe5103 [ZF-9505]Zend_Mail_Protocol_Abstract - truncates server response when SMTP server responds with a message containing spaces 16 年 前
Markup ba94933cb0 ZF-9420: Fixed the constructor options for the HTML renderer. 16 年 前
Measure e6ab227412 [ZF-9078] Zend_Measure: 16 年 前
Memory f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Mime f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Navigation f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Oauth e5ddada6af Added support for concatenating all parameter forms from query strings AND post body for signing. Edge usage but required for some services. Fixes ZF-9510 16 年 前
OpenId f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Paginator c0ff2ba125 ZF-4151: apply patch to correct OutOfBoundsException conditions 16 年 前
Pdf abb866ecf4 ZF-9450: fixed issue with Zend_Pdf_Element_String::unescape and octal notation 16 年 前
ProgressBar f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Queue b98c42a41d Give sqlite SQL file proper extension 16 年 前
Reflection 311676a927 ZF-7271, ZF-8913: backport r20903 to trunk 16 年 前
Rest f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Search 910e56fe7d [ZF-9680] Fatal error: Call to a member function isDeleted() on a non-object in Zend/Search/Lucene.php on line 709 16 年 前
Serializer 7509bf8ba3 fix typo 16 年 前
Server de71974c19 ZF-6996: fix parameter description hinting in Zend_Json_Server 16 年 前
Service f498931fdd Fixing ZF-9760: EBS deleteVolume API always fails due to typo in method call 16 年 前
Session f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Soap b2f87a5fd1 [ZF-9816] Zend_Soap_Server : mistake on spelling of the option features (test and trigger_error) 16 年 前
Tag e59672084c ZF-8715: Fix encoding issues for all components that escape data using htmlentities and/or htmlspecialchars; set default character set to UTF-8 16 年 前
Test 148a741d04 ZF-4839: better compatibility for incrementAssertionCounter() across PHPUnit versions 16 年 前
Text ba0bd2edee ZF-9700 - Fixed some wordwrap issues 16 年 前
TimeSync 95540089a2 [ZF-8570] Zend_Timesync: 16 年 前
Tool 1c70b78b90 ZF-9844 - Added missing enable() and disable() methods to have help menu entiries on manifest and provider actions shown 16 年 前
Translate 925db5c603 [ZF-9849] Zend_Translate: 16 年 前
Uri f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Validate 2a555cae18 ZF-8571: Zend_Validate_Db_Abstract to respect adapter setting for autoQuoteIdentifiers 16 年 前
View d8e92e88ca Added support for setting a default attach order with headTitle view helper. Implements ZF-6718 16 年 前
Wildfire f21ea551ab [ZF-9346] Check for X-FirePHP-Version header in addition to User-Agent 16 年 前
XmlRpc 518b7a3f1e ZF-9504: performance patch for XML-RPC 16 年 前
Acl.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Application.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Auth.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Barcode.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Cache.php 370e960b8e Zend_Cache: minor update for ZF-9738 fix. 16 年 前
Config.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Crypt.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Currency.php 66a90f2226 [ZF-9522] Zend_Currency: 16 年 前
Date.php 249ba53b64 [ZF-9783] Zend_Date: 16 年 前
Db.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Debug.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Dojo.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Exception.php 9e6523e0de ZF-8984: move version-specific Exception functionality into class methods 16 年 前
Feed.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Filter.php e2d34173dc [ZF-9142] Zend_Filter/Zend_Validate: 16 年 前
Form.php f76a4bc725 ZF-9862: prevent merging of elementsBelongTo after FormElements was called 16 年 前
Gdata.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
InfoCard.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Json.php d4c00b2381 ZF-8918: throw exceptions when decoding invalid JSON strings 16 年 前
Layout.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Ldap.php ce825b6a74 [ZF-9564] 16 年 前
Loader.php 71df8a89c9 ZF-9263, ZF-9166, ZF-9306: Fix open_basedir warnings on Windows 16 年 前
Locale.php 38342d7f59 [ZF-9795] Zend_Locale: 16 年 前
Log.php 6c9209b8cc [ZF-9192] Zend_Log 16 年 前
Mail.php 12e2d1bad6 [ZF-8577]Message-ID is set not valid according to RFC 2822 16 年 前
Markup.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Memory.php eda3df46c5 Zend_Memory: backends naming processing improvement. ZF-9023. 16 年 前
Mime.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Navigation.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Oauth.php eed8e1e7fd Added OAuth support for DELETE and HEAD requests 16 年 前
OpenId.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Paginator.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Pdf.php d9f439ee8c Fixes ZF-9750 Corrects a typo in the docblock of Zend_Pdf::__construct() 16 年 前
ProgressBar.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Queue.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Registry.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Serializer.php 8a9228685e ZF-8842: check that the loaded class implements Zend_Serializer_Adapter_AdapterInterface without execute code 16 年 前
Session.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
TimeSync.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前
Translate.php 72ca22f3ac [GENERIC] Zend_Translate: 16 年 前
Uri.php cfb98283a9 Implementing ZF-9693 - patch contributed by Jean-Sebastien HEDDE 16 年 前
Validate.php 76352e0bf6 [GENERIC] Zend_Validate: 16 年 前
Version.php 64ba76c6ae GENERAL 16 年 前
View.php f5c8d50339 [ZF-8718] update copyright tags for 2010 16 年 前