ORIENT/modules/cms
Luke Towers 0b7170ac26 Add support for sorting direction to the MediaManager (#3007)
* Remove redundant returns

`$this->putSession()` in `Backend\Traits\SessionMaker` doesn't return anything, and the return values of these methods are not used; so returning the value of `putSession()` in these methods is redundant.

* Add support for sort direction to MediaLibrary

Adds support for switching the direction that item lists get sorted by the media library. This necessitates the changing of the default direction of Last Modified and Size to Ascending, previously their sorting direction was Descending while Title was sorted in Ascending order. This shouldn't change anything as the user still has the power to sort by either direction. Fully backwards compatible with any calls to `sortItemList`.

* Support sorting direction in the MediaManager widget

Adds further support for specifying a sorting direction to the MediaManager widget itself

* Display sorting direction options

* Improving styles for sorting direction

* Send sorting information to the MediaManager

* Add translations for sorting feature

* Removing strange ghost whitespace
2017-08-05 12:45:01 -06:00
..
assets Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
classes Add support for sorting direction to the MediaManager (#3007) 2017-08-05 12:45:01 -06:00
components Added SASS support to Resources component (#2961) 2017-07-10 17:29:11 -06:00
contracts Allow CmsObjects to define their own Twig cache key 2016-03-21 13:42:03 +11:00
controllers Code doc improvements 2017-07-27 17:35:14 +10:00
database/migrations Demo theme patch can be removed now 2017-02-15 20:50:52 +11:00
facades Code dusting (#2826) 2017-04-24 21:38:19 +10:00
formwidgets Add imageWidth and imageHeight parameters 2017-05-25 15:30:22 +02:00
helpers Code dusting (#2826) 2017-04-24 21:38:19 +10:00
lang Add support for sorting direction to the MediaManager (#3007) 2017-08-05 12:45:01 -06:00
models string -> ::class + docs 2017-05-20 20:01:19 +10:00
reportwidgets Refactor solution from #2985 2017-07-21 15:38:53 +10:00
traits Pretty useful trait, discoverable in API docs 2017-05-30 19:56:36 +10:00
twig Change to mail partial syntax 2017-07-26 17:48:00 +10:00
views Update refs to flash message script 2015-05-28 20:33:49 +10:00
widgets Add support for sorting direction to the MediaManager (#3007) 2017-08-05 12:45:01 -06:00
ServiceProvider.php Add more granular permissions for editing themes (#2985) 2017-07-21 14:29:30 +10:00
composer.json l55upgrade -> develop 2017-07-26 21:03:52 +10:00
routes.php Apply web middleware group for the good cookies 2017-05-13 22:18:13 +10:00