Releases · hechoendrupal/drupal-console

v1.9.10

Update drupal console core to 1.9.8 to installations with the Drush 11.2 and higher

v1.9.9

  • D9 Deprecated function call to getUsername in DatabaseLogBase:221 - - #4292
  • [ console ] drupal cr triggers a fatal uncaught error - - #4261
  • fix: revision translation revert - - #4253
  • Fix fatal when scaffolding a FieldWidget. - #4239
  • [generate:entity:content] misses revision annotations - #4284
  • [generate:plugin:ckeditorbutton] Spelling error of variable in plugin.php.twig - #4203
  • generate:module gives Fatal error: Call to a member function getPath() - #4118
  • fix: bad namespace - #4206
  • fix: missing property - #4208
  • fix(generator): block description index - #4199
  • [config:import:single] Writing to DB before using the ConfigImporter - #4236
  • Generate content entity: Revision links broken - #4317
  • [generate:entity:config] SchemaIncompleteException on Drupal 9 when using generated config entities - #4280
  • [generate:entity:content] Start using show_revision_ui Entity Annotation Key - #4000
  • Update links.task-entity-content.yml.twig - #4215
  • Fix array_pop call - #4233
  • Fix drupal 9 deprecations in generateentitycontent] - #4214
  • [generate:plugin:field] Missing coma in fieldwidget.php.twig - #4201
  • [site:install] console.site_install - You have requested a non-existent service "extension.list.module". - #4265
  • [config:export] Path is broken on windows - #4195
  • [config:export] directory incorrectly prefixed with composer root - #4245
  • [config:export] broken in 1.9.4 - #4198
  • fix sync directory path - #4219
  • [generate:plugin:block] Default content broken - #4217
  • Fix typo - #4339
  • Return value of "Drupal\Console\Command\Config\ImportSingleCommand::execute()" should always be of the type int since Symfony 4.4, NULL returned. - #4305
  • replace module handler interface - #4337
  • generate:module gives Fatal error: Call to a member function getPath() - #4118
  • [console] PHP warning in DrupalServiceModifier when commands called on PHP8 - #4310
  • Remove default parameter before required parameter - #4327
  • [console] ProcessBuilder is removed in Symfony 4, hence Drupal 9 - #4330
  • [generate:entity:content] per-bundle-permissions - #4216
  • D9 Deprecated function call to getUsername in DatabaseLogBase:221 - #4292
  • Remove default parameter before required parameter - #4327
  • fix: Use ModuleHandlerInterface instead of ModuleHandler - #4333

v1.9.8

Remove deprecated code. (#4324)

* Feat: replace system_rebuild_module_data()

* Feat: replace REQUEST_TIME

* Feat: replace format_date()

* Feat: remove update_fix_compatibility()

https://www.drupal.org/node/3026100

* Feat: replace user_load()

* Feat: replace CONFIG_SYNC_DIRECTORY

* Feat: replace drupal_get_profile()

* Feat: replace config_get_config_directory()

* Feat: replace prepareLegacyRequest()

* Feat: replace ResourcePluginManager->getInstance()

* Feat: replace Drupal\simpletest\TestDiscovery

* Feat: replace db_insert()

* Fix: module installed detection using module_handler service

* Remove the interaction part, because in Drupal 9 we have only one config folder.

* Use imports of the classes instead of full classified name of the class.

* Use dependency injection instead of direct call of \Drupal::service.

* Use dependency injection instead of direct call of \Drupal::service in Uninstall command class.

* Move vars outside loops.

* Use dependency injection instead of direct call of \Drupal::service in Manager class.

* Set Drupal console version 1.9.8.

Co-authored-by: Simon <s.foster@tabs-software.co.uk>

v1.9.7

[console] update version 1.9.7 (#4290)

v1.9.5

Drupal 9 support

Symfony 4.4 support
Twig 2 support
Remove php 5 support

v1.9.4

v1.9.3

f26fd9b Update version to 1.9.3 (#4144)
c4a3b5f Add --default option to database:add (#4143)
3c83f02 Add bundle permissions for content entity (#4138)
e03be58 Generate revisional entity content is broken (#4139)
b84ad5c Ensure $roles is an array when creating users. (#4134)
b34af90 [TravisCI] Create a local mirror Composer repository to load drupal/console from the git clone (#4137)
a4ce15b Fix TravisCI testing (#4136)

v1.9.2

v1.9.1

v1.9.0

5719ccc Update version to 1.9.0
9a895aa Modified the install command to return the proper exit code in case of error. (#4080)
6af1543 [generate:event:subscriber] Added coding standard (#4076)
918a883 4071 command coding standard (#4074)
46fb9eb [debug:database:table] Sqlite support (#4073)
ee79d2e [console] Fixed coding standards (#4072)
4734956 [generate:entity:content] Fixed coding standard errors (#4070)
f6981bc [generate:controller] Validate class file is already exist (#4066)
df8b95b [site:status] improvements (#4063)
9685080 [boostrap] Enabled the uri base path (#4064)
047c18b Fix module uninstall translation (#4062)
131bb18 [site:install] Small improvements (#4061)
ac553b7 [update:execute] Fixed update table (#4060)
db15e4e by rlmumford: Support batch updates. (#4057)
5d6a21a [generate:entity:content] Enabled has-form option (#4058)
a026e44 4044 config export all option (#4045)
813ad24 [site:install] Change dbFile if the installation is a multisite (#4056)
3c23a09 [services] Relocated multisite services (#4055)
ddb3030 [site:install] Fixed typo (#4054)
1141d03 [generate:module] Show multisite dir to generate (#4053)
1247f20 [site:install] Improve support of --db-url (#4049)
bfce216 changed source storage variable initiation to use service instance for if --directory option is not passed in (#3902)
7ea06da [router:rebuild] Handle unsuccessful rebuild (#4050)
e64ab9b [config:override] Refactor 3772 allow nested configs (#4047)
304ff7e Use Database::getConnectionInfoAsUrl to get the db URL (#4046)
72bd831 3980 reinstall sqlite (#4043)
84928c3 update alchemy-zippy dep version (#4042)
f1dc3aa [site:install] Implement db_url to install (#3917)
610b6d9 [database:add] Hide the dbpass on interactive mode (#4041)
6fe73b3 fix so that multi site command uses uri argument (#3871)
039a064 [multisite:new] Validated uri name (#4039)
a122272 Test PHP 7.2 and 7.3 and support 7.x (#3903)
6f42420 Update rest resource command (#3869)
5fdb488 [database] Run database commands without Drupal bootstrap (#4038)
62faf57 [database:restore] Fixed conflicts of #3856 PR (#4037)
02726f5 [plugin:block] Change the option label to plugin-label (#3851)
c2c3efb added 'all' option for exporting all content types (#4036)
168b250 [templates] Updated text_format to get the value (#4035)
8b2753d [console] Added the ContainerAwareCommand extension to commands that have services (#4034)
b0a15c9 [generate:entity:content] Add coding standards for Entity classes (#4031)
5a05088 [generate:module] Fixed dependencies validation (#4030)
245767a [generate:plugin:skeleton] Fixed namespace (#4028)
404a026 4020 fix update execute command (#4027)
241d793 [config:export:view] Fix overwritten info.yaml (#4026)
9bbc171 [site:install] Add error message to failed connection (#4024)
ca39d83 --exclude-cache option for database:dump command (#4019)
3f87907 Allow unblocking a blocked user. (#4018)
7f914f7 [update:execute] run trailing post updates if there is no updates (#3996)
f463c75 allow alchemy/zippy version to go above 0.4.3 (#3876)
407edf1 Add missing use statements (#4015)
6d6ac03 3978 db dump exception (#3979)
ad79269 Refactoring (#3967)
a0f3f93 3943 maintenance mode update entities (#3963)
51035af 1088 interfaces into src (#3960)
c179f09 Add source_module to the template. Improve code: fix comments and order use statements alphabetically (#3858)
a6d97a2 Add composer:generator command. Replace generation of composer.json file in Module Generator Command to chain using new composer:generator command (#3844)
d80825f Add logger channel generation for generate:service command (#3841)
75f5784 3948 backup file check (#3953)
efe17e2 Add support of additional database from settings for drop db command (#3910)
b52f3e9 Add an opportunity to add multiple view fields at once (#3883)
fe65097 Add error message when view doesn't exist. Fix translation strings (#3911)
f7cf0fd Add authenticated users to user generation (#3946)
a267393 3954 machine name (#3962)
ca380de 3965 remove UUID (#3989)
5e668f6 [generate:plugin:queue] Create new command to generate QueueWorker (#3950)
098f487 Fix codings issues for generate:plugin:condition template file (#3873)
22490f2 Fix coding standards for generate:form command. (#3900)
ee8ebb5 Add a new option pattern. Improve the code styling (#3913)
e952107 3860 region options (#3959)
09114aa 3956 entity clean up (#3957)
0ca9d6a [composer] Remove guzzle and use it from the core (#3874)
aa5197b Generator of rules condition (#3827)
a0714c5 Add generate:plugin:rules:dataprocessor command (#3828)
a626074 Renovated command generate:plugin:rules:action (#3824)
7103912 3888 database dump escape (#3906)
9cff0df Use EntityPublishedTrait (#3991)
aeeb3a3 3955 site status (#3958)
754b55f Escape single quotes in .info.ym file generation for generate:module cmd (#3972)
eeba535 Replace username with message for deleted users (#3945)
05d81f7 Remove missing variable (#3952)
d7bf425 Wrap default value with quotes (#3944)
dafe9ea 4011 debug container (#4012)
1a7ba53 [config:export] Warnings on language directories (#3863)
e60ecb6 3794 export entities (#3875)
5f84adb Revert "Added Paragraph type export to export Paragraph type's fields with command drupal config:export:paragraph:type (#3880)" (#4009)
e30b14d Added Paragraph type export to export Paragraph type's fields with command drupal config:export:paragraph:type (#3880)
4321d51 Fix for generate:controller. See #3998 (#3999)
3051dbb Fixed missing default argument (#3988)
d72f5c0 FIX #3983: Correct coding standards for EventSubscriber class (#3984)
3782e09 Remove -A option to enable autocomplete on the mysql client (#3973)
f79dab4 Fix [Drupal\Component\Plugin\Exception\PluginNotFoundException] error (#3897)
912508f Grant [generate:entity:content] correct view permissions for revisions (#3932) (#3933)
37730ce Changes constructor type signatures (#3919) (#3934)
d1adc9d Ask for db prefix only if it is not explicitly set (#3930) (#3931)
6e8f602 Fix typo (#3923)
9b0a7b0 [create:nodes] Using a default language code (#3915)
2f90c7e Fix [module:uninstall] Deprecated each() function #3908 (#3909)
6264614 Fix issue #3898 (#3899)
1d08ccb Change deprecated composer template license. (#3887)
f69efe5 Replate deprecated drupal_set_message (#3867)
bd35d15 [modules] Fix validation in ProjectDownloadTrait (#3870)
f5fd6de 3275 remove translation code (#3822)
3e5a458 Enable Maintenance mode for database:restore during execution (#3811)
39...

Read more