My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
/* Drupal Filter */
filters.push({
name: "Drupal",
image: "chrome://backendinfo/skin/drupal.png",
require: new Array(
{ url: '/', contains: new Array('modules/system/system.css?', 'modules/node/node.css?', 'modules/user/user.css?') },
{ url: '/', contains: new Array('modules/system/system.css";</style>', 'modules/node/node.css";</style>', 'modules/user/user.css";</style>') },
{ url: '/sites/all/README.txt', contains: new Array('sites/all/modules', 'sites/all/themes') },
{ url: '/update.php', contains: new Array('Drupal database update') },
{ url: '/update.php', contains: new Array('Access denied', 'main Drupal directory', '$access_check = ') }
)
});
filters.push({
name: "Drupal 6.x",
parent: "Drupal",
require: new Array(
{ url: '/', contains: new Array('modules/system/system.css?', 'modules/node/node.css?', 'modules/user/user.css?') },
{ url: '/update.php', contains: new Array('http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd', 'Drupal database update') },
{ url: '/update.php', contains: new Array('http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd', 'Access denied') }
)
});
/* === Drupal 6.x Conditional Filters === */
filters.push({
name: "Drupal 6.9",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.9"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.22 2009/01/14') }
)
});
filters.push({
name: "Drupal 6.8",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.8"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.20 2008/12/11') }
)
});
filters.push({
name: "Drupal 6.7",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.7"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.18 2008/12/10') }
)
});
filters.push({
name: "Drupal 6.6",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.6"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.15 2008/10/22') }
)
});
filters.push({
name: "Drupal 6.5",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.5"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.13 2008/10/08') }
)
});
filters.push({
name: "Drupal 6.4",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.4"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.11 2008/08/13') }
)
});
filters.push({
name: "Drupal 6.3",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.3"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.9 2008/07/09') }
)
});
filters.push({
name: "Drupal 6.2",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.2"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.7 2008/04/09') }
)
});
filters.push({
name: "Drupal 6.1",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.1"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.5 2008/02/27') }
)
});
filters.push({
name: "Drupal 6.0",
parent: "Drupal 6.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "6.0"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.253.2.3 2008/02/13') }
)
});

/* Drupal 5: Uses always the @import statement */
filters.push({
name: "Drupal 5.x",
parent: "Drupal",
image: "chrome://backendinfo/skin/drupal.png",
require: new Array(
{ url: '/', contains: new Array('modules/system/system.css";</style>', 'modules/node/node.css";</style>', 'modules/user/user.css";</style>') },
{ url: '/update.php', contains: new Array('http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd', 'Drupal database update') },
{ url: '/update.php', contains: new Array('http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd', 'Access denied') }
)
});

/* === Drupal 5.x Conditional Filters === */
filters.push({
name: "Drupal 5.9",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.9"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.23 2008/07/23') }
)
});
filters.push({
name: "Drupal 5.8",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.8"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.21 2008/07/09') }
)
});
filters.push({
name: "Drupal 5.7",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.7"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.19 2008/01/29') }
)
});
filters.push({
name: "Drupal 5.6",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.6"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.17 2008/01/10') }
)
});
filters.push({
name: "Drupal 5.5",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.5"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.15 2007/12/06') }
)
});
filters.push({
name: "Drupal 5.4",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.4"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.12 2007/12/05') }
)
});
filters.push({
name: "Drupal 5.3",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.3"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.10 2007/10/17') }
)
});
filters.push({
name: "Drupal 5.2",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.2"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.8 2007/07/26') }
)
});
filters.push({
name: "Drupal 5.15",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.15"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.35 2009/01/14') }
)
});
filters.push({
name: "Drupal 5.14",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.14"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.33 2008/12/11') }
)
});
filters.push({
name: "Drupal 5.13",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.13"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.31 2008/12/10') }
)
});
filters.push({
name: "Drupal 5.12",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.12"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.29 2008/10/22') }
)
});
filters.push({
name: "Drupal 5.11",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.11"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.27 2008/10/08') }
)
});
filters.push({
name: "Drupal 5.10",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.10"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.25 2008/08/13') }
)
});
filters.push({
name: "Drupal 5.1",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.1"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.3 2007/01/29') }
)
});
filters.push({
name: "Drupal 5.0",
parent: "Drupal 5.x",
require: new Array(
{ url: '/modules/taxonomy/taxonomy.info', contains: new Array('project = "drupal"', 'version = "5.0"') },
{ url: '/CHANGELOG.txt', contains: new Array('1.173.2.1 2007/01/15') }
)
});
Show details Hide details

Change log

r20 by ha...@linuxuser.at on Jan 26, 2009   Diff
sophisticated moin moin wiki filters
Go to: 
Project members, sign in to write a code review

Older revisions

r19 by ha...@linuxuser.at on Jan 26, 2009   Diff
1.2.6.2

(1) Text field for the status bar,
displaying
    the current name and version (if
...
r18 by ha...@linuxuser.at on Jan 26, 2009   Diff
even better drupal filters
r17 by ha...@linuxuser.at on Jan 26, 2009   Diff
1.2.6.0 with new and stronger drupal
filters
All revisions of this file

File info

Size: 11311 bytes, 244 lines
Hosted by Google Code