This module only used on the ?q=admin/build/modules page.
The modle_filter.module file contains some functions that do not require on every page request. (for example: theme functions)

CommentFileSizeAuthor
#1 module_filter-837846.patch11.83 KBsweetchuck

Comments

sweetchuck’s picture

StatusFileSize
new11.83 KB
  1. theme_* functions moved into a new file module_filter.theme.inc
  2. module_filter_autocomplete() moved into file module_filter.admin.inc
  3. function module_filter_form_alter() renamed to module_filter_form_system_modules_alter() and the body a little bit changed
  4. The form module_filter_settings() define 2 variables, but the hook_uninstall() just delete 1 variable. (Fixed)
  5. Menu path module/autocomplete changed to module_filter/autocomplete
greenskin’s picture

Status: Active » Fixed

The changes suggested in the patch were committed with a little alteration. Thanks Sweetchack!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.