examples | by dg | updated props & phpDoc | | | |
examples | by dg | - added Nette::Application | | | |
examples | by dg | updated directory structure in examples | | | |
examples | by dg | fixed PHP 5.3 compatibility | | | |
examples | by dg | - added Application::$catchExceptions - improved service handling in Nette::Application::Application - Presenter caches $router, $httpRequest, $httpResponse for better performance - Template::render() have no parameters now (use Template::subTemplate()) - added static Template::setCacheStorage() (use instead of Template::setCache()) - on localhost, Templates are expired in 1 second by default - improved filter TemplateFilters::curlyBrackets | | | |
examples | by dg | - renamed AjaxResponse -> AjaxDriver, added interface IAjaxDriver - all template classes moved to new namespace Nette::Templates | | | |
examples | by dg | updated example "Fifteen" | | | |
examples | by dg | Nette::Debug - error and exception handling completely rewritten | | | |
examples | by dg | - Environment::isLocal() substituted by Environment::isLive() - Nette::Debug minor refactoring | | | |
examples | by dg | updated examples | | | |
examples | by dg | - added Presenter::changeLayout(...) and removed Presenter::$useLayoutTemplate | | | |
examples | by dg | - updated examples | | | |
examples | by dg | - updated bootstrap files in examples | | | |
examples | by dg | - new example Akrabat.Forms - removed default value of Environment variable 'libsDir' - added SubmitButton::validationScope (and removed Form::$onlyValid) - improved form rendering: all buttons are rendered in one row - new setter Nette::Web::Html::setHtml() | | | |
examples | by dg | - added Nette::Forms examples - restructured array ConventionalRenderer::$wrappers - added String::truncate() & String::bytes() | | | |
examples | by dg | fixes | | | |
examples | by dg | - updated dibi in examples | | | |
examples | by dg | small fixes in Forms | | | |
examples | by dg | - phpDoc improved | | | |
examples | by dg | - Nette::Forms - validator NUMERIC renamed to INTEGER to be more understandable - RobotLoader checks directories | | | |
examples | by dg | - examples: updated dibi, enabled dibi profiler | | | |
examples | by dg | - added Cross-Site Request Forgery (CSRF) form protection | | | |
examples | by dg | - improved Nette::Application::Application lifecycle - extended link syntax: Presenter::link('view?param¶m') - code refactoring and minor improvements in Nette::Forms - improved MIME content type detection in HttpUploadedFile | | | |
examples | by dg | - updated new PHP 5.3 namespace separator | | | |
examples | by dg | - TemplateFilters::curlyBrackets - added {contentType ...} markup - added filter TemplateFilters::removePhp | | | |
examples | by dg | - examples/akrabat.forms - updated to use createComponent() | | | |
examples | by dg | - updated examples | | | |
examples | by dg | - compatibility with PHP 5.2.0 | | | |
examples | by dg | - Nette\Application\Control: flash message is now handled as array 'flashes' | | | |
examples | by dg | - year 2008 -> 2009 | | | |
examples | by dg | - Paginator: added getFirstPage(), getLastPage() - Paginator: deprecated getSteps() - Identity: is not read-only yet - CurlyBracketsFilter: added translation without escaping {!_expression} - CurlyBracketsFilter: renamed static $statements -> $macros - Template: removed livelock - Application: added TerminateException | | | |
examples | by dg | - PHP 5.3 compatibility | | | |