From c2ce7dfa7e16b2eac7e6c0e6ddaef9cb5e2a6952 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 30 Jul 2007 12:13:26 +0000 Subject: changed so day and month names are derived from calendar lang file instead of being hard-coded. --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide') 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
  • Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or no. Previously they were always saved.
  • Added $assign_to_controller variable in the main index.php file. Anything that this variable contains will be passed automatically to a controller constructor when initialized.
  • Reorganized the URI and Routes classes for better clarity.
  • +
  • Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it
  • Fixed a bug in database driver where num_rows property wasn't getting updated
  • Fixed a bug in captcha calling an invalid PHP function
  • Fixed a bug in _html_entity_decode_callback() when 'global_xss_filtering' is enabled.
  • -- cgit v1.2.3-24-g4f1b