Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2011 at 10:06 UTC
Updated:
12 Apr 2012 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
SandraL commentedI'm having the same problem.
Comment #2
maerys commentedSame here.
Comment #3
puiduThe same for me. bug?
Comment #4
jastraat commentedRelated to http://drupal.org/node/776268 ?
The naming convention of the 3 built in date formats changed in Drupal 7 from
small, medium, and large
to
short, medium, and long http://api.drupal.org/api/drupal/includes--common.inc/function/format_da...
This means that only the medium format name still exists. Ctools just needs to update the option keys in node_created.inc and node_update.inc to match the new date format conventions.
Comment #5
jastraat commentedComment #6
ramlev commentedAnd it's not possible to choose any custom made date/time types, only the three default.
Comment #7
ramlev commentedHave made a patch, which fills the selectbox, with the date types available for this installation.
This will work with node_update and node_created fields.
Comment #8
wooody commentedexist in Druapl , Authored on
Comment #9
acbramley commentedAwesome, applied patch #7 to 7.x-1.0-rc1 applied cleanly and works as expected! Lets get this committed as currently the node created and updated panes are pretty useless!
Comment #10
merlinofchaos commentedCommitted! Thanks!
Comment #11
cyberwolf commented#776268: Created/update date context plugins lack custom formatting looks like a duplicate of this one.