Luke Towers
2fbd5eee05
Obtained the winter\ namespace
2021-03-09 14:37:09 -06:00
Luke Towers
62fbbdc182
Further WIP on October -> Winter rebrand
2021-03-07 02:24:21 -06:00
Luke Towers
7d80b771fe
Initial work on Winter rebrand for 1.0 branch
2021-03-06 04:06:19 -06:00
Marc Jauvin
15e4e53901
fix typos in halcyon ( #5066 )
2020-05-05 11:12:45 -06:00
Calum
1c621ae4c9
Support git submodules in october:util git pull ( #5047 )
2020-04-19 19:56:19 -06:00
Kallef Alexandre
b4c65e9feb
Added plugin:rollback command ( #4389 )
2020-04-11 09:46:22 -06:00
Luke Towers
e4571c3dd4
Add usingSource method to active datasource ( #5017 )
...
This allows the `theme:sync` command to properly sync to specified targets.
Fixes #4887 . Replaces #4935 . Credit to @bennothommo for the initial implementation.
2020-04-01 18:12:50 +08:00
Ben Thomson
a92597064b
october:env command fixes
...
- Adds quotes around all strings inserted into config files, preventing them from being interpreted as constants.
- Changed all private methods in OctoberEnv.php to protected.
- Updated test to check some config files for expected changes.
2020-03-29 15:42:46 +08:00
Ben Thomson
6dbfdd7e65
Allow quotes to be correctly handled by october:env ( #4986 )
...
This fix will apply quotes around string environment variables which contain either a single, or double, quote as well as any variables with a hash symbol - escaping any double-quotes encountered. When artisan october:env is run, this should correctly transfer all configuration values from the config files to the .env file.
Fixes #4979 .
2020-03-26 23:40:01 +08:00
Samuel Georges
4fb897ff12
Fixes bug showing the entered password
2019-12-24 18:10:17 +11:00
Samuel Georges
2b45c3f322
Simplify wording to sound more DOS-era robotic
2019-12-24 17:43:25 +11:00
Ben Thomson
a66310bd56
Allow changing of Backend user passwords through CLI. ( #4836 )
...
Adds an Artisan command "october:passwd" to change the password of a Backend User through CLI. This command may only be run through CLI - it will not work if called through a web handler.
Refs: #3521 , #4835 . Docs: 1f3bfc719e
2019-12-23 08:19:15 +08:00
Ben Thomson
07d74ebb1b
Fix sync command, minor cleanup ( #4645 )
...
Fixes #4642 , adds some unit testing for the AutoDatasource. Credit to @bennothommo
2019-10-09 08:54:13 -06:00
Dan Harrin
9521dd795c
Minor Formatting Corrections in Usage Comments ( #4541 )
...
Credit to @DanHarrin
2019-08-15 09:14:54 -06:00
Ben Thomson
a59d3b83eb
Code quality clean up ( #4449 )
...
Credit to @bennothommo
2019-07-18 08:50:37 -06:00
Ben Thomson
8768e0a54c
Support environment variable for database templates
2019-06-06 21:22:05 +08:00
Samuel Georges
6f021d5f20
Refactor ThemeSync console command
2019-06-01 13:42:29 +10:00
Samuel Georges
17cea816d8
enableDatabaseLayer -> databaseTemplates
2019-06-01 12:40:17 +10:00
Ben Thomson
7b2a772525
Finish theme:sync command ( #4276 )
...
Credit to @bennothommo
2019-04-19 09:07:48 -06:00
Luke Towers
630d543959
Merge branch 'develop' into wip/halcyon-db-datasource
2019-04-11 12:30:29 -06:00
Tomasz Strojny
956a234920
Add ability to specify the connection used for running tests ( #4159 )
...
Credit to @czerwonyd
2019-03-31 06:28:24 -06:00
Filip Iulian Pacurar
6e798079ca
Defer plugin installs from october:install until October is installed ( #4156 )
...
Fixes #4155 . Credit to @filipac.
2019-02-22 16:40:47 -06:00
LucasZdv
44cc080769
Added plugin:list, plugin:disable, & plugin:enable artisan commands ( #4127 )
...
Credit to @LucasZdv. Documented by https://github.com/octobercms/docs/pull/356
2019-02-22 12:50:01 -06:00
Aleksey Bobkov
bff2f1d59e
Minor improvement in the update gateway API calls.
2019-01-05 15:18:04 -08:00
Luke Towers
5f78fd4df9
Initial implementation attempt for theme:sync command
2018-12-16 09:43:33 -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
Filip Iulian Pacurar
dcd309ffb0
Add option to install developer plugins from the october:install command ( #2974 )
...
Credit to @filipac. Initially requested in https://github.com/octobercms/october/pull/2694
2018-11-23 00:24:45 -06:00
Luke Towers
bba42c36e9
Added outline of theme:sync command
2018-11-05 14:35:41 -06:00
Nathan van der Werf
0f0d108da0
Remove unused imports
2018-08-24 19:51:59 +02:00
Nathan van der Werf
66fa03f17e
Revert "Remove unused imports"
...
This reverts commit 742a5f415bc45819b11c77402efc114fa2f4451e.
2018-08-24 19:40:40 +02:00
Nathan van der Werf
8b6f11e6ac
Extract child instructions
2018-08-15 19:25:42 +02:00
Nathan van der Werf
a3d7a028b4
Replace is_null with "=== null" comparison
2018-08-15 18:54:46 +02:00
Nathan van der Werf
0947406343
Remove senseless proxy functions
2018-08-15 18:35:15 +02:00
Nathan van der Werf
11e8a3a92c
Remove methods which are identical to parent method
2018-08-15 18:30:03 +02:00
Nathan van der Werf
742a5f415b
Remove unused imports
2018-08-15 18:27:36 +02:00
Luke Towers
99478a4fcc
Remove unnecessary reference.
...
Fixes #3044
2018-08-06 08:25:23 -06: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
Alexandre Villeneuve
812b96bdac
Add humans.txt to mirror files ( #3494 )
2018-04-10 17:50:01 -06:00
Luke Towers
0ac7f340be
Remove sensitive data from the tracked config files after running october:env
2018-04-06 01:18:07 -06:00
Derrick Austin
74b3780ab5
Build Number Bugfix: Console Upgrade ( #3357 )
...
Credit to @austinderrick
2018-01-11 11:59:30 -06:00
Samuel Georges
d2b2534699
Fixes poorly named event
...
Event names should be based on the class name, not the command name (so shouldn't ever need to contain the : character)
Refs #1644
2017-11-27 15:50:37 +11:00
Luke Towers
dfd629ee75
Added system.console.october:mirror.extendPaths
...
Fixes #1644
2017-11-22 13:59:23 -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
Samuel Georges
25bcc35020
Stream notes to console
2017-05-20 09:03:58 +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