release-2.2.0rc1
weierophinney
tagged this
01 May 21:46
- [2865: (Enhancement) Add an easier way to use i18n view helpers.](https://github.com/zendframework/zf2/issues/2865) - [2903: add AdapterManager in to Zend\Db\Adapter namespace](https://github.com/zendframework/zf2/issues/2903) - [2984: Add full stop at end of validator messages (fixes #2966)](https://github.com/zendframework/zf2/issues/2984) - [3490: Added support for callable credential validator](https://github.com/zendframework/zf2/issues/3490) - [3580: Feature/context aware hydrator strategies](https://github.com/zendframework/zf2/issues/3580) - [3632: New DateTimeFormatter Filter (#3617)](https://github.com/zendframework/zf2/issues/3632) - [3646: Zend\I18n\View\Helper\NumberFormat param to set the number of decimals](https://github.com/zendframework/zf2/issues/3646) - [3693: Add RBAC support for navigation helper.](https://github.com/zendframework/zf2/issues/3693) - [3709: Redis cache storage](https://github.com/zendframework/zf2/issues/3709) - [3710: Allow to remove delimiters for DateSelect and fix bugs with some locales](https://github.com/zendframework/zf2/issues/3710) - [3747: Add getFilename() to Zend\Cache\Pattern\CaptureCache](https://github.com/zendframework/zf2/issues/3747) - [3754: Update library/Zend/Stdlib/Hydrator/ClassMethods.php](https://github.com/zendframework/zf2/issues/3754) - [3792: Sets specific attributes (as class,title...) to "Zend\Form\Select" options](https://github.com/zendframework/zf2/issues/3792) - [3812: Zend\Form\FormInterface causes Di to attempt to instantiate Interface](https://github.com/zendframework/zf2/issues/3812) - [3814: Improve module manager to accept instance](https://github.com/zendframework/zf2/issues/3814) - [3818: Invalid instantiator of type “NULL” for “Zend\Form\FormInterface”](https://github.com/zendframework/zf2/issues/3818) - [3844: Added new option to fix a little issue originated from last PR](https://github.com/zendframework/zf2/issues/3844) - [3876: Implementing and re-utilizing an abstract aggregate listener](https://github.com/zendframework/zf2/issues/3876) - [3877: HeadTitle renderTitle returns rendered title without title tags](https://github.com/zendframework/zf2/issues/3877) - [3878: Created an adapter Zend Paginator instance using TableGateway](https://github.com/zendframework/zf2/issues/3878) - [3879: Feature CollectionInputFilter](https://github.com/zendframework/zf2/issues/3879) - [3896: Added ability to ignore namespaces to classmap generator](https://github.com/zendframework/zf2/issues/3896) - [3919: WSDL Generation rewrite (with new tests also) as a base for future changes.](https://github.com/zendframework/zf2/issues/3919) - [3922: Added the ability to disable the getValidator input specification on Select Elements](https://github.com/zendframework/zf2/issues/3922) - [3930: Added abstract service factory for logger component to provide several loggers for application.](https://github.com/zendframework/zf2/issues/3930) - [3931: Added ability to configure MvcEvent listeners.](https://github.com/zendframework/zf2/issues/3931) - [3933: Added database adapter abstract service factory.](https://github.com/zendframework/zf2/issues/3933) - [3942: Feature/zend test load module](https://github.com/zendframework/zf2/issues/3942) - [3944: Enable ExceptionStrategy to return json](https://github.com/zendframework/zf2/issues/3944) - [3949: Invalid argument supplied for foreach()](https://github.com/zendframework/zf2/issues/3949) - [3951: Deprecate Zend\Stdlib\DateTime and use \DateTime constructor internally instead](https://github.com/zendframework/zf2/issues/3951) - [3965: Add removeMethod method in ClassGenerator](https://github.com/zendframework/zf2/issues/3965) - [3979: Fixes #3978](https://github.com/zendframework/zf2/issues/3979) - [3990: Zend\Filter\File\RenameUpload - Added possibility to maintain original file extension](https://github.com/zendframework/zf2/issues/3990) - [3999: Chain route](https://github.com/zendframework/zf2/issues/3999) - [4011: extend HeadMeta view helper to allow microdata #3751](https://github.com/zendframework/zf2/issues/4011) - [4016: Hydrator aware interface](https://github.com/zendframework/zf2/issues/4016) - [4032: Class was supporting limit + offset or limit, but only offset does not support](https://github.com/zendframework/zf2/issues/4032) - [4048: Moved ext-intl to suggest instead of require to avoid silent fallback.](https://github.com/zendframework/zf2/issues/4048) - [4050: Translable routing segments](https://github.com/zendframework/zf2/issues/4050) - [4073: Fixed issue #3064](https://github.com/zendframework/zf2/issues/4073) - [4098: fix php docblock : boolean should be bool](https://github.com/zendframework/zf2/issues/4098) - [4099: fix (bool) casting : add space and use (bool) instead of (boolean) to cast](https://github.com/zendframework/zf2/issues/4099) - [4104: Allow to change option creations for plugin manager](https://github.com/zendframework/zf2/issues/4104) - [4120: (Validator) Only return unique messages](https://github.com/zendframework/zf2/issues/4120) - [4127: Added I18n PhoneNumber validator based off of country](https://github.com/zendframework/zf2/issues/4127) - [4137: View helpers cleanup](https://github.com/zendframework/zf2/issues/4137) - [4139: Service manager performance optimized](https://github.com/zendframework/zf2/issues/4139) - [4145: Delegate factories](https://github.com/zendframework/zf2/issues/4145) - [4146: Lazy services](https://github.com/zendframework/zf2/issues/4146) - [4155: Move Identity closure to separate factory](https://github.com/zendframework/zf2/issues/4155) - [4165: Validate empty with context](https://github.com/zendframework/zf2/issues/4165) - [4169: Fixed error in adapter paginator DbTableGateway](https://github.com/zendframework/zf2/issues/4169) - [4170: Hydrator aware interface](https://github.com/zendframework/zf2/issues/4170) - [4178: Allow passing objects to the url helper](https://github.com/zendframework/zf2/issues/4178) - [4181: Make identifier name configurable for AbstractRestfulController](https://github.com/zendframework/zf2/issues/4181) - [4187: Add event manager as soft dependency to translator](https://github.com/zendframework/zf2/issues/4187) - [4202: Zend\Log has dependency on Zend\ServiceManager](https://github.com/zendframework/zf2/issues/4202) - [4204: Hotfix for #4202](https://github.com/zendframework/zf2/issues/4204) - [4206: Added sequence name for PostgreSQL](https://github.com/zendframework/zf2/issues/4206) - [4215: Bugfix for redirection handling in Zend\Http\Client](https://github.com/zendframework/zf2/issues/4215) - [4231: (Form) (Hotfix) Get Elements for Collection](https://github.com/zendframework/zf2/issues/4231) - [4238: ValueGenerator constant detection](https://github.com/zendframework/zf2/issues/4238) - [4247: Added Brazilian IBAN format to IBAN validation](https://github.com/zendframework/zf2/issues/4247) - [4250: (#4249) Override 'ServiceManager::has' to do not use peering service managers](https://github.com/zendframework/zf2/issues/4250) - [4251: Create factories for selected view collaborators](https://github.com/zendframework/zf2/issues/4251) - [4252: Auto-upgrading and then displaying composer version](https://github.com/zendframework/zf2/issues/4252) - [4253: Create AbstractFactory for Cache](https://github.com/zendframework/zf2/issues/4253) - [4254: Use prefix in Logger abstract factory](https://github.com/zendframework/zf2/issues/4254) - [4259: Hotfix: Changed array\_walk to foreach in Zend\Stdlib\Hydrator\ArraySerializable](https://github.com/zendframework/zf2/issues/4259) - [4260: Validator\Explode can take option validator as array](https://github.com/zendframework/zf2/issues/4260) - [4262: Fixed console routes when using same name for group and parameter](https://github.com/zendframework/zf2/issues/4262) - [4263: Remove superfluous indentation from one line of code](https://github.com/zendframework/zf2/issues/4263) - [4268: Session service factories](https://github.com/zendframework/zf2/issues/4268) - [4269: Hotfix: cs fixer check](https://github.com/zendframework/zf2/issues/4269) - [4276: allow default http responses to be sent in mvc stack](https://github.com/zendframework/zf2/issues/4276) - [4279: Remove needless is\_object check](https://github.com/zendframework/zf2/issues/4279) - [4282: fix getHref strategy in PageMvc](https://github.com/zendframework/zf2/issues/4282) - [4284: Main framework composer.json is incorrectly configured](https://github.com/zendframework/zf2/issues/4284) - [4285: Fix for a problem with Service Manager and Abstract Factories](https://github.com/zendframework/zf2/issues/4285) - [4288: Reset URI parts before parse](https://github.com/zendframework/zf2/issues/4288) - [4289: Minor CS fix](https://github.com/zendframework/zf2/issues/4289) - [4293: Better fix for #4284](https://github.com/zendframework/zf2/issues/4293) - [4294: BaseInputFilter not populating InputFilters of Element\Collection](https://github.com/zendframework/zf2/issues/4294) - [4295: Console route defaults should be overridden by entered values](https://github.com/zendframework/zf2/issues/4295) - [4296: illegal usage of array\_walk in ObjectProperty, ClassMapAutoloader](https://github.com/zendframework/zf2/issues/4296) - [4298: View\Helper\Navigation\Menu: add flag to set page class to <li>](https://github.com/zendframework/zf2/issues/4298) - [4299: Suggestion: Don't render empty module console information](https://github.com/zendframework/zf2/issues/4299) - [4300: Maestro detection improvements in Zend\Validator\CreditCard](https://github.com/zendframework/zf2/issues/4300) - [4301: remove extra semicolon](https://github.com/zendframework/zf2/issues/4301) - [4303: Method annotations of Zend\Validator\Hostname constructor](https://github.com/zendframework/zf2/issues/4303) - [4311: DDL support for Zend\Db](https://github.com/zendframework/zf2/issues/4311) - [4312: POP3 protocol "return;" is needed after APOP request](https://github.com/zendframework/zf2/issues/4312) - [4313: update docblock for ZendTest : /Db/, /Code/ , /Di/, /Log/, Mvc/](https://github.com/zendframework/zf2/issues/4313) - [4317: Fix #4315 - Console routes with dashes are not understood.](https://github.com/zendframework/zf2/issues/4317) - [4319: Add various plugin manager](https://github.com/zendframework/zf2/issues/4319) - [4321: Hotfix/cs fixer installation](https://github.com/zendframework/zf2/issues/4321) - [4326: Add zh\_TW translations ](https://github.com/zendframework/zf2/issues/4326) - [4328: Fix 4294](https://github.com/zendframework/zf2/issues/4328) - [4330: Remove SM-Aware requirement from Forward plugin](https://github.com/zendframework/zf2/issues/4330) - [4331: Changed default version service to Zend.](https://github.com/zendframework/zf2/issues/4331) - [4336: Use is\_int() instead of is\_integer()](https://github.com/zendframework/zf2/issues/4336) - [4337: Fix alignment of values, add trailing comma](https://github.com/zendframework/zf2/issues/4337) - [4339: Remove @return annotation from constructor doc-block](https://github.com/zendframework/zf2/issues/4339) - [4341: Docblocks do not match](https://github.com/zendframework/zf2/issues/4341) - [4344: Add missing file level doc-block](https://github.com/zendframework/zf2/issues/4344) - [4347: Add empty line after namespace declaration](https://github.com/zendframework/zf2/issues/4347) - [4349: Alphabetically order use statements (related to #4338)](https://github.com/zendframework/zf2/issues/4349) - [4350: Remove comma before value in array initialization](https://github.com/zendframework/zf2/issues/4350) - [4351: fix the constructor's type-autodetection accepts wrong parameters](https://github.com/zendframework/zf2/issues/4351) - [4352: Fix doc blocks consistency and coding standards PSR2](https://github.com/zendframework/zf2/issues/4352) - [4353: Glob::glob() should throw an exception on error](https://github.com/zendframework/zf2/issues/4353) - [4354: Corrected wrong year](https://github.com/zendframework/zf2/issues/4354) - [4355: fix docblock : @throw should be @throws](https://github.com/zendframework/zf2/issues/4355) - [4356: FormSelect translate optgroup label fix](https://github.com/zendframework/zf2/issues/4356) - [4358: Form abstract factory](https://github.com/zendframework/zf2/issues/4358) - [4361: Ldap Ldif Decoder bug fix](https://github.com/zendframework/zf2/issues/4361) - [4364: AbstractFactory consistency](https://github.com/zendframework/zf2/issues/4364) - [4365: Use InputFilterPluginManager in InputFilter\Factory](https://github.com/zendframework/zf2/issues/4365) - [4367: Remove reference to root namespace (fixes #4363)](https://github.com/zendframework/zf2/issues/4367) - [4372: Ability to load custom form classes from FormElementManager in Mvc.](https://github.com/zendframework/zf2/issues/4372)