You are here

README.txt in Datex 7.3

Same filename and directory in other branches
  1. 7 README.txt
  2. 7.2 README.txt
WEBFORM, TRANSLATION
INTRODUCTION
------------

Datex is a zero-configuration, batteries-included, fire-and-forget, zero
dependency date localization and internationalization module using php-intl.
It supports Gregorian (doh!), Persian, and... bundled with a nice jquery date
picker.

It uses PHP-Intl but works without it too. To get popup support (for date
fields, views exposed forms, scheduler module, node edit form and ...), just enable
the datex_popup.


INSTALLATION
------------

  - Download and enabled datex as usual.
  - Fin.

Optionally (NOT required):
  - Enable locale module in the core.
  - Go to admin/config/regional/date-time/datex and configure schemas.
  - If you get wrong <i>time</i> values, set your site's timezone properly.
  - To get better support for views, enable date_views in date module.

JQUERY LIBRARY - POPUP DATEPICKER
--------------

It is not required to download any library, datex comes bundles with the great
calendar developed by (Babakhani)[https://github.com/babakhani/pwt.datepicker]
<b>BUT</b> It requires
(Jquery Update Module)[https://drupal.org/project/jquery_update] or a recent
version of jQuery loaded into the page.


FEATURES
----------

 - <b>Popup:</b> for date fields, node edit form, scheduler, views exposed form, ...
 - <b>Views Exposed Filters</b> works just fine as long as the date field works.
   node created is supported but popup for it is underway.
 - <b>Views Contextual Filter:</b> <i>node created date</i> can be set as a
 - <b>Date - Views Contextual Filter:</b> Support of date field
    contextual filters is fully implemented.
 - <b>Node/Comment</b> node and comment edit / add form are fully supported.
 - <b>Scheduler Module</b> is fully supported, with and without popup.
 - <b>Node admin page</b> is fully localized.
 - <b>Smaller Granularities:</b> date fields with granularity lesser than
   year-month-day (including year only or year and month only) are supported.
   Great care has been taken to support this without time offset drift.
   contextual filter. <b>year</b> and <b>year and month</b> are supported. more
   support is underway.
 - There is no need to patch the core.
 - Intl-fallback: in case php-intl is missing a fallback calendar will be used.
 - Easy admin interface, with no footprint in the database.


FEATURE REQUESTS
----------------

Datex has a very clean readable code base, so if you wish to have something
added to datex, feel free to create a pull request.

File

README.txt
View source
  1. WEBFORM, TRANSLATION
  2. INTRODUCTION
  3. ------------
  4. Datex is a zero-configuration, batteries-included, fire-and-forget, zero
  5. dependency date localization and internationalization module using php-intl.
  6. It supports Gregorian (doh!), Persian, and... bundled with a nice jquery date
  7. picker.
  8. It uses PHP-Intl but works without it too. To get popup support (for date
  9. fields, views exposed forms, scheduler module, node edit form and ...), just enable
  10. the datex_popup.
  11. INSTALLATION
  12. ------------
  13. - Download and enabled datex as usual.
  14. - Fin.
  15. Optionally (NOT required):
  16. - Enable locale module in the core.
  17. - Go to admin/config/regional/date-time/datex and configure schemas.
  18. - If you get wrong time values, set your site's timezone properly.
  19. - To get better support for views, enable date_views in date module.
  20. JQUERY LIBRARY - POPUP DATEPICKER
  21. --------------
  22. It is not required to download any library, datex comes bundles with the great
  23. calendar developed by (Babakhani)[https://github.com/babakhani/pwt.datepicker]
  24. BUT It requires
  25. (Jquery Update Module)[https://drupal.org/project/jquery_update] or a recent
  26. version of jQuery loaded into the page.
  27. FEATURES
  28. ----------
  29. - Popup: for date fields, node edit form, scheduler, views exposed form, ...
  30. - Views Exposed Filters works just fine as long as the date field works.
  31. node created is supported but popup for it is underway.
  32. - Views Contextual Filter: node created date can be set as a
  33. - Date - Views Contextual Filter: Support of date field
  34. contextual filters is fully implemented.
  35. - Node/Comment node and comment edit / add form are fully supported.
  36. - Scheduler Module is fully supported, with and without popup.
  37. - Node admin page is fully localized.
  38. - Smaller Granularities: date fields with granularity lesser than
  39. year-month-day (including year only or year and month only) are supported.
  40. Great care has been taken to support this without time offset drift.
  41. contextual filter. year and year and month are supported. more
  42. support is underway.
  43. - There is no need to patch the core.
  44. - Intl-fallback: in case php-intl is missing a fallback calendar will be used.
  45. - Easy admin interface, with no footprint in the database.
  46. FEATURE REQUESTS
  47. ----------------
  48. Datex has a very clean readable code base, so if you wish to have something
  49. added to datex, feel free to create a pull request.