Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[#2252] Updated README
Browse files Browse the repository at this point in the history
- Added info about change to lazyload input filter if none attached
  • Loading branch information
weierophinney committed Aug 28, 2012
1 parent 05f4efd commit cb569cf
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@ XX August 2012
refactored to move value options into properties, instead of attributes.
This makes them more consistent with other elements, and simplifies the
interfaces.
- Zend\Http
- Some browser/web server combingations set SERVER_NAME to the IPv6 address,
and enclose it in brackets. The PhpEnvironment\Request object now correctly
detects such situations.
- Zend\I18n\Translator
- Loader\LoaderInterface was splitted into Loader\FileLoaderInterface and
Loader\RemoteLoaderInterface. The latter one will be used in ZF 2.1 for
a database loader.
- Translator::addTranslationPattern() and the option "translation_patterns"
were renamed to Translator::addTranslationFilePattern and
"translation_file_patterns".
- A new method Translator::addRemoteTranslations() was added.
- Forms now lazy-load an input filter if none has been specified; this should
simplify usage for many, and remove the "no input filter attached"
exception.
- Zend\Http
- Some browser/web server combingations set SERVER_NAME to the IPv6 address,
and enclose it in brackets. The PhpEnvironment\Request object now correctly
detects such situations.
- Zend\I18n\Translator
- Loader\LoaderInterface was splitted into Loader\FileLoaderInterface and
Loader\RemoteLoaderInterface. The latter one will be used in ZF 2.1 for
a database loader.
- Translator::addTranslationPattern() and the option "translation_patterns"
were renamed to Translator::addTranslationFilePattern and
"translation_file_patterns".
- A new method Translator::addRemoteTranslations() was added.
- Zend\Mvc
- Application no longer defines the "application" identifier for its composed
EventManager instance. If you had listeners listening on that context,
Expand Down

0 comments on commit cb569cf

Please sign in to comment.