View | Details | Raw Unified | Return to bug 139265
Collapse All | Expand All

(-)drupal6-views/Makefile (-11 / +31 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	views
8
PORTNAME=	views
9
DISTVERSION=	6.x-2.5
9
DISTVERSION=	6.x-2.6
10
CATEGORIES=	www
10
CATEGORIES=	www
11
11
12
MAINTAINER=	rea-fbsd@codelabs.ru
12
MAINTAINER=	rea-fbsd@codelabs.ru
Lines 14-25 Link Here
14
14
15
DRUPAL6_MODULE=	yes
15
DRUPAL6_MODULE=	yes
16
MODULE_DIRS=	css docs handlers help/images help images includes js \
16
MODULE_DIRS=	css docs handlers help/images help images includes js \
17
		modules/aggregator modules/comment \
17
		modules/aggregator modules/comment modules/contact \
18
		modules/locale modules/node \
18
		modules/filter modules/locale modules/node modules/profile \
19
		modules/profile modules/search modules/statistics \
19
		modules/search modules/statistics modules/system \
20
		modules/system modules/taxonomy modules/translation \
20
		modules/taxonomy modules/translation modules/upload \
21
		modules/upload modules/user modules plugins theme \
21
		modules/user modules plugins theme translations views_export
22
		translations views_export
22
23
MODULE_FILES=	css/views-admin.css \
23
MODULE_FILES=	css/views-admin.css \
24
		css/views-list-rtl.css \
24
		css/views-list-rtl.css \
25
		css/views-list.css \
25
		css/views-list.css \
Lines 41-46 Link Here
41
		handlers/views_handler_argument_string.inc \
41
		handlers/views_handler_argument_string.inc \
42
		handlers/views_handler_field.inc \
42
		handlers/views_handler_field.inc \
43
		handlers/views_handler_field_boolean.inc \
43
		handlers/views_handler_field_boolean.inc \
44
		handlers/views_handler_field_counter.inc \
44
		handlers/views_handler_field_custom.inc \
45
		handlers/views_handler_field_custom.inc \
45
		handlers/views_handler_field_date.inc \
46
		handlers/views_handler_field_date.inc \
46
		handlers/views_handler_field_markup.inc \
47
		handlers/views_handler_field_markup.inc \
Lines 108-113 Link Here
108
		help/display-page.html \
109
		help/display-page.html \
109
		help/display.html \
110
		help/display.html \
110
		help/embed.html \
111
		help/embed.html \
112
		help/example-author-block.html \
111
		help/example-recent-stories.html \
113
		help/example-recent-stories.html \
112
		help/example-user-feed.html \
114
		help/example-user-feed.html \
113
		help/example-users-by-role.html \
115
		help/example-users-by-role.html \
Lines 128-138 Link Here
128
		help/style-node.html \
130
		help/style-node.html \
129
		help/style-row.html \
131
		help/style-row.html \
130
		help/style-rss.html \
132
		help/style-rss.html \
131
		help/style-summary-unformatted.html \
132
		help/style.html \
133
		help/style-summary.html \
133
		help/style-summary.html \
134
		help/style-summary-unformatted.html \
134
		help/style-table.html \
135
		help/style-table.html \
135
		help/style-unformatted.html \
136
		help/style-unformatted.html \
137
		help/style.html \
136
		help/theme-css.html \
138
		help/theme-css.html \
137
		help/updating.html \
139
		help/updating.html \
138
		help/using-theme.html \
140
		help/using-theme.html \
Lines 159-166 Link Here
159
		js/dependent.js \
161
		js/dependent.js \
160
		js/base.js \
162
		js/base.js \
161
		js/tabs.js \
163
		js/tabs.js \
164
		modules/aggregator/views_handler_argument_aggregator_category_cid.inc \
162
		modules/aggregator/views_handler_argument_aggregator_fid.inc \
165
		modules/aggregator/views_handler_argument_aggregator_fid.inc \
166
		modules/aggregator/views_handler_field_aggregator_category.inc \
163
		modules/aggregator/views_handler_field_aggregator_title_link.inc \
167
		modules/aggregator/views_handler_field_aggregator_title_link.inc \
168
		modules/aggregator/views_handler_filter_aggregator_category_cid.inc \
164
		modules/aggregator/views_plugin_row_aggregator_rss.inc \
169
		modules/aggregator/views_plugin_row_aggregator_rss.inc \
165
		modules/aggregator.views.inc \
170
		modules/aggregator.views.inc \
166
		modules/book.views.inc \
171
		modules/book.views.inc \
Lines 168-183 Link Here
168
		modules/comment.views.inc \
173
		modules/comment.views.inc \
169
		modules/comment.views_convert.inc \
174
		modules/comment.views_convert.inc \
170
		modules/comment.views_default.inc \
175
		modules/comment.views_default.inc \
176
		modules/contact.views.inc \
177
		modules/filter.views.inc \
171
		modules/locale.views.inc \
178
		modules/locale.views.inc \
172
		modules/node.views.inc \
179
		modules/node.views.inc \
173
		modules/node.views_convert.inc \
180
		modules/node.views_convert.inc \
174
		modules/node.views_default.inc \
181
		modules/node.views_default.inc \
175
		modules/poll.views.inc \
182
		modules/poll.views.inc \
176
		modules/profile.views.inc \
183
		modules/profile.views.inc \
184
		modules/profile.views_convert.inc \
177
		modules/search.views.inc \
185
		modules/search.views.inc \
178
		modules/search.views_convert.inc \
186
		modules/search.views_convert.inc \
179
		modules/search.views_default.inc \
187
		modules/search.views_default.inc \
180
		modules/statistics.views.inc \
188
		modules/statistics.views.inc \
189
		modules/statistics.views_convert.inc \
181
		modules/statistics.views_default.inc \
190
		modules/statistics.views_default.inc \
182
		modules/system.views.inc \
191
		modules/system.views.inc \
183
		modules/taxonomy.views.inc \
192
		modules/taxonomy.views.inc \
Lines 210-215 Link Here
210
		modules/comment/views_handler_sort_ncs_last_updated.inc \
219
		modules/comment/views_handler_sort_ncs_last_updated.inc \
211
		modules/comment/views_plugin_row_comment_rss.inc \
220
		modules/comment/views_plugin_row_comment_rss.inc \
212
		modules/comment/views_plugin_row_comment_view.inc \
221
		modules/comment/views_plugin_row_comment_view.inc \
222
		modules/contact/views_handler_field_contact_link.inc \
223
		modules/filter/views_handler_field_filter_format_name.inc \
213
		modules/locale/views_handler_argument_locale_group.inc \
224
		modules/locale/views_handler_argument_locale_group.inc \
214
		modules/locale/views_handler_argument_locale_language.inc \
225
		modules/locale/views_handler_argument_locale_language.inc \
215
		modules/locale/views_handler_field_locale_group.inc \
226
		modules/locale/views_handler_field_locale_group.inc \
Lines 232-237 Link Here
232
		modules/node/views_handler_field_node_revision_link_revert.inc \
243
		modules/node/views_handler_field_node_revision_link_revert.inc \
233
		modules/node/views_handler_field_node_type.inc \
244
		modules/node/views_handler_field_node_type.inc \
234
		modules/node/views_handler_filter_history_user_timestamp.inc \
245
		modules/node/views_handler_filter_history_user_timestamp.inc \
246
		modules/node/views_handler_filter_node_access.inc \
235
		modules/node/views_handler_filter_node_status.inc \
247
		modules/node/views_handler_filter_node_status.inc \
236
		modules/node/views_handler_filter_node_type.inc \
248
		modules/node/views_handler_filter_node_type.inc \
237
		modules/node/views_plugin_argument_default_node.inc \
249
		modules/node/views_plugin_argument_default_node.inc \
Lines 258-263 Link Here
258
		modules/taxonomy/views_handler_field_taxonomy.inc \
270
		modules/taxonomy/views_handler_field_taxonomy.inc \
259
		modules/taxonomy/views_handler_field_term_node_tid.inc \
271
		modules/taxonomy/views_handler_field_term_node_tid.inc \
260
		modules/taxonomy/views_handler_filter_term_node_tid.inc \
272
		modules/taxonomy/views_handler_filter_term_node_tid.inc \
273
		modules/taxonomy/views_handler_filter_term_node_tid_depth.inc \
261
		modules/taxonomy/views_handler_filter_vocabulary_vid.inc \
274
		modules/taxonomy/views_handler_filter_vocabulary_vid.inc \
262
		modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc \
275
		modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc \
263
		modules/translation/views_handler_argument_node_language.inc \
276
		modules/translation/views_handler_argument_node_language.inc \
Lines 274-279 Link Here
274
		modules/user/views_handler_argument_user_uid.inc \
287
		modules/user/views_handler_argument_user_uid.inc \
275
		modules/user/views_handler_argument_users_roles_rid.inc \
288
		modules/user/views_handler_argument_users_roles_rid.inc \
276
		modules/user/views_handler_field_user.inc \
289
		modules/user/views_handler_field_user.inc \
290
		modules/user/views_handler_field_user_language.inc \
277
		modules/user/views_handler_field_user_link.inc \
291
		modules/user/views_handler_field_user_link.inc \
278
		modules/user/views_handler_field_user_link_delete.inc \
292
		modules/user/views_handler_field_user_link_delete.inc \
279
		modules/user/views_handler_field_user_link_edit.inc \
293
		modules/user/views_handler_field_user_link_edit.inc \
Lines 296-308 Link Here
296
		plugins/views_plugin_argument_validate.inc \
310
		plugins/views_plugin_argument_validate.inc \
297
		plugins/views_plugin_argument_validate_numeric.inc \
311
		plugins/views_plugin_argument_validate_numeric.inc \
298
		plugins/views_plugin_argument_validate_php.inc \
312
		plugins/views_plugin_argument_validate_php.inc \
313
		plugins/views_plugin_cache.inc \
314
		plugins/views_plugin_cache_none.inc \
315
		plugins/views_plugin_row.inc \
316
		plugins/views_plugin_cache_time.inc \
299
		plugins/views_plugin_display.inc \
317
		plugins/views_plugin_display.inc \
300
		plugins/views_plugin_display_attachment.inc \
318
		plugins/views_plugin_display_attachment.inc \
301
		plugins/views_plugin_display_block.inc \
319
		plugins/views_plugin_display_block.inc \
302
		plugins/views_plugin_display_default.inc \
320
		plugins/views_plugin_display_default.inc \
303
		plugins/views_plugin_display_feed.inc \
321
		plugins/views_plugin_display_feed.inc \
304
		plugins/views_plugin_display_page.inc \
322
		plugins/views_plugin_display_page.inc \
305
		plugins/views_plugin_row.inc \
306
		plugins/views_plugin_row_fields.inc \
323
		plugins/views_plugin_row_fields.inc \
307
		plugins/views_plugin_style.inc \
324
		plugins/views_plugin_style.inc \
308
		plugins/views_plugin_style_default.inc \
325
		plugins/views_plugin_style_default.inc \
Lines 332-343 Link Here
332
		theme/views-view-table.tpl.php \
349
		theme/views-view-table.tpl.php \
333
		theme/views-view-unformatted.tpl.php \
350
		theme/views-view-unformatted.tpl.php \
334
		theme/views-view.tpl.php \
351
		theme/views-view.tpl.php \
335
		translations/views.pot \
352
		translations/uk-ua.po \
336
		translations/de.po \
353
		translations/de.po \
337
		translations/eo.po \
354
		translations/eo.po \
338
		translations/fr.po \
355
		translations/fr.po \
339
		translations/it.po \
356
		translations/it.po \
357
		translations/pl.po \
340
		translations/sv.po \
358
		translations/sv.po \
359
		translations/views.pot \
360
		translations/uk.po \
341
		views_export/views_export.css \
361
		views_export/views_export.css \
342
		views_export/views_export.info \
362
		views_export/views_export.info \
343
		views_export/views_export.module
363
		views_export/views_export.module
(-)drupal6-views/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (drupal/views-6.x-2.5.tar.gz) = 2098b66ccb996c38463bc1f276e2c5e4
1
MD5 (drupal/views-6.x-2.6.tar.gz) = a39827a5430373ab8508f2773b0bc6ea
2
SHA256 (drupal/views-6.x-2.5.tar.gz) = 0b2cf0862ea991b9331c80d9a2fd26b5c7307800c87bffeb1710147f32623659
2
SHA256 (drupal/views-6.x-2.6.tar.gz) = 13d296c483704e92a30acecd9efe8672e0c89641b3c53ed17275798d20fba97d
3
SIZE (drupal/views-6.x-2.5.tar.gz) = 1421005
3
SIZE (drupal/views-6.x-2.6.tar.gz) = 1534198

Return to bug 139265