From 4df8b2276bbcc7f025a41b0d09f2f8cd7927b51a Mon Sep 17 00:00:00 2001
From: Phil Sturgeon
Date: Wed, 15 Dec 2010 14:23:14 +0000
Subject: ['base_url'] is now empty by default and will guess what
it should be.
---
user_guide/changelog.html | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'user_guide/changelog.html')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index c3693e5f9..30734a835 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -76,6 +76,10 @@ Hg Tag:
In-development code is now hosted at BitBucket.
Removed the deprecated Validation Class.
Added CI_ Prefix to all core classes.
+ Package paths can now be set in application/config/autoload.php.
+ Upload library file_name can now be set without an extension, the extension will be taken from the uploaded file instead of the given name.
+ Name can be omitted from $this->dbforge->modify_column()'s 2nd param if you aren't changing the name.
+ $config['base_url'] is now empty by default and will guess what it should be.
Libraries
--
cgit v1.2.3-24-g4f1b
From 6113f5462c5801964b12a95e62922606aa258808 Mon Sep 17 00:00:00 2001
From: Eric Barnes
Date: Wed, 29 Dec 2010 13:36:12 -0500
Subject: Changed email library to allow setting different user-agent. Fixes
#286
---
user_guide/changelog.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'user_guide/changelog.html')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 30734a835..09efc5434 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -171,6 +171,7 @@ Hg Tag:
Bug fixes for 2.0.0
+ - Fixed a bug where you could not change the User-Agent when sending email.
- Fixed a bug where the Output class would send incorrect cached output for controllers implementing their own _output() method.
- Fixed a bug where a failed query would not have a saved query execution time causing errors in the Profiler
- Fixed a bug that was writing log entries when multiple identical helpers and plugins were loaded.
@@ -750,7 +751,7 @@ Hg Tag: 1.6.1
-
+
Documentation Changes
- Added Writing Documentation section for the community to use in writing their own documentation.
--
cgit v1.2.3-24-g4f1b
From dac1b468d5432ff9166fe221ac520b5050a65f0e Mon Sep 17 00:00:00 2001
From: Phil Sturgeon
Date: Thu, 6 Jan 2011 17:40:10 +0000
Subject: Altered User agent library so that is_browser(), is_mobile() and
is_robot() can optionally check for a specific browser or mobile device.
---
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 09efc5434..a6332d64d 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -113,6 +113,7 @@ Hg Tag:
- Altered Form_Validation library to allow for method chaining on set_rules(), set_message() and set_error_delimiters() functions.
- Altered Email Library to allow for method chaining.
- Added request_headers(), get_request_header() and is_ajax_request() to the input class.
+ - Altered User agent library so that is_browser(), is_mobile() and is_robot() can optionally check for a specific browser or mobile device.
Database
--
cgit v1.2.3-24-g4f1b