module_filter 4.1.1

Bug fixes

Contributors (1)

wolffereast

Changelog

Issues: 3 issues resolved.

Changes since 4.1.0:

module_filter 4.1.0

Bug fixes
New features

Changelog

Issues: 24 issues resolved.

Changes since 4.0.1:

module_filter 4.0.0

Bug fixes
New features

Includes all changes for 8.x-3.3 + D10 compatibility changes.

Changelog

Issues: 9 issues resolved.

Changes since 8.x-3.2:

module_filter 8.x-3.3

Bug fixes
New features

Changelog

Issues: 9 issues resolved.

Changes since 8.x-3.2:

module_filter 4.x-dev

Bug fixes
New features

Initial D10 release with full 8.x-3.x dev changes.

module_filter 7.x-2.0

Insecure

Official 2.0 release.

  • #2235553 by greenSkin: Fixed latest jquery_update breaks module filter.
  • #2304687 by mpdonadio: Fixed Remove hardcoded operations.
  • #2293029 by topsitemakers: Fixed Take header offset into account when selecting a tab.
  • #2290213 by topsitemakers: Minor typo in description - "has no affect" -> "has no effect".
  • Module version is now moved into the description field and the description field is collapsable (collapsed initially).

module_filter 7.x-2.0-alpha2

Bug fixes
Insecure

#2141743, #2141743 by greenSkin: Fixed various issues relating to the new dynamically positioned tabs and using the dynamically positioned save button.

module_filter 7.x-2.0-alpha1

Bug fixes
New features
Insecure

Tons of changes and improvements, a full rewrite. Some highlights:

module_filter 7.x-1.8

Bug fixes

by greenSkin: Changed the title for the 'module_filter_dynamic_save_position' checkbox to make it clearer what it does.
#1933384 by kaidjohnson: Fixed jQuery UI button breaks functionality.
#1166414 by greenSkin: Fixed module filter + tabs disabled = broken modules page.

module_filter 7.x-1.7

New features
Bug fixes

#1033012 by greenSkin: Hide incompatible module rows when the 'Unavailable'
checkbox is unchecked.
#1170388 by greenSkin: Fixed conflict with Overlay module. Added class
"overlay-exclude" to tab links.
#1124218 by jyee, greenSkin: Suppress form submission when hitting the enter
key while the filter input is focused.

module_filter 7.x-1.6

Bug fixes

#1241662 by Niklas Fiekas: Sort modules by display name.
#1254140 by greenSkin: No longer return anything in hook_update_7100.
by greenSkin: Fixed bug with visual aids sometimes not updating correctly.

module_filter 6.x-1.7

New features
Bug fixes

#1202170 by greenSkin: Added Module Filter to package "Administration".
#1090826 by greenSkin: Fixed update.php warning when updating to 6.x-1.6.
by greenSkin: Fixed deleting set variables when module is uninstalled.
by greenSkin: When dynamic positioning is enabled, the 'Save configuration'
button gets fixed to the top of the browser when scrolled below the tabs.
by greenSkin: Horizontal scrolling gets applied to the dynamic positioning of the
'Save configuration'.

module_filter 7.x-2.x-dev

New features

by greenSkin: Fixed showing all modules by default when no hash is present.
by greenSkin: Turned off autocomplete for filter textfield.
by greenSkin: Now using "all" for hash when no tab is selected.
by greenSkin: Implemented visual aids (displays number of modules being
enabled/disabled as well as coloring the modules row accordingly).
by greenSkin: Implemented the enabled count (displays the number of enabled
modules of total for a package.
by greenSkin: Updated tabs setting description.
by greenSkin: Added missing period.
by greenSkin: Made dynamic save position default to on. Updated element title
on admin page and removed "DEVELOPMENTAL" from description.
by greenSkin: Improved fixed-top positioning when toolbar is enabled.
by greenSkin: Added fixed classes for submit button wrapper.
by greenSkin: Changed module-filter-tabs from a class to an id.
by greenSkin: Fixed filter on modules page when tabs are disabled.
by greenSkin: Set min-height to #module-filter-modules.
by greenSkin: Implemented module_filter element and using attached js and css
more.
by greenSkin: Filter input and checkboxes can now have their default values set
based on query params.
by greenSkin: Tabs now use URL fragments.
by greenSkin: Fixed regular expression used to determine tab ID.
by greenSkin: Tabs have been re-written and are functioning.

module_filter 7.x-1.5

New features

Brought 7.x branch current with the 6.x branch features.

module_filter 6.x-1.6

New features
Bug fixes
  • #904984 by greenSkin: Fixed sorting of modules/tabs. Uncapitalized modules/tabs now correctly sort into capitalized modules/tabs rather than sorting independently below the capitalized modules/tabs.
  • #1033012 by greenSkin: Hide incompatible module rows when the 'Unavailable' checkbox is unchecked.
  • #1050182 by greenSkin: Fixed filtering rows where <strong> is used in the module description.
  • #1032996 by greenSkin: Added visual aids functionality.
  • #1085792 by greenSkin: Removed autocomplete functionality.

module_filter 7.x-1.2

New features

#1013914 Changed submit button placement for the benefit of non english Drupal installs.

module_filter 7.x-1.0

Bug fixes

Initial stable release
#902094 by dtarc: Fixed Undefined index error.

module_filter 6.x-1.5

Bug fixes
  • by greenSkin: Fixed a minor syntax issue.
  • #837846 by Sweetchack, greenSkin: Code Optimization - truncate the module code and move appropriate code to separate files.
  • #840324 by greenSkin: Resolved issue with two modules sharing the same name not showing correctly in tabbed version of module page.

module_filter 6.x-1.4

Bug fixes

Couple of bug fixes, the main one being an issue with the Rubiks theme by DevelopmentSeed.

CHANGELOG.txt
-----------------
by greenSkin: Fixed issue where tabs appears to be enabled on the settings
page for a fresh install but is not actually enabled.
#804650 by greenSkin: Fixed issue where theme('system_modules') is called but
passes the wrong $form['#theme'] callback.

module_filter 6.x-1.3

New features
Bug fixes

by greenSkin: Moved .js and .css files into appropriate folders.
by greenSkin: Moved admin callback into module_filter.admin.inc file.
by greenSkin: Made tabs enabled by default.
by greenSkin: Put tabs option to the top of admin page.
#443584 by picardo: Fixed strange behavior with ModuleInfo module.
#566394 by designerbrent: Replaced deprecated PHP 5.3 function ereg_replace()
with preg_replace().
by greenSkin: Added the use of anchors for tabs.
by greenSkin: Moved tab anchors to top of #module-filter-tabs.
by greenSkin: Convert forward slash to dash for ID.
by greenSkin: Updated preg_replace to return the ID in the needed format.
by greenSkin: Updated tabs JavaScript code to be more object oriented.
#535736 by eMPee584, greenSkin: Added enabled, disabled, required, and
unavailable options to filter by to the tabbed version.
by greenSkin: Updated code to define the activeTab as 'All' when no anchor
is given and the activeTab is undefined.
by greenSkin: Moved css used with and without tabs into separate file that
will get added to both versions of the module page.
by greenSkin: Improved js code for non-tabs.
#535736 by eMPee584, greenSkin: Added enabled, disabled, required, and
unavailable options to filter by to the non-tabbed version.
#378758 by greenSkin: Added description to Module Filter's settings menu item.

module_filter 6.x-1.2

New features
Bug fixes

New tab option for module list display, setting can be enabled on the Module Filter settings page.

module_filter 6.x-1.1

New features
Bug fixes

This release adds an autocomplete feature to the filter as well as provides filtering of collapsed fieldsets while maintaining their collapsed status when the filter is cleared. Filter field now takes focus on page load for quicker filtering.

Subscribe with RSS Subscribe to Releases for Module Filter