You are here

CHANGELOG.txt in Modules weight 8.2

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Modules Weight 8.x-1.8, 2018-XX-XX
----------------------------------
Changes since 8.x-1.7:

- #2973888 by adriancid: Not all the Unit tests are running.
- #2969639 by adriancid: Use the MessengerTrait instead of inject the messenger
  service in forms.
- #2969333 by adriancid: Fix the module version in the CHANGELOG.txt.
- #2968546 by adriancid: Add color to the reorder option messages.
- #2968529 by adriancid: Simplify the logic expression to detect if there are no
  changes in the status of the mw-show-system-modules command.
- #2961843 by adriancid: Add a help text in the Modules Weight page.
- #2961542 by adriancid: Improve the no weight changed validation in the modules
  weight list form.
- #2959273 by adriancid: Change the description for modules_weight.list_page
  menu.
- #2959271 by adriancid: Use admin theme for module's routes.
- #2958573 by adriancid: Replace drupal_set_message() by Messenger service.
- #2958543 by adriancid: Add as restriction Drupal Core >= 8.6.
- #2939281 by adriancid: Replace the system_get_info calls with the use of the
  extension.list.module service.
- #2939282 by adriancid: Replace the deprecate method
  ModuleHandlerInterface::getName().

Modules Weight 8.x-1.7, 2018-03-28
----------------------------------
Changes since 8.x-1.6:

- #2956730 by adriancid: Changes the Drupal::config calls by 
  \Drupal::service('config.factory').
- #2956560 by adriancid: Create a test to test the Modules List page.
- #2956440 by adriancid: Create a test to test the modules_weight service.
- #2956379 by adriancid: Create a test to test the config form.
- #2955002 by adriancid: Create a test to test the sortArray class methods.
- #2955001 by adriancid: Create a test to test the FormElement class methods.
- #2954989 by adriancid: Rename the prepareDelta method to getMaxDelta.
- #2954963 by adriancid: Put the sortByWeightAndName method in the SortArray
  utility class.
- #2954769 by adriancid: Typo in constants.
- #2954767 by adriancid: Create a test to test the default configuration
  variables.
- #2948864 by adriancid: Add the docblock to the modules_weight service
  constructor.
- #2948860 by adriancid: Create an interface to implement it in the 
  modules_weight service.
- #2944476 by adriancid: Create the composer.json file.

Modules Weight 8.x-1.6, 2018-01-10
----------------------------------
Changes since 8.x-1.5:

- #2935703 by adriancid: Remove unused use statement from modules_weight 
  service.
- #2933083 by NancyDru, adriancid: Sort the modules list by weight and name.
- #2929265 by adriancid: Delete the create() method from the modules_weight
  service.

Modules Weight 8.x-1.5, 2017-12-04
----------------------------------
Changes since 8.x-1.4:

- #2927670 by adriancid, k4: Don't check the config variable inside the 
  modules_weight service.
- #2927570 by adriancid, k4: Remove validateForm() useless method overriding in
  ModulesWeightAdminSettings configuration form.
- #2927567 by adriancid: $this->t() should be used instead of t().
- #2927548 by adriancid: Put inside the modules_weight service the modulesList()
  utility function.

Modules Weight 8.x-1.4, 2017-11-28
----------------------------------
Changes since 8.x-1.3:

- #2923157 by adriancid: Show the names of the modules to which the weight was
  modified.
- #2926915 by adriancid: Made the getModulesList() method more generic.
- #2926907 by adriancid, Crell: Put the modulesList utility function inside the 
  modules_weight service.
- #2926828 by adriancid: Remove the _admin_route option from the 
  modules_weight.modules_weight_admin_settings route.
- #2925116 by adriancid: Remove the functionalities that allows to see the drush
  commands in the module help page.
- #2923106 by adriancid, Crell: Don't use the system_rebuild_module_data()
  function to retrieve the installed modules.
- #2921656 by adriancid: Typecast only one time in
  InternalFunctions::prepareDelta method.
- #2921651 by adriancid: Put the internal utility functions in another file.
- #2921605 by adriancid: Change the placeholder @variable to :variable for urls
  in t() calls.

Modules Weight 8.x-1.3, 2017-10-27
----------------------------------
Changes since 8.x-1.2:

- #2918836 by adriancid: Use the filter_url plugin to convert url in links in
  the module help page.
- #2918577 by adriancid: Update the checkbox description in the Modules Weight
  Settings page.
- #2918575 by adriancid: Hide the module package in mobile devices. 
- #2918506 by adriancid: Hide the module description in mobile devices. 

Modules Weight 8.x-1.2, 2017-10-23
----------------------------------
Changes since 8.x-1.1:

- #2918308: by adriancid Change the --force option in mw-reorder drush command
  by a confirmation question.
- #2915195 by adriancid: Improve the drush section in the help page.
- #2917550 by adriancid: Add styles to the drush command help section.
- #2916900 by adriancid: Show the urls presents in the drush command definition
  as links.
- #2916892 by adriancid: Show the aliases of each drush command in the module
  help page.
- #2916889 by adriancid: Show the options of each drush command in the module
  help page.
- #2916884 by adriancid: Show the arguments of each drush command in the module
  help page.
- #2916878 by adriancid: Show the examples of each drush command in the module
  help page.
- #2916873 by adriancid: Create a detail section for each drush command.
- #2915198 by adriancid: Made visible the drush command definition from the
  module help page.
- #2911879 by adriancid: The drupal_set_message() function is called each time
  a module weight has changed.
- #2911875 by adriancid: Improve the module reorder process.

Modules Weight 8.x-1.1, 2017-09-21
----------------------------------
Changes since 8.x-1.0:

- #2910642 by adriancid: Update the module documentation with the new drush 
  commands.
- #2910671 by adriancid: Allow to use negative values with the drush mw-reorder
  command.
- #2910645 by adriancid: Add the --force option to the mw-list command.
- #2910639 by adriancid: Add the --force option to the mw-reorder command.
- #2910009 by adriancid: Drush command to show the modules weight list.
- #2909977 by adriancid: Drush command to change the module weight.
- #2909962 by adriancid: Drush command to configure the module options.

Modules Weight 8.x-1.0, 2017-09-12
----------------------------------
- Initial release.

File

CHANGELOG.txt
View source
  1. Modules Weight 8.x-1.8, 2018-XX-XX
  2. ----------------------------------
  3. Changes since 8.x-1.7:
  4. - #2973888 by adriancid: Not all the Unit tests are running.
  5. - #2969639 by adriancid: Use the MessengerTrait instead of inject the messenger
  6. service in forms.
  7. - #2969333 by adriancid: Fix the module version in the CHANGELOG.txt.
  8. - #2968546 by adriancid: Add color to the reorder option messages.
  9. - #2968529 by adriancid: Simplify the logic expression to detect if there are no
  10. changes in the status of the mw-show-system-modules command.
  11. - #2961843 by adriancid: Add a help text in the Modules Weight page.
  12. - #2961542 by adriancid: Improve the no weight changed validation in the modules
  13. weight list form.
  14. - #2959273 by adriancid: Change the description for modules_weight.list_page
  15. menu.
  16. - #2959271 by adriancid: Use admin theme for module's routes.
  17. - #2958573 by adriancid: Replace drupal_set_message() by Messenger service.
  18. - #2958543 by adriancid: Add as restriction Drupal Core >= 8.6.
  19. - #2939281 by adriancid: Replace the system_get_info calls with the use of the
  20. extension.list.module service.
  21. - #2939282 by adriancid: Replace the deprecate method
  22. ModuleHandlerInterface::getName().
  23. Modules Weight 8.x-1.7, 2018-03-28
  24. ----------------------------------
  25. Changes since 8.x-1.6:
  26. - #2956730 by adriancid: Changes the Drupal::config calls by
  27. \Drupal::service('config.factory').
  28. - #2956560 by adriancid: Create a test to test the Modules List page.
  29. - #2956440 by adriancid: Create a test to test the modules_weight service.
  30. - #2956379 by adriancid: Create a test to test the config form.
  31. - #2955002 by adriancid: Create a test to test the sortArray class methods.
  32. - #2955001 by adriancid: Create a test to test the FormElement class methods.
  33. - #2954989 by adriancid: Rename the prepareDelta method to getMaxDelta.
  34. - #2954963 by adriancid: Put the sortByWeightAndName method in the SortArray
  35. utility class.
  36. - #2954769 by adriancid: Typo in constants.
  37. - #2954767 by adriancid: Create a test to test the default configuration
  38. variables.
  39. - #2948864 by adriancid: Add the docblock to the modules_weight service
  40. constructor.
  41. - #2948860 by adriancid: Create an interface to implement it in the
  42. modules_weight service.
  43. - #2944476 by adriancid: Create the composer.json file.
  44. Modules Weight 8.x-1.6, 2018-01-10
  45. ----------------------------------
  46. Changes since 8.x-1.5:
  47. - #2935703 by adriancid: Remove unused use statement from modules_weight
  48. service.
  49. - #2933083 by NancyDru, adriancid: Sort the modules list by weight and name.
  50. - #2929265 by adriancid: Delete the create() method from the modules_weight
  51. service.
  52. Modules Weight 8.x-1.5, 2017-12-04
  53. ----------------------------------
  54. Changes since 8.x-1.4:
  55. - #2927670 by adriancid, k4: Don't check the config variable inside the
  56. modules_weight service.
  57. - #2927570 by adriancid, k4: Remove validateForm() useless method overriding in
  58. ModulesWeightAdminSettings configuration form.
  59. - #2927567 by adriancid: $this->t() should be used instead of t().
  60. - #2927548 by adriancid: Put inside the modules_weight service the modulesList()
  61. utility function.
  62. Modules Weight 8.x-1.4, 2017-11-28
  63. ----------------------------------
  64. Changes since 8.x-1.3:
  65. - #2923157 by adriancid: Show the names of the modules to which the weight was
  66. modified.
  67. - #2926915 by adriancid: Made the getModulesList() method more generic.
  68. - #2926907 by adriancid, Crell: Put the modulesList utility function inside the
  69. modules_weight service.
  70. - #2926828 by adriancid: Remove the _admin_route option from the
  71. modules_weight.modules_weight_admin_settings route.
  72. - #2925116 by adriancid: Remove the functionalities that allows to see the drush
  73. commands in the module help page.
  74. - #2923106 by adriancid, Crell: Don't use the system_rebuild_module_data()
  75. function to retrieve the installed modules.
  76. - #2921656 by adriancid: Typecast only one time in
  77. InternalFunctions::prepareDelta method.
  78. - #2921651 by adriancid: Put the internal utility functions in another file.
  79. - #2921605 by adriancid: Change the placeholder @variable to :variable for urls
  80. in t() calls.
  81. Modules Weight 8.x-1.3, 2017-10-27
  82. ----------------------------------
  83. Changes since 8.x-1.2:
  84. - #2918836 by adriancid: Use the filter_url plugin to convert url in links in
  85. the module help page.
  86. - #2918577 by adriancid: Update the checkbox description in the Modules Weight
  87. Settings page.
  88. - #2918575 by adriancid: Hide the module package in mobile devices.
  89. - #2918506 by adriancid: Hide the module description in mobile devices.
  90. Modules Weight 8.x-1.2, 2017-10-23
  91. ----------------------------------
  92. Changes since 8.x-1.1:
  93. - #2918308: by adriancid Change the --force option in mw-reorder drush command
  94. by a confirmation question.
  95. - #2915195 by adriancid: Improve the drush section in the help page.
  96. - #2917550 by adriancid: Add styles to the drush command help section.
  97. - #2916900 by adriancid: Show the urls presents in the drush command definition
  98. as links.
  99. - #2916892 by adriancid: Show the aliases of each drush command in the module
  100. help page.
  101. - #2916889 by adriancid: Show the options of each drush command in the module
  102. help page.
  103. - #2916884 by adriancid: Show the arguments of each drush command in the module
  104. help page.
  105. - #2916878 by adriancid: Show the examples of each drush command in the module
  106. help page.
  107. - #2916873 by adriancid: Create a detail section for each drush command.
  108. - #2915198 by adriancid: Made visible the drush command definition from the
  109. module help page.
  110. - #2911879 by adriancid: The drupal_set_message() function is called each time
  111. a module weight has changed.
  112. - #2911875 by adriancid: Improve the module reorder process.
  113. Modules Weight 8.x-1.1, 2017-09-21
  114. ----------------------------------
  115. Changes since 8.x-1.0:
  116. - #2910642 by adriancid: Update the module documentation with the new drush
  117. commands.
  118. - #2910671 by adriancid: Allow to use negative values with the drush mw-reorder
  119. command.
  120. - #2910645 by adriancid: Add the --force option to the mw-list command.
  121. - #2910639 by adriancid: Add the --force option to the mw-reorder command.
  122. - #2910009 by adriancid: Drush command to show the modules weight list.
  123. - #2909977 by adriancid: Drush command to change the module weight.
  124. - #2909962 by adriancid: Drush command to configure the module options.
  125. Modules Weight 8.x-1.0, 2017-09-12
  126. ----------------------------------
  127. - Initial release.