From 790ebf3a77677dd6d7473bb14f8e9c5594ddcb46 Mon Sep 17 00:00:00 2001 From: Pascal Kriete Date: Wed, 15 Dec 2010 10:53:35 -0500 Subject: Changing the router to support any number of segments in the default route. Closes #261. --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index c3693e5f9..80d830d9d 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -160,6 +160,7 @@ Hg Tag:

  • Documented append_output() in the Output Class.
  • Documented a second argument in the decode() function for the Encryption Class.
  • Documented db->close().
  • +
  • Updated the router to support a default route with any number of segments.
  • Moved _remove_invisible_characters() function from the Security Library to common functions.
  • -- cgit v1.2.3-24-g4f1b From 383fd3bf1cf2ed5dc28d1759a025ba74c9b60529 Mon Sep 17 00:00:00 2001 From: Robin Sowell Date: Mon, 20 Dec 2010 12:13:05 -0500 Subject: Minor tweak to dbprefix. --- user_guide/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 80d830d9d..fdf36d30a 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -113,7 +113,7 @@ Hg Tag:

  • Database
      -
    • Added swap_pre value to database configuration.
    • + database configuration.
    • Added autoinit value to database configuration.
    • Added stricton value to database configuration.
    • Added database_exists() to the Database Utilities Class.
    • -- cgit v1.2.3-24-g4f1b From 9e4159e8e7111050b8e8d6477188b5c9e814e909 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 21 Dec 2010 09:43:35 -0600 Subject: Fix #288 html error in changelog.html --- user_guide/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index fdf36d30a..48f2ccf1d 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -113,7 +113,7 @@ Hg Tag:

    • Database
        - database configuration. +
      • database configuration.
      • Added autoinit value to database configuration.
      • Added stricton value to database configuration.
      • Added database_exists() to the Database Utilities Class.
      • -- cgit v1.2.3-24-g4f1b From 11eb2dcb181c4518d19646867e499c85d449208e Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 21 Dec 2010 11:00:28 -0600 Subject: Fix: #236 Adding audio/mpeg3 as a valid mime type for mp3 --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 48f2ccf1d..68abaff27 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -162,6 +162,7 @@ Hg Tag:

      • Documented db->close().
      • Updated the router to support a default route with any number of segments.
      • Moved _remove_invisible_characters() function from the Security Library to common functions.
      • +
      • Added audio/mpeg3 as a valid mime type for MP3.
    -- cgit v1.2.3-24-g4f1b From 2eaa4074ea007cec58a802f591b4641b043213d1 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 21 Dec 2010 11:44:08 -0600 Subject: Moving system/{logs,cache} to the application directory. --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 68abaff27..251f6fbd9 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -69,6 +69,7 @@ Hg Tag:

  • Plugins have been removed, in favor of Helpers. The CAPTCHA plugin has been converted to a Helper and documented. The JavaScript calendar plugin was removed due to the ready availability of great JavaScript calendars, particularly with jQuery.
  • Added new special Library type: Drivers.
  • Moved the application folder outside of the system folder.
  • +
  • Moved system/cache and system/logs directories to the application directory.
  • Added routing overrides to the main index.php file, enabling the normal routing to be overridden on a per "index" file basis.
  • Added the ability to set config values (or override config values) directly from data set in the main index.php file. This allows a single application to be used with multiple front controllers, each having its own config values.
  • Added $config['directory_trigger'] to the config file so that a controller sub-directory can be specified when running _GET strings instead of URI segments.
  • -- cgit v1.2.3-24-g4f1b From 678256c2007b06452b581fb692d948b7c9c94a7b Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 21 Dec 2010 12:05:12 -0600 Subject: Fix #93 Updating postgres dbforge create table method. Thanks to James Gifford for the patch. http://codeigniter.com/forums/viewthread/73392/ --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 251f6fbd9..786b90269 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -124,6 +124,7 @@ Hg Tag:

  • Modified the database errors to show the filename and line number of the problematic query.
  • Removed the following deprecated functions: orwhere, orlike, groupby, orhaving, orderby, getwhere.
  • Removed deprecated _drop_database() and _create_database() functions from the db utility drivers.
  • +
  • Improved dbforge create_table() function for the Postgres driver.
  • Helpers -- cgit v1.2.3-24-g4f1b From ccbfbf60b6b1433dbc7d533443cdb433f837da8b Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 21 Dec 2010 13:49:33 -0600 Subject: Fix #85 error in db queries in the output profiler. --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 786b90269..0b060da22 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -198,6 +198,7 @@ Hg Tag:

  • Added a log message in core/output if the cache directory config value was not found.
  • Fixed a bug where multiple libraries could not be loaded by passing an array to load->library()
  • Fixed a bug in the html helper where too much white space was rendered between the src and alt tags in the img() function.
  • +
  • Fixed a bug in the profilers _compile_queries() function.
  • Version 1.7.2

    -- cgit v1.2.3-24-g4f1b From 3b889a970adbfc3ca015803f80a2a45066abcbd9 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Mon, 10 Jan 2011 12:35:57 -0600 Subject: Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorrectly formatted date string. --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 0b060da22..013468f6f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -199,6 +199,7 @@ Hg Tag:

  • Fixed a bug where multiple libraries could not be loaded by passing an array to load->library()
  • Fixed a bug in the html helper where too much white space was rendered between the src and alt tags in the img() function.
  • Fixed a bug in the profilers _compile_queries() function.
  • +
  • Fixed a bug in the date helper where the DATE_ISO8601 variable was returning an incorrectly formatted date string.
  • Version 1.7.2

    -- cgit v1.2.3-24-g4f1b