Projet

Général

Profil

Paste
Télécharger (9,65 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / module_filter / CHANGELOG.txt @ 7d7b5830

1
Module Filter 7.x-2.x, 2015-02-20
2
---------------------------------
3
Simplifying the table rows by hiding version and requirements until a
4
  particular description is clicked.
5

    
6

    
7
Module Filter 7.x-2.x, 2014-09-01
8
---------------------------------
9
#2235553 by greenSkin: Fixed latest jquery_update breaks module filter.
10
#2304687 by mpdonadio: Fixed Remove hardcoded operations.
11
#2293029 by topsitemakers: Fixed Take header offset into account when selecting
12
  a tab.
13
#2290213 by topsitemakers: Minor typo in description - "has no affect" -> "has
14
  no effect".
15

    
16

    
17
Module Filter 7.x-2.0-alpha2, 2013-12-06
18
----------------------------------------
19
#2141743, #2141743 by greenSkin: Fixed issues related to the new dynamically
20
  positioned tabs and using the dynamically positioned save button.
21

    
22

    
23
Module Filter 7.x-2.0-alpha1, 2013-11-18
24
----------------------------------------
25
by greenSkin: Tabs now should always be visible while scrolling large lists of
26
  modules.
27
#1854348 by alexweber, greenSkin: Make filter textfield wider on modules page
28
  when viewing as tabs.
29
by greenSkin: Fixed what was suppose to be a call to variable_set().
30
#1370492 by greenSkin: Remember selected tab after modules form submit.
31
by greenSkin: Changed the title for the 'module_filter_dynamic_save_position'
32
  checkbox to make it clearer what it does.
33
#1166414 by greenSkin: Fixed broken submit when tabs are disabled. We no longer
34
  reroute the theme of the system modules page unless tabs are enabled.
35
by greenSkin: Fixed issue on Available updates page where the update state
36
  would not be remembered.
37
by greenSkin: Fixed 7200 update to rebuild the theme registry at the same time
38
  as rebuilding the menu.
39
by greenSkin: Fixed issue relating to row coloring when enabling/disabling
40
  modules via switch due to recent fix for jQuery Update module.
41
by greenSkin: Added functionality to show recently enabled/disabled modules.
42
#1710230 by littlekoala, greenSkin: Fixed On | Off buttons does not change
43
  state with jquery_update() module active.
44
by greenSkin: Added description to filter textfield on permissions page.
45
by greenSkin: Added filter to user permissions page.
46
by greenSkin: Fixed styling when JavaScript is disabled.
47
by greenSkin: Fixed compatiblility with page_actions.
48
#1351184 klonos, greenSkin: Added support for update_advanced "Ignored from
49
  settings".
50
#1149978 by good_man, greenSkin: Added RTL Styling for tabs and toggle switch.
51
by greenSkin: Hide toggle switch when JavaScript is disabled.
52
by greenSkin: Added support for ctools dropbutton as well as views styling for
53
  ctools dropbutton.
54
by greenSkin: Improved hash validation.
55
by greenSkin: Added ability for tabs to be disabled. Direct use case is when
56
  the "New" tab contains zero new modules.
57
by greenSkin: Added title to "New" tab link that helps to describe the criteria
58
  of a "new" module.
59
#1320796 by greenSkin: Added some validation checks before trying to select a
60
  tab in case the tab does not actually exist.
61
#1429248 by klonos, greenSkin: Fixed Modules page table header overlaps
62
  admin_menu().
63
#1494694 by greenSkin: Added Let me decide if I want the cursor to focus on the
64
  search box or not.
65
#1515256 by catmat, greenSkin: Fixed Tabbed theme may remove functional
66
  content.
67
by greenSkin: Integrated dynamic positioning of the save button back in, but
68
  if the module page_actions is enabled we let it handle the save button. See
69
  issue #1424994.
70
by greenSkin: Clicking on module name now affects the toggle switch.
71
by greenSkin: Do not render the switch for incompatible modules.
72
#1033012 by greenSkin: Hide incompatible module rows when the 'Unavailable'
73
  checkbox is unchecked.
74
by greenSkin: Performance tweak to counting the number of enabled modules.
75
by greenSkin: Base new modules on the filectime of their .info file.
76
#1424034 by greenSkin: Now adds the jquery.cookie.js file when needed.
77
by greenSkin: Removed tweaks to the save configuration button in favor
78
  http://drupal.org/project/page_actions.
79
by greenSkin: Updated hook_uninstall to del all Module Filter variables.
80
by greenSkin: No longer including machine name in the tab summary of modules to
81
  enable/disable.
82
by greenSkin: Made switches honor disabled checkboxes. A disabled switch can
83
  not be turned on or off.
84
by greenSkin: Added setting to toggle between using the switch or checkbox for
85
  enabling/disabling modules.
86
by greenSkin: Centered enable switch.
87
by greenSkin: Moved couple styles to be applied via JavaScript instead of CSS
88
  so they get applied once the initial loading has finished.
89
by greenSkin: Implemented a "switch" look instead of checkboxes.
90
by greenSkin: Remember last selected state on "Available updates" page.
91
by greenSkin: Switched to using filectime() rather than filemtime() for
92
  determining new modules.
93
#1354134 by klonos, greenSkin: Module list now formats correctly in core
94
  "Garland" theme.
95
#1354134 by klonos, greenSkin: Module list now formats correctly in core
96
  "Garland" theme.
97
#1124218 by jyee, greenSkin: Suppress form submission when hitting the enter
98
  key while the filter input is focused.
99
by greenSkin: Simplified filter rules for updates page. Instead of checkboxes,
100
  now using radios.
101
by greenSkin: Fixed "All" tab to be selected by default when the page is first
102
  loaded.
103
#1350124 by greenSkin: Fixed filtering on package tab.
104
by greenSkin: Added the "All" tab back. Added a "New" tab that lists modules
105
  installed within the last week.
106
by greenSkin: Fixed "No Results" not showing within selected tabs.
107
#1259876 by greenSkin: Filter criteria remembered after save.
108
by greenSkin: Remove deprecated function moduleGetID() from JavaScript code.
109
by greenSkin: Filter now uses OR instead of AND when filtering multiply
110
  queries.
111
#1288590 by greenSkin: Fixed Drupal.settings.moduleFilter.enabledCounts[id] is
112
  undefined.
113
#1344214 by eMPee584: Fixed Notice: Undefined index: #default_value in
114
  theme_module_filter_system_modules_tabs().
115
#1170388 by greenSkin: Fixed confict with Overlay module. Added class
116
  "overlay-exclude" to tab links. Added setting to toggle the use of a URL
117
  fragment when selecting tabs.
118
by greenSkin: Added README.txt.
119
by greenSkin: Fixed table row striping.
120
by greenSkin: Fixed regular expression to not require an operator be at the
121
  beginning. Make filter queries filter with AND instead of OR. Each query will
122
  further filter the list rather than potentially add to it.
123
by greenSkin: Spruced up the regular expression for splitting query strings.
124
by greenSkin: Added "description:" operator.
125
by greenSkin: Added operator support to filter. Added "requires:" and
126
  "requiredBy:" operators.
127
by greenSkin: Filter now processes multiple queries separated by spaces. Use
128
  quotes for a single query that includes space(s).
129
by greenSkin: Fixed not updating the index when a module is enabled/disabled.
130
by greenSkin: Fixed visual aid for enabling/disabling modules. Previously had
131
  failed to remove +/- from tab summary.
132
by Kiphaas7, greenSkin: Tabs can now be configured to hide when they contain
133
  no results.
134
by Kiphaas7, greenSkin: Added result info to tabs. When a filter is performed,
135
  a count per tab is displayed of the number of visible results for that tab.
136
by greenSkin: Now more descriptive of what modules are being enabled/disabled.
137
by greenSkin: Moved module operation links to below "Requires" and
138
  "Required by" section.
139
by greenSkin: Added a suggest class to tabs when their module is hovered.
140
by greenSkin: Distinguished difference between tab ID and hash.
141
by greenSkin: Only alter the menu item 'admin/reports/updates' if it first
142
  exists.
143
by greenSkin: Added update to force a menu rebuild. This is needed to let
144
  Module Filter alter the Update Status menu item in order to provide our
145
  filter on its page.
146
#1254140 by greenSkin: No longer return anything in hook_update_7100.
147
#1257860 by greenSkin: Added filter to update status report.
148
by greenSkin: Moved hiding of the inputs wrapper to css rather than a style
149
  attribute.
150
by greenSkin: Added missing semi-colons in JavaScript.
151
by greenSkin: Changed hook comment from using "Implementation of" to
152
  "Implements".
153
by greenSkin: Fixed showing all modules by default when no hash is present.
154
by greenSkin: Turned off autocomplete for filter textfield.
155
by greenSkin: Now using "all" for hash when no tab is selected.
156
by greenSkin: Implemented visual aids (displays number of modules being
157
  enabled/disabled as well as coloring the modules row accordingly).
158
by greenSkin: Implemented the enabled count (displays the number of enabled
159
  modules of total for a package.
160
by greenSkin: Updated tabs setting description.
161
by greenSkin: Added missing period.
162
by greenSkin: Made dynamic save position default to on. Updated element title
163
  on admin page and removed "DEVELOPMENTAL" from description.
164
by greenSkin: Improved fixed-top positioning when toolbar is enabled.
165
by greenSkin: Added fixed classes for submit button wrapper.
166
by greenSkin: Changed module-filter-tabs from a class to an id.
167
by greenSkin: Fixed filter on modules page when tabs are disabled.
168
by greenSkin: Set min-height to #module-filter-modules.
169
by greenSkin: Implemented module_filter element and using attached js and css
170
  more.
171
by greenSkin: Filter input and checkboxes can now have their default values set
172
  based on query params.
173
by greenSkin: Tabs now use URL fragments.
174
by greenSkin: Fixed regular expression used to determine tab ID.
175
by greenSkin: Tabs have been re-written and are functioning.
176
by greenSkin: Added Module Filter to "Administration" package.
177
by greenSkin: Improved filtering performance.
178
by greenSkin: New filter code.
179
by greenSkin: Initial tab layout modified. Modules are all in one table but
180
  look like they are in packages. All JavaScript has to do on load now is
181
  remove the package name and header rows from tbody then sort the rows.
182
by greenSkin: Modified the menu item's description.