lars 6171cfd840 Completed type mapping vor 16 Jahren
..
Acl 2b422321df Remove trailing whitespaces, change tab for spaces, convert CRLF to LF. ZF-7316 related. vor 16 Jahren
Amf 2b422321df Remove trailing whitespaces, change tab for spaces, convert CRLF to LF. ZF-7316 related. vor 16 Jahren
Application 7216ace5be ZF-8496: Make application resource autoloading opt-in (but enabled by default in new projects); document the feature vor 16 Jahren
Auth 2b422321df Remove trailing whitespaces, change tab for spaces, convert CRLF to LF. ZF-7316 related. vor 16 Jahren
Cache c76b9b2366 ZF-8395: fixed missing array index check vor 16 Jahren
Captcha 1be647da61 fix for ZF-5728 - don't reset session if it was provided by setSession vor 16 Jahren
CodeGenerator 2b422321df Remove trailing whitespaces, change tab for spaces, convert CRLF to LF. ZF-7316 related. vor 16 Jahren
Config ee37388a90 fix typo vor 16 Jahren
Console 61e8883ea0 ZF-7335: add svn:keyword Id for all files without it vor 16 Jahren
Controller 03d65ebf54 [ZF-8464] getClientIp - Missing parameter's desc vor 16 Jahren
Crypt b2f1cac543 Minor change to strip accidental echo vor 16 Jahren
Currency 61e8883ea0 ZF-7335: add svn:keyword Id for all files without it vor 16 Jahren
Date 9b8a6c7373 [ZF-7858] Zend_Date: vor 16 Jahren
Db 03cbcda1c3 [ZF-5718] reflect new behaviour regarding passed array values vor 16 Jahren
Dojo 2147bb7917 ZF-6753: dijit.Editor should not use textarea by default vor 16 Jahren
Dom 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren
Feed 7536e32a45 Zend_Feed_Reader: Switch order of Atom detection to try Atom 0.3 first - allows for cases where Atom 1.0 is an extension but not the actual feed type. vor 16 Jahren
File bbf6091c7a [ZF-8372] Zend_File_Transfer: vor 16 Jahren
Filter 7c23167ebc [ZF-8470] add comment of return value to setEncoding vor 16 Jahren
Form 63f7b65b6f fix ZF-8268 vor 16 Jahren
Gdata 48183a6323 ZF-8397: Make sure that any If-Match headers that are present are cleared after performing an HTTP request using Zend_Gdata_App. vor 16 Jahren
Http c96edafa05 [ZF-8425] Inconsistent line ending style vor 16 Jahren
InfoCard a55fbc803b ZF-7315: review phpDoc vor 16 Jahren
Json 2b422321df Remove trailing whitespaces, change tab for spaces, convert CRLF to LF. ZF-7316 related. vor 16 Jahren
Layout 47b540b9ef ZF-8041: added patch provided by Olek vor 16 Jahren
Ldap ba9e900381 ZF-8263 vor 16 Jahren
Loader c69830c0d0 ZF-8364: fixed typo vor 16 Jahren
Locale b2d4c73934 [GENERIC] Zend_Locale: vor 16 Jahren
Log 2b37207e3e ZF-8516: s/asArray/toArray/ vor 16 Jahren
Mail ad131f640f [ZF-8278] Out of memory on large sends vor 16 Jahren
Measure 51185ec7f2 [ZF-8009] Zend_Measure: vor 16 Jahren
Memory 274da78f6e [ZF-7315] Review phpDoc for API documentation generation vor 16 Jahren
Mime faa4e75b65 ZF-507 update @copyright and other tags vor 16 Jahren
Navigation b4d95814fc Changed the way a container converts to an array, now with respecting sorting order: fixing issues ZF-8313, ZF-8337 vor 16 Jahren
OpenId af62163b91 [ZF-6295] Generic: vor 16 Jahren
Paginator 353b27d4cb ZF-8084: fixed typo vor 16 Jahren
Pdf 0311f9d2cd [ZF-8462] fixed php 5.3 specific bug/problem added test for that vor 16 Jahren
ProgressBar 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren
Queue 2b422321df Remove trailing whitespaces, change tab for spaces, convert CRLF to LF. ZF-7316 related. vor 16 Jahren
Reflection 46d4005dfd ZF-8307 - Fix Zend_Reflection_Docblock_Tag not supporting PHP 5.3 Namespaces as type-hints. vor 16 Jahren
Rest cff112374a [ZF-6265] Zend Rest Result.php does not handle invalid XML properly - error handlers are ignored vor 16 Jahren
Search 2da755e1ee Zend_Search_Lucene: fixed problem with empty documents indexing. ZF-6088. vor 16 Jahren
Server 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren
Service 1b5e23df6e Added new methods (all services): vor 16 Jahren
Session ab442eb274 ZF-1982: added new getNamespace() and a UnitTest vor 16 Jahren
Soap 2ba7e46e6f ZF-6954 vor 16 Jahren
Tag 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren
Test 8064987280 ZF-8292 - Bugfix in Postgres TRUNCATE command vor 16 Jahren
Text 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren
TimeSync 9b2ff4bfe6 [ZF-6295] Generic: vor 16 Jahren
Tool 7216ace5be ZF-8496: Make application resource autoloading opt-in (but enabled by default in new projects); document the feature vor 16 Jahren
Translate 3a5eb56195 [GENERIC] Zend_Translate: vor 16 Jahren
Uri 05d74b61f6 ZF-1480 vor 16 Jahren
Validate a4303f43a5 [ZF-8489] Zend_Validate_CallBack: vor 16 Jahren
View d38deff956 ZF-8177: add registerHelper() method to Zend_View vor 16 Jahren
Wildfire 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren
XmlRpc 6171cfd840 Completed type mapping vor 16 Jahren
Acl.php 8781d3fefa #ZF-8468 Zend_Acl: Deprecated getRegisteredRoles(), added getRoles() and getResources() vor 16 Jahren
Application.php 0d8014e5b5 ZF-6719: Allow Zend_App to accept multiple config files. vor 16 Jahren
Auth.php 2b422321df Remove trailing whitespaces, change tab for spaces, convert CRLF to LF. ZF-7316 related. vor 16 Jahren
Cache.php 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren
Config.php 43c37a6fd8 Moved Zend_Config_Xml::_arrayMergeRecursive() to Zend_Config so it can be used by Zend_Config_Ini too vor 16 Jahren
Crypt.php e2a63aab9c [ZF-6518]add PHPDoc to Zend_Crypt_* vor 17 Jahren
Currency.php 196e28962b [GENERIC] Zend_Currency: vor 16 Jahren
Date.php 7114873435 [GENERIC] Zend_Date: vor 16 Jahren
Db.php ed670c2b3c ZF-7924 vor 16 Jahren
Debug.php faa4e75b65 ZF-507 update @copyright and other tags vor 16 Jahren
Dojo.php 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren
Exception.php faa4e75b65 ZF-507 update @copyright and other tags vor 16 Jahren
Feed.php 5fd5785778 Added URLs of feeds as keys to array from Zend_Feed::findFeeds() method - fixes ZF-5903 vor 16 Jahren
Filter.php 7874eceb82 [ZF-7918] Zend_Filter: vor 16 Jahren
Form.php 2b422321df Remove trailing whitespaces, change tab for spaces, convert CRLF to LF. ZF-7316 related. vor 16 Jahren
Gdata.php faa4e75b65 ZF-507 update @copyright and other tags vor 16 Jahren
InfoCard.php 0e175fd576 [ZF-6295] Generic: vor 16 Jahren
Json.php 38b9bb3a42 ZF-5280 - add JSON pretty-printer vor 16 Jahren
Layout.php abe03a0aeb ZF-5891: added optional parameter patch provided by Mikko Koppanen and added test vor 16 Jahren
Ldap.php 182d2457cd ZF-8274 vor 16 Jahren
Loader.php 8dc83d4f7a changed 2 lines to match a class method call vor 16 Jahren
Locale.php ee7c067aa8 [GENERIC] Zend_Locale: vor 16 Jahren
Log.php d9588133c9 [REVIEW] Removed namespace/classname normalization in Zend_Log::factory; prevented usage of CamelCased writer/filter names vor 16 Jahren
Mail.php 25aff014df [ZF-8503] _formatAddress creates invalid format if Email and Name are both email addresses (different ones) vor 16 Jahren
Memory.php 52ce680ac4 [ZF-7315] Review phpDoc for API documentation generation vor 16 Jahren
Mime.php faa4e75b65 ZF-507 update @copyright and other tags vor 16 Jahren
Navigation.php faa4e75b65 ZF-507 update @copyright and other tags vor 16 Jahren
OpenId.php a85f1aaee7 [ZF-6295] Generic: vor 16 Jahren
Paginator.php 8da541262e ZF-7602: Patch to add IteratorAggregate like behaviour to Zend_Paginator vor 16 Jahren
Pdf.php 5fc332c2fc Zend_Pdf: require_unce usage redesign. ZF-7436 (ZF-2702). vor 16 Jahren
ProgressBar.php a85f1aaee7 [ZF-6295] Generic: vor 16 Jahren
Queue.php 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren
Registry.php a85f1aaee7 [ZF-6295] Generic: vor 16 Jahren
Session.php d190f5be45 ZF-7883 fix. Backport from the release branch. vor 16 Jahren
TimeSync.php a85f1aaee7 [ZF-6295] Generic: vor 16 Jahren
Translate.php b96c8d78ef [ZF-7941] Zend_Translate: vor 16 Jahren
Uri.php 2b422321df Remove trailing whitespaces, change tab for spaces, convert CRLF to LF. ZF-7316 related. vor 16 Jahren
Validate.php 5dece663ad [ZF-8333] Zend_Validate: vor 16 Jahren
Version.php bb7cb86c29 MAINTENANCE vor 16 Jahren
View.php 5f019e5dcb [ZF-7316] Code cleaning: vor 16 Jahren