Skip to content

Releases: hechoendrupal/drupal-console

v1.8.0

21 Mar 21:12
368bbfa
Compare
Choose a tag to compare

368bbfa [console] Tag 1.8.0 release. (#3842)
21f311d (add-site-gsa) [docker:init] Apply chmod to directory before/after generate files. (#3840)
037dcec [docker:init] Add command. (#3839)
85cd754 [dotenv:init] Improve env and setting files generation. (#3838)
0368218 [debug:config] Add show-overridden flag. (#3837)
e6bf8a2 [dotenv:init] Fix templates path when Drupal not installed. (#3836)
4d0decf [composerize] Remove use statement. (#3835)
65f9633 Fix link check. Update validator translation string (#3826)
adb8174 Set all as default value. Remove interact mode, because we do not need anymore (#3834)
dbfc97c Fix issue #3831 (#3832)
f26d0a1 Fix issue 3829 (#3830)
130283a [console] Validate container has system.config_subscriber service. (#3820)

v1.7.0

06 Mar 22:02
f4edcad
Compare
Choose a tag to compare

f4edcad [console] Tag 1.7.0 release. (#3819)
f60afb6 (drupal/master) [dotenv:init] Add .env dependency message. (#3818)
e66605e [config:*] Add configuration to stop site uuid config import/export error. (#3806)

v1.6.1

21 Feb 16:15
85a6948
Compare
Choose a tag to compare

85a6948 Tag 1.6.1 release. (#3803)
c7e848f [dotenv] Relocate commands. (#3802)
5f1d955 [console] Suggest vlucas/phpdotenv dependency. (#3801)
db9fa88 Replace checkbox with boolean_checkbox (#3795)
31f333c Make symfony/thanks a suggestion rather than a hard requirement. (#3789)
932f2e2 [console] remove drupal/console-dotenv dependency. (#3800)
879e1b6 [console] Remove gabordemooij/redbean dependency. (#3799)
08a0c78 [console] Require drupal/console-core master. (#3798)
ed7d486 [console] Remove unused symfony/expression-language package. (#3797)
ea920a9 [composerize] Replace console.root service with drupal_finder service. (#3796)
7df301b (origin/master, origin/HEAD, drupal/master) Pass TranslatorManager through DI in order to have access to it in configure function of the command (#3763)
0c47f84 Use interface instead of classe, if it is possible (#3777)
12ef535 [create:*] Create content exception. Fix #3779 (#3781)
3741529 Fix the wrong param name (#3785)
28c464d Fix issue 3133 (#3793)

v1.6.0

13 Feb 04:59
05812d0
Compare
Choose a tag to compare

05812d0 [console] Tag 1.6.0 release. (#3782)
3f64cc1 Add form element for the status and make name field required (#3775)
b596bfe Replace invalid commands service with console container (#3759)
5306d69 [site:install] Load commands after site installation. (#3776)
2e7e1b3 Small bugfix for update:execute, removing extra unneeded parameter from runUpdates. (#3757)
7273643 [console] Add new option for generate ajax commmand. (#3755)
dfbca67 [site:install] Fix dbHostQuestion ask null. (#3754)
b386af7 [license] Update version GPL-2.0+ is deprecated. (#3752)
85766ba "[console] Pass DrupalFinder to DrupalConsoleCore." (#3751)
76f005b [console] Show message only on list command. (#3750)
a8a6aa1 3729 role improvements (#3745)
dcc986f [locale:language:add] Add multiple languages as arguments (#3738)
4573260 A new format output for adding new fields (#3747)
0b6f4c4 (origin/master, origin/HEAD, drupal/master) Adding ArrayInput trait. Add spaces for contantination. Fix the bug with missing default_code (#3743)
281b4e8 Fix parameter class. (#3742)
f68bcf9 [generate:module] Fix parameter name. (#3741)
7d827bd [console] Add DrupalFinder as service. (#3740)
e98a6f7 [generate:help] Fix duplicated use statement. (#3739)
40ec43d Implementation of GeneratorInterface (#3737)
4b480ce [generate] Implement GeneratorInterface fixes. (#3735)
52c9638 3515 form trait input multi values (#3734)
bac0de0 [theme] Refactor theme commands. Fix #3696 (#3703)
0ee42c6 [console] Apply PSR-2 code style. (#3732)
e203274 Implementation of generator interface (#3731)
b0a14a8 Replace default value and update handling of Enter input from the user (#3730)
c1c7deb [generate:command] Replace null with empty string as default value on choiceNoList. (#3728)
6523926 Add symfony/thanks Composer plugin (#3727)
f24306f [user:create] Remove email default value. (#3726)
b48099c [console] Remove un-usued createGenerator legacy method. (#3725)
82df098 [user:create] Set email default as empty string. (#3723)
fe34f5f [user:create] Remove email default null value. (#3724)
46c6303 Add support of multiple values for breakpoints option, when we use inline options (#3713)
7f8a6eb [generate:controller] Add default value. Fix #3719. (#3722)
0fb1b34 [console] Remove useless traits and death code. Fix #3716 (#3717)
c9d2e62 [generate:ajax:command] Update Generator to implement GeneratorInterface. (#3721)
edd12a9 [generate:command] Add generator option. (#3720)
723d580 Add new trait ArrayInputTrait, which will parse nested data. Switch muti value options to array to handle them properly, when receive params through the options (#3712)
ca88d11 Fix cs for AuthenticationProviderCommand (#3709)
d9cce58 Fix cs for AjaxCommand (#3708)
c3a8b53 [generate:ajax:command] Change command extend Command not ContainerAwareCommand. (#3706)
80cde77 [generate:command] Add initialize option. (#3704)
cfd8ad6 Remove unused variables (#3702)
dea5fee [console] Remove unused vars in feature trait. Fix #3686. (#3692)
5fa51d1 Fix translation for generate ajax command. (#3690)
02acda8 Remove Drupal core code drupal_set_message in theme install and uninstall commands. Fix the message for theme install command when dependencies are not met (#3697)
4a8746c [generate:module] Fix issues with .info template. (#3689)
dd25b2a Add extension annotation to views command. (#3688)
2bf3d00 [console] Replace DrupalStyle object usage. Fix #3685 (#3691)

v1.5.0

11 Jan 19:49
e468cbe
Compare
Choose a tag to compare

e468cbe [console] Tag 1.5.0 release. (#3684)
98023b3 [ user:* ] Update user commands. (#3683)
a8acc09 Issue 3600 missing db connection (#3680)
ec179ed Issue 3672 yml template quoted values (#3679)
f08a2fa ReMove default assignment alias in abstract class. The alias should be set in the classes which extend the FormCommand (#3678)
0935cdc Replace module unput call without params (#3681)
44facf3 [console] Apply PSR-2 code style. (#3677)
39c432d [console] Resolve missing module variable. Fix #3670 (#3671)
5aef231 Add validator of HTTP methods. Move list of http methods to separate method and add settings for it. Change twig template to generate the methods based on HTTP methods accrodingly (#3666)
40c3bc7 Add validation of node id. Fix code structure. Replace the wrong method getTitle with getSubject. Order use statements alphabetically (#3669)
8d28be2 [generate:ajax:command] Add new command. (#3668)
1e8be8b [user:*] Updates for user commands (#3667)
78b6fd8 Order use statements alphabetically. Remove unused variables for drupal root. Add comment for the class. Rename base_theme to theme to be consistent with the option name. Fix coding issues (#3665)
77f518f [cache:rebuild] Add missing comments, order use statements alphabetically (#3663)
468ba22 [composerize] Add support for profiles. (#3675)
13db817 [debug:event] Update display remove ending new line. (#3676)

v1.4.0

08 Jan 19:14
3fda33c
Compare
Choose a tag to compare

3fda33c [console] Tag 1.4.0 release. (#3661)
a860f39 [composerize] Add translation keys. (#3660)
9ae59ed [console] Add missing parameter when initializing Drupal. (#3659)
4db8f5a [console] Apply PSR-2 code style. (#3658)
42c18c3 Add support of --yes (confirmation) parameter for the command, which generate the code and files (#3656)
b586b25 Issue 2178 replace code with module from input (#3653)
6c809c5 [console] Update configuration file paths. (#3657)
7af7c4b Replace assertResponse with ->assertSession()->statusCodeEquals(); (#3654)
e11c3ba [console] Apply PSR-2 code style. (#3652)
5076f18 [config:import] Add skip-uuid option flag. (#3638)
0b89228 [config:export] Remove _core if it's empty. (#3651)
cacaa08 [console] Fix ModuleTrait class. (#3650)
7780d2c Add new method for ModuleTrait, which get module name from input. Replace the code in the FormCommand (#3642)
f30e6e5 Add views display manager through DI (#3646)
268569a [composerize] Add command. (#3643)
115b81e Replace strings theme_default and theme_admin with translations for them (#3640)
b9eebb0 FIX #3556: Add urlRouteParameters function to the content entity class (#3637)
ce6834c #3621 by andrewbelcher: Remove _core if it's empty. (#3629)
384c54c offer module as an interactive option in config:export:single - fixes #3631 (#3632)
407b89e check that the content type exists - fixes #3626 (#3627)
f4e4437 throw exception if module does not exist - fixes #3609 (#3625)
317211a [config:export:content:type] Add --remove-uuid and --remove-config-hash - fixes #3622 (#3623)
d1b230f [console] Support for configurations has multilanguage (#3605)
8f47242 [console] Implement ConfigurationManager changes. (#3649)

v1.3.2

04 Jan 09:02
abc8313
Compare
Choose a tag to compare

abc8313 [console] Tag 1.3.2 release. (#3648)
e8c91ac [server] Add alias serve to command. (#3645)
0aa7eff [create:comments] Add module dependency. (#3644)
23820bf Removed &, objects are by reference by default (#3618)
81c1371 [console] Pass site:install as removableBy argument. (#3624)

v1.3.1

05 Dec 17:06
3a4f666
Compare
Choose a tag to compare

3a4f666 [console] Tag 1.3.0 release. (#3620)
fb15ebe [console] Fix The service file is invalid. (#3619)

v1.3.0

05 Dec 10:02
a7ab1d6
Compare
Choose a tag to compare

a7ab1d6 [console] Tag 1.3.0 release. (#3617)
782a2bc [entity:delete] Add --all option. (#3599) (#3604)
c8f72d1 [console] Update profile path and fix its execution (#3596)
828ed9c [role:delete] New command (#3594)
615cd40 [debug:cotainer] Add --tag option to filter services. (#3616)
b19e75d [console] Remove unused code. (#3615)
1aa0a50 [console] Remove console.service_definitions parameter definition. (#3614)
71d1652 [console] Relocate getData method to drupal-console-core. (#3607)
4e74e98 [console] Set cache key. (#3606)
a8cbb28 [console] Set arguments as null (#3603)
cc9ebdf Delegate yml loader to drupal (#3602)
3ab4b98 [console] Remove usage of expression builder on services registration. (#3601)
5995a90 [console] Validate table 'sessions' exists. Fix #3572 (#3598)

v1.2.0

15 Nov 18:11
5c34670
Compare
Choose a tag to compare

5c34670 [console] Tag 1.2.0 release. (#3593)
a082c99 [console] Fix You have requested a non-existent service 'cache.backend.null'.
fa76191 [console] Add batch file to ./bin for Windows users (#3586)
2ad8c7b [console] Create roles commands (#3588)
-- [debug:roles] New command. Display all aplication roles
-- [create:roles] New command. Create dummy roles
-- [role:new] New command. Create application role
8c14c1d [console] Use message_parser service to store messages. (#3587)