diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-12 15:27:25 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-12 15:27:25 +0100 |
commit | 997c0da672a5483fd88fe96272004a13ad510cd4 (patch) | |
tree | 781578ae4af3ceee278ab9c0674110f3b8aff3ff /user_guide_src/source/changelog.rst | |
parent | 95bd1d1a5f5bdccfde53cc27d7d5c20991112643 (diff) | |
parent | 21e7a3b315335a622b73710f0effa09dc0f85bb6 (diff) |
Merge pull request #1078 from mikedfunk/feature/table_config
Ability to use a configuration file for the Table class
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 1c9e1992d..1f148e9d4 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -89,6 +89,7 @@ Release Date: Not Released - Minor speed optimizations and method & property visibility declarations in the Calendar Library. - Removed SHA1 function in the :doc:`Encryption Library <libraries/encryption>`. - Added $config['csrf_regeneration'] to the CSRF protection in the :doc:`Security library <libraries/security>`, which makes token regeneration optional. + - Allowed for setting table class defaults in a config file. - Form Validation library now allows setting of error delimiters in the config file via $config['error_prefix'] and $config['error_suffix']. - Added function error_array() to return all error messages as an array in the Form_validation class. - Added function set_data() to Form_validation library, which can be used in place of the default $_POST array. |