merdan
9489f49958
home page start
2021-03-11 15:16:57 +05:00
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
Luke Towers
7fde924ec1
Finish implementing october:util purge uploads command.
...
Only works for uploads stored on the local disk right now, support for remote disks may be added in the future at some point.
Replaces #4518 & #4029 . Credit to @LukeTowers, @BennoThommo, & @austinderrick.
2020-08-15 00:33:08 -06:00
Calum
1c621ae4c9
Support git submodules in october:util git pull ( #5047 )
2020-04-19 19:56:19 -06:00
Ben Thomson
a59d3b83eb
Code quality clean up ( #4449 )
...
Credit to @bennothommo
2019-07-18 08:50:37 -06:00
Oliver Buchmann
cd275554f2
Add october:util set project --projectId=id console command ( #3946 )
...
Implements #3944 . Credit to @obuchmann.
2018-11-29 13:26:21 -06:00
Nathan van der Werf
0947406343
Remove senseless proxy functions
2018-08-15 18:35:15 +02:00
Gonzalo Henríquez
1d33c69c8c
Allow for custom client-side localization strings ( #3505 )
...
Fixes #3504 . Allows for localization strings to be considered before client-side lang compilation. Credit to @bombozama
2018-04-15 01:39:30 -06:00
Luke Towers
cf6ca02886
Support no database existing when october:util set build is run
...
This fixes an issue when composer automatically calls the `php artisan october:util set build` command after installing dependencies but before a database has been initialized for October.
2017-08-13 15:53:19 -06:00
Samuel Georges
c83b432e36
Add exception handling
2017-07-14 22:29:36 +10:00
Samuel Georges
78d722adf0
Set last build number, updating via composer
2017-07-14 22:01:11 +10:00
Samuel Georges
f6eade56af
fire -> handle
2017-07-14 16:28:47 +10:00
Quezler
cc17b679f1
Code dusting ( #2826 )
...
Code cleaning according to PSR-2 w/ exemptions (mostly dust).
2017-04-24 21:38:19 +10:00
Samuel Georges
0a981a25f7
API docs progress
...
Controller -> SystemController for consistency
2017-03-16 17:08:20 +11:00
Muah
f505f3577f
Add helper info for the util command
2017-02-19 13:31:32 +11:00
Pásztor Gábor
cf1fda7437
Allow combine scss files from command.
2016-11-16 20:09:46 +01:00
Samuel Georges
d50c7591cf
Move the datepicker to storm
...
Write docs on usage
2016-05-12 06:48:10 +10:00
Samuel Georges
e75b01b878
Compiled client locale files now include moment config
2016-04-23 13:12:41 +10:00
Samuel Georges
fad028bc40
Add local cmsObject.fillViewBagArray event
...
Tidy up some inline docs
2016-03-19 13:22:08 +11:00
Samuel Georges
77367c4cd9
Adds windows support to october:util git pull
2016-02-25 14:38:07 +11:00
Samuel Georges
79dfb37fe3
Adds october:util git pull command
2016-02-25 14:28:50 +11:00
Pásztor Gábor
537f637e47
Storage path
2016-01-15 10:07:39 +01:00
Samuel Georges
3f58cd70fc
And client-side locale messages
2015-07-29 19:17:38 +10:00
Samuel Georges
846858f2cb
Add --debug flag to "compile js" utility cmd
2015-07-15 16:52:13 +10:00
Samuel Georges
54fe8452e5
uploadsPath -> cms.storage.uploads.path
2015-02-23 19:55:41 +11:00
Samuel Georges
7145aac457
Prepare for CDN, config rename cms.plugins|themes|uploadsDir -> cms.plugins|themes|uploadsPath
...
Deprecate data-trigger-type on triggerapi
Fixes ref to Util class
2015-02-17 20:58:38 +11:00
Samuel Georges
c4cef299dd
Fixes #828 - php artisan october:util compile assets
2015-01-12 20:08:53 +11:00
Sam Georges
c83797231d
Subsequent expressions are on a new line (see developer guide > PSR exceptions)
2014-11-01 12:00:45 +11:00
Stefan Talen
f85087eac6
Updating modules/system
2014-10-18 11:58:50 +02:00
Sam Georges
19a3fe2b43
Added a new console command `october:util` for performing utility and maintenance tasks.
2014-07-25 17:43:03 +10:00