Projet

Général

Profil

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

root / drupal7 / sites / all / modules / panelizer / panelizer.info @ 136a805a

1
name = Panelizer
2
description = Allow any node type to have custom panel displays, similar to the panel node type.
3
package = "Panels"
4
dependencies[] = panels (>= 3.5)
5
dependencies[] = ctools (>= 1.9)
6
dependencies[] = page_manager
7
core = 7.x
8
configure = admin/structure/panelizer
9

    
10
; Master class for handling entities.
11
files[] = plugins/entity/PanelizerEntityDefault.class.php
12

    
13
; SearchAPI integration.
14
files[] = plugins/search_api/PanelizerSearchApiAlterCallback.class.php
15

    
16
; Views integration.
17
files[] = plugins/views/panelizer_handler_field_link.inc
18
files[] = plugins/views/panelizer_handler_panelizer_status.inc
19
files[] = plugins/views/panelizer_handler_filter_panelizer_status.inc
20
files[] = plugins/views/panelizer_plugin_row_panelizer_node_view.inc
21

    
22
; Tests: Basic functionality using core.
23
files[] = tests/panelizer.helper.test
24
files[] = tests/panelizer.admin_settings.test
25

    
26
; Tests: Standard core entities.
27
files[] = tests/panelizer.node.test
28
files[] = tests/panelizer.term.test
29
files[] = tests/panelizer.user.test
30

    
31
; Tests: Node workflows.
32
files[] = tests/panelizer.node_revisions.test
33

    
34
; Tests: Standard node translations.
35
files[] = tests/panelizer.node_content_translation.test
36

    
37
; Tests: Panels IPE.
38
files[] = tests/panelizer.with_panels_ipe.test
39

    
40
; Todo: Tests: Pathauto integration.
41
test_dependencies[] = pathauto
42
files[] = tests/panelizer.with_pathauto.test
43

    
44
; Todo: Tests: Revisioning integration.
45
test_dependencies[] = revisioning
46
files[] = tests/panelizer.with_revisioning.test
47

    
48
; Todo: Tests: Views integration.
49
test_dependencies[] = views
50
files[] = tests/panelizer.with_views.test
51

    
52
; Todo: Tests: Workbench Moderation integration.
53
test_dependencies[] = workbench_moderation (>= 3.x)
54
files[] = tests/panelizer.with_workbench_moderation.test
55

    
56
; Information added by Drupal.org packaging script on 2016-08-17
57
version = "7.x-3.3"
58
core = "7.x"
59
project = "panelizer"
60
datestamp = "1471449520"
61