ORIENT/modules/system/controllers
Ben Thomson 4141646105
Implement improved "set build" replacement (#5087)
This change implements an improved "set build" utility through the "october:version" Artisan command that, instead of checking the October CMS server for the latest build, checks the module files against a source manifest kept on GitHub.

This check allows us to accurately determine the build based on the module files in the October CMS installation, and can even detect versions if the module files are modified (except in the cases of extreme modification).

An additional utility has been implemented, "october:manifest", which will build the manifest JSON file in order to provide the maintainers with a way of generating this manifest file as required.

Replaces #4615.
2020-09-02 14:48:08 +08:00
..
eventlogs Correctly display HTML entities in event log (#4566) 2019-12-17 22:43:44 +08:00
mailbrandsettings Fix naming conflict 2020-05-31 11:23:31 -06:00
maillayouts Fix naming conflict 2020-05-31 11:23:31 -06:00
mailpartials Fix naming conflict 2020-05-31 11:23:31 -06:00
mailtemplates Fix naming conflict 2020-05-31 11:23:31 -06:00
requestlogs Retain support for PHP < 7.3, fixes #4405 2019-06-22 23:29:14 -06:00
settings Disable HTML5 form validation on backend Settings pages 2020-08-15 20:59:53 -06:00
updates Implement improved "set build" replacement (#5087) 2020-09-02 14:48:08 +08:00
EventLogs.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
MailBrandSettings.php Remove unused imports 2018-08-24 19:51:59 +02:00
MailLayouts.php Remove unused imports 2018-08-24 19:51:59 +02:00
MailPartials.php Remove unused imports 2018-08-24 19:51:59 +02:00
MailTemplates.php Remove unused imports 2018-08-24 19:51:59 +02:00
RequestLogs.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
Settings.php Provide an accessor for the form widget of the Settings controller (#5212) 2020-07-15 14:04:01 +08:00
Updates.php Implement improved "set build" replacement (#5087) 2020-09-02 14:48:08 +08:00