| # |
end\Db
- Now handles null values properly in execute mode.
- Added SqlSrv integration te |
| # |
end\Form
- The FormButton helper now allows translation. However, to make this work, it
now requires that the label value is set in the element.
- Fixed an issue with the MultiCheckBox helper to ensure checked/unchecked
values are properly populated.
- The FormCheckbox view helper now requires that the element is a Checkbox
element; this is done to ensure the required options are avail |
| # |
end\Log
- The table name constructor option is now optional, allowing you to pass it
in a configuration array.
- Now allows using DateTime with the Db Wr |
| # |
end\Http
- Added ability to set the SSL capath option.
- Added a check for the sslcapath being set if sslverifypeer is enabled when
first connecting to an SSL-enabled site; an exception is thrown if all
conditions are not met.
- PhpEnvironment\Request object now falls back to '/' for the base path if the
SCRIPT_FILENAME server variable is not pres |
| # |
end\I18n
- Caching translations now w |
| # |
end\Mvc
- for |
| # |
end\ServiceManager
- Now ensures that when $allowOverride is enabled that services registered
with the same name overwrite prop |
| # |
end\Validator
- The Uri validator is now listed in the validator plugin manager.
- The EmailAddress validator now allows setting custom error mess |
| # |
eneral fixes
- Removed all locations of error suppression remaining in the framework.
- Synced the implementations of Zend\Mvc\Controller\Plugin\Url and
Zend\View\Helper\Url.
More than 20 pull requests for a variety of features and bugfixes were handled
since RC4, as well as around 30 documentation cha |