Nette Framework 2.2.3 released!
- David Grudl
- Nette Core | 8218
Nette Framework 2.2.3 has just been released and is now available for download. Feel free to update!
Fixes:
- new way how to detect errors in native PHP function (used in Session, Mail, Strings, …)
- DI: fixed inheritance
- Database & DI: fixes autowiring for multiple connections
- Database: fixed & enhanced support for multiple scheme reflection
- Forms: fixed erasing of manually added errors via addError
- Forms: fixed getHttpData() for multiple file uploads
- Http\Response: added $warnOnBuffer
- Latte: filter
|date
respects active timezone - Latte: macro {includeblock} gently trims output
- Mail: fixed headers encoding https://github.com/…ail/issues/4
- Mail: setHtmlBody() decodes %XX in URL
- PhpGenerator: ClassType::from processes only own properties
- PhpGenerator: fixed dumping of non-public properties
- Template::registerHelperLoader: removed E_USER_DEPRECATED
- TemplateFactory: added missing filters modifyDate, length & null
- Neon: fixed parsing of:
key1:
- subitem
- subitem
News:
- added support for
$configurator->setDebugMode('secret@23.75.345.200')
, wheresecret
must match with cookienette-debug
- added Latte\Engine::invokeFilter(), as a replacement for
$template->$filter()
. - DI: better exception messages
- NDBT: added support for NULL with operator NOT
- Forms & Latte: prettier output formating
- Tracy: added Debugger::$logSeverity for logging bluescreen for errors/warnings/notices in production mode
- added Validators::isUri()
Do not forget to set cookie for setDebugMode
with
httponly flag:
setcookie($configurator::COOKIE_SECRET, $secret, strtotime('1 years'), '/', '', '', TRUE)
For the details you can have a look at the diffs: application, bootstrap, database, di, forms, http, mail, neon, php-generator, utils, latte, tracy.
- steelbull
- Member | 241
I writed to this thread about issue with MSSQL (utf-8 → ucs-2) conversion few weeks before. I try all, but I was still not solved this problem. The only solution is directly write SQL query or use other database engine (but I would like to use yours). This function is very, very, very needed, if anybody use the MSSQL with Nette. I would like to ask you David, If are U thinking about solve this problem.
Thank you David.
Best regarts…
- blindAlley
- Member | 31
Next potentially big BC break can be change in form submitting – form isn't submitted on it's own signal url (e.g. “do-form-submit”) but in url of the attached presenter with “do” as hidden parameter. I requested for returning it back as “deprecated” but working option in 2.2.3