From 2976adee7ca940cf1cfeb40d2f5e1beb608548a6 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Wed, 4 Feb 2009 13:22:01 +0000
Subject: doc link fixes
---
user_guide/changelog.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
(limited to 'user_guide/changelog.html')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 0e0a02112..6c32f5071 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -95,7 +95,7 @@ SVN Revision:
Bug fixes for 1.7.1
- - Fixed assorted user guide typos or examples (#6521, #6339, #6259, #6093).
+ - Fixed assorted user guide typos or examples (#6521, #6339, #6259, #6093, #5998).
- Fixed a bug in the MySQLi driver when no port is specified
- Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.
- Fixed a bug in which identifers were not being escaped properly when reserved characters were used.
@@ -740,7 +740,7 @@ SVN Revision: 1155
Release Date: September 21, 2006
-- Added a new feature that passes URI segments directly to your function calls as parameters. See the Controllers page for more info.
+- Added a new feature that passes URI segments directly to your function calls as parameters. See the Controllers page for more info.
- Added support for a function named _output(), which when used in your controllers will received the final rendered output from the output class. More info in the Controllers page.
- Added several new functions in the URI Class to let you retrieve and manipulate URI segments that have been re-routed using the URI Routing feature. Previously, the URI class did not permit you to access any re-routed URI segments, but now it does.
- Added $this->output->set_header() function, which allows you to set server headers.
@@ -771,11 +771,11 @@ SVN Revision: 1155
Release Date: September 17, 2006
-- Added Hooks feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.
-- Added the ability to organize controller files into sub-folders. Kudos to Marco for suggesting this (and the next two) feature.
-- Added regular expressions support for routing rules.
-- Added the ability to remap function calls within your controllers.
-- Added the ability to replace core system classes with your own classes.
+- Added Hooks feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.
+- Added the ability to organize controller files into sub-folders. Kudos to Marco for suggesting this (and the next two) feature.
+- Added regular expressions support for routing rules.
+- Added the ability to remap function calls within your controllers.
+- Added the ability to replace core system classes with your own classes.
- Added support for % character in URL.
- Added the ability to supply full URLs using the anchor() helper function.
- Added mode parameter to file_write() helper.
--
cgit v1.2.3-24-g4f1b