ORIENT/modules/cms/classes
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
..
asset Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
content Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
layout Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
page Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
partial Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
theme Revise #2426 - Rename preview to previewImage 2017-01-29 09:13:01 +11:00
Asset.php Additional security fixes 2017-04-10 16:02:05 +10:00
CmsCompoundObject.php Fixes deprecated Twig API 2017-07-26 22:16:52 +10:00
CmsController.php API docs progress 2017-03-16 17:08:20 +11:00
CmsException.php Update AssetsList 2016-03-30 18:17:18 +02:00
CmsObject.php Introduce theme logging + log settings 2017-02-08 05:44:04 +11:00
CmsObjectCollection.php Code dusting (#2826) 2017-04-24 21:38:19 +10:00
CodeBase.php Fixes component access issue 2016-03-25 09:56:36 +11:00
CodeParser.php Code dusting (#2826) 2017-04-24 21:38:19 +10:00
ComponentBase.php Logic error - fixes #2654 2017-05-16 07:24:07 +10:00
ComponentHelpers.php Translate component properties' validationMessages 2017-03-15 16:56:22 -06:00
ComponentManager.php API docs progress 2017-03-16 17:08:20 +11:00
ComponentPartial.php Check both instances to fix #1854 2017-07-01 12:26:55 +10:00
Content.php Update AssetsList 2016-03-30 18:17:18 +02:00
Controller.php Add generic onAjax handler that does nothing 2017-07-29 22:55:58 +10:00
Layout.php Merge branch 'stable' into ui 2016-03-25 18:42:13 +11:00
LayoutCode.php Code dusting (#2826) 2017-04-24 21:38:19 +10:00
MediaLibrary.php Add support for sorting direction to the MediaManager (#3007) 2017-08-05 12:45:01 -06:00
MediaLibraryItem.php Make extension comparisons case insensitive 2017-07-31 21:03:28 -06:00
MediaViewHelper.php Code dusting (#2826) 2017-04-24 21:38:19 +10:00
ObjectMemoryCache.php Updating modules/cms/classes 2014-10-11 01:22:03 +02:00
Page.php URL -> Url 2017-06-02 23:34:50 +10:00
PageCode.php Updating modules/cms/classes 2014-10-11 01:22:03 +02:00
Partial.php Convert CmsObject and CmsCompoundObject to use Halcyon 2016-03-12 15:32:16 +11:00
PartialCode.php Added support for components in partials 2014-10-29 22:12:42 -07:00
PartialStack.php Write tests that verify the truth of #1373 2015-08-15 13:39:44 +10:00
Router.php Code dusting (#2826) 2017-04-24 21:38:19 +10:00
Theme.php pluck -> value 2017-05-12 07:19:06 +10:00
ThemeManager.php Typo 2017-02-05 21:43:14 +01:00