Active
Project:
Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Mar 2011 at 23:34 UTC
Updated:
7 Dec 2012 at 20:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
damienmckennaWould also like to see this, particularly shortcut sets.
Comment #2
derhasi commentedI'm currently working on the date_formats (especially date-formats-locale). Maybe i'll post a patch tomorrow ;)
Comment #3
derhasi commentedUh, the date_format is a complicated one. We have to pay attention to several topics.
* Implementation with hook_date_format_types will lock the format types (so they cannot be edited via UI)
* Default formats are stored in variable "date_format_$type", locale overrides are stored in database table
* values stored in {date_formats} can be locked too
I wanted to try to use hook_date_format_types_alter (and hook_date_formats_alter), but feautures does not seem to provide such functionality. So I'll stick with a custom hook.
Comment #4
derhasi commentedThere's a first try for date_formats attached.
Comment #5
febbraro commentedLinking to exports for
* Triggers #1113126: Exportable triggers and actions
* Shortcut Sets #986968: Export shortcuts sets from the core Shortcut module
Comment #6
derhasi commentedCreate a new issue for date_formats, and created a patch for languages
* Date Formats #1279928: Features Extra support for date_formats
* Languages #1279938: Features support for languages
Comment #7
e2thex commentedtagging
Comment #8
nedjoI've updated the issue summary with links to existing issues.
Comment #9
kclarkson commentedWould this issue also be for default components such as the Article content type or the User path patterns ?
The feature shows as overriden once enabled and the patterns or fields for default content is not added.
Once I run hit the revert button everything works but for some people this may raise a red flag.
Comment #9.0
kclarkson commentedUpdated issue summary.