drupal-console

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.

GPL-2.0 License

Downloads
14.6M
Stars
939
Committers
350

Bot releases are hidden (Show)

drupal-console - v0.7.8

Published by jmolivas over 9 years ago

[FIX] Make module path discoverable to Twig_Environment #580

drupal-console - v0.7.7

Published by jmolivas over 9 years ago

[FIX] Generated form not executing submitform #573
[IMPROVEMENT] Code update to facilitate drush integration #578

drupal-console - v0.7.6

Published by jmolivas over 9 years ago

  • [IMPROVEMENT] New Command
Command Description
init Copy configuration files to user home directory. #568

[FIX] No response when in drupal directory #565
[IMPROVEMENT] Add config dist files #563
[FIX] Travis file on drush site-install #560

drupal-console - v0.7.5

Published by jmolivas over 9 years ago

  • [IMPROVEMENT] New Commands
Command Description
site:status View current Drupal Installation status #501 #505
chain Chain command execution #525 #526
  • [IMPROVEMENT] Add Romanian translation messages. #503 #504
  • [FIX] Add a default form handler for Content Entity. #502
  • [IMPROVEMENT] Enhancement permission generator #509
  • [IMPROVEMENT] New translated Hungarian strings. #511
  • [IMPROVEMENT] Add chain command Helper #512 #519
  • [IMPROVEMENT] Refactor plugin block #521
  • [IMPROVEMENT] Refactor autoload helper #524
  • [FIX] Remove duplicated messages. #528 #529
  • [FIX] Entity content file annotation. #534 #541 #542
  • [IMPROVEMENT] French translation messages. #537 #538
  • [FIX] Entity content checkCreateAccess. #540
  • [IMPROVEMENT] Update to Drupal beta 9. #548
  • [IMPROVEMENT] Module path option must be a relative path #550
  • [IMPROVEMENT] Read arguments and pass on 'chain' command. #554
drupal-console - v0.7.4

Published by jmolivas over 9 years ago

[FIX] Make generated code drupal coding standards compliant #475
[IMPROVEMENT] Validate input class-name for generate:Command and PluginBlock #488
[IMPROVEMENT] Rules Action translated to Hungarian and fixed PHP notices #490
[IMPROVEMENT] Refactor show generated files feature #492
[IMPROVEMENT] Prepend leading forward slash on route path #494 #496
[IMPROVEMENT] Verbose-output code for learning #498

drupal-console - v0.7.3

Published by jmolivas over 9 years ago

  • [IMPROVEMENT] New Command #452
Command Description
generate:plugin:rulesaction Generate a plugin rule action
  • [FIX] Update project dependencies. #448
  • [IMPROVEMENT] Refactor message feature. #453
  • [FIX] Drupal coding standards. #457 #485
  • [IMPROVEMENT] Service generator ask for generate an interface. #461 #468
  • [FIX] Wrong message for missing module name when uninstalling a module. #466
  • [IMPROVEMENT] Hungarian transalations. #467 #470
  • [FIX] Migrate debug command to use class properties. #472
  • [FIX] Export site configuration results in a PHP Fatal error. #476
  • [FIX] Exception when drupal not installed. #482
  • [FIX] Issues with Drupal Beta 7 release. #483
  • Several typo fixes.
  • Several code clean-up and PSR2 project code fixes.
  • Several code clean-up and Drupal standards generated code fixes.
drupal-console - v0.7.2

Published by jmolivas over 9 years ago

  • [IMPROVEMENT] New Commands
Command Description
config:edit Edit the selected configuration.
config:export Export current application configuration.
config:override Override config value in active configuration
generate:permissions Generate module permissions
rest:disable Disable a rest resource for the application
rest:enable Enable a rest resource for the application
site:maintenance Switch site into maintenance mode
site:mode Switch system performance configuration
test:debug List Test Units available for the application.
  • [IMPROVEMENT] Apply PSR-2 Coding standards to project code
  • [IMPROVEMENT] Prompt for module dependencies on generate:module
  • [IMPROVEMENT] Add Portuguese language
  • [IMPROVEMENT] Remove dependecy "alchemy/zippy": "0.2.*@dev"
  • Several fixes
drupal-console - v0.7.1

Published by jmolivas over 9 years ago

[IMPROVEMENT] Display report of generated files #348
[IMPROVEMENT] Remove generate structure question on module generation #350
[FIX] Fix error on service file rendering #349
[FIX] Fix messages typos #349
[FIX] Code violations fixed #340, #342, #344
[IMPROVEMENT] Replace artack/dom-query with symfony/dom-crawler #345 , #346
[IMPROVEMENT] New command added rest:debug

drupal-console - v0.7.0

Published by jmolivas over 9 years ago

[IMPROVEMENT] Support for new Drupal release beta 06
[IMPROVEMENT] New Authentication Provider Generator command
[IMPROVEMENT] New Module install command
[IMPROVEMENT] New Module uninstall command
[IMPROVEMENT] New Module download command
[IMPROVEMENT] Add checkbox to form field type
[FIX] Several fixes to translation messages
[FIX] Fix self-update command

drupal-console - v0.6.5

Published by jmolivas over 9 years ago

[FIX] Wrong brace position for generated classes and interfaces #258
[IMPROVEMENT] Update english messages #319
[IMPROVEMENT] New commands migrate:debug & migrate:execute #314
[IMPROVEMENT] New command module:debug #321

drupal-console - v0.6.4

Published by jmolivas almost 10 years ago

[FIX] Welcome to ... message printing twice. #309

drupal-console - v0.6.3

Published by jmolivas almost 10 years ago

[IMPROVEMENT] Refactor Helpers #305
[IMPROVEMENT] Update command translation key #306
[IMPROVEMENT] Add translation to rest resource command #307

drupal-console - v0.6.2

Published by jmolivas almost 10 years ago

[IMPROVEMENT] Add Spanish translations #288
[IMPROVEMENT] Add Self update Command #294
[IMPROVEMENT] Add select, radios & checkboxes fields in form generator #278
[IMPROVEMENT] Add Rest Resource Plugin Command #289
[IMPROVEMENT] Add multilingual support for generated modules #300
[FIX] Change label to admin_label on Block Plugin generation #301
[IMPROVEMENT] Update readme add link to gitbooks #303
[IMPROVEMENT] Set class_name only as _title on Form generation #304

drupal-console - v0.6.1

Published by jmolivas almost 10 years ago

[IMPROVEMENT] Update es messages #282
[IMPROVEMENT] Update fr messages #283
[FIX] Failed to open stream config.yml file #284
[IMPROVEMENT] Update version number display, remove environment #285

drupal-console - v0.6.0

Published by jmolivas almost 10 years ago

[IMPROVEMENT] Add Supporting organizations section to readme #271
[FIX] Removing spaces in the name of entity class #273
[IMPROVEMENT] Clear all caches #274
[IMPROVEMENT] Add translator component #276
[IMPROVEMENT] Translate commands #279
[IMPROVEMENT] Add messages #280
[FIX] Update version to 0.6.0 #281

drupal-console - v0.5.2

Published by jmolivas almost 10 years ago

[FIX] Fix build and Update test #266
[IMPROVEMENT] Enable Textarea as valid field type #264, #265
[FiX] Removed unused classes and fixed coding standards #268
[IMPROVEMENT] Add config file #269

drupal-console - v0.5.1

Published by jmolivas almost 10 years ago

[FIX] Update readme add install global instructions #257
[FIX] Fix console autoload path #255, #259
[FIX] Show disabled no-core modules #249, #261
[FIX] Add new end-line to yml files #262
[FIX] Update version number #263

drupal-console - v0.5.0

Published by jmolivas almost 10 years ago

[FIX] Fix watchdog messages on Block form submit #243
[IMPROVEMENT] Set message when entity saved #244
[IMPROVEMENT] Set message when deleting entity #245
[FIX] Validate form field type #246
[IMPROVEMENT] Update services trait #247
[FIX] Config entity properties should be protected. #251
[FIX] Fix non-existent 'exists' callback declared in the config entity form. #252
[FIX] Standardize config entity routes. #253
[FIX] Standardize content entity routes. #254
[IMPROVEMENT] Allow running console globally #256

drupal-console - v0.3.1

Published by jmolivas almost 10 years ago

[FIX] Update and synchronize with Drupal 8 beta 4 release #238, #239
[IMPROVEMENT] Add cache rebuild command #240

drupal-console - v0.3.0

Published by jmolivas almost 10 years ago

[FIX] System rebuild module data #234
[IMPROVEMENT] Allow the console to run as standalone #233
[IMPROVEMENT] Trait empty value validation #231