php-generator | by dg | readme: improved info about PSR | | | |
http | by jhabaj | added: avif support (#224) | | | |
application | by dg | latte wip | | | |
application | by dg | Url is always without user info | | | |
application | by dg | Presenter: checks $allowedMethods WIP | | | |
application | by dg | AllowedFor wip | | | |
application | by dg | LatteExtension: added option 'variables' | | | |
application | by dg | uses nette/routing 4.0 | | | |
application | by dg | Component::getParameter() $default is deprecated | | | |
application | by dg | Presenter::injectPrimary() changing the order of parameters (BC break) | | | |
application | by dg | Request: removed flag SECURED (BC break) | | | |
application | by dg | Component::link() & etc uses variadic parameter | | | |
application | by dg | RouteList: array access is deprecated | | | |
application | by dg | removed support for obsolete inteface Nette\Application\IRouter (replaced by Nette\Routing\Router) | | | |
application | by dg | deprecated magic properties except for $template & $payload (BC break) | | | |
application | by dg | uppercase constants marked as deprecated | | | |
application | by dg | Component: only UI components can be added to presenter/component (BC break) WIP | | | |
application | by dg | Form: do not send 'do' when action is changed | | | |
application | by dg | removed community health files | | | |
application | by dg | Form: $crossOrigin is defined in descendant | | | |
application | by dg | UI\Component: removed references returned by getParameters() [Closes nette/nette#703][Closes #69] | | | |
application | by dg | Revert "UI\PresenterComponent: removed references created by loadState() for persistent parameters. [Closes nette/nette#703]" (possible BC break) This reverts commit cda17f460d020b0f042364d4e140742022a7e94d. See https://forum.nette.org/cs/35528-stejne-pojmenovany-parametr-akce-presenteru-a-persistentni-odlisne-chovani-v-nette-2-0-oproti-aktualnimu#p221742 BC break: Property must be nullable, ie: #[Persistent] public ?int $foo | | | |
application | by dg | Control, Presenter::createTemplate has argument | | | |
application | by dg | uses PascalCase constants | | | |
application | by dg | used native PHP 8 features | | | |
application | by dg | used constructor promotion | | | |
application | by dg | added PHP 8 typehints | | | |
application | by dg | added property typehints | | | |
application | by dg | removed compatibility for old class names | | | |
application | by dg | removed deprecated stuff | | | |
application | by dg | removed support for PHP 7 | | | |
application | by dg | coding style | | | |