Greetings,

I greatly appreciate your theme, which I choose for a regional network of social/activism agendas.
http://www.reseauforum.org/grille-calendrier/

I just want to point out that "localizing" every single publication date, for every node, is not necessary nor useful :) The custom date forms selected by the webmaster, in Drupal's config panels, creates the desires date format before any localizing/translation. The t() you placed for dates creates hundreds of extra data in the "locale" table (if there are hundreds of nodes. Our regional calendar has about 2000).

It seems to me that date formats are to be adapted in the Drupal config panel, where you can customize it, which is why I qualify it as a "bug", but feel free to change this.

Cheers,
Michael

Comments

Anonymous’s picture

That sounds about right, and that's nice... de voir que des francophones aussi utlisent mon thèmes ;)

Ok, I'll make some test and update this in the next release.
Thanks for pointing that out :)

Anonymous’s picture

Component: User interface » Miscellaneous
Assigned: Unassigned »
Category: bug » feature
Anonymous’s picture

Status: Active » Fixed

Fix submitted in 6.1.1 and 1.2

Status: Fixed » Closed (fixed)

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

heine’s picture

Status: Closed (fixed) » Active

6.x-1.2 still contains echo t( format_date($node->created, 'medium'));

Anonymous’s picture

Status: Active » Fixed

Removed it (silly me) and created a new release.

Status: Fixed » Closed (fixed)

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