Commit Graph

6 Commits

Author SHA1 Message Date
Luke Towers 60afd41cc2 Revert "Rebase October CMS on Laravel 6 (#4893)"
This reverts commit ee0065d353.
2020-08-09 03:48:03 -06:00
Ben Thomson ee0065d353
Rebase October CMS on Laravel 6 (#4893)
Rebase October CMS on Laravel 6
2020-08-09 03:44:16 -06:00
Quezler cc17b679f1 Code dusting (#2826)
Code cleaning according to PSR-2 w/ exemptions (mostly dust).
2017-04-24 21:38:19 +10:00
Samuel Georges 98eb4f8239 Add support for "relation" with Tree models
- This makes the list slightly more efficient for small collections, less efficient for larger collections. If this becomes a problem in future we may need to look at a solution that grabs all the root nodes to start, then lazy loads any expanded nodes as secondary AJAX requests.
- Write tests for the Tree trait improvements
Fixes #1647
2016-02-27 11:29:07 +11:00
Samuel Georges 4e1d2ca445 Write tests for listsNested on tree traits 2015-11-28 14:12:50 +11:00
Samuel Georges d9090b3210 Write tests for Tree traits 2015-09-19 05:32:49 +10:00