You are here

README.txt in Modules weight 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

Sometimes we need to modify modules execution order, and some people could write
a code that execute the query to modify the weight of a module in the system 
table, some one might go straight to his favorite SQL client and modify the 
record directly. This module provides an interface to reorder the modules
weight.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/modules_weight

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/search/modules_weight


REQUIREMENTS
------------

No special requirements.


RECOMMENDED MODULES
-------------------

 * Drush Help (https://www.drupal.org/project/drush_help):
   Improves the module help page showing information about the module drush
   commands.


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module.
   See: https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
   for further information.


CONFIGURATION
-------------

 * Configure the module settings in Administration » Configuration » System »
   Modules Weight » Settings:

   - You can choose if you can to show or not the system modules. For this you
     need the 'Administer Modules Weight' permission.

 * Set the modules weight in Administration » Configuration » System »
   Modules Weight:

   - You can select the weight for all the installed and compatible modules
     according to the module settings. For this you need the
     'Administer Modules Weight' permission.

 * Drush commands

   - mw-show-system-modules

     Configures if we can reorder the core modules.

   - mw-reorder

     Configures the modules weight.

   - mw-list

     Shows the modules weight list.


MAINTAINERS
-----------

Current maintainers:
 * Adrian Cid Almaguer (adriancid) - https://www.drupal.org/u/adriancid
 * Ma'moun Othman (artofeclipse) - https://www.drupal.org/u/artofeclipse


This project has been sponsored by:

 * Vardot

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. Sometimes we need to modify modules execution order, and some people could write
  12. a code that execute the query to modify the weight of a module in the system
  13. table, some one might go straight to his favorite SQL client and modify the
  14. record directly. This module provides an interface to reorder the modules
  15. weight.
  16. * For a full description of the module, visit the project page:
  17. https://www.drupal.org/project/modules_weight
  18. * To submit bug reports and feature suggestions, or to track changes:
  19. https://www.drupal.org/project/issues/search/modules_weight
  20. REQUIREMENTS
  21. ------------
  22. No special requirements.
  23. RECOMMENDED MODULES
  24. -------------------
  25. * Drush Help (https://www.drupal.org/project/drush_help):
  26. Improves the module help page showing information about the module drush
  27. commands.
  28. INSTALLATION
  29. ------------
  30. * Install as you would normally install a contributed Drupal module.
  31. See: https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
  32. for further information.
  33. CONFIGURATION
  34. -------------
  35. * Configure the module settings in Administration » Configuration » System »
  36. Modules Weight » Settings:
  37. - You can choose if you can to show or not the system modules. For this you
  38. need the 'Administer Modules Weight' permission.
  39. * Set the modules weight in Administration » Configuration » System »
  40. Modules Weight:
  41. - You can select the weight for all the installed and compatible modules
  42. according to the module settings. For this you need the
  43. 'Administer Modules Weight' permission.
  44. * Drush commands
  45. - mw-show-system-modules
  46. Configures if we can reorder the core modules.
  47. - mw-reorder
  48. Configures the modules weight.
  49. - mw-list
  50. Shows the modules weight list.
  51. MAINTAINERS
  52. -----------
  53. Current maintainers:
  54. * Adrian Cid Almaguer (adriancid) - https://www.drupal.org/u/adriancid
  55. * Ma'moun Othman (artofeclipse) - https://www.drupal.org/u/artofeclipse
  56. This project has been sponsored by:
  57. * Vardot