This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
winter
Watch
1
Star
0
Fork
0
You've already forked winter
mirror of
https://github.com/wintercms/winter.git
synced
2024-06-28 05:33:29 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
winter
/
modules
/
backend
/
classes
History
Luke Towers
9fa7cbf70e
Hide backend controller behavior public methods from controller actions.
...
Fixes
#3762
, replaces
#3764
2019-04-19 14:01:01 -06:00
..
AuthManager.php
…
BackendController.php
Delay backend controller middleware until after request is processed (
#4190
)
2019-03-21 01:19:28 -06:00
Controller.php
Avoid terminating the app using exit() or die()
2019-03-29 07:10:07 +11:00
ControllerBehavior.php
Hide backend controller behavior public methods from controller actions.
2019-04-19 14:01:01 -06:00
FilterScope.php
…
FormField.php
…
FormTabs.php
…
FormWidgetBase.php
…
ListColumn.php
Allow list configs to add class to head row cell (
#4207
)
2019-03-25 13:37:32 -06:00
NavigationManager.php
Fix support for main menu items having a numeric value for
counter
2019-03-16 13:53:25 -06:00
ReportWidgetBase.php
Fix issues with AJAX handlers on dashboard widgets. Replaces
#4132
2019-02-13 15:05:18 -06:00
Skin.php
…
WidgetBase.php
…
WidgetManager.php
…