commit | d4eec9f3638cc31dc8965f929b74a2b3b201b8b7 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Fri Dec 14 11:07:13 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Fri Dec 14 11:07:13 2012 +0200 |
tree | af47abe9c0e35731a2e6260b92a97e47cf6dabdc | |
parent | 749f2503dc055fa7e1f376af6435f500eb5db0e1 [diff] |
Fix issue #539 Form validation language line keys were not prefixed. They are now prefixed with 'form_validation_' in order to avoid collisions. The old keys will still work if a prefixed match is not found, but are DEPRECATED and will be removed in the next major version. Also added upgrade notes and changelog entries for the new error message format from PR #961.