]> git.koha-community.org Git - koha.git/commit
Bug 34623: Update jQuery-validate plugin to 1.20.0
authorOwen Leonard <oleonard@myacpl.org>
Wed, 20 Dec 2023 16:12:55 +0000 (16:12 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 21 Feb 2024 21:46:57 +0000 (21:46 +0000)
commit64d9bae367a0ec572c95966a7b24f1ae38febbac
tree6eddb2dcb93ac73023a73b97f01f84600f23d395
parentd8e2469f6beef77b75df0197d2a2e0a7eed9ecaf
Bug 34623: Update jQuery-validate plugin to 1.20.0

This patch updates the jQuery validation plugin in both the staff
interface and the OPAC to the latest version, 1.20.0.

To test, apply the patch and clear your browser cache if necessary.

Test various pages in the staff client to confirm that form validation
works as expected:

 - Patron password change form:
   - Password must conform to minPasswordLength
   - Password must not contain leading/trailing spaces
   - Passwords must match

 - Administration -> Add or edit budget:
   - Description, start date, and end date are required
   - Start date must be before end date

 - Administration -> Add or edit Z39.50/SRU server:
   - Server name, hostname, port, and database are required
   - Port, rank, and timeout must be a number

Perform the same check of the "Change password" form in the OPAC.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.validate.min.js
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.validate.min.js