diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-01-28 17:48:24 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-01-28 17:48:24 +0100 |
commit | 8c1d278175243d1c3f3f7a19cecf50834b06ad51 (patch) | |
tree | ce1bc8a320d08655495dd865a89fdb3673306e74 /user_guide/changelog.html | |
parent | 048e42a63957f944444aeaff011d882b7c5914b3 (diff) |
Added links from changelog to respective user guide section
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index ed7f48ee0..6fa133276 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -76,12 +76,12 @@ Hg Tag: </p> <li>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.</li> <li>Added <kbd>$config['directory_trigger']</kbd> to the config file so that a controller sub-directory can be specified when running _GET strings instead of URI segments.</li> <li>Added ability to set "Package" paths - specific paths where the Loader and Config classes should try to look first for a requested file. This allows distribution of sub-applications with their own libraries, models, config files, etc. in a single "package" directory. See the <a href="libraries/loader.html">Loader class</a> documentation for more details.</li> - <li>In-development code is now hosted at <a href="http://bitbucket.org/ellislab/codeigniter/">BitBucket</a>.</li> + <li>In-development code is now hosted at <a href="http://bitbucket.org/ellislab/codeigniter-reactor/">BitBucket</a>.</li> <li>Removed the deprecated Validation Class.</li> <li>Added CI_ Prefix to all core classes.</li> <li class="reactor">Package paths can now be set in application/config/autoload.php.</li> - <li class="reactor">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.</li> - <li class="reactor">Name can be omitted from $this->dbforge->modify_column()'s 2nd param if you aren't changing the name.</li> + <li class="reactor"><a href="libraries/file_uploading.html">Upload library</a> file_name can now be set without an extension, the extension will be taken from the uploaded file instead of the given name.</li> + <li class="reactor">In <a href="database/forge.html">Database Forge</a> the name can be omitted from $this->dbforge->modify_column()'s 2nd param if you aren't changing the name.</li> <li class="reactor"><kbd>$config['base_url']</kbd> is now empty by default and will guess what it should be.</li> </ul> <li>Libraries |