Projet

Général

Profil

Paste
Télécharger (2,7 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / date / README.txt @ 599a39cd

1
Date
2
----
3
The Date module suite provides an API for handling date values, a field for
4
Drupal 7's Field API system, and a wealth of submodules for various purposes.
5

    
6
The following modules are included in the Date package, many of which have their
7
own README.txt files with further information:
8

    
9
* date_api/date_api.module:
10
  A dependency for all of the other modules, provides a slew of APIs for the
11
  other modules to leverage.
12

    
13
* date.module:
14
  Provides the Field API integration necessary to use date fields in the Drupal
15
  7 UI, or in custom modules.
16

    
17
* date_all_day/date_all_day.module:
18
  Provides the option to add an 'All Day' checkbox to toggle time on and off
19
  for date fields. It also contains the theme that displays the 'All Day' text
20
  on fields that have no time.
21

    
22
* date_context/date_context.module
23
  Provides integration with the Context module [1], allowing the date to be used
24
  as a condition on context definitions.
25

    
26
* date_popup/date_popup.module
27
  Adds a field widget for use with date and time fields that uses a jQuery-based
28
  calendar-style date picker and timepicker.
29

    
30
* date_repeat/date_repeat.module
31
  Provides an API for calculating repeating dates and times from iCal rules.
32

    
33
* date_repeat/date_repeat_field.module
34
  Creates the option of repeating date fields and manages Date fields that use
35
  the Date Repeat API.
36

    
37
* date_tools/date_tools.module
38
  Provides functionality for importing content with dates.
39

    
40
* date_views/date_views.module
41
  Adds integration with the Views module [2] for adding date fields and filters
42
  to views.
43

    
44

    
45
Credits / contact
46
--------------------------------------------------------------------------------
47
Currently maintained by Andrii Podanenko [3], Alex Schedrov [4], Damien McKenna
48
[5] and Vijaya Chandran Mani [6]. Previous maintainers included Angie Byron
49
[7], Arlin Sandbulte [8], David Goode [9], Derek Wright [10], developer-x [11]
50
and Peter Lieverdink [12].
51

    
52
Originally written and maintained by Karen Stevenson [13].
53

    
54
The best way to contact the authors is to submit an issue, be it a support
55
request, a feature request or a bug report, in the project issue queue:
56
  https://www.drupal.org/project/issues/date
57

    
58

    
59
References
60
--------------------------------------------------------------------------------
61
1: https://www.drupal.org/project/context
62
2: https://www.drupal.org/project/views
63
3: https://www.drupal.org/u/podarok
64
4: https://www.drupal.org/u/sanchiz
65
5: https://www.drupal.org/u/damienmckenna
66
6: https://www.drupal.org/u/vijaycs85
67
7: https://www.drupal.org/u/webchick
68
8: https://www.drupal.org/u/arlinsandbulte
69
9: https://www.drupal.org/user/291318
70
10: https://www.drupal.org/u/dww
71
11: https://www.drupal.org/user/399625
72
12: https://www.drupal.org/u/cafuego
73
13: https://www.drupal.org/u/karens