diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-07-30 14:13:26 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-07-30 14:13:26 +0200 |
commit | c2ce7dfa7e16b2eac7e6c0e6ddaef9cb5e2a6952 (patch) | |
tree | 8f6c9981c6981a65b856a4470fe58c8aba30edad /user_guide/changelog.html | |
parent | 5fbffd780bb24c0fb925ffb26a9036f008d9b664 (diff) |
changed so day and month names are derived from calendar lang file instead of being hard-coded.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 4220c6e0a..e8de98ff4 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -68,6 +68,7 @@ Change Log <li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or no. Previously they were always saved.</li>
<li>Added <dfn>$assign_to_controller</dfn> variable in the main <kbd>index.php</kbd> file. Anything that this variable contains will be passed automatically to a controller constructor when initialized.</li>
<li>Reorganized the URI and Routes classes for better clarity.</li>
+ <li>Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it </li>
<li>Fixed a bug in database driver where num_rows property wasn't getting updated </li>
<li>Fixed a bug in captcha calling an invalid PHP function</li>
<li>Fixed a bug in _html_entity_decode_callback() when 'global_xss_filtering' is enabled.</li>
|