ORIENT/modules/cms/widgets
Long Wen 07a852ed8a Fix selection issue for similar-named CMS objects (#4433)
CMS objects with the same name as another object (eg. "test.htm" for a page and "test.htm" for a partial) were unable to be selected (selecting the partial selected the page).

Credit to @wenlong-date.
2019-07-05 16:47:30 +08:00
..
assetlist Avoid terminating the app using exit() or die() 2019-03-29 07:10:07 +11:00
componentlist/partials Escape output to prevent XSS injection (#4074) 2019-01-18 10:26:56 -06:00
templatelist/partials Fix selection issue for similar-named CMS objects (#4433) 2019-07-05 16:47:30 +08:00
AssetList.php Avoid terminating the app using exit() or die() 2019-03-29 07:10:07 +11:00
ComponentList.php Refactor ternary operators to null coalescing operators 2018-08-15 19:15:13 +02:00
MediaManager.php >= PHP7.0 refactoring (#3343) 2018-01-12 00:23:20 -06:00
TemplateList.php Remove unused imports 2018-08-24 19:51:59 +02:00