~pwolanin/+junk/AD-pressflow-6

« back to all changes in this revision

Viewing changes to modules/acquia/date/help/date-api.html

  • Committer: Peter Wolanin
  • Date: 2009-09-17 21:56:51 UTC
  • Revision ID: pwolanin@curie.local-20090917215651-jm4azy7ee79zx5bz
   Acquia Drupal 1.2.16 (Drupal 6.14 core) has just been released and
   contains important security updates and bug fixes. We recommend that
   you update to the new version as soon as possible.
    1. Please reference the [1]Getting Started Guide for information about
       updating your site.
    2. Next, [2]download the new version.

   Acquia Drupal consists of Acquia's package of Drupal core with a
   curated set of contributed modules, plus the ability to connect to the
   Acquia Network. 
   Acquia Drupal 1.2.16 (Drupal 6.14 core) includes the
   following updates: 
   ===================================================
     * Updated Drupal core to version [3]6.14. This also fixes a multiple
       security issues described in [4]DRUPAL-SA-CORE-2009-008.
     * Updated the Date module to [5]6.x-2.4. This also fixes a Cross Site
       Scripting security issue described in
       [6]DRUPAL-SA-CONTRIB-2009-057.
     * Added the jquery_ui module, version [7]6.x-1.3. This fixes a
       warning that appears on the status page if you have the date_popup
       module enabled.
     * Updated the Content Construction Kit (CCK) module to [8]6.x-2.5.
     * Updated the Image module to [9]6.x-1.0-beta3.
     * Updated the Mollom module to [10]6.x-1.10.
     * Updated the Voting API module to [11]6.x-2.3.

References

   1. http://acquia.com/documentation/getting-started/introduction
   2. http://acquia.com/downloads
   3. http://drupal.org/node/579476
   4. http://drupal.org/node/579482
   5. http://drupal.org/node/579000
   6. http://drupal.org/node/579144
   7. http://drupal.org/node/497608
   8. http://drupal.org/node/539128
   9. http://drupal.org/node/575958
  10. http://drupal.org/node/551398
  11. http://drupal.org/node/550092

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<p>
 
2
Once the Date API is installed, all functions in the API are available to be used 
 
3
anywhere by any module. If the Date Timezone module is installed, the system site 
 
4
timezone selector and the user timezone selectors are overwritten to allow the 
 
5
selection of timezone names instead of offsets. Proper timezone conversion 
 
6
requires knowledge of those timezone names, something that is not currently 
 
7
available in Drupal core, and the change in selectors makes it possible to track it.
 
8
</p>
 
9
<p>
 
10
In most cases, you should enable the Date Timezone module any time you use the
 
11
Date API to be able to set the site and user timezone names. It is not enabled by 
 
12
default in case another module is setting timezone names in the database.
 
13
</p>
 
14
<p>
 
15
The API uses the PHP 5.2 date functions to create and manipulate dates, and 
 
16
contains an option module that will emulate those functions in earlier versions
 
17
of PHP.
 
18
</p>
 
19
<p>
 
20
If you are using PHP 4 or PHP 5.0 or 5.1, native date handling won't work right.
 
21
Install the Date_PHP4 module to enable wrapper functions so this code will work
 
22
in old PHP versions. 
 
23
</p>