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
/
models
History
Sam Georges
bfc3804a1a
If a base classes uses a trait, no need to reuse that trait because Model boots all traits now
2014-08-03 11:57:51 +10:00
..
accesslog
Translate values
2014-07-30 17:51:44 +10:00
backendpreferences
EditorSettings -> EditorPreferences (System has settings, User has preferences, App has configuration)
2014-07-01 17:17:53 +10:00
editorpreferences
EditorSettings -> EditorPreferences (System has settings, User has preferences, App has configuration)
2014-07-01 17:17:53 +10:00
group
…
user
…
AccessLog.php
Refs
#383
- Set up basic models for logging
2014-07-29 20:07:20 +10:00
BackendPreferences.php
EditorSettings -> EditorPreferences (System has settings, User has preferences, App has configuration)
2014-07-01 17:17:53 +10:00
EditorPreferences.php
EditorSettings -> EditorPreferences (System has settings, User has preferences, App has configuration)
2014-07-01 17:17:53 +10:00
User.php
Traits in base classes are now booted (Yay Laravel!)
2014-07-12 17:29:40 +10:00
UserGroup.php
If a base classes uses a trait, no need to reuse that trait because Model boots all traits now
2014-08-03 11:57:51 +10:00
UserPreferences.php
…
UserThrottle.php
…