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 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 Reactor Marker 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
  • Database @@ -176,7 +178,7 @@ Hg Tag:

    Bug fixes for 2.0.0