Projet

Général

Profil

Révision 599a39cd

Ajouté par Assos Assos il y a environ 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date/date_context/date_context.module
1 1
<?php
2

  
2 3
/**
3 4
 * @file
4 5
 * Add an option to set/not set the context on forms vs views.
5 6
 *
6
 * @TODO
7
 *
8
 * Currently only implemented for nodes. Need to add $plugin->execute()
7
 * @todo Currently only implemented for nodes. Need to add $plugin->execute()
9 8
 * for any other entities that might be supported.
10 9
 *
11
 * Cache the date processing, perhaps cache the formatted, timezone-adjusted
10
 * @todo Cache the date processing, perhaps cache the formatted, tz-adjusted
12 11
 * date strings for each entity (would have to be cached differently for each
13 12
 * timezone, based on the tz_handling method for the date).
14 13
 */

Formats disponibles : Unified diff