application icon indicating copy to clipboard operation
application copied to clipboard

🏆 A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

Results 56 application issues
Sort by recently updated
recently updated
newest added
trafficstars

If I do not have any route with `` parameter and use `->link(this)` or just some `UI\Form` in Error presenter I get an error in log `PHP User Warning: Invalid...

- Feature - Documentation – No change needed, unless you want to mention it in the "Custom Router" chapter. - BC break - no Currently, the only way to have...

Discusion: http://forum.nette.org/en/19620-better-mapping-configuration#p135799 For easier use custom mapping implementation _with https://github.com/nette/bootstrap/pull/8_

Current bridge layer & framework itself is not easily extensible via implementing interface. Nette Application itself defines few interfaces, but their design, naming and usage inside the framework is not...

If I want create new Route and display values in debug bar, i must extend Route class. What do you think about new interface with two methods? ``` php interface...

- bug fix (issue https://github.com/nette/application/issues/307) - BC break? no Before: ![obrazek](https://user-images.githubusercontent.com/6066243/187645205-e0bdb71a-f14b-421b-953d-ed3ecd758061.png) after: ![obrazek](https://user-images.githubusercontent.com/6066243/187645314-b75b5dc5-625e-47a3-a379-d858198e6768.png)

Version: 3.1-dev ### Bug Description Tracy routing bar has ugly look ### Steps To Reproduce ![obrazek](https://user-images.githubusercontent.com/6066243/187643510-c1416b2a-071d-461e-a2a9-b81e1d65d1e8.png) ### Expected Behavior ![obrazek](https://user-images.githubusercontent.com/6066243/187643692-18feb909-d7af-4c85-b750-5d79ef16720b.png) ### Possible Solution ```diff --git a/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml b/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml index 61839780..c9808a50 100644...

Version: 3.1.7 ### Bug Description When using nette/application 3.1.7 and nette/utils 3.2.7 together, Tracy shows a deprecation error in SmartObject: User Deprecated [Nette\Application\UI\Presenter::getContext](editor://open/?file=....vendor%5Cnette%5Capplication%5Csrc%5CApplication%5CUI%5CPresenter.php&line=1415&search=&replace=)() is deprecated, use dependency injection. and the...

Version: 3.1.14 ### Bug Description Adding an extension that defines Latte tags like `input` has no effect, as the default template factory re-registers the default form macros that override the...