ORIENT/modules/cms
Luke Towers dca6128501 Change Twig template loading fallbacks
Previously:
- registered Laravel view file
- attempt to load file as a CMS partial

Now:
- registered Laravel view file
- valid CMS partials
- any file that Twig can access (from the project root) rendered as a plain twig template (but with support for the CMS twig environment)

Fixes 80aab47f04 (commitcomment-42223643), https://github.com/octobercms/october/issues/5261#issuecomment-691235167
2020-09-11 15:47:49 -06:00
..
assets Add support for "soft" components (#4539) 2020-04-05 01:02:43 +08:00
classes Merge branch '1.0' into develop 2020-09-04 15:23:02 -06:00
components Add support for "soft" components (#4539) 2020-04-05 01:02:43 +08:00
contracts Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
controllers Use the Lang facade rather than the trans helper function 2020-06-28 11:14:35 -06:00
database/migrations cms_theme_contents -> cms_theme_templates 2019-06-01 12:45:29 +10:00
facades Update module facade docblocks (#5273) 2020-09-11 10:49:16 +08:00
formwidgets Add support for "soft" components (#4539) 2020-04-05 01:02:43 +08:00
helpers Rollback for Build 462 2019-12-19 17:42:25 +11:00
lang Improve Taiwanese translations (#5264) 2020-09-07 09:48:12 -06:00
models Match save method signature in Theme Export/Import 2019-09-05 10:58:22 +08:00
reportwidgets Improve linking from ActiveTheme report widget with permissions (#3869) 2018-10-16 09:11:14 -06:00
traits Changed calls to the Cache to use DateTime instances instead of integers representing minutes as 5.8 changed integers into meaning seconds instead. 2019-06-12 02:33:26 -06:00
twig Change Twig template loading fallbacks 2020-09-11 15:47:49 -06:00
views Change the lang code in the html templates (#3754) 2018-09-04 11:54:26 -06:00
widgets Support new onUpload() AJAX handler for uploads instead of postback takeovers. 2020-06-05 16:01:22 -06:00
ServiceProvider.php Finish theme:sync command (#4276) 2019-04-19 09:07:48 -06:00
composer.json Composer updates for 1.1.0 2020-09-06 21:07:10 -06:00
routes.php Make slug route param optional for CMS module. 2020-01-19 23:23:27 +08:00