diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 21:09:54 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 21:09:54 +0100 |
commit | 536558bdd4dd04abade1f7d8424de2abd88d978c (patch) | |
tree | e069441c6258d365f2eb0b422da89ec6c5e7978e /user_guide/changelog.html | |
parent | 754fea20575d39cd35bd3f16e3cd9e2539dea6d8 (diff) |
changelog note for directory_trigger
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 2d34943cd..822f394a9 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -70,6 +70,7 @@ Hg Tag: </p> <li>Added new special Library type: <a href="./general/drivers.html">Drivers</a>.</li> <li>Added routing overrides to the main index.php file, enabling the normal routing to be overridden on a per "index" file basis.</li> <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>In-development code is now hosted at <a href="http://bitbucket.org/ellislab/codeigniter/">BitBucket</a>.</li> </ul> <li>Libraries |