From 048e42a63957f944444aeaff011d882b7c5914b3 Mon Sep 17 00:00:00 2001
From: Derek Jones
Date: Fri, 28 Jan 2011 10:26:10 -0600
Subject: marking Reactor changelog items with a special class to style
accordingly
---
user_guide/changelog.html | 14 ++++++++------
user_guide/images/reactor-bullet.png | Bin 0 -> 781 bytes
user_guide/userguide.css | 3 +++
3 files changed, 11 insertions(+), 6 deletions(-)
create mode 100755 user_guide/images/reactor-bullet.png
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 7fa9ac665..ed7f48ee0 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -57,6 +57,8 @@ Change Log
Change Log
+The indicates items that were contributed to CodeIgniter via CodeIgniter Reactor.
+
Version 2.0.0
Release Date: not yet released
Hg Tag:
@@ -77,10 +79,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.
+ 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
@@ -114,7 +116,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.
+ - Altered User agent library so that is_browser(), is_mobile() and is_robot() can optionally check for a specific browser or mobile device.
Database
@@ -176,7 +178,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 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.
diff --git a/user_guide/images/reactor-bullet.png b/user_guide/images/reactor-bullet.png
new file mode 100755
index 000000000..89c8129a4
Binary files /dev/null and b/user_guide/images/reactor-bullet.png differ
diff --git a/user_guide/userguide.css b/user_guide/userguide.css
index 57c2b05e1..f93ff0d75 100644
--- a/user_guide/userguide.css
+++ b/user_guide/userguide.css
@@ -259,6 +259,9 @@ padding: 3px 0 7px 3px;
margin: 10px 0 12px 0;
}
+li.reactor {
+ list-style-image: url(images/reactor-bullet.png);
+}
#content li {
margin-bottom: 9px;
}
--
cgit v1.2.3-24-g4f1b