You are here

README.txt in Module Filter 8.3

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

 * Introduction
 * Installation
 * Configuration
 * Tabs
 * Filter operators
 * Maintainers

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

This module provides a method for filtering modules on the modules page as well
as for filtering projects on the update status report.

The supplied filter is simpler than using your browsers find a feature which
searches the entire page. The provided filter will filter modules/projects that
do not meet your input.

Along with the filter textfield there are additional
checkboxes that help to narrow the search more. The modules page contains 3
checkboxes: Enabled, Disabled, and Unavailable. While the first two
are self-explanatory, the latter two can take an explanation. The Required
checkbox affects visibility of modules that are enabled and have other
module(s) that require it also enabled. The Unavailable checkbox affects
visibility of modules that are disabled and depend on module(s) that are
missing.

The update status report filter also contains four checkboxes: Up-to-Date,
Update available, Security update, and Unknown. These directly affect the
visibility of each project; whether it is up-to-date, there is an update
available, a security update is available, or the status is unknown.

Installation
------------

To install this module, do the following:

1. Extract the tarball that you downloaded from Drupal.org.

2. Upload the entire directory and all its contents to your modules directory.

Configuration
-------------

To enable and configure this module do the following:

1. Go to Admin -> Modules, and enable Module Filter.

2. Go to Admin -> Configuration -> User interface -> Module filter, and make
   any necessary configuration changes.

Tabs
----

By default Module Filter alters the modules page into tabs (Can be disabled on
configuration page). In the tabs view, each package is converted to a vertical
tab rather than a fieldset which greatly increases the ability to browse them.

There are several benefits to using the tabs view over the standard view for
the modules page. I've listed the key benefits below as well as additional
information that pertains to each.

1.  The increased ease of browsing between packages.

2.  Allows all modules to be listed alphabetically outside of their package,
    making it all the easier to find the module by name rather than package it
    happens to be in.

3.  The operations for a module are moved within the description column giving
    the description more "elbow room".

4.  Filtering is restricted to within the active tab or globally when no tab is
    selected. By default no tab is selected which will list all modules. When a
    tab is active and you want to get back to the 'all' state click on the
    active tab to deselect it.

5.  The number of enabled modules per tab is shown on the active tab. (Can be
    disabled on configuration page)

6.  Nice visual aids become available showing what modules are to be
    enabled/disabled and the number of matching modules in each tab when
    filtering. (Can be disabled on configuration page)

7.  The save configuration button becomes more accessible, either staying at
    the bottom of the window when the tabs exceed past the bottom and at the
    top when scrolling past the tabs. (Can be disabled on configuration page)

8.  When filtering, tabs that do not contain matches can be hidden. (Can be
    enabled on configuration page)

9.  Tab states are remembered like individual pages allowing you to move
    forward and backward within your selections via your browsers
    forward/backward buttons.

10. When viewing all modules (no active tab) and mousing over modules it's tab
    becomes highlighted to signify which tab it belongs to.

Filter operators
----------------

The modules page's filter has three filter operators available. Filter
operators allow alternative filtering techniques. A filter operator is applied
by typing within the filter textfield 'operator:' (where operator is the
operator type) followed immediately with the string to pass to the operator
function (e.g. 'requires:block'). The available operators are:

description:
   Filter based on a module's description.

requiredBy:
   Filter based on what a module is required by.

requires:
   Filter based on what a module requires.

Multiple filters (or queries) can be applied by space delimiting. For example,
the filter string 'description:ctools views' would filter down to modules with
"ctools" in the description and "views" within the module's name. To pass a
space within a single query wrap it within double quotes (e.g. 'requires:"chaos
tools"' or '"bulk export"').

Maintainers
------------------

 - Green Skin (greenSkin) - https://www.drupal.org/u/greenskin
 - Andrey Troeglazov (andrey.troeglazov) - https://www.drupal.org/u/andreytroeglazov

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Configuration
  6. * Tabs
  7. * Filter operators
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. This module provides a method for filtering modules on the modules page as well
  12. as for filtering projects on the update status report.
  13. The supplied filter is simpler than using your browsers find a feature which
  14. searches the entire page. The provided filter will filter modules/projects that
  15. do not meet your input.
  16. Along with the filter textfield there are additional
  17. checkboxes that help to narrow the search more. The modules page contains 3
  18. checkboxes: Enabled, Disabled, and Unavailable. While the first two
  19. are self-explanatory, the latter two can take an explanation. The Required
  20. checkbox affects visibility of modules that are enabled and have other
  21. module(s) that require it also enabled. The Unavailable checkbox affects
  22. visibility of modules that are disabled and depend on module(s) that are
  23. missing.
  24. The update status report filter also contains four checkboxes: Up-to-Date,
  25. Update available, Security update, and Unknown. These directly affect the
  26. visibility of each project; whether it is up-to-date, there is an update
  27. available, a security update is available, or the status is unknown.
  28. Installation
  29. ------------
  30. To install this module, do the following:
  31. 1. Extract the tarball that you downloaded from Drupal.org.
  32. 2. Upload the entire directory and all its contents to your modules directory.
  33. Configuration
  34. -------------
  35. To enable and configure this module do the following:
  36. 1. Go to Admin -> Modules, and enable Module Filter.
  37. 2. Go to Admin -> Configuration -> User interface -> Module filter, and make
  38. any necessary configuration changes.
  39. Tabs
  40. ----
  41. By default Module Filter alters the modules page into tabs (Can be disabled on
  42. configuration page). In the tabs view, each package is converted to a vertical
  43. tab rather than a fieldset which greatly increases the ability to browse them.
  44. There are several benefits to using the tabs view over the standard view for
  45. the modules page. I've listed the key benefits below as well as additional
  46. information that pertains to each.
  47. 1. The increased ease of browsing between packages.
  48. 2. Allows all modules to be listed alphabetically outside of their package,
  49. making it all the easier to find the module by name rather than package it
  50. happens to be in.
  51. 3. The operations for a module are moved within the description column giving
  52. the description more "elbow room".
  53. 4. Filtering is restricted to within the active tab or globally when no tab is
  54. selected. By default no tab is selected which will list all modules. When a
  55. tab is active and you want to get back to the 'all' state click on the
  56. active tab to deselect it.
  57. 5. The number of enabled modules per tab is shown on the active tab. (Can be
  58. disabled on configuration page)
  59. 6. Nice visual aids become available showing what modules are to be
  60. enabled/disabled and the number of matching modules in each tab when
  61. filtering. (Can be disabled on configuration page)
  62. 7. The save configuration button becomes more accessible, either staying at
  63. the bottom of the window when the tabs exceed past the bottom and at the
  64. top when scrolling past the tabs. (Can be disabled on configuration page)
  65. 8. When filtering, tabs that do not contain matches can be hidden. (Can be
  66. enabled on configuration page)
  67. 9. Tab states are remembered like individual pages allowing you to move
  68. forward and backward within your selections via your browsers
  69. forward/backward buttons.
  70. 10. When viewing all modules (no active tab) and mousing over modules it's tab
  71. becomes highlighted to signify which tab it belongs to.
  72. Filter operators
  73. ----------------
  74. The modules page's filter has three filter operators available. Filter
  75. operators allow alternative filtering techniques. A filter operator is applied
  76. by typing within the filter textfield 'operator:' (where operator is the
  77. operator type) followed immediately with the string to pass to the operator
  78. function (e.g. 'requires:block'). The available operators are:
  79. description:
  80. Filter based on a module's description.
  81. requiredBy:
  82. Filter based on what a module is required by.
  83. requires:
  84. Filter based on what a module requires.
  85. Multiple filters (or queries) can be applied by space delimiting. For example,
  86. the filter string 'description:ctools views' would filter down to modules with
  87. "ctools" in the description and "views" within the module's name. To pass a
  88. space within a single query wrap it within double quotes (e.g. 'requires:"chaos
  89. tools"' or '"bulk export"').
  90. Maintainers
  91. ------------------
  92. - Green Skin (greenSkin) - https://www.drupal.org/u/greenskin
  93. - Andrey Troeglazov (andrey.troeglazov) - https://www.drupal.org/u/andreytroeglazov