- #7571 makes
zend-ldap
an optional dependency instead of a hard dependency, aszend-ldap
has a hard requirement onext-ldap
, blocking installation for many users. If you usezend-ldap
, you will need to callcomposer require zendframework/zend-ldap
after upgrading to 2.5.1.
- 7072: Split Framework
- 7095: Drop PHP 5.3 support
- 7119: #7095 - bumping minimum PHP version requirement to 5.4.0
- 7542: [WIP\ Make ZF2 a meta-package
- 7503: Mail header - boundary issue (related to ZF2015-04)
- 7506: [mail\ Fix set UTF-8 values to headers. Fix #7501
- 7507: [http\ Allow serialize any character on cookies
- 7510: [mail/mime\ Fix content-type has invalid characters in field value. Fix #7503
- 7512: \Zend\Ldap\Attribute::valueFromLdap catching wrong exception
- 7513: [ldap\ Fix exceptions while parsing are not captured.
- 7514: [#7503\ Pass the
\r\n
sequence to Part::getHeadersAsArray()
- 7361: Missing parameter annotation in PHPDoc in Zend\Http\PhpEnvironment\Request
- 7376: Fixes DocBlock for BasePath helper in PhpRenderer
- 7378: Change year on comment
- 7380: Remove unused code
- 7383: Fixes typos
- 7391: update composer's branch-alias
- 7392: improvements for Zend\InputFilter
- 7393: implements @todo write more tests for Zend\Ldap\Converter::toLdap()
- 7394: fixed return type on disconnect method in pgsql connection
- 7396: added connection type to allow force new connection
- 7397: [travis\ Remove some old hacks
- 7398: [travis\ Enable memcache and redis services
- 7406: Update AutoDiscover.php
- 7407: Sql-query breaks on 2.4.0 compare to 2.3.7
- 7408: Zend\Code\Generator\ClassGenerator can not generate final classes
- 7412: Use === and !== in null checks instead of == and !=
- 7413: increase loop performance by assign count() to variable
- 7415: XMLRPC Incompatibility with HHVM
- 7417: replace self::EOL with PHP_EOL as AbstractHtmlElement::EOL is deprecated
- 7419: Updated the CA language pack
- 7420: implements tests's @todo of ZendTest\Http\Header\AuthorizationTest
- 7422: Get correct expression string when Zend\Db\Sql\Expression is used
- 7423: Test for percentage sign in Zend\Db\Sql\Expression
- 7425: update variable name : $myParams to $pageParams
- 7426: Fixed form collections with nested fieldsets that implements InputfilterProviderInterface
- 7431: zf7428 fixed issue with inconsistent getTrait() behaviour #7428
- 7432: update Zend_Validate.php resource file for 2.4
- 7433: Update Zend_Validate.php for "id" for 2.4
- 7436: remove version_compare check for PHP >=5.3.7
- 7446: bugfix removing multiple fieldsets does't work
- 7451: partialLoop notice #7450
- 7453: update url to 'current' at INSTALL.md
- 7460: Update PHP CS Fixer to v1.7
- 7461: CS: The PHP constants true, false, and null MUST be in lower case.
- 7462: CS: single_line_after_imports
- 7468: Replace whitespace in the parameter prefix option passed to AbstractSql::processExpression
- 7474: Implement expected Input::isValid workflow
- 7476: [test\ Replace assert(True|False) with more appropriate assertions where possible
- 7477: [travis\ Colorize PHPUnit output (requires PHPUnit ~4.6)
- 7478: [memory\ isLocked sometimes return integer instead bool
- 7480: [travis-ci\ HHVM nightly is not supported
- 7481: CS remove unused uses
- 7482: Fix undefined PGSQL_CONNECT_ASYNC only present in PHP 5.6
- 7483: [#7396\ Functionality only works in PHP >= 5.6
- 7485: [config\[test\ Fix assertContains should be assertArrayHasKey
- 7489: Updated phpDoc and removed duplicates
- 7490: mongo: mentions of redis removed
- 7492: [stdlib\[test\ Fix Deprecated notice for Non-static method called static
- 7493: [travis-ci\ Print list of PEAR packages installed and their versions
- 7494: [db\[pgsql\[test\ Fix testDisconnect
- 7495: [console\ Assert only int error levels are set
-
ZF2015-04:
Zend\Mail
andZend\Http
were both susceptible to CRLF Injection Attack vectors (for HTTP, this is often referred to as HTTP Response Splitting). Both components were updated to perform header value validations to ensure no values contain characters not detailed in their corresponding specifications, and will raise exceptions on detection. Each also provides new facilities for both validating and filtering header values prior to injecting them into header classes.If you use either
Zend\Mail
orZend\Http
(which includes users ofZend\Mvc
), we recommend upgrading immediately.
- 4122: Update EM->trigerUntil to be an alias of trigger
- 4221: set shared false for view_helpers doesn't work
- 4726: Add maxLength to ParameterContainer
- 5001: Zend\Db transaction api unification
- 5142: Zend/Db/Sql/Select - implements multiple combine statements
- 5320: Zend\Db\Predicates - allow use different types of arguments in any position
- 5505: Zend db nested transactions
- 5518: Paginator\Adapter\DbSelect custom query for count
- 5600: FlashMessanger escaping
- 5656: undefines indexes on hostname route
- 5683: fix Zend\Db\Adapter\Platform\PlatformInterface::quoteIdentifierInFragment
- 5699: Form\View\Helper\FormRow label position gets overwritten by __invoke()
- 5701: Db\Sql - cleaning code duplicates
- 5742: Fix for issue #5699 - Disable label position caching for Zend\View\Helper\FormRow::__invoke()
- 5743: Add auto escape method to Zend\View\Helper\FlashMessenger
- 6058: Timestamp log filter
- 6067: [BC_BREAK\ Fixes #6063
- 6073: Reduced code duplication in FlashMessenger plugin
- 6078: Add MongoDB adapter for Zend\Cache
- 6080: Use AuthenticationServiceInterface as type
- 6084: Zend\Loader\ClassMapAutoloader - Performance improvement #5716
- 6091: Added map naming strategy for hydrator
- 6095: Wrong @return value in PhpDoc for Sql Update class.
- 6097: Fixed return value for method. #6095
- 6108: Zend\Test Enable trace error by default
- 6112: Mail transfer encoding binary
- 6113: Mail ContentType handles trailing semicolon properly
- 6137: Zend\Log\Formatter\Xml improvement to handle extra data array
- 6142: Optimize ClassMethods hydrate() for loops and large objects
- 6145: add support number of string in __construct of Priority
- 6151: Zend\Filter\Word\SeparatorToCamelCase break on numbers
- 6154: Properly pass context to input filter
- 6156: Fix for #6151 - Filter breaks on non-alpha characters
- 6161: Fix pattern for mobile phone number
- 6175: Mutable creation options aware trait
- 6178: Enhancement: Do not overwrite requestId if extra already has one
- 6183: Enhancement: Introduce ReferenceId processor
- 6194: Created hydrator strategy chain
- 6196: Added possibility to render view with short reference (added RelativeFallbackResolver).
- 6197: Added array map naming strategy
- 6203: Clean up repeat code by using already implemented AbstractListenerAggreg...
- 6208: #6207 should be cleaned up for ZF 2.4.0
- 6216: [travis\ Adds hhvm-nightly
- 6227: Created Explode Strategy for hydrator
- 6232: Fix return type
- 6240: Form\Fieldset use priority list
- 6242: Stdlib\PriorityList fix current and iterator
- 6246: I18n - Allow custom translation loaders to be injected via module config #6244
- 6247: Added new base path option specifically for console
- 6252: Add clearByPrefix to Redis Cache Storage
- 6257: Zend\Db\Sql\Ddl Improvements
- 6259: Cache-Storage: make sure a '.post' event will be triggered
- 6267: Support commas in names
- 6268: Make AddressList logic more accessible
- 6271: HTML5 compliant form attributes
- 6274: ZendCode - allow const and property of same name
- 6288: Fixes #6274 added proper support for constants
- 6289: Created DateTime Formater strategy for hydrator
- 6296: Show actual contents on assert*QueryContentContains
- 6301: Replacing self:: with static:: in Http\Client::setAuth
- 6322: Change "Unknown Error" with current internal list of messages
- 6338: Adding a new static ::fromTime($time) method to AbstractDate
- 6339: Closes issue #4876 - added support for trait generation and trait scanning
- 6359: Date validator problem vant validate big unix timestamps
- 6367: Added composite hydrator naming strategy
- 6370: FirePhp log writer works incorrectly with extra parameters.
- 6374: add $label parameters to error, warn, info, log methods. issue #6370
- 6385: \Zend\Http\Request - Uncaught InvalidArgumentException when the request method is not considered valid.
- 6386: Priority system for validators
- 6396: Use data provider in PhoneNumberTest.
- 6399: Fix controller tests to support HTTP PATCH method
- 6403: Removing $class->newInstanceArgs($this->creationOptions) from Zend\Paginator\Adapter\Service\DbSelectFactory
- 6409: Fix #6385 Request exception
- 6419: missing dependency for zendframework/zend-feed stand-alone
- 6420: Zend\Code\Generator\MethodGenerator does not accept parameters as array
- 6422: Zend\Code\Generator\MethodGenerator now accepts parameter as array
- 6424: Add missing codes that can be caught by register_shutdown_function
- 6431: added method to merge input filters
- 6437: New Template resolver just like PSR-4 autoloader
- 6438: Added the file encryption/decryption to Zend\Crypt
- 6464: Repeal
autocomplete
form attribute being boolean - 6481: Refactor german (de) Zend_Validate.php
- 6496: #6386 Add Priority system for validators
- 6523: Hydrator Strategy to extract and hydrate Boolean values
- 6534: PHPCS fixes for Zend\Db
- 6538: PHPCS fixes for Zend\Escaper
- 6540: PHPCS fixes for Zend\Valiator
- 6545: Add UpperCaseWords filter
- 6552: Remove double dots from cache path without keys
- 6553: Method for adding extra identifiers to Abstract Controller Event Manager
- 6556: DDL component fixes
- 6560: AbstractAdapter::getItem() should return null, if the item cannot be retrieved
- 6568: Add failing test for encoded routes with a query
- 6570: Add ability to set SMTP envelope addresses
- 6571: Allow HTTP client configuration to be supplied when using ClientStatic
- 6572: Rem unneeded factories ( ViewFeedRendererFactory and ViewJsonRendererFactory )
- 6574: Fixes #6403
- 6580: remove double suggest block at Zend\Version\composer.json
- 6581: activate commented Exception in Validator/Between::__construct
- 6592: Remove Identical validator type hint
- 6604: PATCH request test (Zend\Test\PHPUnit\Controller)
- 6613: Deprecate [Global\EventManager::triggerUntil()
- 6615: Add controller's implemented interfaces to its shared event manager default identifiers
- 6621: Use hash_equals for constant-time string comparison
- 6646: Added password prompt to Console
- 6656: A getElements method has been added to DateSelect and MonthSelect which ...
- 6657: bugfix unfolding email multi-line header
- 6667: Added "zendframework/zend-filter" into suggest at Zend\Stdlib
- 6669: Support subscribing to folders in IMAP
- 6675: Fixed the unit tests on Windows. The /tmp folder doesn't exist so we sho...
- 6678: Timezone validator
- 6679: TemplateWrapper getter
- 6682: PHPCS fixes for Zend\XmlRpc
- 6683: PHPCS fixes for Zend\Uri
- 6691: fixed removing handled header parts from response header
- 6709: HtmlTag helper
- 6712: Added form annotation builder factory
- 6731: fix for FilesSize validator usage with Input
- 6734: Remove PHPCov dependency via VCS composer repository
- 6740: Fix for Zend\Db\TableGateway: Alias for table #6726
- 6746: Di runtime definition optimisation - Cache result of processing and inline the check
- 6747: DI definition list optimisation - Cache classes upfront where possible to reduce iterations
- 6752: Added ability to specify label position as an element label option
- 6753: Input filter annotation fix
- 6754: Added preserve_defined_order flag to annotation builder
- 6756: implements @todo for setters/getters at Zend\Mime\Part
- 6757: implements @todo for getFileName() from path at Zend\Code\Reflection\FileReflection
- 6758: add getAdapterInstance() that return adapter instance at Zend\Filter\Encrypt
- 6775: Add options to mail file
- 6783: Added continueIfEmpty annotation to Zend Form
- 6786: Fixes #4221 : set shared false for view_helpers should create new instance
- 6790: Test/Db/Adapter/Platform/SqlServerTest restore_error_handler();
- 6799: Zend\Db: Allow adding native predicates to sql queries, respecting nextPredicateCombineOrder
- 6800: Zend\Db\Sql\Predicate\Predicate: $nextPredicateCombineOperator + addPredicate() not working
- 6801: fix unit tests for Windows
- 6808: Paginator item counts for empty result sets are inaccurate
- 6809: Corrects firstItemCount for empty result sets
- 6812: Zend\Paginator\Paginator's getItem() trigger an "Fatal error: ..."
- 6817: Fixes #6812 : Zend\Paginator\Adapter\DbSelect::getItems should return array
- 6827: Fix inability to translate to languages which don't have plural forms
- 6829: coveralls coverage doesnot work on latest travis build
- 6833: [Zend\ServiceManager\ Improve error handling in the abstract plugin manager
- 6838: QuoteValueList for MySql platform fails with multiple empty values.
- 6839: Fixes bug #6838, quoteValueList fails with multiple empty values.
- 6850: Removed impossible condition
- 6856: Soap Connection Timeout
- 6863: Fixes CS in develop in latest travis build : unused use
- 6864: Broken develop branch
- 6866: [Console\ ViewManager hides exceptions in console
- 6870: Hostname route should throw an exception if route definition contains disallowed character
- 6874: Fixes CS on latest develop as php-cs-fixer updated to 1.*
- 6884: Stdlib\Options: Misc enhancements
- 6885: Fixes CS in latest develop
- 6886: Set user and password in Http class
- 6890: allow use differents Adapter for build SqlObjects via Db\Sql (v2)
- 6894: standard hydrator idea
- 6899: Abilty to remove key during merge
- 6903: Ability to replace key in ArrayUtils::merge
- 6909: phpunit 4.x, phpcov 2.x (see #6029)
- 6912: Hotfix: #6386 #6496 validator chain merge type mismatch
- 6924: fix BC for #6890
- 6930: allow to filter the templates by extension in the templatemap generator
- 6931: Added consts for left and right outer joins
- 6934: create a new file if mode is append and the file does not exist
- 6940: Fixes CS on latest build on develop : braces
- 6942: Update phpunit to 4.0.0 in CONTRIBUTING.md, tests/Bootstrap.php, and Zend\Test\composer.json
- 6951: PR for #6866 - Allow console specific view manager configuration
- 6956: Move error view model generation methods to abstract controller
- 6962: New Whitelist / Blacklist Filter
- 6963: Feature/#6441 prefix path resolver
- 6969: Remove unused code
- 6970: [ZendTest\View\Helper\ - Fix setUp configuration
- 6983: test digest response is validated
- 7003: Fixing prepended
NotEmpty
validator - 7004: add and apply function_call_space fixer for PHP CS Fixer
- 7010: Add support for providers in InputFilter factory
- 7014: CS:
return
instead ofreturn null
- 7015: Found bugs in
Zend\Db\Sql\Ddl
classes and tests - 7016: Adapt Json\Json for better prettyPrint support
- 7020: Documenation fixes in eventmanager
- 7021: CS: join to implode
- 7024: CS: There MUST be one use keyword per declaration.
- 7025: CS: Removes line breaks between use statements.
- 7026: CS: There MUST be one blank line after the namespace declaration.
- 7027: CS: There MUST NOT be a space after the opening parenthesis. There MUST NOT be a space before the closing parenthesis.
- 7028: CS: .php_cs - add standardize_not_equal fixer
- 7029: CS: In method arguments and method call, there MUST NOT be a space before each comma and there MUST be one space after each comma.
- 7031: use of undefined variable in Zend\Cache\Storage\Adapter\Apc::internalGetMetadatas()
- 7032: fixed #7031: use of undefined variable in ZendCacheStorageAdapterApc
- 7034: MongoDB to MongoDb
- 7037: [ZendTest\Mvc\ Fix setUp configuration
- 7038: [Db\Sql\Platform\Mysql\Ddl\ override getSqlString() is wrong
- 7039: Cache: better fix for #5860 introduced in #5863
- 7043: Cache: better compatibility with APCu
- 7046: Retrieve the InjectTemplateListener from the service manager.
- 7049: CS: Remove trailing whitespace the end of blank lines.
- 7050: PHP CS Fixer - correct link
- 7052: .php_cs - add encoding fixer
- 7053: CS: PHP keywords MUST be in lower case
- 7056: Refactoring and bugfixes for InputFilter component
- 7057: Travis - show PHP CS Fixer diff
- 7067: Travis: running more tests for cache component
- 7071: Documentation improvements Zend/DB
- 7073: UnderscoreToCamelCase fails with digits
- 7075: Improving readability, removing redundancies on RBAC
- 7079: Fixes CS latest build on travis : develop
- 7081: try fix travis cs develop again
- 7091: Added Checkbox Console Prompt and its tests
- 7092: #7055 - stricter validation of
TableIdentifier
parameters - 7097: removed unused import
- 7102: Add Kosovo phone number specifications
- 7104: DataUnitFormatter filter
- 7105: WindowsAnsicon - fix docs
- 7106: UriTest - fix phpdoc
- 7120: Added trailing comma for multiline arrays
- 7121: Feature: Added sslverifypeer to curl adapter
- 7122: Paginator Iterator
- 7124: Interface for the Zend\Feed\Reader\Reader
- 7125: Adding ImportInterface for Zend\Feed\Reader\Reader
- 7128: SessionManagerFactory + session validators via config makes validation always fail
- 7141: Implement BcryptSha Hashing & Harden Verification Checks
- 7152: Fixes #4936
- 7153: Disabling XDebug when not computing coverage
- 7159: Use getEncoding() instead of accessing options array directly
- 7163: Fix typos in inArray validators phpdoc
- 7164: .php_cs - add few rules
- 7171: Reset password value on $form->prepare()
- 7176: Update PostCode.php
- 7177: Oracle quoting fix for values with single quotes
- 7178: Fixes #7136 : add ext-ldap as required extension in Ldap\composer.json
- 7181: Remove hidden TaggableInterface dependencies from paginator
- 7182: update copyright year to 2015 that still uses 2013 in "develop"
- 7183: update copyright year to 2015 that still uses 2013 in "master"
- 7184: FormButton $buttonContent parameter is now translated
- 7188: fix test pattern in FormDateTimeSelectTest::testCanRenderTextDelimiters
- 7189: add test for nested glob patterns
- 7190: Test for array of PDO connection params
- 7194: fix some of the documentation errors
- 7201: Additional tests for zf-code
- 7203: Cache: fix mongo options
- 7210: Added fix to prevent method lines to be intended again and again
- 7213: Error in FirePhp log writer
- 7215: replace is_a() with instanceof
- 7222: Db\Sql\Select.php processJoins quote identifier error
- 7225: Fix for #7219 - Validation failure fr-CH in testValidationFailures
- 7231: Skip tests in ZendTest\View if ext-intl is not installed
- 7232: Remove unnecessary ternary operators
- 7233: Detect https on reversed proxy
- 7235: Fixing Docblock return type for __invoke
- 7239: Fixes #7238 : Logger::log() exception message
- 7240: Feature: Zend\Mvc\HttpMethodListener
- 7241: Removed non existing curl options
- 7242: Add flexibility to FlashMessenger by determining hops as parameter.
- 7245: [Navigation\ Introducing NavigationAbstractServiceFactory
- 7247: Add input_filter_specs feature from zfcampus/zf-content-validation and associated tests
- 7248: Remove CURLOPT_POSTFIELDS from set of invalid curl options
- 7251: Fixed tests for quoteValue() methods in all Platform classes
- 7254: Ship a StandaloneExtensionManager for Zend\Feed\Reader
- 7255: Added $data param to deleteList
- 7256: fixed count error in config class
- 7258: Db Platform refactoring
- 7259: Override reason phrase by changing status code
- 7262: DateStep time for moscow fixes #7261
- 7264: Updated GB postcode regex to assert start and end positions for middle a...
- 7267: DBA inifile is not supported for caching
- 7275: #7222 processJoins quote identifier error fix
- 7276: Adds preserve defined order as a factory option
- 7277: Date select filter
- 7281: Fix: Email Validator vs IDN
- 7282: Fix: Array to string conversion in Zend\Log\Writer\Db
- 7285: Fixed documentation on $path property
- 7287: AbstractOptions isset issue, #7286
- 7290: Allow literal zero string as sql expression
- 7292: Fix call to method not in ExpressionInterface
- 7294: Feature/log writer mail factory
- 7295: Zend\Http\Header\GenericHeader introduces BC break
- 7296: Fix infinite loop when chaining peering service managers
- 7299: Fix reflection for one line docblocks
- 7303: update TLD list
- 7307: Automatic TLDs update for Zend\Validator\Hostname
- 7309: Hotfix/additional form options error case
- 7310: Callback Authentication Adapter
- 7311: Using TableGateway::insert() fails when table has an alias
- 7314: add getter method for object prototype to Zend\Db\ResultSet\HydratingResultSet
- 7315: array_filter compatibility
- 7325: Changed fileprg annotation to type hint on FormInterface
- 7326: added doc-block @ Zend\InputFilter\InputInterface
- 7327: Rbac callback assertion
- 7328: Acl callback assertion
- 7329: added basic support for digest authentication on curl adapters
- 7332: Zend\Http\Client sends content-type: application/x-www-form-urlencoded with GET request
- 7334: feature: add bcrypt support to apache http basic auth
- 7336: Allowing the route match controller to override the controller class
- 7340: Fix testing issues under 5.3
- 7341: Set disabled attribute also on checkbox hidden element
- 7342: Do not throw exception when isset is used on AbstractOptions existing object variable
- 7343: Pdo fetch mode support
- 7345: use the target host and not the proxy host in the client hello request
- 7346: Add missing return statement.
- 7353: Added flag UNSEEN in Zend\Mail\Storage.
- 7354: Added test for Validator\IsInstanceOf passed $options without "className" key
- 7355: update "ircmaxell/random-lib" version to fix travis's composer install error
- 7358: Explode validator provides context to composed validator
- 7359: Missing return statement in PHPDoc in AbstractNavigationFactory
- 7362: Fixed the unit tests for Filter OpenSSL
- 7364: Switch to PSR-4
- 7366: PHP 7 on Travis-CI (re-redux)
- 7369: Composer update to 2.4-RC3
- 7374: Adjust ContentType regex to allow quoted strings and equals
- 7375: Correcting
- #7506 resolves issues when UTF-8 values are used in Mail headers, particularly addresses.
- #7507 ensures that array values can be used with cookies.
- #7514 ensures that multipart MIME messages can be added to
Zend\Mail\Message
instances in such a way that they do not conflict with ZF2015-04.
-
ZF2015-04:
Zend\Mail
andZend\Http
were both susceptible to CRLF Injection Attack vectors (for HTTP, this is often referred to as HTTP Response Splitting). Both components were updated to perform header value validations to ensure no values contain characters not detailed in their corresponding specifications, and will raise exceptions on detection. Each also provides new facilities for both validating and filtering header values prior to injecting them into header classes.If you use either
Zend\Mail
orZend\Http
(which includes users ofZend\Mvc
), we recommend upgrading immediately.
- ZF2015-03
Zend\Validator\Csrf
was incorrectly testing null or improperly formatted token identifiers, allowing them to pass validation. This release provides patches to correct the behavior. If you use the validator, or the correspondingZend\Form\Element\Csrf
, we recommend upgrading immediately.
- 6666: bugfix : options can't be passed to SeparatorToSeparator via PluginManager
- 6676: Respecting line endings in AnnotationScanner
- 7005: Zend\Http\PhpEnvironment\Request omits query string
- 7127: SessionManagerFactory with ArrayStorage triggers undefined variable
- 7134: classmap_generator Deprecated: preg_replace():
- 7135: Fixing deprecated preg_replace usage in classmap_generator.php
- 7137: Request from string
- 7139: Fixing comment about email validator, when should be uri
- 7142: AbstractConfigFactory returns complete configuration array at first config call
- 7144: hotfix/#7142: AbstractConfigFactory now returns requested config array
- 7148: ModuleLoader not capable of loading modules contained within an application.phar
- 7150: Estonian IDN definition & fixed binary code for HOST_DNS_OR_IPV4_OR_IPV6_OR_REGNAME
- 7151: Applications packaged as not capable of loading modules contained within the archive
- 7157: Exception message in Zend\Stdlib\AbstractOptions should use the actual used setter
- 7162: Incorrect response for HTTP status code 414
- 7167: Fixation form collection helper lost second argument
- 7168: Typo in #6598 pull request.
- 7169: bugfix : options can't be passed to SeparatorToSeparator
- 7170: Fixed wrong phpdoc type hint.
- 7180: Fix: Inline variable
- 7200: Add support for DateTimeImmutable
- ZF2015-02:
Zend\Db\Adapter\Platform\Postgresql
was incorrectly using\\
to escape double quotes in identifiers and values, which could lead to SQL injection vectors. We have provided patches that use proper escaping. If you use Postgresql with Zend Framework 2, we recommend upgrading immediately.
- 3758: partialLoop/partial View Helper can not be nested when using setObjectKey
- 4517: Incompatible with RecursiveIterator::hasChildren() Zend\Navigation\AbstractContainer
- 4960: DateTime form element weird DateInterval step!?
- 5992: Bug fix: Removes length limit (of TLD) when validating a hostname
- 6231: fixing http query parameters
- 6263: Collection attempts to access
object
property on$this->targetElement
- 6279: Return the text value in _ array key
- 6298: Handle regular form elements as target elements of
Zend\Form\Element\Collection
. - 6312: [Zend\I18n\ php.ini setting "intl.use_exceptions" on true
- 6324: Redis::setItems - the last item is overwritten
- 6358: Wrong datetime format in Atom 1.0 date constructs
- 6398: Preserve the fluent interface
- 6435: Race Condition in Zend\Cache\Storage\Adapter\Filesystem::prepareDirectoryStructure
- 6492: [Http\ Add body support for DELETE/OPTIONS request
- 6518: Suggested workaround for #6263
- 6526: [Http\ Rationalize timeout behavior between adapters
- 6537: Mime Part class rewind fix
- 6539: PHPCS fixes for Zend\Captcha
- 6548: ServiceManager peering does not respect shared flag
- 6561: Remove old component fork origins
- 6562: replacing array_key_exists with faster isset calls
- 6569: Should we use constant for events in Zend\Db\TableGateway\Feature\EventFeature?
- 6573: fixes #6435: Race Condition in filesystem cache on prepare dir structure
- 6575: fixed #6324: Redis::setItems: the last item is overwritten
- 6577: added missing register services at Zend\Paginator\AdapterPluginManager
- 6585: Form Collection
No element by the name of [2\ found in form
- 6586: Fixes typo
- 6594: Update classmap_generator.php
- 6598: add try/catch around statements that execute intl_is_failure()
- 6614: fixes #6585
- 6625: Create Zend_Captcha.php translation for spanish.
- 6628: added missing "JavaProperties" into Zend\Config\ReaderPluginManager and register the extension into Factory
- 6629: Fixes CS : unused use
- 6630: Use 2.* in require-dev zendframework/zend-escaper in Zend\Debug\composer.json
- 6631: Added zendframework/zend-servicemanager into suggest at Zend\Permissions\Acl's composer.json
- 6634: Allow
crossorigin
attribute in headScript - 6635: Allow
sizes
attribute in headLink (used with rel="icon") - 6636: AbstractControllerTestCase fails with multidimensional params array
- 6637: Allow multidimensional params in AbstractControllerTestCase
- 6643: change !is_null to $value !== null for consistency
- 6644: The /e modifier of preg_replace() deprecated as of PHP 5.5.0
- 6645: isValid sets up old values?
- 6647: Zend\I18n\Validator\Float does not set error message on NOT_FLOAT.
- 6648: Fixes #6647 : Zend\I18n\Validator\Float set error message for NOT_FLOAT
- 6649: Exception thrown when value_options is empty in Form\View\ViewHelper\FormMultiCheckbox
- 6655: 6649
- 6660: prefer single quote
- 6673: SetCookie: let it accept DateTime object
- 6674: PHPCS fixes for Zend\View
- 6684: PHPCS fixes for Zend\Text
- 6685: PHPCS fixes for Zend\Tag
- 6686: @return self correction
- 6692: fix typo in form select view helper
- 6698: PHPCS fixes for Zend\Di
- 6699: PHPCS fixes for Zend\Dom
- 6700: PHPCS fixes for Zend\Feed
- 6701: PHPCS fixes for Zend\File
- 6711: Fix for BC break #6645 where isValid() sets up old values
- 6718: Zend\Db relies on Zend\Stdlib due to items in the Zend\Db\Sql package
- 6719: Zend\Db\Sql\Select::order(): accept ExpressionInterface instead of Expression
- 6722: Db order expressioninterface
- 6726: Zend\Db\TableGateway: Alias for table
- 6730: Zend\Config\Reader\Xml bug with close file after open
- 6743: Fixes cs : space after if and elseif in deep conditional
- 6750: yoda conditions in prg controller plugin
- 6751: added ocramius/proxy-manager into suggest at Zend\ServiceManager's composer.json
- 6760: pg_connect params encodings
- 6761: Fixes #6730 : close() xml reader on fromFile() and fromString()
- 6762: Issue in gettext file load, when plural part from one phrase exists as singular part in another
- 6765: hotfix for issue with wrong gettext plural
- 6768: Zend\Stdlib\PriorityList cannot contain false values
- 6773: Fixes #6768 : boolean false values at priority list should be valid
- 6778: added zendframework/zendxml into suggest at Zend\Json's composer.json
- 6779: added zendframework/zend-validator and zendframework/zend-filter into suggest at Zend\Console's composer.json
- 6781: Added some missing hash constants in Zend/Crypt/Key/Derivation/SaltedS2k
- 6785: remove PHP_VERSION_ID check before 50323
- 6787: Fixes #6760 : decode http_build_query on connection string at Pgsql Connection
- 6789: detach() is now inherited from AbstractListenerAgregate.
- 6797: Fixed the call to addBranch() to include $branchName
- 6798: Fix annotations on zend db
- 6814: Invalid behaviour of classmap_generator_php for PHP >=5.5 ::class constant
- 6815: Update AbstractAdapter.php
- 6818: Add event manager to session for it is needed.
- 6820: Broken behavior for SET in SQL update
- 6825: Incompatible with RecursiveIterator
- 6826: removed navigation helper menu unused use statement
- 6834: Zend\Db\Sql\Update building update statement
- 6837: [Zend\Test\ Provide fix when 2 mandatory strings are used in route console
- 6845: Problem iterating buffered ResultSet
- 6847: Fix iterating over buffered ResultSet
- 6849: Db/Sql/Predicate/Expression: Fix method argument handling
- 6854: Added "autocomplete" to the list of valid attributes for textarea and select view helpers.
- 6858: Allow Session\Container names to start with numbers
- 6861: Fixes #6828 move zend\serializer deps how required
- 6867: Update EventManagerInterface.php
- 6869: ObjectProperty Hydrator should only hydrate public properties (fix + new test)
- 6871: Memcached returns FALSE on failure
- 6872: Update PHP-CS-Fixer and restrict .php_cs
- 6873: CS Fix: string access and guard clauses
- 6877: Fixed #6818
- 6878: Cache: fixed 'Undefined index' error in memory adapter on access tags of...
- 6879: Rebased and cleaned up #6279
- 6880: Fix for #6263 (replaces PR #6518)
- 6881: Bug in Zend\Stdlib\PriorityList->valid()
- 6891: Fixes Zend\Json\Json's composer.json containing single backslash
- 6893: Zend\Code\ClassScanner cannot scan abstract method when class has properties and other methods.
- 6895: Fix documentation
- 6896: Fix for https cases for Apache on IBM i
- 6897: Fix minor documentation typo
- 6900: ArrayUtils performance tweak
- 6901: Added a failing test for #6893
- 6902: Throw an ServiceNotFoundException in AbstractPluginManager when the invokable does not exist.
- 6904: Patch test case on Stdlib/PriorityListTest
- 6907: allow header field value of "0"
- 6914: Fix: Remove unused parameter and class property
- 6915: Fix: More unused local variables
- 6916: Fix: Yet another unused local variable
- 6917: Fix: Unnecessary FCQN
- 6918: Fix: Add missing return tag
- 6919: Code improvement - removed unused variable
- 6921: Improvement - removed some unnecessary variable assignment
- 6923: PR for #6673. Allow to set DateTimeObject for SetCookie Expires
- 6927: Hotfix/6278
- 6928: Hydrator naming strategy zend filter dependency
- 6932: added zendframework/zend-cache into suggest at Zend\XmlRpc's composer.json
- 6933: Remove dependency of Zend\ModuleManager on Zend\Mvc
- 6935: bugfix wrong atom datetime format in updated
- 6937: Update Hostname.php
- 6939: Fixes CS on latest build on master : trailing_spaces
- 6941: Zend\Validator tests refactoring
- 6943: Fixed #6941
- 6946: fix #6814: ignore php 5.5 scalar class name resolution
- 6948: Improve type hints
- 6949: Use hydrator variable only when hydrator variable is assigned
- 6953: Little code improvements
- 6958: Encoding Type is not set when sending Request object set as POST
- 6959: Bug #6958 Make sure encoding type is set when sending Request
- 6964: fixes #6952 / phpdoc Zend/Http/Request
- 6967: PHPCS: Zend\View
- 6968: Removed query method from mocks after issue 6798
- 6971: PHPCS fixes for Zend\Http
- 6972: PHPCS fixes for Zend\Json
- 6973: PHPCS fixes for Zend\InputFilter
- 6974: PHPCS fixes for Zend\Form
- 6975: PHPCS fixes for Zend\I18n
- 6976: PHPCS fixes for Zend\Filter
- 6978: fix PHPCS errors for Zend\Test
- 6979: fix PHPCS errors for Zend\Text
- 6980: fix PHPCS errors for Zend\Uri
- 6981: fix PHPCS errors for Zend\XmlRpc
- 6982: fix PHPCS errors for Zend\Validator
- 6984: PHPCS fixes for Zend\Log
- 6985: PHPCS fixes for Zend\Mvc
- 6986: PHPCS fixes for Zend\Ldap
- 6987: PHPCS fixes for Zend\Mail
- 6988: PHPCS fixes for Zend\Server
- 6989: PHPCS fixes for Zend\Stdlib
- 6990: PHPCS fixes for Zend\Serializer
- 6991: PHPCS fixes for Zend\Session
- 6992: PHPCS fixes for Zend\Memory
- 6993: PHPCS fixes for Zend\Paginator
- 6994: PHPCS fixes for Zend\ProgressBar
- 6995: PHPCS fixes for Zend\ServiceManager
- 6996: PHPCS fixes for Zend\Permissions
- 6997: PHPCS fixes for Zend\Soap
- 6998: PHPCS fixes for Zend\Mime
- 6999: PHPCS fixes for Zend\Loader
- 7000: PHPCS fixes for Zend\ModuleManager
- 7001: PHPCS fixes for Zend\Test
- 7002: Changing encode from View Helper is not passed to EscapeHtmlAttrHelper
- 7006: optimized performance of Zend\Stdlib\AbstractOptions
- 7008: Bug in PriorityList
- 7011: .php_cs - sort fixers
- 7012: PHP >=5.4 Syntax in AbstractHelperTest
- 7013: Hotfix/#7012 zend view php 5.4 syntax removal
- 7018: [Validator\ Hostname: disallowed Unicode code point
- 7019: fixed #7018 : Hostname validator used disallowed unicode code points
- 7022: [Zend\Http\ check if costant TESTS_ZEND_HTTP_CLIENT_ONLINE is defined
- 7023: Fixes #7022 TESTS_ZEND_HTTP_CLIENT_ONLINE check
- 7030: #6414-Add a condition for captcha element
- 7033: Cache: fixed some minor documentation issues
- 7036: PhpDoc fixes for Zend\Mvc
- 7047: cs fixes for Zend\Cache
- 7048: cs fixes for Zend\Code
- 7060: Removed hard coded dependency to Zend\Mvc from Zend\ModuleManager
- 7061: remove unused imports
- 7062: remove unused variables
- 7063: PhpDoc: fix return types and other incompatibilities
- 7064: Need update dependencies in zendframework/zend-db
- 7065: Cache: fixed CAS-Feature broken for APC adapter since 2.3.0
- 7066: Use constant for events in Zend\Db\TableGateway\Feature\EventFeature
- 7068: Cache: better compatibility with APCu
- 7070: Travis optimizations
- 7074: PSR2/PHPDoc fix for Zend\Http\Client
- 7078: Fixes CS latest build on travis : master
- 7080: Filter\Encrypt can't filter numbers
- 7083: Hotfix/encrypt numbers
- 7086: Honor returned status code for HEAD requests
- 7087: Happy new year 2015 : master
- 7089: Correct docblock
- 7093: Scope objectKey in nested partialLoop call
- 7101: Fixes DocBlocks in Zend\Barcode\Object\AbstractObject
- 7108: Fix form annotation options
- 7109: Improved disabled inputs testing when binding values into fieldset object
- 7110: Fix for validation timeouts, issue #4960
- 7112: Updated the readme with the logo
- 7114: added missing return $this to setValue method.
- 7117: Updated german translation file
- ZF2015-01: Session validators were not run if set before session start.
Essentially, the validators were writing to the
$_SESSION
superglobal before session start, which meant the data was overwritten once the session began. This meant on subsequent calls, the validators had no data to compare against, making the sessions automatically valid. We have provided patches to ensure that validators are run only after the session has begun, which will ensure they validate sessions correctly going forward. If you useZend\Session
validators, we recommend upgrading immediately.
- 6576: Custom barcode adapter wasn't being set in options
- 6664: Use is_file to check for an uploaded file
- ZF2014-05: Due to an issue that existed in PHP's LDAP extension, it is
possible to perform an unauthenticated simple bind against a LDAP server by
using a null byte for the password, regardless of whether or not the user
normally requires a password. We have provided a patch in order to protect
users of unpatched PHP versions (PHP 5.5 <= 5.5.11, PHP 5.4 <= 5.4.27, all
versions of PHP 5.3 and below). If you use
Zend\Ldap
and are on an affected version of PHP, we recommend upgrading immediately. - ZF2014-06: A potential SQL injection vector existed when using a SQL Server adapter to manually quote values due to the fact that it was not escaping null bytes. Code was added to ensure null bytes are escaped, and thus mitigate the SQLi vector. We do not recommend manually quoting values, but if you do, and use the SQL Server adapter without PDO, we recommend upgrading immediately.
- 4747: Zend\Code\Generator\FileGenerator problem
- 5144: Unit tests get failed occasionaly
- 5794: Oracle incorrect SELECT FROM decoration with table alias when using nested selects
- 5851: Sqlsrv fixes - cursor type fix, utf8 support, transaction support, varbinary update support
- 5962: Fatal Error on /Mime/Message.php on line 111
- 6033: Fixed charset support for Pdo_Pgsql.
- 6038: fix HeadLink docblock method declaration hints
- 6119: Allow OCI8 Statment to Handle LOB data type
- 6141: Fix: Indentation of method arguments
- 6143: Form - Ignore user values for disabled elements on bind
- 6144: Support shorthand Priority filter in Log\AbstractWriter
- 6146: Collection validation with element as target element
- 6147: Session validation listeners may return
null
, erroneously causing validation to fail - 6149: Update Collection.php
- 6157: Fixes #5962
- 6158: fix misspelling of 'preferred'
- 6159: add support number of string in __construct of Priority
- 6160: CollectionInputFilter->getCount() gives wrong count on consecutive setData() calls
- 6163: remove duplicate registered "zendframework/zend-session" in composer.json
- 6164: Fix: Add missing throws tags
- 6165: ZF2 Paginator Does Not Work with DB2
- 6168: Math\Rand::getInteger returns no values for the given range
- 6170: [BUGFIX\ missing Zend XML-RPC support library
- 6176: Fix: C/P error when creating ProcessorPluginManager
- 6177: Fix: Indentation of array initialization, missing trailing comma
- 6179: Fix: Indentation, missing trailing commas, extra empty lines in Log\Logger
- 6180: Fix: Fix PHP-CS-Fixer to a working version
- 6184: Fix mongo handler
- 6186: Fix: Update fabpot/php-cs-fixer, remove optional path argument from command
- 6187: Add links to main repo in each composer.json
- 6188: Add CONTRIBUTE.md files in each component
- 6191: Fixes Typo
- 6192: Fixes #6187
- 6200: Fix: Exceptions raised in Soap/Server can leave XML entity loader disabled.
- 6205: Use composer's autoload-dev feature
- 6207: Hotfix for UnderscoreNamingStrategy
- 6213: Fixes typo algorihtm -> algorithm
- 6214: Added hostname for OCI8 integration tests (required on linux)
- 6215: Console Adapter typo
- 6217: Fixes typo : contructor -> constructor
- 6218:
iconv.internal_encoding
is deprecated - 6219: #6218 - applying hotfix for
iconv.internal_encoding
deprecation - 6222: Fix a sequence name with double quotes for PostgreSQL to preserve name registry
- 6223: Fix double registration of a complex type
- 6228: Fix parameter format causing duplicate mails
- 6237: Fixes typos
- 6238: Fix: CS of closure
- 6245: Fix invalid step error caused by DST
- 6250: Db\Sql\Update use sortable set
- 6253: Zend code doesn't generate heredoc correctly
- 6254: Fixes #6188
- 6255: Zend code generator eats last brace
- 6261: Update StringTrim to allow '0' as charlist
- 6266: Fix delegators config with Mvc\Application
- 6277: Digit filter should ignore boolean input
- 6281: SessionHandler - MongoDbOptions default saveOptions not valid for pre-1.3 mongo driver
- 6283: Fixes #6253 updated regex to properly respect heredoc
- 6286: Fixes #6255 - removed regex for token parsing
- 6292: Created russian translation for Zend_Captcha.
- 6293: zend-barcode without zend-servicemanager and zend-validator
- 6295: Fieldset ignore disabled elements
- 6297: DateTime (I18n) uses a wrong function in "isValid" function
- 6300: Float (I18n) parsing trouble
- 6302: Fixes issue #4747 - FileGenerator now properly generates files.
- 6303: fixes #5144: Cache: wait for full second before start TTL tests
- 6306: Console\RouteNotFoundStrategy throws invalid index exception
- 6307: Closes #6306 - Console\RouteNotFoundStrategy invalid index
- 6310: Fix Zend/Barcode composer.json to require zendframework/zend-validator.
- 6311: Fixes #6297: Fixes logic that checks if IntlDateFormatter parsed the string properly.
- 6315: Zend\Http\Client\Adapter\Curl does not send a proper DELETE request when request body is provided, hangs
- 6318: Add body to curl DELETE request if one is specified.
- 6321: I18n/Validator/DateTime should use mb_strlen() instead of strlen()
- 6325: Fixes typo
- 6326: Bugfix/thousand separator in number validator
- 6330: Bugfix/merging inputs with allow empty
- 6333: Fix for performance issue in Http\Response
- 6335: Fix and test case for: RowGateway primary key not null constraint do not fail with empty string
- 6336: Fixes link media type list for iana and wikipedia
- 6351: update DE translation header
- 6361: Fixes #6281 - mongodb saveOptions not checked correctly
- 6373: Fix for #6300 - I18n float validator rewrite
- 6382: Fix for #6377 - Zend\Session\Service\SessionConfigFactory: Wrong placeholder in Exception string
- 6391: UrlTest : missing private properties $url and $router
- 6393: unused parameters $sm for plugins factory
- 6400: Fix / tests for #6363
- 6401: Fixes @return docblock for Zend\Paginator\Adapter\Service\DbSelectFactory::createService()
- 6402: Fixes grammar
- 6412: Fix nested CollectionInputFilter not valid if count not specified
- 6423: Validate uploaded filename only if no upload error occured.
- 6427: Zend Session fatal error in get array copy
- 6429: Update Zend_Validate.php
- 6430: Method setObject on Zend/Form/Element/Collection overrides count of target element
- 6440: Fixed typo
- 6443: Change method to set count fixes #6430
- 6446: Fix for #6445, adding pagination and transaction to IBM DB2 for Zend\Db
- 6452: Fix + tests for #5969
- 6462: Fix for odd php-cs-fixer finds
- 6472: Clear values on CollectionInputFilter before adding new data
- 6480: Fix: Undefined field in Zend\Http\Header\Origin
- 6484: fix #6480
- 6487: Remove trailing whitespaces
- 6490: PHPCS Fixes for Zend\Authentication
- 6491: Header\ContentType: remove empty values from parsed header
- 6494: CollectionInputFilter throws warning if invalid collection provided
- 6495: Redis Server URI correct parsing
- 6500: PHPCS fixes for Zend\Barcode
- 6505: swap order of initalization
- 6506: Missing dependency to zend-form in zend-mvc
- 6510: Fix 6428 - authenticate() always fails on IBMi when using DB table-based authentication
- 6511: conflicting PHPDoc @return values in SharedEventManager
- 6512: fixed conflicted phpdoc return values (see #6511)
- 6521: PHPCS fixes for Zend\Cache
- 6522: PHPCS fixes for Zend\Code
- 6529: Update polish translation
- 6531: PHPCS fixes for Zend\Config
- 6532: PHPCS fixes for Zend\Console
- 6533: PHPCS fixes for Zend\Crypt
- 6535: PHPCS fixes for Zend\EventManager
- 6536: PHPCS fixes for Zend\Navigation
- 6541: Zend Db Query Builder Optimisation
- 6549: Link to new version of the QuickStart user guide
- 6551: Fixes CS : trailing spaces and unused use
- 5392: Zend Db: Multiple nested selects - Zend Paginator with nested select bind parameters error
- 5857: Fixes #4521
- 5863: patch #5860
- 5948: Circular dependency test for #5651
- 5956: Prevent fatal error in JsonRpc-Client
- 5957: php 5.6 compatibility
- 5958: fix typo
- 5959: Issue - AbstractDiServiceFactory ,MvcTranslatorFactory throws Exception
- 5964: Upgrading branch aliases for components: 2.2-dev -> 2.3-dev, 2.3-dev -> 2.4-dev
- 5968: Collection Input Filter fix messages
- 5970: Adds disableInArrayValidator check to Radio
- 5972: permissions : docBlock
- 5973: Rbac::getRole() : check object->getName()
- 5975: Update wrong DocBlock comment
- 5978: ZF 2.3.0 BC break in MvcTranslator
- 5979: Fix BC break in TranslatorServiceFactory
- 5983: [cs-fixer\ Centralize configuration in a single file
- 5985: Corrected placeholder token '%' for some translations
- 5986: InputFilter\Factory can't handle config with null input
- 5988: Fix patterns for mobile (allows 7 as fisrt number)
- 5989: Allow aria-labelledby and aria-describedby attributes in form elements
- 5991: ---removed---
- 5997: Update segment route to TranslatorInterface
- 5998: Add missing bitwise validator in pluginmanager
- 6000: Blackhole cache adapter : docblock corrections
- 6003: typo on comment fixed
- 6004: InputFilterPluginManager needs to allow InputInterface retrieval
- 6007: ZendMvc depends on ZendLog by default in 2.3.0, add it to composer
- 6009: Form\Element\Select multiple is always required
- 6012: Zend\ProgressBar\Adapter\Console::notify should use mb_substr
- 6019: Fix for #6012 - Use wrapper for substr() in ProgressBar
- 6021: Missed variable, renamed to one which exists.
- 6022: Invalid instantiator of type "NULL" for "Zend\I18n\Translator\TranslatorInterface"
- 6023: Parameter generator backslash escaping
- 6024: Dispatch error should be preventable
- 6026: decompress() Zend/Filter/Compress/Zip fix
- 6027: Allow empty response strings in \Zend\Http\Response::fromStream
- 6028: Method getValue should check the type of input inside InputFilter
- 6030: Remove duplicate comment
- 6031: remove double semicolon
- 6032: fix comment on PhpMemoryArray loader
- 6035: fix exception message. Must be Stdlib\Hydrator
- 6037: Require PHP extension mcrypt in composer.json
- 6041: Hotfix : Zend\Test trace error flag
- 6042: Fix documentation
- 6045: File Form Element don't works
- 6046: Allow InputInterface retrieval from InputFilterPluginManager
- 6047: Fix Zend\Test test
- 6049: Fix for issue 6048
- 6050: update copyright year that still using 2013 to 2014
- 6051: 2.2.6 -> 2.3.0 causes DI to try to instantiate
Zend\I18n\Translator\TranslatorInterface
instead ofZend\I18n\Translator\Translator
- 6056: Fixes a typo
- 6061: added missing License header
- 6062: fixed typo
- 6070: code-to-explain-code test in MultiCheckboxTest to check multi selected
- 6071: Re enable zip compression tests on Travis
- 6077: fix for issue 6076. avoid GlobIterator globbing to directories which it ...
- 6082: Using \Zend\Db\Sql\Expression as part of join name. Object of class Zend\Db\Sql\Expression could not be converted to string
- 6083: NumberOfParameterFilter correctly handles argument count greater than 0.
- 6085: Fixes #5929 - Remove a page recursively
- 6089: Problems with serializing Zend\Stdlib\ArrayObject
- 6092: Hotfix for #6089 - ArrayObject serialization doesn't restore
protectedProperties
- 6093: Fix unused imports and local variables
- 6094: Fix undefined classes, constants and methods
- 6096: Prevent ArrayObject recursion in 5.6
- 6100: More tests for nested form fieldsets
- 6102: Zend\Filter\Compress\Tar::setMode() would not work
- 6103: Zend\Filter\Compress\Tar::setMode() should work with case-insensitive
- 6104: Validator\Ip should not allow newlines in any case.
- 6105: add missing resource messages at en - Bitwize & Datestep
- 6106: suggest ext-mcrypt
- 6110: Allow session garbage collection to use an index
- 6116: fixed typos
- 6118: Extra fieldsets are created when calling form bind multiple times
- 6123: Mail: Require Zend\Validator
- 6125: added missing { and } after if
- 6126: Tiny typo fix in docblock
- 6128: Fix class description
- 6129: change is_null($var) to (null === $var) for consistency
- 6130: change docblocks and comments that still using "Zend_" to "Zend"
- 6132: FormElementManager: Only initialize a shared element once
- 6136: Fix: No need to prefix imports
- 6139: Fix: Test name
- 6140: Fix: Indentation in array initialization, trailing commas
- ZF2014-03: Potential XSS vector in multiple view helpers due to
inappropriate HTML attribute escaping. Many view helpers were using the
escapeHtml()
view helper in order to escape HTML attributes. This release patches them to use theescapeHtmlAttr()
view helper in these situations. If you use form or navigation view helpers, or "HTML element" view helpers (such asgravatar()
,htmlFlash()
,htmlPage()
, orhtmlQuicktime()
), we recommend upgrading immediately.
- 3015: $escapeHtmlHelper is not optional, in case you want real HTML as a label
- 3198: Limit/offset doesn't work properly when using parameters and SQL Server drivers
- 4021: Mysqli driver raise a lot of warning about Undefined property after connection closed
- 4280: begin,commit and rollback methods for PostgreSQL have been implemented
- 4290: Zend\Db\Sql setTable method ommit array
- 4304: Add support for dblib PDO driver in quoteValue()
- 4348: Add isActive method Navigation Page Uri.
- 4397: Add coveralls support and fix a few testing bugs related to coverage
- 4400: Ability to get an element with creation options from the FormElementManager
- 4401: add flag for fallback value
- 4427: add group and having ability to Paginator\Adapter\DbTableGateway
- 4443: Translator\Loader\PhpArray can't load from the include path
- 4449: Console route improvements
- 4455: Need way to specify in the logger configuration the factory for the own writer
- 4489: Replacing the magic number for a list of constants in Validator\NotEmpty
- 4505: Give modules the ability to modify application config after their own co...
- 4510: Introduce Zend\I18n\Filter\NumberParse based on Zend\I18n\Filter\NumberFormat
- 4512: blackhole cache storage adapter
- 4515: Issue #4443 - Zend\I18n\Translator\Loader\PhpArray can now load files from include path
- 4534: Introduce JsonSerializable polyfill and support in Zend\Json\Encoder
- 4574: Config\Factory can read from include_path
- 4584: Composer dependencies fixed
- 4606: Supports the encoding of the console and encodes the text to display if needed
- 4610: Version warning http:// wrapper is disabled in the server configuration by allow_url_fopen=0
- 4625: Use Zend\Http\Client in Zend\Version
- 4653: Zend\Authentication\Adapter\Http::_challengeClient() should be public
- 4662: Zend\Db PDO adapter ignoring charset
- 4677: Add Form\Element labelOptions property w/ implemented use case
- 4679: !IE support for conditional comments powered viewhelper
- 4742: LoggerAwareInterface and its Trait
- 4751: Hydrator aware trait
- 4752: Hydrator refactoring
- 4756: getValue() for MonthSelect, DateSelect and DateTimeSelect Form Elements
- 4764: Add interface
FilterEnabledInterface
- 4767: Make include_path functionality of Config and Translator opt-in
- 4781: Adding missing "NOT IN" predicate
- 4785: CSRF element naming conflicts
- 4813: Zend log filter sample
- 4815: Make HTTP auth adapter's challengeClient() method public
- 4822: Simplification of the HTML class name in Tag\Cloud\Decorator\HtmlCloud
- 4824: Add Config Reader for Java-style .properties files and strings
- 4831: Zend\Mvc\Application::run returns ResponseInterface.
- 4836: Adding warning namespace
- 4844: Add cas operation for apc adapter
- 4846: DisableInArrayValidator for Multicheckbox
- 4849: Fix Application::run() return values
- 4852: ArrayObject::offsetExists - Fix check on offsetExists
- 4860: abstract factory for configs reading keys from merged config
- 4864: enhancement of ProvidesEvents trait
- 4871: Use .eml extensions for emails stored with Zend\Mail\Transport\File
- 4884: Allow replacing elements within a form collection
- 4903: Update MemoryManager.php
- 4904: Update Feed.php
- 4907: Changed self::SPECIFICATION_* to static::SPECIFICATION_* in non declarat...
- 4908: Segregation HydratorInterface
- 4912: Fix spelling of "marshall"
- 4913: make use of mickey179/vfsStream in unit tests: Zend\Test
- 4927: Nested Fieldset value can be a Traversable
- 4931: Mime\Message: createFromString: really ignore unknown headers
- 4940: New Zend\Validator\Bitwise
- 4946: Add assertTemplateName and assertNotTemplateName
- 4950: Add matching capabilities to the Content-Type header
- 4962: added "ControllerManager" Manager, and make "ControllerLoader" as alias of it
- 4969: PartialLoop helper: prevent convert traversable model to array recursive...
- 4971: Form\Factory can handle config with null elements
- 4973: Issue 4662 - Zend\Db\PDO adapter driver ignores charset option
- 4979: Add multiple translation text domains to Zend\Navigation
- 4980: change of version checks to use PHP_VERSION_ID constant.
- 4989: [Zend-Code\ Find php 5.4 traits with TokenArrayScanner
- 4995: [SessionManagerFactory\ Configuration of validators in SessionManagerFactory
- 5019: added role attribute
- 5024: [BC Break\ Added the set /getPbkdf2HashAlgorithm() in BlockCipher
- 5025: Support for 'origin' header value?
- 5029: Support for Origin header
- 5032: Added metadata for oracle
- 5034: Locale aware fix
- 5043: DocBlock Reflection not returning correct tags
- 5064: Added optional charset to pdo dsn
- 5069: Fixed bug that caused the PDO to throw an invalid keyword error
- 5072: PSR-2 : add space before and after between (if and foreach) and parenthesis
- 5080: Added separator to model in renderPartial function
- 5082: Simplification
- 5089: Test for the getArrayCopy method in AbstractRestultSet
- 5101: Update label view helper to have html escape by default
- 5106: Fix CollectionInputFilter validation when empty data is being processed
- 5108: Hotfix/4879
- 5136: Zend\Navigation - add to AbstractPage static factories
- 5138: Zend/Navigation/Page/Mvc add default route name
- 5139: Zend/Navigation/View/HelperConfig - configurable view helper
- 5209: increase consistency : call $this->events, $this->event, $this->response, and $this->request directly at Zend\Mvc\Application.php
- 5211: Get the connected dsn string that is now stored when the pdo connection is made
- 5226: Fix/form label options
- 5237: ServiceManager - fix AbstractFactories performance and service waiting
- 5238: allow empty fieldset labels in formCollection view helper
- 5242: form collection attributes
- 5245: Fix code reflection - getBody/getContents method
- 5255: Get ViewModel children by capture
- 5260: Zend/Db/Sql/Insert - implement insert into select construction
- 5261: DevelopThis is a new PR since the base branch has changed. Please see #5017
- 5262: Zend code method prototype
- 5266: Throw an exception in PhpRenderer when the resolved file path is not rea...
- 5272: Create Callback adapter for Zend\Paginator
- 5283: Deprecate ProvidesEvents trait
- 5289: Abstract Factories handling is inconsistent with normal Factories
- 5304: [psr-2\ Add whitespace for anonymous functions.
- 5308: Zend\Db\Resultset fix buffering
- 5312: Locale aware fix
- 5313: [http\ fix many header issues
- 5316: Added Content Security Policy 1.0 header class
- 5321: Zend\Db\Adapter alow to use the temporary ResultSetPrototype
- 5329: change self:: with static:: in call-ing static property/method
- 5338: ZendTest - added tearDown for Netbeans tests
- 5341: Missing notIn predicate
- 5354: Can't inherit abstract function Zend\Validator\Translator\TranslatorInterface::translate()
- 5355: Handle 'disable_html_escape' option in FormButton helper
- 5356: Deprecate Zend\Dom\Query in favor of more logical OO approach
- 5358: [Zend\Navigation\ Extracting the translation from "htmlify"-method into ...
- 5364: Add Naming strategy for Hydrators
- 5365: [stdlib\ Add guard utils and traits
- 5377: [http\ Allow headers without whitespace after ":"
- 5380: Zf hydrator strategy context
- 5390: Add regression test for #5237
- 5391: CS fix for #5245
- 5393: Properly set only specified methods
- 5394: use namespaces in versiontest
- 5395: ServiceManager::has() when assigned non String or Array causes Undefine Notice errors
- 5396: Fix for issue #5395
- 5398: fixed typo
- 5400: fixes #5384 - getValue now returns metadata of the value, added getValueType
- 5403: README fix of Zend\Dom\Query (#5356)
- 5406: Make I18n component completely optional for Mvc
- 5408: Fixes for #5356
- 5420: Added ability to compose collections via Zend Form annotations
- 5436: [WIP\ Zend\Filter harmonization (Issue 5119)
- 5456: Enable input filter config from annotations to be passed on via composed collections
- 5458: [Validator\ Refactor Date
- 5459: fix docblock and exception that still use "Zend_" prefix
- 5469: Abstract console controller
- 5470: Add Zend\Mail\Transport\Factory
- 5484: Db\Sql\Select use functions without table
- 5496: Oracle hotfix for #5488 (casing in sequence helper)
- 5533: [WIP\ Added option to ensure form element will be rendered inside label tag ev...
- 5538: Zend\Db\Sql\Ddl\CreateTable - fix create temporary tables
- 5557: Fixed non-working Spanish validator translation
- 5562: Add unsetValueOption() to the Form\Element\Select and Form\Element\MultiCheckbox
- 5569: Fixed boolean/integer BC break in Zend\Config\Writer\PhpArray
- 5587: Changed the default cost of bcrypt to 10
- 5593: Added resources/languages/id for Indonesian translation
- 5602: Update minimum required PHP version to 5.3.23
- 5604: [2.3.0\ change php require version from 5.3.3 to 5.3.23 in all resources and update tests that no longer support 5.3.3
- 5605: Fixed session_cache_limiter available options
- 5611: Adding HHVM to build matrix
- 5612: make 'listeners' key can be configured outside application.config.php
- 5616: Prettify the output of Zend\Code\Generator\ValueGenerator for multi line arrays
- 5628: Acl assertions enhancement
- 5638: BaseInputFilter handles missing data properly
- 5642: Offset may be specified without a limit. Causes syntax error in mysql, sqlite and maybe others
- 5643: Fixes #5642
- 5649: Added a assertion method for the response phrase of a http response.
- 5650: Set custom class name for active li element
- 5651: Allow modules to load their own dependencies
- 5664: [Minor BC\ Remove translation of validator keys
- 5665: [http\ Normalize Content-Transfer-Encoding
- 5666: Remove translations in Zend\Form\View\Helper\FormElementErrors #5646
- 5670: Add controller namespace prefix to template mapping
- 5689: Fix BC break with skeleton for Translator Service
- 5692: Additional MVC Translator BC fixes
- 5698: #5665 Normalize Http Content-Transfer-Encoding
- 5702: Stdlib - PriorityList move from Zend\Mvc\Router to Stdlib
- 5711: Implemented writeTextBlock method in Zend\Console\Adapter\AbstractAdapter
- 5713: Adding Zend\Console\Getopt option callback hooks
- 5717: Hotfix/various fixes
- 5719: Feature/make collection configurable
- 5720: Fix #5671 - console routing not correct
- 5724: 5.3.3 -> 5.3.23 missing dump
- 5730: Zend\Test Fix persistence with multi dispatch
- 5731: Zend\Test Provide dispatch like a XmlHttpRequest
- 5732: Fix for issue #5629
- 5736: fix strange exception message in Mysqli connection
- 5741: Make allowObjectBinding configurable for Fieldsets
- 5747: Implementation of inTransaction() in all Zend\Db\Adapter\Drivers
- 5748: added a submodule loading to testCanLoadMultipleModules
- 5751: Updated Bulgarian translation
- 5757: Zend\Config\Writer\PhpArray needs to use var_export for strings, not addslahes()
- 5759: Update FlashMessenger.php
- 5780: Allow specifying "break chain on failure" flag as Validator option
- 5783: Do not exit from loadClass() early
- 5792: [Soap/Server\ add debug mode
- 5793: [Soap\Client\DotNet\[FIX\ Undefined property in void return
- 5795: ServiceManager::canCreateFromAbstractFactory() missing foreach break after valid abstract factory found
- 5803: Hide sub menus if all pages in the sub menu is hidden.
- 5810: [Zend\Soap\Server\ Add getException to get caught exceptions
- 5811: [Zend\Soap\Server\[NEW\ add a getSoap method, return the internal instance
- 5825: New class Translator\Loader\PhpMemoryArray
- 5829: Zend\Cache\Storage\Adapter\Memcache
- 5840: Removed Zend\Http\Client\Cookies
- 5853: Fixes #4943
- 5854: Multiple identifiers in
In
- 5855: Fixes #5162
- 5856: #5665 Fix in test for JsonStrategy
- 5858: Deprecate Proxy auto-generation
- 5864: patch #5860 barcode analyzer fixes
- 5869: remove TYPE_SELECT deprecated Constant that marked will go away in 2.1
- 5875: Logger register shut down
- 5877: Optional ProxyManager in builds
- 5880: Updated PhpArray to expand paths using __DIR__
- 5882: Allow setting formatter for Zend\Log\Writer\Db via config options
- 5885: parametrized-locale-aware routing
- 5897: Add get decode json data on params controller plugin
- 5901: Add AuthenticationServiceInterface
- 5902: Added testcase for BlockCipher using 0 values
- 5907: [#5616\ Adapt array indentation to PSR-2 guidelines by default
- 5908: Allow merging text domains without plural rules
- 5910: minor improvements to form labels
- 5917: Fixes #5192
- 5918: Hotfix/4785 csrf name conflicts
- 5919: Default value for labelAttributes
- 5920: FormRow generetes invalid HTML for MonthSelect
- 5921: Nicaraguan phone numbering plan once again
- 5922: Updated catalan Zend/Validate translations
- 5923: Fix/5906 collection count is ignored when data empty
- 5925: Update DateStep.php
- 5926: Fix for missing required option for CollectionInputFilter
- 5928: Fixed notice on binding entity to form
- 5930: Fix @cover at travis build from #5853
- 5931: Disable <label> for input hidden
- 5933: Allow arbitrary error codes in JSON RPC server
- 5936: Fix for issue #4267
- 5937: Fix Zend\Mail\Headers::removeHeader is not removing every header matching header name
- 5939: Fix annotation on Zend\Mail\Message::getHeaderByName
- 5940: Zend\Db\Sql Allow MySQL to use limit when only offset was provided
- 5941: no cast to (int) on limit&offset at Zend\Db\Sql\Select.php
- 5942: Mvc\I18n\Translator -> setLocale
- 5943: Fixed route matcher test
- 5951: Fix console mixed case optional value params
- ZF2015-02:
Zend\Db\Adapter\Platform\Postgresql
was incorrectly using\\
to escape double quotes in identifiers and values, which could lead to SQL injection vectors. We have provided patches that use proper escaping. If you use Postgresql with Zend Framework 2, we recommend upgrading immediately.
- ZF2015-01: Session validators were not run if set before session start.
Essentially, the validators were writing to the
$_SESSION
superglobal before session start, which meant the data was overwritten once the session began. This meant on subsequent calls, the validators had no data to compare against, making the sessions automatically valid. We have provided patches to ensure that validators are run only after the session has begun, which will ensure they validate sessions correctly going forward. If you useZend\Session
validators, we recommend upgrading immediately.
- ZF2014-05: Due to an issue that existed in PHP's LDAP extension, it is
possible to perform an unauthenticated simple bind against a LDAP server by
using a null byte for the password, regardless of whether or not the user
normally requires a password. We have provided a patch in order to protect
users of unpatched PHP versions (PHP 5.5 <= 5.5.11, PHP 5.4 <= 5.4.27, all
versions of PHP 5.3 and below). If you use
Zend\Ldap
and are on an affected version of PHP, we recommend upgrading immediately. - ZF2014-06: A potential SQL injection vector existed when using a SQL Server adapter to manually quote values due to the fact that it was not escaping null bytes. Code was added to ensure null bytes are escaped, and thus mitigate the SQLi vector. We do not recommend manually quoting values, but if you do, and use the SQL Server adapter without PDO, we recommend upgrading immediately.
- ZF2014-03: Potential XSS vector in multiple view helpers due to
inappropriate HTML attribute escaping. Many view helpers were using the
escapeHtml()
view helper in order to escape HTML attributes. This release patches them to use theescapeHtmlAttr()
view helper in these situations. If you use form or navigation view helpers, or "HTML element" view helpers (such asgravatar()
,htmlFlash()
,htmlPage()
, orhtmlQuicktime()
), we recommend upgrading immediately.
- 4490: Nonvalid literal value for the boolean type, PDO
- 4993: Zend\Db\TableGateway\Feature\FeatureSet::addFeature() at line 69
- 5125: Method scanner fixed
- 5174: SequenceFeature
- 5186: Minor bugfix: Added missing composer dependency (ServiceManager) to Math package
- 5221: - Create temporary table instead of create table temporary
- 5314: Enable persistent connections for IbmDb2.
- 5322: Fixing a bug that causes fatal error when a RowGateway's primary key wer...
- 5375: Fixes default type == string
- 5383: fix for #4614 breaks error handler using Zend\Log
- 5385: Resolves #4708 - adding transparent background support to barcode
- 5387: fixes #5062 - No longer throw Filename cannot be empty error
- 5401: fixed typos
- 5402: Update range of mobile
- 5409: [rbac\ Typo
- 5411: Update Czech validator messages
- 5412: Zend\Test needs Zend\Console as dependency
- 5418: Added isset check for REMOTE_ADDR
- 5421: fix typo & wording
- 5422: Fix emails that contain lines that start with periods
- 5423: Zend\Http\Header\SetCookie not compatible with older versions of pcre (and therefore CentOS)
- 5424: Issue 3104: Form\Element "x-..." attributes
- 5425: Issue 3249: FormFile does not allow "value" as an attribute
- 5432: Problem with Forward Plugin
- 5438: fix typo
- 5444: fix indentation
- 5445: Fixing issue with ModuleAutoloader on Windows
- 5447: Di circular dependancies
- 5451: Remove duplicate: zend-stdlib is already required
- 5452: update master's resources/ja Zend_Validate.php message for 2.2
- 5453: add resources/languages/ja/Zend_Captcha.php with Japanese translated
- 5457: Zend\Db\Adapter\Driver\PdoResult::current patch
- 5464: remove unused use
- 5468: Add security disclosure info to README/CONTRIBUTING docs
- 5471: Fix typehint for getServiceLocator().
- 5472: remove unused use statements
- 5476: Zend\Http\Header\SetCookie changed to support empty cookies
- 5479: Add element input filters before form input filters
- 5495: Hotfix/multiple nested collection test
- 5497: fix for fprg
- 5499: #5465 use strlen instead of empty
- 5502: Update collection recursive extract and populating nested fieldsets
- 5507: Fixed usage of imported namespace.
- 5508: Specify correct return type for
Pdo\Connection::getLastGeneratedValue
- 5523: [Http\ Fixes
- 5534: Added ability to set form option useInputFilterDefaults in factory via s...
- 5546: Zend/Mvc/Router encoding issue (Fixes #5516)
- 5551: Fix Zend\Form\Element\Number $inclusive is always true (Fix for #5549)
- 5552: Add driver options to the Oci8 Db adapter
- 5555: [Hotfix\ Validator\File classes behaviour with empty value
- 5567: Fixes #4670
- 5570: fix #5428 only read the stream contents once
- 5575: Fix graphme_substr for PHP >= 5.4.18 or >=5.5.1
- 5576: Enable Travis Fast finishing
- 5577: Fix for #4707 pgsql getLastGeneratedValue() Problem
- 5588: More lenient db detection in Logger abstract factory
- 5597: Fix zend server cache
- 5609: Allow RuntimeDefinition to still process explicit classes
- 5613: Test rewrite for avoid test skip. Related #5592
- 5614: Fixed issue with Math\Rand::getInteger() on ranges close to PHP_INT_MAX
- 5623: Adding attributes to fieldsets. Legends are optional for fieldsets.
- 5633: Giving a Warning namespaces to FlashMessager
- 5636: Fix for the implementation of Collection Element
- 5641: [Hotfix\ FilePostRedirectGet plugin and form collections
- 5644: Addressing issue #5624. Implemented fix and added test case.
- 5645: Update InArray.php
- 5647: Adding Hungarian translations
- 5659: Fix a fatal error when assert WWW-Authenticate header is sent - Hotfix/5658
- 5669: Fix bug in InjectTemplateListenerTest
- 5672: [cs\ cleanup master
- 5677: SetCookie With expiry of over 2038 fail on 32bit systems
- 5680: Update BlockCipher.php
- 5691: Input Factory supports "break_on_failure" option
- 5707: update userguide manual link
- 5714: Change hardcoded event name by its constant.
- 5718: added a submodule loading to testCanLoadMultipleModules
- 5729: Fixed module loader to work with *.tar modules in IIS7.5 on Win 2008 R2
- 5739: [BUGFIX\ DI fails with CompilerDefinition; solves #5738
- 5746: Remove hydrator from collections
- 5749: shortcircuit rendering if no messages
- 5750: Change error message when no role found
- 5752: Get an abstract defined service from an alias
- 5754: Fixed gz decompress check for false
- 5755: More explicit name for requested name
- 5761: fixed typo
- 5762: remove unneeded createService functions that actually do same with base class ( AbstractPluginManagerFactory )
- 5768: FIX #5767 Zend\Db\Sql\Select: getRawState('order') is inconsistent
- 5771: Fix escaped special chars in urlencoded parameters string incorrectly normalized
- 5772: Zend\Config\Processor\Token converts boolean to string
- 5773: Hotfix for #5772: token processor should not cast booleans to strings
- 5775: Update Predicate.php
- 5781: Support PHPUnit 3.8+ compatibility
- 5782: remove unneeded key "name" under "input_filter" per-element in FormAbstractServiceFactoryTest
- 5786: Correct references toPHPUnit_Runner_Version::VERSION
- 5788: Zend\Filter\Compress\Bz2 and Gz should be fully PHP >= 5.4 compatible
- 5796: \Zend\Form\Element\Email, with multiple=true leads to “Array to string conversion”
- 5808: Fixes #5796
- 5813: Fixed the classmap autoloader to work under Windows in Phar files.
- 5814: Fix validate non required fields in CollectionInputFilter
- 5815: Usage of a function in loops should be avoided
- 5820: [Zend\InputFilter\InputFilter\ SetValidationGroup() VALIDATE_ALL not working recursively
- 5824: Remove HTTP client restriction on cookies
- 5830: Run Travis build also on PHP 5.6
- 5831: Fixes #4926
- 5833: Avoid function usage in loops
- 5836: Fixes #3773
- 5838: Fix Zend\Test for custom response usage
- 5839: [Zend\Filter\Compress\ added PHP 5.4 support for strings in Bz2 and Gz decompress
- 5846: Enabling the Request object to generate the correct scheme for SSL URI
- 5848: Test and quick fix #5847
- 5861: Post/Redirect/Get should keep query parameters
- 5868: Fixes #4993
- 5870: SSL CA File support.
- 5871: Add processor support to the Logger options.
- 5874: Update NotEmpty validator to use bitmasking
- 5879: Update NotEmptyTest tests to use data providers where possible
- 5883: Fixes #5648
- 5887: Fixed bug that didn't allow the connection to the SQLite database to be closed
- 5890: Hotfix/5640 for bug in nested Zend\Form\Element\Collection::extract() recursion
- 5891: Nicaraguan phone numbering plan
- 5892: Case-insensitive country for the PhoneNumber validator class
- 5893: Fix bug in json prettyprint
- 5899: fix cs from #5613
- 5900: Fix for #5894 - .il Domain checking
- 5903: Re-added ConstraintKeyObject which is consumed from the AbstractSource w/ test (Fixes #3512)
- 5912: clone problem in datetimeselect form element clone method
- 5913: Hotfix for #5912: wrong datetime select form element cloning logic
- 5916: Zend\Http: Unit tests for multi-line headers
- ZF2014-01: Potential XXE/XEE attacks using PHP functions:
simplexml_load_*
,DOMDocument::loadXML
, andxml_parse
. A new component,ZendXml
, was introduced to mitigate XML eXternal Entity and XML Entity Expansion vectors that are present in older versions of libxml2 and/or PHP.Zend\Json\Json::fromXml()
andZend\XmlRpc
'sResponse
andFault
classes were potentially vulnerable to these attacks. If you use either of these components, we recommend upgrading immediately.
- 4604: Zend\Json\Server\Server::addFunction instantiates new class even an object was given as callable
- 4874: Skip AnnotationScanner if class name information can't be found.
- 4918: [suggest\ Ignore methods without parameters from aware interfaces
- 5013: ZF2-2454 HTTP 308 Resume Incomplete missing in Zend\Http\Response
- 5031: Fix input annotation handler in Zend/Form/Annotation/ElementAnnotationsListener
- 5035: updated Zend_Validate_Hostname translation message IDs and translations
- 5037: Slovenian translations updated
- 5040: Correct namespace name DockBlock to DocBlock
- 5044: Reflection ThrowsTag to handle types correctly
- 5050: #4996 broke File filters management
- 5053: add test case for Zend\Validator\IsInstanceOf to pass Traversable to constructor
- 5054: is bin/pluginmap_generator.php broken ?
- 5065: [Zend\Http\Client\ dupplicate header keys in prepareHeaders
- 5066: __invoke parameter should be null by default
- 5068: using injected response object
- 5071: Increase readability, fix indentation
- 5078: hotfix/4508 and make Zend\Http\Header\SetCookie RFC conform
- 5083: [Barcode\ removed some unused variables
- 5093: Extract and populate values for nested fieldsets in Collection elements
- 5100: [ServiceManager\ Implemented circular alias reference detection
- 5111: Fix test suite when ext/intl isn't available
- 5121: Add inline comments
- 5140: Fix not allowed encoding of content-transfer-encoding and content-type headers in single part encoded mails
- 5146: Adds an alias for ModuleManager and removes the duplicate service defini...
- 5150: Fix Validator\PhoneNumber with E.123/E.164 international numbers.
- 5152: Issue #4669 - Class generator should return uses from file generator
- 5161: Fix calling View\Helper\BasePath from CLI results in fatal error.
- 5175: fix delegators to allow usage in plugin managers
- 5180: Ensure DiAbstractServiceFactory takes lowest possible priority
- 5183: Fix for CamelCase filter when string contains multiple uppercase letters and Unicode is off
- 5193: Fix returned NamespaceType for Parameters from Reflection
- 5196: Fix JsonRpc service name
- 5212: assertQueryContentContains searching through all nodes found
- 5216: added missing I18n\Validator\DateTime translations
- 5220: Bug fix for Zend\Form\Element\Collection::extract()
- 5223: Cannot use Zend\Stdlib\ResponseInterface as Response because the name is already in use in Zend\Stdlib\DispatchableInterface
- 5234: added zendframework/zend-session as suggest dependency at Zend\ProgressBar
- 5239: added zendframework/zend-cache as suggest dependency at Zend\Paginator
- 5240: fix Debug::getEscaper() never called at Debug::dump() when xdebug is loaded
- 5246: move zendframework/zend-escaper from require to suggest dependency at Zend\Debug
- 5250: explode should be made only by colon (:) and not colon+space (: )
- 5252: Improvements Zend\Form\View\Helper\FormElement
- 5254: Zend\Log\Writer\Db via config throws exception
- 5259: Modified PhpArray config writer to generate better readable array format.
- 5271: fixes #5270
- 5274: add regression testing for fieldset input filter
- 5279: Polish translation for Zend\Captcha
- 5280: Polish translation and fixes in Zend\Validate
- 5286: Hotfix/5118
- 5287: Add Not Like Predicate
- 5291: [mail\ Fixes, criteria unification and optimization.
- 5293: Fix #5289 (abstract factories return type)
- 5295: Update DateFormat.php to fix deprecated method call: PHP >= 5.5.0.
- 5301: [http\ Adapt header field name validation to RFC definition
- 5302: [http\ Parse headerline
- 5311: [http\ Unify criteria for split name
- 5317: IbmDb2 Commitment Control
- 5318: [#5013\ Remove custom code response tests
- 5319: Class not found instead of exception in RedisOptions
- 5325: fixed typo
- 5333: Zend\ServiceManager - CS fixes for master
- 5336: fix typo
- 5343: Remove date filtering on date elements
- 5350: fixed typos
- 5351: fixes #5310
- 5360: fixed typo
- 5368: Avoid SOAP constant error in PHPUnit
- 5369: Php unit windows
- 5370: fixed typos
- 5374: Potential security vulnerability
- 5378: Exception as one of the possible exception for Soap\Server::registerFaultException
- 5379: fixes #4604
- 5382: #4954 Mongodb small changes
An issue with Zend\Http\PhpEnvironment\RemoteAddress
was reported in
#5374. Essentially, the class
was not checking if $_SERVER['REMOTE_ADDR']
was one of the trusted proxies
configured, and as a result, getIpAddressFromProxy()
could return an untrusted
IP address.
The class was updated to check if $_SERVER['REMOTE_ADDR']
is in the list of
trusted proxies, and, if so, will return that value immediately before
consulting the values in the X-Forwarded-For
header.
If you use the RemoteAddr
Zend\Session
validator, and are configuring
trusted proxies, we recommend updating to 2.2.5 or later immediately.
- #5343 removed the DateTimeFormatter filter from DateTime form elements. This was done due to the fact that it led to unexpected behavior when non-date inputs were provided. However, since the DateTime element already incorporates a DateValidator that accepts a date format, validation can still work as expected.
- 5008: deprecated feature in classmap generator
- 5015: Allow set Form::setPreferFormInputFilter via options
- 5028: Fix forms regression introduced in 2.2.3
- 4851: allow usage of validator and filter plugin managers in input filter factory if form manager injected
- 4868: Tests for issue with unexpected injection.
- 4877: Validator\File tests throwing errors in custom PHP 5.3.10 distributions
- 4878: Form element title attribute test
- 4881: Update Validator translations
- 4883: Update Zend_Validate.php
- 4893: Resolves warning raised when version is not matched.
- 4895: Small fix for ZendTest\Form\FormTest method name
- 4897: Support file stream
- 4905: Update Statement.php
- 4909: renamed test class according to psr-0
- 4915: Dependency suggest for MVC plugins
- 4919: Notices being triggered when hydrating classes with no properties with the reflection hydrator
- 4920: Redundant conditional
- 4922: remove unused $typeFormats property at Zend/Code/Generator/DocBlock/Tag.php
- 4925: HttpClient: adapter always reachable through getter if specified on contructor
- 4929: Add Zend\Uri as a suggest because it is required by the Uri & Sitemap\Loc validator
- 4934: Mime\Message: createFromString: decode transfer encoding
- 4957: Undefined variable: class in Zend/ModuleManager/Listener/ServiceListener.php
- 4966: Fix issue #4952
- 4976: Applied trim and strtolower to Gravatar email per Gravatar docs: https://en.gravatar.com/site/implement/hash/
- 4978: added missing docblock for "@link", "@copyright", and "@license" and fix wrong namespace according PSR-0
- 4981: Revise docblocks in Zend\Session\ContainerAbstractServiceFactory
- 4988: [Zend-Code\ Fix Code Generation for non namespace classes
- 4990: [Zend-Code\ Make sure that a use is only added once in ClassGenerator
- 4996: BaseInputFilter->add deasn't work (Form Validation breaks since 2.2)
- 4105: Method "headLink" does not exist
- 4555: Zend\Http\Response::getBody() tries to decode gzip that has already been decoded by cURL
- 4564: [Navigation\ Allow non-string permissions
- 4567: [InputFilter\[Hotfix\ Missing check for allowEmpty()
- 4612: Templatemap generator: keys of templatemap not correct?
- 4631: remove redundance @copyright and @license docblock because of already written
- 4640: Split multiple implements into multiple lines
- 4643: Add use statements
- 4644: Make ValidatorPluginManager aware of PhoneNumber validator
- 4646: Docblock subject misspelling
- 4649: [code\ Implement logic for include a file in FileReflection if this exists and is not already included
- 4650: Some doc block fixes
- 4652: router defaults not being set properly in console
- 4654: Make AbstractRestController rest methods non-abstract #4209
- 4665: Make ValidatorPluginManager aware of DateTime validator
- 4676: Fix file post redirect get redirection with ModuleRouteListener
- 4688: Add @todo docblock
- 4690: Zend\Mail\Protocol\Smtp does not reset protected $auth after disconnect
- 4692: added zendframework/zend-resources to the global composer.json
- 4696: [WIP\ Enforcing composer version in travis builds
- 4699: Add use statements
- 4700: PHP 5.5 can't fail anymore
- 4702: DocBlock and CS fixes
- 4705: add zendframework/zend-json to Zend\ProgressBar\composer.json as suggest
- 4722: remove bloated LICENSE description at header for consistency
- 4725: Add sorting to classmap generator
- 4729: Provide ability to configure ReCaptcha Service public and private keys via options
- 4734: Fix for #4727
- 4738: remove unnecessary space after function name
- 4741: Hotfix/4740
- 4743: Update PluginManager.php
- 4744: Remove ZendTest from Composer
- 4746: Bumping supported ProxyManager version
- 4754: Update SimpleStreamResponseSenderTest.php
- 4759: Added pluginmap_generator + templatemap_generator to BIN directory
- 4761: Remove exceptions from #4734
- 4762: [Hotfix\ Fix conflicting use statement
- 4771: Form\View\Helper\FormRow label position gets overwritten by __invoke()
- 4776: Zend\Http\Header\SetCookie Allow unsetting cookie attibutes by resetting to null
- 4777: Change file mode from 644 to 755 templatemap_generator.php
- 4778: Zend\Validator depends on Zend\Filter
- 4783: Make methods setUp and tearDown protected
- 4787: Update Zend_Validate.php
- 4788: set factory in CollectionInputFilter
- 4790: Add check to DI to see if we have a class to instantiate
- 4793: [validator\ Validate quoted local part of email addresses
- 4798: Default mode variables HeadScript and InlineScript
- 4804: Possible Typo in Zend / Cache / Storage / Adapter / RedisResourceManager
- 4805: Zend\I18n\View\Helper\CurrencyFormat | showDecimals parameter overrides the default value
- 4808: Unimplemented REST methods should set a 405 status
- 4818: Issue4817
- 4830: Correct spelling of function getMajorVersion
- 4835: Update templatemap_generator.php
- 4838: Little fix in InputFilter/Factory
- 4847: Fix Version::getLatest docblock
- 4850: Allow form elements created via Annotations to have same default InputFilter as created via array specification
- 4854: Allow FormElementErrors view helper to translate messages
- 4856: Zend\Validator\File\MimeType warning with no params
- 4857:
fault
property must be an instance of \Zend\XmlRpc\Fault - 4858: Removed @category, @package and @subpackage docblock tags in ZendTest\Config
- 4859: doc block changes in head view helpers
- 4866: update tests/ZendTest/Mvc/ApplicationTest.php
- 4870: Use MvcTranslator to inject view helpers
- 3647: Problems in the way Zend\Paginator\Adapter\DbSelect count()s
- 3853: Log formatters shouldn't override referenced values
- 4421: fix docblocks :
Zend_
should beZend\\
and some typos - 4452: Zend\Authentication\Result custom result codes not possible
- 4456: can't override Zend\Log\Logger::registerExceptionHandler
- 4457: Zend\Code\Scanner\ClassScanner don't parse constants with docblock
- 4458: Fix for PHP 5.5 unit tests (and XDebug >= 2.2.0)
- 4465: Add ConstantScanner to Zend\Code\Scanner
- 4470: sync ZF1 svn r24807 - ZF-12128: File Upload validator should display file na...
- 4474: Suggest some dependencies in Zend\Mvc
- 4480: fixed Cache\StorageFactory::factory()
- 4494: Add build.xml to .gitattributes/export-ignore
- 4496: Class methods hydrator skips getters with optional parameters
- 4497: Fix name of LoggerAbstractServiceFactory test
- 4498: Update the method level comment to reflect change in signature
- 4499: Add service definition for DateTimeFormatter (related to #3632)
- 4503: Zend\Session\Storage\AbstractSessionArrayStorage::fromArray() can receive a string causing a fatal error on shutdown
- 4509:
DateTimeFormatter
Format DateTime values correctly - 4516: CollectionInputFilter should respect the keys of collectionData
- 4518: Update PhpDoc comment
- 4522: Remove unknown invokables from FilterPluginManager
- 4524: Add zend-json as a required dependency
- 4526: Fill SharedEventManager events with identifiers
- 4528: Fix priority not handled in AggregateHydrator
- 4529: Allow Zend\Form\Element\Checkbox to return real value instead of always a boolean
- 4530: Fix for unmatched routes in navigation
- 4535: Update RoleInterface.php
- 4538: Zend\Crypt\Password\Bcrypt does not report inability to generate hash
- 4539: Update StrategyInterface.php
- 4542: Adds ability to specify a template for exceptions retrieved from Exception::getPrevious
- 4543: soapVersion key is not reachable
- 4546: View: correctly validate input in PartialLoop
- 4552: Wincache unexpected return value on internalGetItem
- 4553: Remove private variables from AbstractControllerTestCase.
- 4561: Fix the controller plugin PostRedirectGet wrong redirection (in MVC)
- 4562: Validator Messages Tests
- 4566: Fix generating array with unsorted keys
- 4568: Cast Parameters
- 4571: INI reader breaks when mbstring function overloading is in place
- 4572: Zend\Form Should throw exception if try to get() an element that does not exist
- 4576: Redis Cache Adapter Config - setLibOptions is broken
- 4577: Fix issue with Redis Cache adapter whereby setOption was being called before connecting to Redis server
- 4581: Hostname route ignore
HTTP_HOST
and giveSERVER_NAME
precedence - 4582: Fix Nested form element wrapping (relative: #4383)
- 4588: set 0 as header value (issue #4583)
- 4590: Zend paginator dbselect count
- 4595: Missing invokable fo Redis Cache Storage, problem with setting password
- 4596: Missing french translations, and wrong class name
- 4597: Zend\Validate\Hostname doesn't handle IDN for .UA
- 4599:
InputFilter
Input merge should copy over thecontinue_if_empty
flag - 4602: Remove needless check
- 4603: Redis Storage won't behave correctly after libOptions were set
- 4605: Possibility to use camelCase for all soap client options
- 4608: Allow the
gc_probability
option to be set to zero. - 4609: Logger: Error/Exception Handler: fixed 3853 & 4456
- 4615: Fix #4579
day_attributes
could not be passed in construct - 4616: fixed 4614: infinite loop in Zend\Log\Formatter::normalize
- 4617: Zend\Code: Docblock generates empty line under @tags if docblock was read from existing code
- 4618: Missed method findRealpathInIncludePath() in Zend\Code\Reflection\FileReflection
- 4621: Update 'Missing captcha fields' translation
- 4622: Ensure router factory is used by SM factory
- 4624: Notification thrown in Zend\Mvc\Service\ViewHelperManagerFactory
- 4628: Fix misstake detect is active Page\Mvc in IndexController
- 4629: Zend\Cache\Pattern\CallbackCache doesn't work with NULL
- 4630: Allow selecting the TranslatorAwareTreeRouteStack via configuration
- 4632: fixed #4552: Wincache::getItem() have to return NULL in cases of missing items
- 4633: removed checks of not existing class Zend\Math\BigInteger
- 4634: Navigation\Page\Mvc Can't return false whithout call parent::isActive
- 4636: Punycode decoding fails if encoded string has not hyphen
- 4641: Zend\Paginator\Adapter\DbSelect alternative solution to count, with subselect
- 2865: (Enhancement) Add an easier way to use i18n view helpers.
- 2903: add AdapterManager in to Zend\Db\Adapter namespace
- 2984: Add full stop at end of validator messages (fixes #2966)
- 3490: Added support for callable credential validator
- 3580: Feature/context aware hydrator strategies
- 3632: New DateTimeFormatter Filter (#3617)
- 3646: Zend\I18n\View\Helper\NumberFormat param to set the number of decimals
- 3693: Add RBAC support for navigation helper.
- 3709: Redis cache storage
- 3710: Allow to remove delimiters for DateSelect and fix bugs with some locales
- 3747: Add getFilename() to Zend\Cache\Pattern\CaptureCache
- 3754: Update library/Zend/Stdlib/Hydrator/ClassMethods.php
- 3792: Sets specific attributes (as class,title...) to "Zend\Form\Select" options
- 3812: Zend\Form\FormInterface causes Di to attempt to instantiate Interface
- 3814: Improve module manager to accept instance
- 3818: Invalid instantiator of type “NULL” for “Zend\Form\FormInterface”
- 3844: Added new option to fix a little issue originated from last PR
- 3876: Implementing and re-utilizing an abstract aggregate listener
- 3877: HeadTitle renderTitle returns rendered title without title tags
- 3878: Created an adapter Zend Paginator instance using TableGateway
- 3879: Feature CollectionInputFilter
- 3896: Added ability to ignore namespaces to classmap generator
- 3919: WSDL Generation rewrite (with new tests also) as a base for future changes.
- 3922: Added the ability to disable the getValidator input specification on Select Elements
- 3930: Added abstract service factory for logger component to provide several loggers for application.
- 3931: Added ability to configure MvcEvent listeners.
- 3933: Added database adapter abstract service factory.
- 3942: Feature/zend test load module
- 3944: Enable ExceptionStrategy to return json
- 3949: Invalid argument supplied for foreach()
- 3951: Deprecate Zend\Stdlib\DateTime and use \DateTime constructor internally instead
- 3958: Oci8 Driver generating "Fetch out of sequence warning"
- 3965: Add removeMethod method in ClassGenerator
- 3979: Fixes #3978
- 3990: Zend\Filter\File\RenameUpload - Added possibility to maintain original file extension
- 3999: Chain route
- 4011: extend HeadMeta view helper to allow microdata #3751
- 4016: Hydrator aware interface
- 4032: Class was supporting limit + offset or limit, but only offset does not support
- 4048: Moved ext-intl to suggest instead of require to avoid silent fallback.
- 4050: Translable routing segments
- 4073: Fixed issue #3064
- 4098: fix php docblock : boolean should be bool
- 4099: fix (bool) casting : add space and use (bool) instead of (boolean) to cast
- 4104: Allow to change option creations for plugin manager
- 4120: (Validator) Only return unique messages
- 4127: Added I18n PhoneNumber validator based off of country
- 4137: View helpers cleanup
- 4139: Service manager performance optimized
- 4145: Delegate factories
- 4146: Lazy services
- 4155: Move Identity closure to separate factory
- 4165: Validate empty with context
- 4169: Fixed error in adapter paginator DbTableGateway
- 4170: Hydrator aware interface
- 4175: AbstractRestfulController uses wrong action for id=0
- 4178: Allow passing objects to the url helper
- 4181: Make identifier name configurable for AbstractRestfulController
- 4187: Add event manager as soft dependency to translator
- 4202: Zend\Log has dependency on Zend\ServiceManager
- 4204: Hotfix for #4202
- 4206: Added sequence name for PostgreSQL
- 4215: Bugfix for redirection handling in Zend\Http\Client
- 4219: Custom validators registered through ValidatorProviderInterface not found
- 4231: (Form) Get Elements for Collection
- 4238: ValueGenerator constant detection
- 4247: Added Brazilian IBAN format to IBAN validation
- 4250: (#4249) Override 'ServiceManager::has' to do not use peering service managers
- 4251: Create factories for selected view collaborators
- 4252: Auto-upgrading and then displaying composer version
- 4253: Create AbstractFactory for Cache
- 4254: Use prefix in Logger abstract factory
- 4259: Hotfix: Changed array_walk to foreach in Zend\Stdlib\Hydrator\ArraySerializable
- 4260: Validator\Explode can take option validator as array
- 4262: Fixed console routes when using same name for group and parameter
- 4263: Remove superfluous indentation from one line of code
- 4268: Session service factories
- 4269: Hotfix: cs fixer check
- 4276: allow default http responses to be sent in mvc stack
- 4279: Remove needless is_object check
- 4282: fix getHref strategy in PageMvc
- 4284: Main framework composer.json is incorrectly configured
- 4285: Fix for a problem with Service Manager and Abstract Factories
- 4288: Reset URI parts before parse
- 4289: Minor CS fix
- 4293: Better fix for #4284
- 4294: BaseInputFilter not populating InputFilters of Element\Collection
- 4295: Console route defaults should be overridden by entered values
- 4296: illegal usage of array_walk in ObjectProperty, ClassMapAutoloader
- 4298: View\Helper\Navigation\Menu: add flag to set page class to <li>
- 4299: Suggestion: Don't render empty module console information
- 4300: Maestro detection improvements in Zend\Validator\CreditCard
- 4301: remove extra semicolon
- 4303: Method annotations of Zend\Validator\Hostname constructor
- 4311: DDL support for Zend\Db
- 4312: POP3 protocol "return;" is needed after APOP request
- 4313: update docblock for ZendTest : /Db/, /Code/ , /Di/, /Log/, Mvc/
- 4317: Fix #4315 - Console routes with dashes are not understood.
- 4319: Add various plugin manager
- 4321: Hotfix/cs fixer installation
- 4326: Add zh_TW translations
- 4328: Fix 4294
- 4330: Remove SM-Aware requirement from Forward plugin
- 4331: Changed default version service to Zend.
- 4336: Use is_int() instead of is_integer()
- 4337: Fix alignment of values, add trailing comma
- 4339: Remove @return annotation from constructor doc-block
- 4341: Docblocks do not match
- 4344: Add missing file level doc-block
- 4347: Add empty line after namespace declaration
- 4349: Alphabetically order use statements (related to #4338)
- 4350: Remove comma before value in array initialization
- 4351: fix the constructor's type-autodetection accepts wrong parameters
- 4352: Fix doc blocks consistency and coding standards PSR2
- 4353: Glob::glob() should throw an exception on error
- 4354: Corrected wrong year
- 4355: fix docblock : @throw should be @throws
- 4356: FormSelect translate optgroup label fix
- 4358: Form abstract factory
- 4361: Ldap Ldif Decoder bug fix
- 4364: AbstractFactory consistency
- 4365: Use InputFilterPluginManager in InputFilter\Factory
- 4366: Fix for issue #3945, and fix for PUT with request content
- 4367: Remove reference to root namespace (fixes #4363)
- 4372: Ability to load custom form classes from FormElementManager in Mvc.
- 4373: PHP Warning: call_user_func() expects…when Weakref enabled
- 4374: CollectionInputFilter returns always valid for empty collections
- 4376: Fix get with body in ClientStatic
- 4378: Add patchList method to AbstractRestfulController
- 4379: Fix for #4175
- 4380: Decouple I18n\View\Helper\AbstractTranslatorHelper from ext\intl
- 4382: Fix conflict InputFilter::type with Input::name in InputFilter factory
- 4383: ensure the wrapElements option in Zend\Form\Form::prepareElement
- 4389: Remove cache and log abstract factories from MVC
- 4391: Segregated interfaces for Translator dependency of Validator component
- 4392: Remove Version dependency from Feed component
- 4393: 2.2RC1 BC Break: DateTimeFormatter sets blank data to today's date
- 4394: Ensure that DateTimeFormatter doesn't format an empty string
- 4396: Make ServiceManager dependency optional in Feed component
- 4398: Allow DateTimeFormatter to format zero.
- 4405: 2.2.0RC1 Form\View\Helper\FormRow "partial view" messed up
- 4408: Optimize MutableCreationOptionsInterface capability
- 4410: Fix conflict between translator service in ZF2 and skeleton app
- 4411: Fix BC break in HTTP client resetParameters signature
- 4412: FormRow: enable partial rendering
- 4415: Remove URI dependency and make HTTP dependency optional in Feed
- 4417: add docblock to I18n\Validator\PhoneNumber{Code}.php
- 4418: remove @package docblock from demos files
- 4420: sync svn r23693 - (ZF-11002) ehancement implemented as proposed
- 4423: Minor param overflow
- 4424: Edit config composer.json
- 4425: Fix FormElementManagerFactory breaks csrf validation (in Mvc)
- 4431: sync svn r24702 - support application/x-zip in Validator\File\IsCompressed
- 4432: code concistency : update Zend\Mvc\Application::bootstrap
- 4435: Di compatibility (#4434)
- 4437: I18n currencyFormat helper: add the currencyPattern attribute and extend the unittest
- 4441: Fixed unnecessary error rendering in form row helper.
- 4444: Issues found by hphp static analysis
- 4447: typo fixes
- 4448: Aggregate hydrator
- 4450: Fix iterating over empty result set with buffering enabled
- 4451: Form InputFilterSpecification: incorrect propagation
- 4454: Fix for expiration value
Zend\Validator
was altered to remove the dependency on Zend\I18n
by creating
Segregated Interfaces.
The practical upshot is that Zend\Validator\AbstractValidator
no longer
implements Zend\I18n\Translator\TranslatorAwareInterface
, but rather
Zend\Validator\Translator\TranslatorAwareInterface
, which now typehints on
Zend\Validator\Translator\TranslatorInterface
instead of
Zend\I18n\Translator\Translator
. This means you cannot pass a
Zend\I18n\Translator\Translator
instance directly to a validator any longer.
However, we have included a new class, Zend\Mvc\I18n\Translator
, that extends
the i18n Translator class and implements the Validator TranslatorInterface. This
class may be used as a drop-in replacement. In fact, by default,
Zend\Validator\ValidatorPluginManager
is now using the MvcTranslator
service, which utilizes this new class, making the change seamless for most
users.
The above change will only affect you if you were manually injecting a translator instance into your validators.
- ZF2014-01: Potential XXE/XEE attacks using PHP functions:
simplexml_load_*
,DOMDocument::loadXML
, andxml_parse
. A new component,ZendXml
, was introduced to mitigate XML eXternal Entity and XML Entity Expansion vectors that are present in older versions of libxml2 and/or PHP.Zend\Json\Json::fromXml()
andZend\XmlRpc
'sResponse
andFault
classes were potentially vulnerable to these attacks. If you use either of these components, we recommend upgrading immediately.
- 2536:
Zend\Validate
translations out of date (zendframework#2536) - 2898:
ConstructedNavigationFactory
does not inject components (zendframework#2898) - 3373:
Collection
inForm
not binds values when form has no object and hydrator set (zendframework#3373) - 3534: ZF2 2.0.6 Authentication and postgres database (zendframework#3534)
- 3626:
Zend\Form\View\Helper\FormRow
: labels are appended by default (zendframework#3626) - 3685: Problem on appending new identifier on
EventManager
(zendframework#3685) - 3695: Adapter name and sequence problems (zendframework#3695)
- 3719:
Zend\Db\Metadata\Source\AbstractSource
Notice: Undefined index (zendframework#3719) - 3731: Console banners are all shown consecutively (zendframework#3731)
- 3882:
EventManager
orStdlib\CallbackHandler
can't handleWeakRef
enough. (zendframework#3882) - 3898:
Zend\Navigation\Service\ConstructedNavigationFactory
not inject dependences (router, action and etc) (zendframework#3898) - 3912: Ajustment
SequenceFeature
generic drivers (zendframework#3912) - 3934:
Acl
allow role access on all resources not honoured if added after resources (zendframework#3934) - 3983: Update
BaseInputFilter
(zendframework#3983) - 4002: Update
DocBlockScanner
(zendframework#4002) - 4013: Fix PHP Notice in
Translator
class (zendframework#4013) - 4014: update to
FlashMessenger
view helper to allow for classes on separator (zendframework#4014) - 4020: Add parent roles with traversable object (zendframework#4020)
- 4026:
Zend\Validator
Test Suite Fix (zendframework#4026) - 4027: Move deprecation notice inside constructor of
Query
class (zendframework#4027) - 4035: [Router] non existent child route during assembly doesn't throw exception (zendframework#4035)
- 4037: Remove unnecessary
autoload.php
from composer config. (zendframework#4037) - 4047: Update
InArray.php
(zendframework#4047) - 4049: removed unused cache test assets from test suite (zendframework#4049)
- 4051:
writeLine()
with console is (literally) breaking when the string is "too long"? (zendframework#4051) - 4053: Implement better text domain merging support (zendframework#4053)
- 4054: 2.1.4:
Zend/Stdlib/composer.json
requires "Zend/Stdlib/compatibility/autoload.php" (zendframework#4054) - 4055: Fix #4051
console::writeLine()
(zendframework#4055) - 4061: Normalize console usage (zendframework#4061)
- 4063: Resolved Issue #2898 (zendframework#4063)
- 4064: Fixed issue with invalid
@cover
annotations, pointed to not existed class (zendframework#4064) - 4066:
HttpControllerTestCase
gives wrong messages forassertRedirect
/assertNotRedirect
(zendframework#4066) - 4070: Hotfix for issue #4069 (zendframework#4070)
- 4074: fix typos (zendframework#4074)
- 4075:
Form\Collection
: allow create new objects (zendframework#4075) - 4077: Fix
Collection
form element replacing bound objects with dummies upon form validation (zendframework#4077) - 4079: Some fixes for phpDoc in
Zend\Mvc
(zendframework#4079) - 4084: Introduce query parameter for
Navigation\Page\Mvc
(zendframework#4084) - 4085: Fix loading of a text domain from different sources, fixes issue #4045 (zendframework#4085)
- 4089: Zend\Test - set the request's
requestUri
to the dispatched url (zendframework#4089) - 4095:
Zend\Navigation\Page\Mvc::getHref
does not useRouteMatch
parameters (zendframework#4095) - 4102: simplify constant usage.
FILEINFO_MIME_TYPE
is available since PHP 5.3.0 (zendframework#4102) - 4103:
FormDateTimeSelect
- minutes delimiter always shown (zendframework#4103) - 4111: Updated translations (zendframework#4111)
- 4117: [InputFilter] Allow specification of error message via
Factory
(zendframework#4117) - 4118: Fix name of variable used for capturing output when executing shell command (zendframework#4118)
- 4119: Fix weird verbalization (zendframework#4119)
- 4123: Fix#3373 (zendframework#4123)
- 4129: Update to
ServiceManager
to provide more precise error messages (zendframework#4129) - 4133: Fix#4103 (zendframework#4133)
- 4134: Zend\Mvc\Router\Console\Simple not compatible with older versions of pcre (and therefore CentOS) (zendframework#4134)
- 4135: Update Czech validator messages (zendframework#4135)
- 4138: Modified Router to use backwards compatible regex expression Issue: 4134 (zendframework#4138)
- 4140: When displaying navigations three times last navigation has data of prev... (zendframework#4140)
- 4143: Fixed issue #3626 (zendframework#4143)
- 4144: feature /
quoteTrustedValueList
(zendframework#4144) - 4147: Reset stop-propagation flag when triggering event (zendframework#4147)
- 4148: Filters priority setting when populating filters in inputfilter factory and not losing it when merging filter chains (zendframework#4148)
- 4150: Hotfix -
callable
type introspection for method parameters (zendframework#4150) - 4152: Fixed some EMail Validation Strings - German (zendframework#4152)
- 4153: [Feed] sync svn r24842 - Fix ZF-4491 (zendframework#4153)
- 4154: Catch
LogicException
for Rewind and fix CP errors (zendframework#4154) - 4157: end autoload classmap generated file with EOL (zendframework#4157)
- 4161: servicemanager is a requirement (zendframework#4161)
- 4164: Fetch model from event parameter (zendframework#4164)
- 4167:
Console
posix adapterwriteLine()
background color bleeding through to the next line. (zendframework#4167) - 4168: Fix #4167 - Console posix adapter
writeLine()
background color bleeding through to the next line. (zendframework#4168) - 4171: Fix BC break in 2.1.5dev - Revert to previous
isRequired
behavior for file upload inputs (zendframework#4171) - 4172: [Form] Remove after Add doesn't restore initial state (zendframework#4172)
- 4180: Radio & Multicheckbox Problem with selected & disabled attributes (zendframework#4180)
- 4182: Issue #3358 - Fix for console router not accepting controller word as part of a route (zendframework#4182)
- 4183: Update
Zend_Validate.php
resource (zendframework#4183) - 4184: Updated
Page\Mvc::getHref
to grab correct controller name fromrouteMatch
(zendframework#4184) - 4191:
Zend\Stdlib\Hydrator\ClassMethods::hydrate()
- support for__call()
magic method (zendframework#4191) - 4198: fixed typo in french
Zend_Validator_StringLength
(zendframework#4198) - 4199: Issue #4172 - Fixed empty priority queue state (zendframework#4199)
- 4201: Issue #4172 - Added tests for add/remove sequence in
Zend\Form
(zendframework#4201) - 4203: Allow an instance of
Zend\Stdlib\AbstractOptions
to set configuration properties of the same class (zendframework#4203) - 4207: Fixed default plural rule. (zendframework#4207)
- 4210: Fixed failure when implementing custom rbac roles (zendframework#4210)
- 4213: [Curl]
setOptions
should merge config items that can be arrays (zendframework#4213) - 4216: Require
Zend\Config
inZend\Mvc
(zendframework#4216) - 4224:
Mail\Headers.php
: Adjust regex for field name to RFC 5322 (zendframework#4224) - 4225: change variable naming (zendframework#4225)
- 4226: ZF2 ACL full access (zendframework#4226)
- 4227: Updated
Zend_Captcha
andZend_Validate
for catalan language (zendframework#4227) - 4232: Correct tests for group multicheckbox & radio attributes (zendframework#4232)
- 4233: remove mistake doc for
Zend\Http\PhpEnvironment\Request::detectBaseUrl()
(zendframework#4233) - 4235: fixed
setEventManager
(zendframework#4235) - 4236: Update
ProvidesEvents.php
(zendframework#4236) - 4237: Update
ModuleManager.php
(zendframework#4237) - 4239: Remove annotation in
Zend\Db\Adapter\AdapterAwareTrait
(zendframework#4239) - 4240: A Better fix for #3912 (zendframework#4240)
- 4241:
Zend\Db\Metadata
- remove quoting of known scalars, usequoteTrustedValue()
for provided values (zendframework#4241) - 4242: fix
Zend\Json
doc and little typo (zendframework#4242) - 4243: remove
if
else
for same return (zendframework#4243) - 4244: remove unused
require_once __DIR__ . '/SplAutoloader.php';
(zendframework#4244) - 4246: replaced
get_called_class()
withget_class($this)
in non-static context (zendframework#4246)
- ZF2013-01: Query route (http://framework.zend.com/security/ZF2013-01)
- ZF2013-02: RNG support (http://framework.zend.com/security/ZF2013-02)
- ZF2013-03: DB platform quoting (http://framework.zend.com/security/ZF2013-03)
- 2752:
Zend_Json_Server
to accept null parameters (zendframework#2752) - 3696:
Zend\Json\Server\Server
should allow parameters with NULL values (zendframework#3696) - 3767: Allow NULL parameter values in
Zend/Json/Server
(zendframework#3767) - 3827: Fix mismatches between the PHPDoc and the method signatures (zendframework#3827)
- 3840: allow a null page in pages array, to compensate for ZF issue #3823 (zendframework#3840)
- 3842: Hotfix/zend test improve console usage (zendframework#3842)
- 3849: Check if values are set in
Zend\Db\Sql\Insert.php
for prepared statement (zendframework#3849) - 3867:
FileGenerator::setUses()
MUST can take arguments fromFileGenerator::getUses()
(zendframework#3867) - 3868:
ClassGenerator::fromReflection
not generate class properties (zendframework#3868) - 3869: Remove BC break in
Identical
validator (zendframework#3869) - 3871: The method delete on the
RowGateway
now returns the affected rows (zendframework#3871) - 3873: Fixes an issue when binding a model to a form collection element (zendframework#3873)
- 3885: Hotfix/add tests console adapter (zendframework#3885)
- 3886: Add tests console prompt (zendframework#3886)
- 3888:
DefinitionList
hasMethod
fix (zendframework#3888) - 3907: Add tests console request response (zendframework#3907)
- 3916: Fix PUT HTTP method usage with params (zendframework#3916)
- 3917: Clean the Console abstract adapter (zendframework#3917)
- 3921: [+BUGFIX] Fixed column names bug
Zend\Db\Sql\Select
(zendframework#3921) - 3925: Added view and validator dependency (zendframework#3925)
- 3936: Improve the remove of
SendResponseListener
(zendframework#3936) - 3946: Adding config to
openssl_pkey_export()
(zendframework#3946) - 3947: fix exception %s passed variable of 'A service by the name or alias %s' should be $name (zendframework#3947)
- 3948: Bug/merging translator textdomains (zendframework#3948)
- 3950: Fix zero value in argument (zendframework#3950)
- 3957: [Hotfix] Fixed incorrect
PDO_Oci
platform recognition (zendframework#3957) - 3960: Update toString() to use late static binding for encoding methods (zendframework#3960)
- 3964: Fix fluent interface (zendframework#3964)
- 3966: Better polyfill support for
Stdlib
andSession
(zendframework#3966) - 3968: fixed
Exception\InvalidArgumentException
messages inZend\Log
(zendframework#3968) - 3971: SessionArrayStorage doesn't preserve
_REQUEST_ACCESS_TIME
(zendframework#3971) - 3973: Documentation improvement
Zend\View\Stream
(zendframework#3973) - 3980: change
HOST_DNS_OR_IPV4_OR_IPV6
to0x13
for$validHostTypes
(zendframework#3980) - 3981: Improve exception messages (zendframework#3981)
- 3982: Fix
\Zend\Soap\AutoDiscover
constructor (zendframework#3982) - 3984: Update
ArrayStack.php
(zendframework#3984) - 3987: Fix ChromePhp logger interface and debug level (zendframework#3987)
- 3988: Fix & Unit test for
preparestatement
notices (zendframework#3988) - 3991: Hotfix/3858 -
findHelper
problem in Navigation Helper (zendframework#3991) - 3993:
SessionArrayStorage
Request Access Time and Storage Initialization (zendframework#3993) - 3997: Allow https on scheme without a hostname (zendframework#3997)
- 4001: Fix
ViewFeedStrategyFactory
comment (zendframework#4001) - 4005: Hotfix/case sensitive console (zendframework#4005)
- 4007: Pass
ClassGenerator
instance instead of boolean (zendframework#4007) - 4009: Minor if to else if improvement (zendframework#4009)
- 4010: Hotfix/zend test with console route (zendframework#4010)
- 3714: Zend\Stdlib\ArrayObject::offsetExists() returning by reference (zendframework#3714)
- 3855: Fix #3852 (zendframework#3855)
- 3856: Simple route case insensitive (zendframework#3856)
- 3085: create controller via Zend\Mvc\Controller\ControllerManager (zendframework#3085)
- 3469: ConnectionInterface docblock is wrong or implementation is wrong.. (zendframework#3469)
- 3506: [WIP] [#3113] Fix spelling in error validation messages (zendframework#3506)
- 3636: If route has child routes and in URL has arbitrary query like "?lang=de" it does not work (zendframework#3636)
- 3652: Query parameter ?action=somevalue will get 404 error (zendframework#3652)
- 3683: Fix to make sure NotEmpty validator is not already set (zendframework#3683)
- 3691: Fix for GitHub issue 3469 (zendframework#3691)
- 3698: Openssl error string (zendframework#3698)
- 3699: Certain servers may not set a whitespace after a colon (Set-Cookie: header) (zendframework#3699)
- 3701: Synced pt_BR\Zend_Validate.php with en\Zend_Validate.php (zendframework#3701)
- 3702: added new file: resources\languages\pt_BR\Zend_Captcha.php (zendframework#3702)
- 3703: [WIP] Adding parallel testing ANT build configuration and related files (zendframework#3703)
- 3705: Recent composer.json update of stdlib package (zendframework#3705)
- 3706: clear joins and create without columns (zendframework#3706)
- 3707: quoteIdentifier problem in sequence (zendframework#3707)
- 3708: Filter\File\RenameUpload: wrap move_uploaded_file to be easly mocked (zendframework#3708)
- 3712: Fix for URIs with a query string not matching (zendframework#3712)
- 3713: Session Container Mismatch & Version Compare fixes for 5.3.3 (zendframework#3713)
- 3715: [#3705] Fix autoload.files setting in composer.json (zendframework#3715)
- 3716: Added the Zend\Form decepence in composer.json for Zend\Mvc (zendframework#3716)
- 3721: Created README.md files for each component (zendframework#3721)
- 3722: [Form] [DateTimeSelect] Filter, manager, and view helper fixes (zendframework#3722)
- 3725: Use built-in php constants (zendframework#3725)
- 3729: Zend\Barcode (Fixes #2862) (zendframework#3729)
- 3732: Fix for #2531 - Multiplie navigation don't work (zendframework#3732)
- 3733: Fix/select where (zendframework#3733)
- 3735: [Form] [FormElementManager] don't overwrite form factory if already set (zendframework#3735)
- 3742: Object+hydrator element annotation fix (zendframework#3742)
- 3743: [#3739 & #3740] Using version-compare in accept header handler params. (zendframework#3743)
- 3746: Fix bugs for some locales! (zendframework#3746)
- 3757: Fixed a bug where mail messages were malformed when using the Sendmail (zendframework#3757)
- 3764: Validator File MimeType (IsImage & IsCompressed) (zendframework#3764)
- 3771: Zend\File\Transfer\Adapter\Http on receive : error "File was not found" in ZF 2.1 (zendframework#3771)
- 3778: [#3711] Fix regression in query string matching (zendframework#3778)
- 3782: [WIP] Zend\Di\Di::get() with call parameters ignored shared instances. (zendframework#3782)
- 3783: Provide branch-alias entries for each component composer.json (zendframework#3783)
- 3785: Zend\Db\Sql\Literal Fix when % is used in string (zendframework#3785)
- 3786: Inject shared event manager in initializer (zendframework#3786)
- 3789: Update library/Zend/Mail/Header/AbstractAddressList.php (zendframework#3789)
- 3793: Resolved Issue: #3748 - offsetGet and __get should do a direct proxy to $_SESSION (zendframework#3793)
- 3794: Implement query and fragment assembling into the HTTP router itself (zendframework#3794)
- 3797: remove @category, @package, and @subpackage docblocks (zendframework#3797)
- 3798: Remove extra semicolons (zendframework#3798)
- 3803: Fix identical validator (zendframework#3803)
- 3806: Remove obsolete catch statement (zendframework#3806)
- 3807: Resolve undefined classes in phpDoc (zendframework#3807)
- 3808: Add missing @return annotations (zendframework#3808)
- 3813: Bug fix for GlobIterator extending service (zendframework#3813)
- 3817: Add failing tests for Simple console route (zendframework#3817)
- 3819: Allow form element filter to convert a string to array (zendframework#3819)
- 3828: Cannot validate form when keys of collection in data are non consecutive (zendframework#3828)
- 3831: Non-matching argument type for ArrayObject (zendframework#3831)
- 3832: Zend\Db\Sql\Predicate\Predicate->literal() does not work with integer 0 as $expressionParameters (zendframework#3832)
- 3836: Zend\Db\Sql\Predicate\Predicate Fix for literal() usage (zendframework#3836)
- 3837: Fix for legacy Transfer usage of File Validators (zendframework#3837)
- 3838: Stdlib\ArrayObject & Zend\Session\Container Compatibility with ArrayObject (zendframework#3838)
- 3839: Fixes #2477 - Implemented optional subdomains using regex (zendframework#3839)
- 2510: Zend\Session\Container does not allow modification by reference (zendframework#2510)
- 2899: Can't inherit abstract function Zend\Console\Prompt\PromptInterface::show() (zendframework#2899)
- 3455: Added DISTINCT on Zend\Db\Sql\Select (zendframework#3455)
- 3456: Connection creation added in Pgsql.php createStatement method (zendframework#3456)
- 3608: Fix validate data contains arrays as values (zendframework#3608)
- 3610: Form: rely on specific setter (zendframework#3610)
- 3618: Fix bug when $indent have some string (zendframework#3618)
- 3622: Updated Changelog with BC notes for 2.1 and 2.0.7 (zendframework#3622)
- 3623: Authentication using DbTable Adapter doesn't work for 2.1.0 (zendframework#3623)
- 3625: Missing instance/object for parameter route upgrading to 2.1.* (zendframework#3625)
- 3627: Making relative links in Markdown files (zendframework#3627)
- 3629: Zend\Db\Select using alias in joins can results in wrong SQL (zendframework#3629)
- 3638: Fixed method that removed part from parts in Mime\Message (zendframework#3638)
- 3639: Session Metadata and SessionArrayStorage requestaccesstime fixes. (zendframework#3639)
- 3640: [#3625] Do not query abstract factories for registered invokables (zendframework#3640)
- 3641: Zend\Db\Sql\Select Fix for #3629 (zendframework#3641)
- 3645: Exception on destructing the SMTP Transport instance (zendframework#3645)
- 3648: Ensure run() always returns Application instance (zendframework#3648)
- 3649: Created script to aggregate return status (zendframework#3649)
- 3650: InjectControllerDependencies initializer overriding an previously defined EventManager (zendframework#3650)
- 3651: Hotfix/3650 (zendframework#3651)
- 3656: Zend\Validator\Db\AbstractDb.php and mysqli (zendframework#3656)
- 3658: Zend\Validator\Db\AbstractDb.php and mysqli (issue: 3656) (zendframework#3658)
- 3661: ZF HTTP Status Code overwritten (zendframework#3661)
- 3662: Remove double injection in Plugin Controller Manager (zendframework#3662)
- 3663: Remove useless shared in ServiceManager (zendframework#3663)
- 3671: Hotfix/restful head identifier (zendframework#3671)
- 3673: Add translations for Zend\Validator\File\UploadFile (zendframework#3673)
- 3679: remove '' character from Traversable (zendframework#3679)
- 3680: Zend\Validator\Db Hotfix (supersedes #3658) (zendframework#3680)
- 3681: [#2899] Remove redundant method declaration (zendframework#3681)
- 3682: Zend\Db\Sql\Select Quantifier (DISTINCT, ALL, + Expression) support - supersedes #3455 (zendframework#3682)
- 3684: Remove the conditional class declaration of ArrayObject (zendframework#3684)
- 3687: fix invalid docblock (zendframework#3687)
- 3689: [#3684] Polyfill support for version-dependent classes (zendframework#3689)
- 3690: oracle transaction support (zendframework#3690)
- 3692: Hotfix/db parametercontainer mixed use (zendframework#3692)
- 2378: ZF2-417 Form Annotation Hydrator options support (zendframework#2378)
- 2390: Expose formally protected method in ConfigListener (zendframework#2390)
- 2405: [WIP] Feature/accepted model controller plugin (zendframework#2405)
- 2424: Decorator plugin manager was pointing to an inexistent class (zendframework#2424)
- 2428: Form develop/allow date time (zendframework#2428)
- 2430: [2.1] Added the scrypt key derivation algorithm in Zend\Crypt (zendframework#2430)
- 2439: [2.1] Form File Upload refactor (zendframework#2439)
- 2486: The Upload validator might be broken (zendframework#2486)
- 2506: Throwing exception in template (and/or layout) doesnt fails gracefully (zendframework#2506)
- 2524: Throws exception when trying to generate bcrypt (zendframework#2524)
- 2537: Create a NotIn predicate (zendframework#2537)
- 2616: Initial ZF2 RBAC Component (zendframework#2616)
- 2629: JsonStrategy should set response charset (zendframework#2629)
- 2647: Fix/bcrypt: added the set/get BackwardCompatibility (zendframework#2647)
- 2668: Implement XCache storage adapter (fixes #2581) (zendframework#2668)
- 2671: Added fluent inteface to prepend and set method. Zend\View\Container\AbstractContainer (zendframework#2671)
- 2725: Feature/logger factory (zendframework#2725)
- 2726: Zend\Validator\Explode does not handle NULL (zendframework#2726)
- 2727: Added ability to add additional information to the logs via processors. (zendframework#2727)
- 2772: Adding cookie route. Going to open PR for comments. (zendframework#2772)
- 2815: Fix fro GitHub issue 2600 (Cannot check if a table is read only) (zendframework#2815)
- 2819: Support for ListenerAggregates in SharedEventManager (zendframework#2819)
- 2820: Form plugin manager (zendframework#2820)
- 2863: Handle postgres sequences (zendframework#2863)
- 2876: memcached changes (zendframework#2876)
- 2884: Allow select object to pass on select->join (zendframework#2884)
- 2888: Bugfix dateformat helper (zendframework#2888)
- 2918: \Zend\Mime\Mime::LINEEND causes problems with some SMTP-Servers (zendframework#2918)
- 2945: SOAP 1.2 support for WSDL generation (zendframework#2945)
- 2947: Add DateTimeSelect element to form (zendframework#2947)
- 2950: Abstract row gatewayset from array (zendframework#2950)
- 2968: Zend\Feed\Reader\Extension\Atom\Entry::getAuthors and Feed::getAuthors should return Collection\Author (zendframework#2968)
- 2973: Zend\Db\Sql : Create NotIn predicate (zendframework#2973)
- 2977: Method signature of merge() in Zend\Config\Config prevents mocking (zendframework#2977)
- 2988: Cache: Added storage adapter using a session container (zendframework#2988)
- 2990: Added note of new xcache storage adapter (zendframework#2990)
- 3010: [2.1][File Uploads] Multi-File input filtering and FilePRG plugin update (zendframework#3010)
- 3011: Response Json Client (zendframework#3011)
- 3016: [develop] PRG Plugin fixes: Incorrect use of session hops expiration (zendframework#3016)
- 3019: [2.1][develop] PRG Plugins fix (zendframework#3019)
- 3055: Zend Validators complain of array to string conversion for nested array values that do not pass validation when using E_NOTICE (zendframework#3055)
- 3058: [2.1][File Upload] Session Progress fixes (zendframework#3058)
- 3059: [2.1] Add reference to ChromePhp LoggerWriter in WriterPluginManager (zendframework#3059)
- 3069: Hotfix/xcache empty namespace (zendframework#3069)
- 3073: Documentation and code mismatch (zendframework#3073)
- 3084: Basic support for aggregates in SharedEventManager according to feedback... (zendframework#3084)
- 3086: Updated constructors to accept options array according to AbstractWriter... (zendframework#3086)
- 3088: Zend\Permissions\Rbac roles should inherit parent permissions, not child permissions (zendframework#3088)
- 3093: Feature/cookies refactor (zendframework#3093)
- 3105: RFC Send Response Workflow (zendframework#3105)
- 3110: Stdlib\StringUtils (zendframework#3110)
- 3140: Tests for Zend\Cache\Storage\Adapter\MemcachedResourceManager (zendframework#3140)
- 3195: Date element formats not respected in validators. (zendframework#3195)
- 3199: [2.1][FileUploads] FileInput AJAX Post fix (zendframework#3199)
- 3212: Cache: Now an empty namespace means disabling namespace support (zendframework#3212)
- 3215: Check $exception type before throw (zendframework#3215)
- 3219: Fix hook in plugin manager (zendframework#3219)
- 3224: Zend\Db\Sql\Select::getSqlString(Zend\Db\Adapter\Platform\Mysql) doesn't work properly with limit param (zendframework#3224)
- 3243: [2.1] Added the support of Apache's passwords (zendframework#3243)
- 3246: [2.1][File Upload] Change file upload filtering to preserve the $_FILES array (zendframework#3246)
- 3247: Fix zend test with the new sendresponselistener (zendframework#3247)
- 3257: Support nested error handler (zendframework#3257)
- 3259: [2.1][File Upload] RenameUpload filter rewrite w/option to use uploaded 'name' (zendframework#3259)
- 3263: correcting ConsoleResponseSender's __invoke (zendframework#3263)
- 3276: DateElement now support a string (zendframework#3276)
- 3283: fix Undefined function DocBlockReflection::factory error (zendframework#3283)
- 3287: Added missing constructor parameter (zendframework#3287)
- 3308: Update library/Zend/Validator/File/MimeType.php (zendframework#3308)
- 3314: add ContentTransferEncoding Headers (zendframework#3314)
- 3316: Update library/Zend/Mvc/ResponseSender/ConsoleResponseSender.php (zendframework#3316)
- 3334: [2.1][develop] Added missing Exception namespace to Sha1 validator (zendframework#3334)
- 3339: Xterm's 256 colors integration for Console. (zendframework#3339)
- 3343: add SimpleStreamResponseSender + Tests (zendframework#3343)
- 3349: Provide support for more HTTP methods in the AbstractRestfulController (zendframework#3349)
- 3350: Add little more fun to console (zendframework#3350)
- 3357: Add default prototype tags in reflection (zendframework#3357)
- 3359: Added filter possibility (zendframework#3359)
- 3363: Fix minor doc block errors (zendframework#3363)
- 3365: Fix trailing spaces CS error causing all travis builds to fail (zendframework#3365)
- 3366: Zend\Log\Logger::registerErrorHandler() should accept a parameter to set the return value of the error_handler callback (zendframework#3366)
- 3370: [2.1] File PRG plugin issue when merging POST data with nested keys (zendframework#3370)
- 3376: Remove use of deprecated /e-modifier of preg_replace (zendframework#3376)
- 3377: removed test failing since PHP>=5.4 (zendframework#3377)
- 3378: Improve code generators consistency (zendframework#3378)
- 3385: render view one last time in case exception thrown from inside view (zendframework#3385)
- 3389: FileExtension validor error in Form context (zendframework#3389)
- 3392: Development branch of AbstractRestfulController->processPostData() doesn't handle Content-Type application/x-www-form-urlencoded correctly (zendframework#3392)
- 3404: Provide default $_SESSION array superglobal proxy storage adapter (zendframework#3404)
- 3405: fix dispatcher to catch legitimate exceptions (zendframework#3405)
- 3414: Zend\Mvc\Controller\AbstractRestfulController: various fixes to Json handling (zendframework#3414)
- 3418: [2.1] Additional code comments for FileInput (zendframework#3418)
- 3420: Authentication Validator (zendframework#3420)
- 3421: Allow to set arbitrary status code for Exception strategy (zendframework#3421)
- 3426: Zend\Form\View\Helper\FormSelect (zendframework#3426)
- 3427:
Zend\ModuleManager\Feature\ProvidesDependencyModulesInterface
(zendframework#3427) - 3440: [#3376] Better fix (zendframework#3440)
- 3442: Better content-type negotiation (zendframework#3442)
- 3446: Zend\Form\Captcha setOptions don't follow interface contract (zendframework#3446)
- 3450: [Session][Auth] Since the recent BC changes to Sessions, Zend\Authentication\Storage\Session does not work (zendframework#3450)
- 3454: ACL permissions are not correctly inherited. (zendframework#3454)
- 3458: Session data is empty in Session SaveHandler's write function (zendframework#3458)
- 3461: fix for zendframework#3458 (zendframework#3461)
- 3470: Session not working in current development? (zendframework#3470)
- 3479: Fixed #3454. (zendframework#3479)
- 3482: Feature/rest delete replace collection (zendframework#3482)
- 3483: [#2629] Add charset to Content-Type header (zendframework#3483)
- 3485: Zend\Db Oracle Driver (zendframework#3485)
- 3491: Update library/Zend/Code/Generator/PropertyGenerator.php (zendframework#3491)
- 3493: [Log] fixes #3366: Now Logger::registerErrorHandler() accepts continue (zendframework#3493)
- 3494: [2.1] Zend\Filter\Word* no longer extends Zend\Filter\PregReplace (zendframework#3494)
- 3495: [2.1] Added Zend\Stdlib\StringUtils::hasPcreUnicodeSupport() (zendframework#3495)
- 3496: [2.1] fixed tons of missing/wrong use statements (zendframework#3496)
- 3498: add method to Zend\Http\Response\Stream (zendframework#3498)
- 3499: removed "self" typehints in Zend\Config and Zend\Mvc (zendframework#3499)
- 3501: Exception while createing RuntimeException in Pdo Connection class (zendframework#3501)
- 3507: hasAcl dosn't cheks $defaultAcl Member Variable (zendframework#3507)
- 3508: Removed all @category, @package, and @subpackage annotations (zendframework#3508)
- 3509: Zend\Form\View\Helper\FormSelect (zendframework#3509)
- 3510: FilePRG: replace array_merge with ArrayUtils::merge (zendframework#3510)
- 3511: Revert PR #3088 as discussed in #3265. (zendframework#3511)
- 3519: Allow to pull route manager from sl (zendframework#3519)
- 3523: Components dependent on Zend\Stdlib but it's not marked in composer.json (zendframework#3523)
- 3531: [2.1] Fix variable Name and Resource on Oracle Driver Test (zendframework#3531)
- 3532: Add legend translation support into formCollection view helper (zendframework#3532)
- 3538: ElementPrepareAwareInterface should use FormInterface (zendframework#3538)
- 3541: \Zend\Filter\Encrypt and \Zend\Filter\Decrypt not working together? (zendframework#3541)
- 3543: Hotfix: Undeprecate PhpEnvironement Response methods (zendframework#3543)
- 3545: Removing service initializer as of zendframework#3537 (zendframework#3545)
- 3546: Add RoleInterface (zendframework#3546)
- 3555: [2.1] [Forms] [Bug] Factory instantiates Elements directly but should be using the FormElementManager (zendframework#3555)
- 3556: fix for zendframework#3555 (zendframework#3556)
- 3557: [2.1] Fixes for FilePRG when using nested form elements (zendframework#3557)
- 3559: Feature/translate flash message (zendframework#3559)
- 3561: Zend\Mail SMTP Fix Connection Handling (zendframework#3561)
- 3566: Flash Messenger fixes for PHP < 5.4, and fix for default namespacing (zendframework#3566)
- 3567: Zend\Db: Adapter construction features + IbmDb2 & Oracle Platform features (zendframework#3567)
- 3572: Allow to add serializers through config (zendframework#3572)
- 3576: BC Break in Controller Loader, controllers no more present in controller loader. (zendframework#3576)
- 3583: [2.1] Fixed an issue on salt check in Apache Password (zendframework#3583)
- 3584: Zend\Db Fix for #3290 (zendframework#3584)
- 3585: [2.1] Added the Apache htpasswd support for HTTP Authentication (zendframework#3585)
- 3586: Zend\Db Fix for #2563 (zendframework#3586)
- 3587: Zend\Db Fix/Feature for #3294 (zendframework#3587)
- 3597: Zend\Db\TableGateway hotfix for MasterSlaveFeature (zendframework#3597)
- 3598: Feature Zend\Db\Adapter\Profiler (zendframework#3598)
- 3599: [WIP] Zend\Db\Sql Literal Objects (zendframework#3599)
- 3600: Fixed the unit test for Zend\Filter\File\Encrypt and Decrypt (zendframework#3600)
- 3605: Restore Zend\File\Transfer (zendframework#3605)
- 3606: Zend\Db\Sql\Select Add Support For SubSelect in Join Table - #2881 & #2884 (zendframework#3606)
Includes a fix to the classes Zend\Filter\Encrypt
and Zend\Filter\Decrypt
which may pose a small break for end-users. Each
requires an encryption key be passed to either the constructor or the
setKey() method now; this was done to improve the security of each
class.
Zend\Session
includes a new Zend\Session\Storage\SessionArrayStorage
class, which acts as a direct proxy to the $_SESSION superglobal. The
SessionManager class now uses this new storage class by default, in
order to fix an error that occurs when directly manipulating nested
arrays of $_SESSION in third-party code. For most users, the change will
be seamless. Those affected will be those (a) directly accessing the
storage instance, and (b) using object notation to access session
members:
$foo = null;
/** @var $storage Zend\Session\Storage\SessionStorage */
if (isset($storage->foo)) {
$foo = $storage->foo;
}
If you are using array notation, as in the following example, your code remains forwards compatible:
$foo = null;
/** @var $storage Zend\Session\Storage\SessionStorage */
if (isset($storage['foo'])) {
$foo = $storage['foo'];
}
If you are not working directly with the storage instance, you will be unaffected.
For those affected, the following courses of action are possible:
- Update your code to replace object property notation with array notation, OR
- Initialize and register a Zend\Session\Storage\SessionStorage object explicitly with the session manager instance.
- ZF2013-01: Query route (http://framework.zend.com/security/ZF2013-01)
- ZF2013-02: RNG support (http://framework.zend.com/security/ZF2013-02)
- ZF2013-03: DB platform quoting (http://framework.zend.com/security/ZF2013-03)
- 1992: [2.1] Adding simple Zend/I18n/Loader/Tmx (zendframework#1992)
- 2024: Add HydratingResultSet::toEntityArray() (zendframework#2024)
- 2031: [2.1] Added MongoDB session save handler (zendframework#2031)
- 2080: [2.1] Added a ChromePhp logger (zendframework#2080)
- 2086: [2.1] Module class map cache (zendframework#2086)
- 2100: [2.1] refresh() method in Redirect plugin (zendframework#2100)
- 2105: [2.1] Feature/unidecoder (zendframework#2105)
- 2106: [2.1] Class annotation scanner (zendframework#2106)
- 2125: [2.1] Add hydrator wildcard and new hydrator strategy (zendframework#2125)
- 2129: [2.1] Feature/overrideable di factories (zendframework#2129)
- 2152: [2.1] [WIP] adding basic table view helper (zendframework#2152)
- 2175: [2.1] Add DateSelect and MonthSelect elements (zendframework#2175)
- 2189: [2.1] Added msgpack serializer (zendframework#2189)
- 2190: [2.1] [WIP] Zend\I18n\Filter\SlugUrl - Made a filter to convert text to slugs (zendframework#2190)
- 2208: [2.1] Update library/Zend/View/Helper/HeadScript.php (zendframework#2208)
- 2212: [2.1] Feature/uri normalize filter (zendframework#2212)
- 2225: Zend\Db\Sql : Create NotIn predicate (zendframework#2225)
- 2232: [2.1] Load Messages from other than file (zendframework#2232)
- 2271: [2.1] Ported FingersCrossed handler from monolog to ZF2 (zendframework#2271)
- 2288: Allow to create empty option in Select (zendframework#2288)
- 2305: Add support for prev and next link relationships (zendframework#2305)
- 2315: Add MVC service factories for Filters and Validators (zendframework#2315)
- 2316: Add paginator factory & adapter plugin manager (zendframework#2316)
- 2333: Restore mail message from string (zendframework#2333)
- 2339: ZF2-530 Implement PropertyScanner (zendframework#2339)
- 2343: Create Zend Server Monitor Event (zendframework#2343)
- 2367: Convert abstract classes that are only offering static methods (zendframework#2367)
- 2374: Modified Acl/Navigation to be extendable (zendframework#2374)
- 2381: Method Select::from can accept instance of Select as subselect (zendframework#2381)
- 2389: Add plural view helper (zendframework#2389)
- 2396: Rbac component for ZF2 (zendframework#2396)
- 2399: Feature/unidecoder new (zendframework#2399)
- 2411: Allow to specify custom pattern for date (zendframework#2411)
- 2414: Added a new validator to check if input is instance of certain class (zendframework#2414)
- 2415: Add plural helper to I18n (zendframework#2415)
- 2417: Allow to render template separately (zendframework#2417)
- 2648: AbstractPluginManager should not respond to... (zendframework#2648)
- 2650: Add view helper and controller plugin to pull the current identity from ... (zendframework#2650)
- 2670: quoteIdentifier() & quoteIdentifierChain() bug (zendframework#2670)
- 2702: Added addUse method in ClassGenerator (zendframework#2702)
- 2704: Functionality/writer plugin manager (zendframework#2704)
- 2706: Feature ini adapter translate (zendframework#2706)
- 2718: Chain authentication storage (zendframework#2718)
- 2774: Fixes #2745 (generate proper query strings). (zendframework#2774)
- 2783: Added methods to allow access to the routes of the SimpleRouteStack. (zendframework#2783)
- 2794: Feature test phpunit lib (zendframework#2794)
- 2801: Improve Zend\Code\Scanner\TokenArrayScanner (zendframework#2801)
- 2807: Add buffer handling to HydratingResultSet (zendframework#2807)
- 2809: Allow Zend\Db\Sql\TableIdentifier in Zend\Db\Sql\Insert, Update & Delete (zendframework#2809)
- 2812: Catch exceptions thrown during rendering (zendframework#2812)
- 2821: Added loadModule.post event to loadModule(). (zendframework#2821)
- 2822: Added the ability for FirePhp to understand 'extras' passed to \Zend\Log (zendframework#2822)
- 2841: Allow to remove attribute in form element (zendframework#2841)
- 2844: [Server] & [Soap] Typos and docblocks (zendframework#2844)
- 2848: fixing extract behavior of Zend\Form\Element\Collection and added ability to use own fieldset helper within FormCollection-helper (zendframework#2848)
- 2855: add a view event (zendframework#2855)
- 2868: [WIP][Server] Rewrite Reflection API to reuse code from Zend\Code\Reflection API (zendframework#2868)
- 2870: [Code] Add support for @throws, multiple types and typed arrays (zendframework#2870)
- 2875: [InputFilter] Adding hasUnknown and getUnknown methods to detect and get unknown inputs (zendframework#2875)
- 2919: Select::where should accept PredicateInterface (zendframework#2919)
- 2927: Add a bunch of traits to ZF2 (zendframework#2927)
- 2931: Cache: Now an empty namespace means disabling namespace support (zendframework#2931)
- 2953: [WIP] #2743 fix docblock @category/@package/@subpackage (zendframework#2953)
- 2989: Decouple Zend\Db\Sql from concrete Zend\Db\Adapter implementations (zendframework#2989)
- 2995: service proxies / lazy services (zendframework#2995)
- 3017: Fixing the problem with order and \Zend\Db\Sql\Expression (zendframework#3017)
- 3028: Added Json support for POST and PUT operations in restful controller. (zendframework#3028)
- 3056: Add pattern & storage cache factory (zendframework#3056)
- 3057: Pull zend filter compress snappy (zendframework#3057)
- 3078: Allow NodeList to be accessed via array like syntax. (zendframework#3078)
- 3081: Fix for Collection extract method updates targetElement object (zendframework#3081)
- 3106: Added template map generator (zendframework#3106)
- 3189: Added xterm's 256 colors (zendframework#3189)
- 3200: Added ValidatorChain::attach() and ValidatorChain::attachByName() to keep consistent with FilterChain (zendframework#3200)
- 3202: Added NTLM authentication support to Zend\Soap\Client\DotNet. (zendframework#3202)
- 3218: Zend-Form: Allow Input Filter Preference Over Element Defaults (zendframework#3218)
- 3230: Add Zend\Stdlib\Hydrator\Strategy\ClosureStrategy (zendframework#3230)
- 3241: Reflection parameter type check (zendframework#3241)
- 3260: Zend/Di, retriving same shared instance for different extra parameters (zendframework#3260)
- 3261: Fix sendmail key (zendframework#3261)
- 3262: Allows several translation files for same domain / locale (zendframework#3262)
- 3269: A fix for issue #3195. Date formats are now used during validation. (zendframework#3269)
- 3272: Support for internationalized .IT domain names (zendframework#3272)
- 3273: Parse docblock indented with tabs (zendframework#3273)
- 3285: Fixed wrong return usage and added @throws docblock (zendframework#3285)
- 3286: remove else in already return early (zendframework#3286)
- 3288: Removed unused variable (zendframework#3288)
- 3292: Added Zend Monitor custom event support (zendframework#3292)
- 3295: Proposing removal of subscription record upon unsubscribe (zendframework#3295)
- 3296: Hotfix #3046 - set /dev/urandom as entropy file for Session (zendframework#3296)
- 3298: Add PROPFIND Method to Zend/HTTP/Request (zendframework#3298)
- 3300: Zend\Config - Fix count after merge (zendframework#3300)
- 3302: Fixed #3282 (zendframework#3302)
- 3303: Fix indentation, add trailing ',' to last element in array (zendframework#3303)
- 3304: Missed the Zend\Text dependency for Zend\Mvc in composer.json (zendframework#3304)
- 3307: Fix an issue with inheritance of placeholder registry (zendframework#3307)
- 3313: Fix buffering getTotalSpace (zendframework#3313)
- 3317: Fixed FileGenerator::setUse() to ignore already added uses. (zendframework#3317)
- 3318: Fixed FileGenerator::setUses() to allow passing in array of strings. (zendframework#3318)
- 3320: Change @copyright Year : 2012 with 2013 (zendframework#3320)
- 3321: remove relative link in CONTRIBUTING.md (zendframework#3321)
- 3322: remove copy variable for no reason (zendframework#3322)
- 3324: enhance strlen to improve performance (zendframework#3324)
- 3326: Minor loop improvements (zendframework#3326)
- 3327: Fix indentation (zendframework#3327)
- 3328: pass on the configured format to the DateValidator instead of hardcoding it (zendframework#3328)
- 3329: Fixed DefinitionList::hasMethod() (zendframework#3329)
- 3331: no chaining in form class' bind method (zendframework#3331)
- 3333: Fixed Zend/Mvc/Router/Http/Segment (zendframework#3333)
- 3340: Add root namespace character (zendframework#3340)
- 3342: change boolean to bool for consistency (zendframework#3342)
- 3345: Update library/Zend/Form/View/Helper/FormRow.php (zendframework#3345)
- 3352: ClassMethods hydrator and wrong method definition (zendframework#3352)
- 3355: Fix for GitHub issue 2511 (zendframework#3355)
- 3356: ZF session validators (zendframework#3356)
- 3362: Use CamelCase for naming (zendframework#3362)
- 3369: Removed unused variable in Zend\Json\Decoder.php (zendframework#3369)
- 3386: Adding attributes for a lightweight export (zendframework#3386)
- 3393: [Router] no need to correct ~ in the path encoding (zendframework#3393)
- 3396: change minimal verson of PHPUnit (zendframework#3396)
- 3403: [ZF-8825] Lower-case lookup for "authorization" header (zendframework#3403)
- 3409: Fix for broken handling of Zend\ServiceManager\ServiceManager::shareByDefault = false (Issue #3408) (zendframework#3409)
- 3410: [composer] Sync replace package list (zendframework#3410)
- 3415: Remove import of Zend root namespace (zendframework#3415)
- 3423: Issue #3348 fix (zendframework#3423)
- 3425: German Resources Zend_Validate.php updated. (zendframework#3425)
- 3429: Add __destruct to SessionManager (zendframework#3429)
- 3430: SessionManager: Throw exception when attempting to setId after the session has been started (zendframework#3430)
- 3437: Feature/datetime factory format (zendframework#3437)
- 3438: Add @method tags to the AbstractController (zendframework#3438)
- 3439: Individual shared setting does not override the shareByDefault setting of the ServiceManager (zendframework#3439)
- 3443: Adding logic to check module dependencies at module loading time (zendframework#3443)
- 3445: Update library/Zend/Validator/Hostname.php (zendframework#3445)
- 3452: Hotfix/session mutability (zendframework#3452)
- 3473: remove surplus call deep namespace (zendframework#3473)
- 3477: The display_exceptions config-option is not passed to 404 views. (zendframework#3477)
- 3480: [Validator][#2538] hostname validator overwrite (zendframework#3480)
- 3484: [#3055] Remove array to string conversion notice (zendframework#3484)
- 3486: [#3073] Define filter() in Decompress filter (zendframework#3486)
- 3487: [#3446] Allow generic traversable configuration to Captcha element (zendframework#3487)
- 3492: Hotfix/random crypt test fail (zendframework#3492)
- 3502: Features/port supermessenger (zendframework#3502)
- 3513: Fixed bug in acl introduced by acca10b6abe74b3ab51890d5cbe0ab8da4fdf7e0 (zendframework#3513)
- 3520: Replace all is_null($value) calls with null === $value (zendframework#3520)
- 3527: Explode validator: allow any value type to be validated (zendframework#3527)
- 3530: The hasACL and hasRole don't check their default member variables (zendframework#3530)
- 3550: Fix for the issue #3541 - salt size for Encrypt/Decrypt Filter (zendframework#3550)
- 3562: Fix: Calling count() results in infinite loop (zendframework#3562)
- 3563: Zend\Db: Fix for #3523 changeset - composer.json and stdlib (zendframework#3563)
- 3571: Correctly parse empty Subject header (zendframework#3571)
- 3575: Fix name of plugin referred to in exception message (zendframework#3575)
- 3579: Some minor fixes in \Zend\View\Helper\HeadScript() class (zendframework#3579)
- 3593: \Zend\Json\Server Fix _getDefaultParams if request-params are an associative array (zendframework#3593)
- 3594: Added contstructor to suppressfilter (zendframework#3594)
- 3601: Update Travis to start running tests on PHP 5.5 (zendframework#3601)
- 3604: fixed Zend\Log\Logger::registerErrorHandler() doesn't log previous exceptions (zendframework#3604)
Includes a fix to the classes Zend\Filter\Encrypt
and Zend\Filter\Decrypt
which may pose a small break for end-users. Each
requires an encryption key be passed to either the constructor or the
setKey() method now; this was done to improve the security of each
class.
- 2885: Zend\Db\TableGateway\AbstractTableGateway won't work with Sqlsrv db adapter (zendframework#2885)
- 2922: Fix #2902 (zendframework#2922)
- 2961: Revert PR #2943 for 5.3.3 fix (zendframework#2961)
- 2962: Allow Accept-Encoding header to be set explicitly by http request (zendframework#2962)
- 3033: Fix error checking on Zend\Http\Client\Adapter\Socket->write(). (zendframework#3033)
- 3040: remove unused 'use DOMXPath' and property $count and $xpath (zendframework#3040)
- 3043: improve conditional : reduce file size (zendframework#3043)
- 3044: Extending Zend\Mvc\Router\Http\Segment causes error (zendframework#3044)
- 3047: Fix Zend\Console\Getopt::getUsageMessage() (zendframework#3047)
- 3049: Hotfix/issue #3033 (zendframework#3049)
- 3050: Fix : The annotation @\Zend\Form\Annotation\AllowEmpty declared on does not accept any values (zendframework#3050)
- 3052: Fixed #3051 (zendframework#3052)
- 3061: changed it back 'consist' => the 'must' should be applied to all parts of the sentence (zendframework#3061)
- 3063: hotfix: change sha382 to sha384 in Zend\Crypt\Key\Derivation\SaltedS2k (zendframework#3063)
- 3070: Fix default value unavailable exception for in-build php classes (zendframework#3070)
- 3074: Hotfix/issue #2451 (zendframework#3074)
- 3091: console exception strategy displays previous exception message (zendframework#3091)
- 3114: Fixed Client to allow also empty passwords in HTTP Authentication. (zendframework#3114)
- 3125: #2607 - Fixing how headers are accessed (zendframework#3125)
- 3126: Fix for GitHub issue 2605 (zendframework#3126)
- 3127: fix cs: add space after casting (zendframework#3127)
- 3130: Obey PSR-2 (zendframework#3130)
- 3144: Zend\Form\View\Helper\Captcha\AbstractWord input and hidden attributes (zendframework#3144)
- 3148: Fixing obsolete method of checking headers, made it use the new method. (zendframework#3148)
- 3149: Zf2634 - Adding missing method Client::encodeAuthHeader (zendframework#3149)
- 3151: Rename variable to what it probably should be (zendframework#3151)
- 3155: strip duplicated semicolon (zendframework#3155)
- 3156: fix typos in docblocks (zendframework#3156)
- 3162: Allow Forms to have an InputFilterSpecification (zendframework#3162)
- 3163: Added support of driver_options to Mysqli DB Driver (zendframework#3163)
- 3164: Cast $step to float in \Zend\Validator\Step (zendframework#3164)
- 3166: [#2678] Sqlsrv driver incorrectly throwing exception when $sqlOrResource... (zendframework#3166)
- 3167: Fix #3161 by checking if the server port already exists in the host (zendframework#3167)
- 3169: Fixing issue #3036 (zendframework#3169)
- 3170: Fixing issue #2554 (zendframework#3170)
- 3171: hotfix : add '$argName' as 'argument %s' in sprintf ( at 1st parameter ) (zendframework#3171)
- 3178: Maintain priority flag when cloning a Fieldset (zendframework#3178)
- 3184: fix misspelled getCacheStorge() (zendframework#3184)
- 3186: Dispatching to a good controller but wrong action triggers a Fatal Error (zendframework#3186)
- 3187: Fixing ansiColorMap by removing extra m's showed in the console (zendframework#3187)
- 3194: Write clean new line for writeLine method (no background color) (zendframework#3194)
- 3197: Fix spelling error (zendframework#3197)
- 3201: Session storage set save path (zendframework#3201)
- 3204: [wip] Zend\Http\Client makes 2 requests to url if setStream(true) is called (zendframework#3204)
- 3207: dead code clean up. (zendframework#3207)
- 3208: Zend\Mime\Part: Added EOL paramter to getEncodedStream() (zendframework#3208)
- 3213: [#3173] Incorrect creating instance Zend/Code/Generator/ClassGenerator.php by fromArray (zendframework#3213)
- 3214: Fix passing of tags to constructor of docblock generator class (zendframework#3214)
- 3217: Cache: Optimized Filesystem::setItem with locking enabled by writing the... (zendframework#3217)
- 3220: [2.0] Log Writer support for MongoClient driver class (zendframework#3220)
- 3226: Licence is not accessable via web (zendframework#3226)
- 3229: fixed bug in DefinitionList::hasMethod() (zendframework#3229)
- 3234: Removed old Form TODO since all items are complete (zendframework#3234)
- 3236: Issue #3222 - Added suport for multi-level nested ini config variables (zendframework#3236)
- 3237: [BUG] Service Manager Not Shared Duplicate new Instance with multiple Abstract Factories (zendframework#3237)
- 3238: Added French translation for captcha (zendframework#3238)
- 3250: Issue #2912 - Fix for LicenseTag generation (zendframework#3250)
- 3252: subject prepend text in options for Log\Writer\Mail (zendframework#3252)
- 3254: Better capabilities surrounding console notFoundAction (zendframework#3254)
- 3004: Zend\Db unit tests fail with code coverage enabled (zendframework#3004)
- 3039: combine double if into single conditional (zendframework#3039)
- 3042: fix typo 'consist of' should be 'consists of' in singular (zendframework#3042)
- 3045: Reduced the #calls of rawurlencode() using a cache mechanism (zendframework#3045)
- 3048: Applying quickfix for zendframework#3004 (zendframework#3048)
- 3095: Process X-Forwarded-For header in correct order (zendframework#3095)
- 2808: Add serializer better inheritance and extension (zendframework#2808)
- 2813: Add test on canonical name with the ServiceManager (zendframework#2813)
- 2832: bugfix: The helper DateFormat does not cache correctly when a pattern is set. (zendframework#2832)
- 2837: Add empty option before empty check (zendframework#2837)
- 2843: change self:: with static:: in call-ing static property/method (zendframework#2843)
- 2857: Unnecessary path assembly on return in Zend\Mvc\Router\Http\TreeRouteStack->assemble() line 236 (zendframework#2857)
- 2867: Enable view sub-directories when using ModuleRouteListener (zendframework#2867)
- 2872: Resolve naming conflicts in foreach statements (zendframework#2872)
- 2878: Fix : change self:: with static:: in call-ing static property/method() in other components ( all ) (zendframework#2878)
- 2879: remove unused const in Zend\Barcode\Barcode.php (zendframework#2879)
- 2896: Constraints in Zend\Db\Metadata\Source\AbstractSource::getTable not initalised (zendframework#2896)
- 2907: Fixed proxy adapter keys being incorrectly set due Zend\Http\Client (zendframework#2907)
- 2909: Change format of Form element DateTime and DateTimeLocal (zendframework#2909)
- 2921: Added Chinese translations for zf2 validate/captcha resources (zendframework#2921)
- 2924: small speed-up of Zend\EventManager\EventManager::triggerListeners() (zendframework#2924)
- 2929: SetCookie::getFieldValue() always uses urlencode() for cookie values, even in case they are already encoded (zendframework#2929)
- 2930: Add minor test coverage to MvcEvent (zendframework#2930)
- 2932: Sessions: SessionConfig does not allow setting non-directory save path (zendframework#2932)
- 2937: preserve matched route name within route match instance while forwarding... (zendframework#2937)
- 2940: change 'Cloud\Decorator\Tag' to 'Cloud\Decorator\AbstractTag' (zendframework#2940)
- 2941: Logical operator fix : 'or' change to '||' and 'and' change to '&&' (zendframework#2941)
- 2952: Various Zend\Mvc\Router\Http routers turn + into a space in path segments (zendframework#2952)
- 2957: Make Partial proxy to view render function (zendframework#2957)
- 2971: Zend\Http\Cookie undefined self::CONTEXT_REQUEST (zendframework#2971)
- 2976: Fix for #2541 (zendframework#2976)
- 2981: Controller action HttpResponse is not used by SendResponseListener (zendframework#2981)
- 2983: replaced all calls to $this->xpath with $this->getXpath() to always have... (zendframework#2983)
- 2986: Add class to file missing a class (fixes #2789) (zendframework#2986)
- 2987: fixed Zend\Session\Container::exchangeArray (zendframework#2987)
- 2994: Fixes #2993 - Add missing asterisk to method docblock (zendframework#2994)
- 2997: Fixing abstract factory instantiation time (zendframework#2997)
- 2999: Fix for GitHub issue 2579 (zendframework#2999)
- 3002: update master's resources/ja Zend_Validate.php message (zendframework#3002)
- 3003: Adding tests for zendframework#2593 (zendframework#3003)
- 3006: Hotfix for #2497 (zendframework#3006)
- 3007: Fix for issue 3001 Zend\Db\Sql\Predicate\Between fails with min and max ... (zendframework#3007)
- 3008: Hotfix for #2482 (zendframework#3008)
- 3009: Hotfix for #2451 (zendframework#3009)
- 3013: Solved Issue 2857 (zendframework#3013)
- 3025: Removing the separator between the hidden and the visible inputs. As the... (zendframework#3025)
- 3027: Reduced #calls of plugin() in PhpRenderer using a cache mechanism (zendframework#3027)
- 3029: Fixed the pre-commit script, missed the fix command (zendframework#3029)
- 3030: Mark module as loaded before trigginer EVENT_LOAD_MODULE (zendframework#3030)
- 3031: Zend\Db\Sql Fix for Insert's Merge and Set capabilities with simlar keys (zendframework#3031)
- 2244: Fix for issue ZF2-503 (zendframework#2244)
- 2318: Allow to remove decimals in CurrencyFormat (zendframework#2318)
- 2363: Hotfix db features with eventfeature (zendframework#2363)
- 2380: ZF2-482 Attempt to fix the buffer. Also added extra unit tests. (zendframework#2380)
- 2392: Update library/Zend/Db/Adapter/Platform/Mysql.php (zendframework#2392)
- 2395: Fix for http://framework.zend.com/issues/browse/ZF2-571 (zendframework#2395)
- 2397: Memcached option merge issuse (zendframework#2397)
- 2402: Adding missing dependencies (zendframework#2402)
- 2404: Fix to comments (zendframework#2404)
- 2416: Fix expressionParamIndex for AbstractSql (zendframework#2416)
- 2420: Zend\Db\Sql\Select: Fixed issue with join expression named parameters overlapping. (zendframework#2420)
- 2421: Update library/Zend/Http/Header/SetCookie.php (zendframework#2421)
- 2422: fix add 2 space after @param in Zend\Loader (zendframework#2422)
- 2423: ManagerInterface must be interface, remove 'interface' description (zendframework#2423)
- 2425: Use built-in Travis composer (zendframework#2425)
- 2426: Remove need of setter in ClassMethods hydrator (zendframework#2426)
- 2432: Prevent space before end of tag with HTML5 doctype (zendframework#2432)
- 2433: fix for setJsonpCallback not called when recieved JsonModel + test (zendframework#2433)
- 2434: added phpdoc in Zend\Db (zendframework#2434)
- 2437: Hotfix/console 404 reporting (zendframework#2437)
- 2438: Improved previous fix for ZF2-558. (zendframework#2438)
- 2440: Turkish Translations for Captcha and Validate (zendframework#2440)
- 2441: Allow form collection to have any helper (zendframework#2441)
- 2516: limit(20) -> generates LIMIT '20' and throws an IllegalQueryException (zendframework#2516)
- 2545: getSqlStringForSqlObject() returns an invalid SQL statement with LIMIT and OFFSET clauses (zendframework#2545)
- 2595: Pgsql adapater has codes related to MySQL (zendframework#2595)
- 2613: Prevent password to be rendered if form validation fails (zendframework#2613)
- 2617: Fixed Zend\Validator\Iban class name (zendframework#2617)
- 2619: Form enctype fix when File elements are within a collection (zendframework#2619)
- 2620: InputFilter/Input when merging was not using raw value (zendframework#2620)
- 2622: Added ability to specify port (zendframework#2622)
- 2624: Form's default input filters added multiple times (zendframework#2624)
- 2630: fix relative link ( remove the relative links ) in README.md (zendframework#2630)
- 2631: Update library/Zend/Loader/AutoloaderFactory.php (zendframework#2631)
- 2633: fix redundance errors "The input does not appear to be a valid date" show twice (zendframework#2633)
- 2635: Fix potential issue with Sitemap test (zendframework#2635)
- 2636: add isset checks around timeout and maxredirects (zendframework#2636)
- 2641: hotfix : formRow() element error multi-checkbox and radio renderError not shown (zendframework#2641)
- 2642: Fix Travis build for CS issue (zendframework#2642)
- 2643: fix for setJsonpCallback not called when recieved JsonModel + test (zendframework#2643)
- 2644: Add fluidity to the prepare() function for a form (zendframework#2644)
- 2652: Zucchi/filter tweaks (zendframework#2652)
- 2665: pdftest fix (zendframework#2665)
- 2666: fixed url change (zendframework#2666)
- 2667: Possible fix for rartests (zendframework#2667)
- 2669: skip whem gmp is loaded (zendframework#2669)
- 2673: Input fallback value option (zendframework#2673)
- 2676: mysqli::close() never called (zendframework#2676)
- 2677: added phpdoc to Zend\Stdlib (zendframework#2677)
- 2678: Zend\Db\Adapter\Sqlsrv\Sqlsrv never calls Statement\initialize() (fix within) (zendframework#2678)
- 2679: Zend/Log/Logger.php using incorrect php errorLevel (zendframework#2679)
- 2680: Cache: fixed bug on getTotalSpace of filesystem and dba adapter (zendframework#2680)
- 2681: Cache/Dba: fixed notices on tearDown db4 tests (zendframework#2681)
- 2682: Replace 'Configuration' with 'Config' when retrieving configuration (zendframework#2682)
- 2683: Hotfix: Allow items from Abstract Factories to have setShared() called (zendframework#2683)
- 2685: Remove unused Uses (zendframework#2685)
- 2686: Adding code to allow EventManager trigger listeners using wildcard identifier (zendframework#2686)
- 2687: Hotfix/db sql nested expressions (zendframework#2687)
- 2688: Hotfix/tablegateway event feature (zendframework#2688)
- 2689: Hotfix/composer phpunit (zendframework#2689)
- 2690: Use RFC-3339 full-date format (Y-m-d) in Date element (zendframework#2690)
- 2691: join on conditions don't accept alternatives to columns (zendframework#2691)
- 2693: Update library/Zend/Db/Adapter/Driver/Mysqli/Connection.php (zendframework#2693)
- 2694: Bring fluid interface to Feed Writer (zendframework#2694)
- 2698: fix typo in # should be :: in exception (zendframework#2698)
- 2699: fix elseif in javascript Upload Demo (zendframework#2699)
- 2700: fix cs in casting variable (zendframework#2700)
- 2705: Fix french translation (zendframework#2705)
- 2707: Improved error message when ServiceManager does not find an invokable class (zendframework#2707)
- 2710: #2461 - correcting the url encoding of path segments (zendframework#2710)
- 2711: Fix/demos ProgressBar/ZendForm.php : Object of class Zend\Form\Form could not be converted to string (zendframework#2711)
- 2712: fix cs casting variable for (array) (zendframework#2712)
- 2713: Update library/Zend/Mvc/Service/ViewHelperManagerFactory.php (zendframework#2713)
- 2714: Don't add separator if not prefixing columns (zendframework#2714)
- 2717: Extends when it can : Validator\DateStep extends Validator\Date to reduce code redundancy (zendframework#2717)
- 2719: Fixing the Cache Storage Factory Adapter Factory (zendframework#2719)
- 2728: Bad Regex for Content Type header (zendframework#2728)
- 2731: Reset the Order part when resetting Select (zendframework#2731)
- 2732: Removed references to Mysqli in Zend\Db\Adapter\Driver\Pgsql (zendframework#2732)
- 2733: fix @package Zend_Validate should be Zend_Validator (zendframework#2733)
- 2734: fix i18n @package and @subpackage value (zendframework#2734)
- 2736: fix captcha helper test. (zendframework#2736)
- 2737: Issue #2728 - Bad Regex for Content Type header (zendframework#2737)
- 2738: fix link 'quickstart' to version 2.0 (zendframework#2738)
- 2739: remove '@subpackage' because Zend\Math is not in subpackage (zendframework#2739)
- 2742: remove () in echo-ing (zendframework#2742)
- 2749: Fix for #2678 (Zend\Db's Sqlsrv Driver) (zendframework#2749)
- 2750: Adds the ability to instanciate by factory to AbstractPluginManager (zendframework#2750)
- 2754: add the support to register module paths over namespace (zendframework#2754)
- 2755: remove Zend\Mvc\Controller\PluginBroker from aliases in "$defaultServiceConfig" (zendframework#2755)
- 2759: Fix Zend\Code\Scanner\TokenArrayScanner (zendframework#2759)
- 2764: Fixed Zend\Math\Rand::getString() to pass the parameter $strong to ::getBytes() (zendframework#2764)
- 2765: Csrf: always use dedicated setter (zendframework#2765)
- 2766: Session\Storage: always preserve REQUEST_ACCESS_TIME (zendframework#2766)
- 2768: Zend\Validator dependency is missed in Zend\Cache composer.json (zendframework#2768)
- 2769: change valueToLDAP to valueToLdap and valueFromLDAP to valueFromLdap (zendframework#2769)
- 2770: Memcached (zendframework#2770)
- 2775: Zend\Db\Sql: Fix for Mysql quoting during limit and offset (zendframework#2775)
- 2776: Allow whitespace in Iban (zendframework#2776)
- 2777: Fix issue when PREG_BAD_UTF8__OFFSET_ERROR is defined but Unicode support is not enabled on PCRE (zendframework#2777)
- 2778: Undefined Index fix in ViewHelperManagerFactory (zendframework#2778)
- 2779: Allow forms that have been added as fieldsets to bind values to bound ob... (zendframework#2779)
- 2782: Issue 2781 (zendframework#2782)
- 2383: Changed unreserved char definition in Zend\Uri (ZF2-533) and added shell escaping to the test runner (zendframework#2383)
- 2393: Trying to solve issue ZF2-558 (zendframework#2393)
- 2398: Segment route: add fix for optional groups within optional groups (zendframework#2398)
- 2400: Use 'Router' in http env and 'HttpRouter' in cli (zendframework#2400)
- 2401: Better precision for userland fmod algorithm (zendframework#2401)
- 2285: Seed RouteMatch params as long as params is set. This permits setting an empty array. (zendframework#2285)
- 2286: prepareNotFoundViewModel listner - eventResult as ViewModel if set (zendframework#2286)
- 2290: $label only when filled (zendframework#2290)
- 2292: Allow (int)0 in coomments count in entry feed (zendframework#2292)
- 2295: force to check className parameters (zendframework#2295)
- 2296: mini-fix in controller plugin manager (zendframework#2296)
- 2297: fixed phpdoc in Zend\Mvc\ApplicationInterface (zendframework#2297)
- 2298: Update to Date element use statements to make it clearer which DateTime (zendframework#2298)
- 2300: FormRow translate label fix (#ZF2-516) (zendframework#2300)
- 2302: Notifications now to #zftalk.dev (zendframework#2302)
- 2306: Fix several cs (zendframework#2306)
- 2307: Removed comment about non existent Zend_Tool (zendframework#2307)
- 2308: Fix pluginmanager get method error (zendframework#2308)
- 2309: Add consistency with event name (zendframework#2309)
- 2310: Update library/Zend/Db/Sql/Select.php (zendframework#2310)
- 2311: Version update (zendframework#2311)
- 2312: Validator Translations (zendframework#2312)
- 2313: ZF2-336: Zend\Form adds enctype attribute as multipart/form-data (zendframework#2313)
- 2317: Make Fieldset constructor consistent with parent Element class (zendframework#2317)
- 2321: ZF2-534 Zend\Log\Writer\Syslog prevents setting application name (zendframework#2321)
- 2322: Jump to cache-storing instead of returning (zendframework#2322)
- 2323: Conditional statements improved(minor changes). (zendframework#2323)
- 2324: Fix for ZF2-517: Zend\Mail\Header\GenericHeader fails to parse empty header (zendframework#2324)
- 2328: Wrong __clone method (zendframework#2328)
- 2331: added validation support for optgroups (zendframework#2331)
- 2332: README-GIT update with optional pre-commit hook (zendframework#2332)
- 2334: Mail\Message::getSubject() should return value the way it was set (zendframework#2334)
- 2335: ZF2-511 Updated refactored names and other fixes (zendframework#2335)
- 2336: ZF-546 Remove duplicate check for time (zendframework#2336)
- 2337: ZF2-539 Input type of image should not have attribute value (zendframework#2337)
- 2338: ZF2-543: removed linked but not implemented cache adapters (zendframework#2338)
- 2341: Updated Zend_Validate.php pt_BR translation to 25.Jul.2011 EN Revision (zendframework#2341)
- 2342: ZF2-549 Zend\Log\Formatter\ErrorHandler does not handle complex events (zendframework#2342)
- 2346: updated Page\Mvc::isActive to check if the controller param was tinkered (zendframework#2346)
- 2349: Zend\Feed Added unittests for more code coverage (zendframework#2349)
- 2350: Bug in Zend\ModuleManager\Listener\LocatorRegistrationListener (zendframework#2350)
- 2351: ModuleManagerInterface is never used (zendframework#2351)
- 2352: Hotfix for AbstractDb and Csrf Validators (zendframework#2352)
- 2354: Update library/Zend/Feed/Writer/AbstractFeed.php (zendframework#2354)
- 2355: Allow setting CsrfValidatorOptions in constructor (zendframework#2355)
- 2356: Update library/Zend/Http/Cookies.php (zendframework#2356)
- 2357: Update library/Zend/Barcode/Object/AbstractObject.php (zendframework#2357)
- 2358: Update library/Zend/ServiceManager/AbstractPluginManager.php (zendframework#2358)
- 2359: Update library/Zend/Server/Method/Parameter.php (zendframework#2359)
- 2361: Zend\Form Added extra unit tests and some code improvements (zendframework#2361)
- 2364: Remove unused use statements (zendframework#2364)
- 2365: Resolve undefined classes and constants (zendframework#2365)
- 2366: fixed typo in Zend\View\HelperPluginManager (zendframework#2366)
- 2370: Error handling in AbstractWriter::write using Zend\Stdlib\ErrorHandler (zendframework#2370)
- 2372: Update library/Zend/ServiceManager/Config.php (zendframework#2372)
- 2375: zend-inputfilter already requires (zendframework#2375)
- 2376: Activate the new GitHub feature: Contributing Guidelines (zendframework#2376)
- 2377: Update library/Zend/Mvc/Controller/AbstractController.php (zendframework#2377)
- 2379: Typo in property name in Zend/Db/Metadata/Object/AbstractTableObject.php (zendframework#2379)
- 2382: PHPDoc params in AbstractTableGateway.php (zendframework#2382)
- 2384: Replace Router with Http router in url view helper (zendframework#2384)
- 2387: Replace PHP internal fmod function because it gives false negatives (zendframework#2387)
- 2388: Proposed fix for ZF2-569 validating float with trailing 0's (10.0, 10.10) (zendframework#2388)
- 2391: clone in Filter\FilterChain (zendframework#2391)
- Security fix: a number of classes were not using the Escaper component in order to perform URL, HTML, and/or HTML attribute escaping. Please see http://framework.zend.com/security/advisory/ZF2012-03 for more details.