Download & Extend

Impossible to choose date format in node created date

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.

AttachmentSizeStatusTest resultOperations
Bildschirmfoto 2011-09-04 um 13.11.09.png24.72 KBIgnored: Check issue status.NoneNone

#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

Project:Panels» Chaos tool suite (ctools)
Version:7.x-3.x-dev» 7.x-1.x-dev

#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.

AttachmentSizeStatusTest resultOperations
hardcoded-date-types-1233424-7.patch2.02 KBIgnored: Check issue status.NoneNone

#8

exist in Druapl , Authored on

#9

Status:active» reviewed & tested by the community

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

Status:reviewed & tested by the community» fixed

Committed! Thanks!

#11

#12

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here