diff options
author | Greg Aker <greg@gregaker.net> | 2011-08-21 20:00:07 +0200 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-08-21 20:00:07 +0200 |
commit | b30f4fbdaa721101b7cc92f535bfe05b81e6b49c (patch) | |
tree | ab0afbb48b5eaeb130e1eb4c61682b2f9d7ef50f /user_guide/changelog.html | |
parent | 92ff07ee199d17a4dccd84114da8b66a95a4f56d (diff) | |
parent | 151b7a9abed49e76232ad195cc2c010bfc82f22a (diff) |
Merge branch 'develop' into feature/unit-tests
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 88b4363ea..15872c1ac 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -71,6 +71,7 @@ Change Log <li>Helpers <ul> <li class="reactor">Added <samp>increment_string()</samp> to <a href="helpers/string_helper.html">String Helper</a> to turn "foo" into "foo-1" or "foo-1" into "foo-2".</li> + <li>Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)</li> </ul> </li> <li>Database @@ -95,6 +96,9 @@ Change Log <li class="reactor">If a config class was loaded first then a library with the same name is loaded, the config would be ignored.</li> <li class="reactor">Fixed a bug (Reactor #19) where 1) the 404_override route was being ignored in some cases, and 2) auto-loaded libraries were not available to the 404_override controller when a controller existed but the requested method did not.</li> <li class="rector">Fixed a bug (Reactor #89) where MySQL export would fail if the table had hyphens or other non alphanumeric/underscore characters.</li> + <li class="reactor">Fixed a bug (#200) where MySQL queries would be malformed after calling <samp>count_all()</samp> then <samp>db->get()</samp></li> + <li>Fixed a bug (#181) where a mis-spelling was in the form validation language file.</li> + <li>Fixed a bug (#160) - Removed unneeded array copy in the file cache driver.</li> </ul> <h2>Version 2.0.3</h2> |