Skip to content

Commit 2dda7cb

Browse files
committed
Rebuilt Features exports.
No changes should be introduced by this commit. It is merely here to avoid huge diffs when ever working with our existing features.
1 parent 2fdc44d commit 2dda7cb

22 files changed

+868
-949
lines changed

ding_admin/ding_admin.info

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
name = "Ding! admin"
2+
description = "Tweaks and overrides for the admin interface."
13
core = "6.x"
4+
package = "Ding!"
25
dependencies[] = "ding_base"
36
dependencies[] = "features"
47
dependencies[] = "menu"
5-
description = "Tweaks and overrides for the admin interface."
68
features[menu_links][] = "admin:admin/content"
79
features[menu_links][] = "admin:node/add"
8-
name = "Ding! admin"
9-
package = "Ding!"

ding_base/ding_base.info

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
name = "Ding! base"
2+
description = "Base module providing configuration, formats and APIs used across all Ding module."
13
core = "6.x"
4+
package = "Ding!"
25
dependencies[] = "admin"
36
dependencies[] = "admin_theme"
47
dependencies[] = "better_formats"
@@ -20,13 +23,11 @@ dependencies[] = "strongarm"
2023
dependencies[] = "taxonomy"
2124
dependencies[] = "ting_recommendation_panes"
2225
dependencies[] = "ting_search_carousel"
23-
description = "Base module providing configuration, formats and APIs used across all Ding module."
2426
features[ctools][] = "strongarm:strongarm:1"
2527
features[variable][] = "admin_theme"
2628
features[variable][] = "admin_theme_admin_theme_batch"
2729
features[variable][] = "admin_theme_admin_theme_devel"
2830
features[variable][] = "admin_theme_path"
29-
features[variable][] = "admin_theme_path_disallow"
3031
features[variable][] = "better_formats_fieldset_title"
3132
features[variable][] = "better_formats_long_tips_link_text"
3233
features[variable][] = "better_formats_per_node_type"
@@ -112,5 +113,3 @@ features[variable][] = "securepages_secure"
112113
features[variable][] = "securepages_switch"
113114
features[variable][] = "theme_settings"
114115
features[variable][] = "user_register"
115-
name = "Ding! base"
116-
package = "Ding!"

0 commit comments

Comments
 (0)