Projet

Général

Profil

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

root / drupal7 / sites / all / modules / module_filter / CHANGELOG.txt @ 87dbc3bf

1
Module Filter 7.x-2.0-alpha2, 2013-12-06
2
----------------------------------------
3
#2141743, #2141743 by greenSkin: Fixed issues related to the new dynamically
4
  positioned tabs and using the dynamically positioned save button.
5

    
6

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