matthew 83eb8e289f Fixes for potential XXE/XEE vulnerabilities 13 år sedan
..
Acl 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Amf 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Application 7bea8ca2a2 ZF-9724: Allow changing dispatcher class via application configuration file 14 år sedan
Auth 3c0e440987 [ZF-12038] fixed problem with passwords longer than 15 characters being not correctly removed from the stack trace 14 år sedan
Barcode 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Cache 71e4a8efa4 merged from trunk: ZF-9793: added missing method "getOption()" to cache backends 14 år sedan
Captcha 6ac9f395b1 ZF-11858: Fix possible fatal error when Zend_Captcha_Image garbage collection runs multiple times in parallel 14 år sedan
Cloud 4f4d5d46d6 ZF-11114: Update Zend_Cloud_StorageService_Adapter_S3 to do a copy instead of fetch+store 14 år sedan
CodeGenerator 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Config d41b4a86ff Fix ZF-12177. Patch by Martin Hujer 14 år sedan
Console 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Controller 71c3ef4ed1 ZF-11793: ContextSwitch action helper should return all contexts when argument is null 14 år sedan
Crypt efadcc021c Fix ZF-12204. Patch by Martin Hujer. 14 år sedan
Currency 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Date 7872615bcf [ZF-11992] Fixed issue with first day of year 14 år sedan
Db 08d52dd728 ZF-11766: Zend_Db: More descriptive exception message when table has no primary key 14 år sedan
Dojo 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Dom 83eb8e289f Fixes for potential XXE/XEE vulnerabilities 13 år sedan
EventManager d75f1cf422 ZF-12185: Zend_EventManager exceptions not valid PHP 5.2 14 år sedan
Feed 83eb8e289f Fixes for potential XXE/XEE vulnerabilities 13 år sedan
File 668c715670 Remove call to rewind() in constructor (merge r24983) 14 år sedan
Filter 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Form 554c67a0cc ZF-12059: MultiCheckbox should not use "for" attribute on main label tag 14 år sedan
Gdata 8ac5af541f merge r25023 from trunk to release-1.12 for Gdata updates 13 år sedan
Http d152e27159 ZF-11726: Implement RFC6265-compliant cookie string output in Zend_Http_CookieJar 14 år sedan
InfoCard 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Json c3c8931d36 ZF-11906: Fix some array to string conversion errors for PHP 5.4 compatibility 14 år sedan
Layout 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Ldap 3bf64f8be1 [ZF-11946] fixed iteration behavior on empty collections 14 år sedan
Loader b5b9ad2e56 Fix ZF-12307: stream_resolve_include_path is only available from PHP 5.3.2 or higher 14 år sedan
Locale c3c8931d36 ZF-11906: Fix some array to string conversion errors for PHP 5.4 compatibility 14 år sedan
Log 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Mail b9031d1656 ZF-3745: Update Zend_Mail_Part to be more subclass-friendly 14 år sedan
Markup 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Measure 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Memory 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Mime 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Mobile 6f60e61fac Merged: ZF-12324 14 år sedan
Navigation 2693af68f7 ZF-7794: Navigation with scheme classification 14 år sedan
Oauth 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
OpenId 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Paginator 7f9163445e ZF-6989: Zend_Paginator_Adapter_DbSelect should not use Select object in serialization 14 år sedan
Pdf 4e0325841e ZF-12093: Remove abstract constructor from Zend_Pdf_FileParserDataSource to prevent E_STRICT error 14 år sedan
ProgressBar 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Queue 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Reflection d7ae7f65db ZF-10870: Zend_Reflection_Method::getBody fails with multi-line method signature 14 år sedan
Rest 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Search 3957fee60c ZF-12067: Fix Zend_Search_Lucene_MultiSearcher class name 14 år sedan
Serializer 83eb8e289f Fixes for potential XXE/XEE vulnerabilities 13 år sedan
Server 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Service fdaf110534 Fix ZF-12312: Zend_Service_Rackspace_Files_ObjectList throws exception on empty list 14 år sedan
Session 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Soap 83eb8e289f Fixes for potential XXE/XEE vulnerabilities 13 år sedan
Stdlib d822efad11 [1.12] Fixes for PHP 5.3 14 år sedan
Tag 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Test 5ef932c9c5 Merged r25001 from trunk; resolves ZF-12298 14 år sedan
Text d70807bdec ZF-12186: Zend_Text_MultiByte::strPad() Warning on Input Longer Than Pad Length 14 år sedan
TimeSync 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Tool 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Translate e94b956a53 [ZF-12012] Added filename to exception thrown from XML-alike translation adapters 14 år sedan
Uri 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Validate 13ccb6c5c0 ZF-12128: File Upload validator should display file name instead of field name in error message 14 år sedan
View 67468c309f Fix ZF-10458. Patch by Frank Brückner. 14 år sedan
Wildfire 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
XmlRpc 83eb8e289f Fixes for potential XXE/XEE vulnerabilities 13 år sedan
Acl.php 954dbb05c7 ZF-12149: Fixed incorrect @param in phpDoc to function addRole 14 år sedan
Application.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Auth.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Barcode.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Cache.php c0fbe79213 [ZF-11988] Update regex to allow namespaced frontend and backend classes in Zend_Cache::factory 14 år sedan
Config.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Crypt.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Currency.php 13d07b2ed7 ZF-11798: Fix display option of Zend_Currency when locale defines a symbol 14 år sedan
Date.php 7872615bcf [ZF-11992] Fixed issue with first day of year 14 år sedan
Db.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Debug.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Dojo.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Exception.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Feed.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Filter.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Form.php 7f747d0807 Fix ZF-12173: Zend_Form and Zend_Form_Element prefix paths are not prefix agnostic (namespaces). Patch by Antonio J García Lagar. 14 år sedan
Gdata.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
InfoCard.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Json.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Layout.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Ldap.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Loader.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Locale.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Log.php 252a75a245 Resolves #ZF-12125 14 år sedan
Mail.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Markup.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Memory.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Mime.php 39a9b2cec7 Fix ZF-10792: Encode comma in from/to/cc display name. Patch by Christoph Roensch. 14 år sedan
Navigation.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Oauth.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
OpenId.php 80c1c28336 Fix ZF-4491: Support the new Microsoft URL Rewrite Module for IIS 7.0. 14 år sedan
Paginator.php 7f9163445e ZF-6989: Zend_Paginator_Adapter_DbSelect should not use Select object in serialization 14 år sedan
Pdf.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
ProgressBar.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Queue.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Registry.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Serializer.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Session.php 048dc52486 Fix ZF-3378: Zend_Session allow invalid session ids. Patch by Adam Lundrigan 14 år sedan
TimeSync.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Translate.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Uri.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Validate.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan
Version.php 38e0b83348 Updated version to 1.12.0rc3 13 år sedan
View.php 0f107e8f48 [2012] Update copyrights to 2012 14 år sedan