Posted by guillaumev on July 29, 2011 at 10:06am
11 followers
| Project: | Chaos tool suite (ctools) |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
If you try to add a node created date within a panel, it is not possible to select a proper date format: all three date formats look the same...
Comments
#1
I'm having the same problem.
#2
Same here.
#3
The same for me. bug?
#4
Related 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.
#5
#6
And it's not possible to choose any custom made date/time types, only the three default.
#7
Have 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.
#8
exist in Druapl , Authored on
#9
Awesome, 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!
#10
Committed! Thanks!
#11
#776268: Created/update date context plugins lack custom formatting looks like a duplicate of this one.
#12
Automatically closed -- issue fixed for 2 weeks with no activity.