Releases: hechoendrupal/drupal-console
v0.7.8
v0.7.7
v0.7.6
v0.7.5
- [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
v0.7.4
[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
v0.7.3
- [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.
v0.7.2
- [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
v0.7.1
[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
v0.7.0
[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