application | by dg | Latte: {layout auto} always call Presenter::findLayoutTemplateFile() | | | |
application | by dg | Presenter: changed templates location within modules; added $oldModuleMode | | | |
application | by dg | travis: uses PHP 7.4 for coding checks | | | |
application | by VladaHejda | LinkGenerator: fixed exception namespace | | | |
application | by dg | Presenter::$defaultAction replaced with constant Presenter::DEFAULT_ACTION | | | |
application | by Vrtak-CZ | Forms: removed Environment [Closes nette/nette#680] | | | |
application | by dg | regexp: \z replaced with D modifier | | | |
application | by dg | All setters provide a fluent interface now (i.e. return $this) | | | |
application | by dg | Presenter: method getSession() has $namespace parameter | | | |
application | by dg | Application: $context replaced with individual services | | | |
application | by dg | compatibility: improved code hinting | | | |
application | by dg | Presenter: throws exception when parameter has scalar type hint & no default value and argument is missing [Closes #112] | | | |
application | by xificurk | ApplicationExtension: do not initialize RoutingPanel if Tracy is not installed | | | |
application | by dg | Presenter::isLinkCurrent moved to PresenterComponent | | | |
application | by tacoberu | FileResponse: added some checks (#238) | | | |
application | by dg | ComponentReflection: refactoring | | | |
application | by dg | UIMacros: modifiers are deprecated in {control} and {templatePrint} | | | |
application | by dg | Changed services names in framework, removed Environment::setServiceAlias() (BC break!) | | | |
application | by michalwiglasz | Route, SimpleRouter: added getFlags() | | | |
application | by dg | IComponent: removed IServiceLocator support | | | |
application | by dg | updated test for persistent params | | | |
application | by dg | Router::$defaultFlags and flag SECURED are deprecated [Closes nette/routing#13] | | | |
application | by dg | Presenter, Control: formatTemplateClass() refactoring | | | |
application | by dg | Presenter: added getUser() shortcut for Environment::getUser() | | | |
application | by dg | removed travis | | | |
application | by dg | Control: new preregistered template helpers: length, substr, number, replace, replaceRE, repeat, implode | | | |
application | by dg | typos, phpDoc | | | |
application | by dg | RoutingPanel: show presenter class even if it doesn't exist | | | |
application | by dg | fixed invalid escaping sequences in double quoted strings, typos | | | |
application | by dg | added ForbiddenRequestException | | | |
application | by dg | ErrorPresenter: logger is passed via constructor | | | |
application | by dg | fixed test | | | |