diff options
author | vlakoff <vlakoff@gmail.com> | 2014-04-12 07:33:42 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2014-04-12 07:33:42 +0200 |
commit | cdf3dfae82acf2dde5db1adb3b87c642a894d4d4 (patch) | |
tree | dbf10e70e22fab8f893b218b1986a9163c7ce598 /user_guide_src | |
parent | 119d94f829ea54e6c3d2f9d03c46d9b74e8a453e (diff) |
Make the error templates path configurable
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 9d3ceb08e..48a20ee6f 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -48,6 +48,7 @@ Release Date: Not Released - Removed previously deprecated EXT constant. - Updated all classes to be written in PHP 5 style, with visibility declarations and no ``var`` usage for properties. - Moved error templates to *application/views/errors/*. + - Made error templates path configurable using ``$config['error_templates_path']``. - Moved the Log class to *application/core/* - Global config files are loaded first, then environment ones. Environment config keys overwrite base ones, allowing to only set the keys we want changed per environment. - Changed detection of ``$view_folder`` so that if it's not found in the current path, it will now also be searched for under the application folder. |