diff options
author | shadlaws <shad@shadlaws.com> | 2013-03-12 12:14:34 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-03-12 12:14:34 +0100 |
commit | ed20798b99c0c6ab90e4d141ff74d7c2ca606ae7 (patch) | |
tree | efd7b7ef1063afd6fcb8ffc458661e6cc52be995 /modules/gallery/module.info | |
parent | cb8a63bb483742e86af9afd4e931b36638131317 (diff) |
#2057 - Revise item name and slug validation - backslashes, refactor, error messages.
- disallowed backslashes in item validation.
- refactored the validation logic in the item model a bit.
- added no_backslash error messages in edit album/photo/movie forms.
- fixed error messages in add album forum (some missing, some text different from edit)
- added unit tests
- updated to v58 to correct any existing backslashes in item names
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r-- | modules/gallery/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index 7f49b72e..49023e45 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,6 +1,6 @@ name = "Gallery 3" description = "Gallery core application" -version = 57 +version = 58 author_name = "Gallery Team" author_url = "http://codex.galleryproject.org/Gallery:Team" info_url = "http://codex.galleryproject.org/Gallery3:Modules:gallery" |