[koha-commits] main Koha release repository branch master updated. v19.11.00-158-g6c9d6bf

Git repo owner gitmaster at git.koha-community.org
Fri Jan 3 17:13:15 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  6c9d6bf940beb67e1f226dffba0831fc234528fb (commit)
       via  4b1ced97ff98e4aeba23429beb7ded645551fc5b (commit)
       via  d43b01ba1302fa99e7d8f396af5a3137333995e0 (commit)
       via  40bae6db38a4eb2d15ca9f7a1abfab46cc756239 (commit)
       via  6051f8686b58054446f26e2ba2e5c71bf2b53873 (commit)
       via  886c8c593dadc83d92d0d066a15861b3ad11e26a (commit)
      from  642f7386924bc799f0855ecf7baff6197c1ffaa6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6c9d6bf940beb67e1f226dffba0831fc234528fb
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 22 13:23:21 2019 +0000

    Bug 24089: Upgrade jQuery Validate plugin in the staff client
    
    This patch upgrades the jQuery Validate plugin in the staff client from
    v1.10.0 to v1.19.1.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    Test various pages 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
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4b1ced97ff98e4aeba23429beb7ded645551fc5b
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jan 3 15:44:09 2020 +0000

    Bug 23957: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d43b01ba1302fa99e7d8f396af5a3137333995e0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Dec 10 13:36:19 2019 +0000

    Bug 23957: (follow-up) Disable both place hold buttons
    
    This follow-up adds the correct markup to the second of two "Place hold"
    buttons so that it is disabled when the first is disabled.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 40bae6db38a4eb2d15ca9f7a1abfab46cc756239
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sun Nov 3 23:45:44 2019 +0000

    Bug 23957: Remove button style with famfamfam icon background and replace with Font Awesome
    
    The patch modifies the markup and CSS related to the holds template in
    the staff client when holds policy override is necessary. The CSS
    background image is replaced with a Font Awesome icon. <input>s are
    replaced with <button>s to allow for the icon markup.
    
    To test, apply the patch and regenerate the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
     - Enable the AllowHoldPolicyOverride system preference.
     - Start the process of placing a hold for a patron on a title which
       would not normally be available for hold. For instance: The patron
       already has too many holds.
     - On the hold confirmation screen the "Place hold" buttons should
       appear with a little yellow "warning" icon.
     - Clicking either of the two "Place hold" buttons should trigger a
       confirmation dialog. Test both the "Confirm" and "Cancel" options.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6051f8686b58054446f26e2ba2e5c71bf2b53873
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jan 3 15:42:12 2020 +0000

    Bug 23956: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 886c8c593dadc83d92d0d066a15861b3ad11e26a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sun Nov 3 22:31:39 2019 +0000

    Bug 23956: Replace famfamfam calendar icon in staff client with CSS data-url
    
    This patch modifies the staff client CSS so that the backround image for
    datepicker input fields is defined as a data-url rather than a reference
    to an image file.
    
    To test, apply the patch and regenerate the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
     - In the staff client, view any form which includes a datepicker-styled
       input. For instance, patron entry: date of birth, expiry; Aquisitions
       -> Late orders -> Filter results.
     - Confirm that the calendar icon looks correct.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-----------------------------------------------------------------------

Summary of changes:
 .../lib/jquery/plugins/jquery.validate.min.js          |    8 ++++----
 koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss |   16 ++++++++++------
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css      |    2 +-
 .../intranet-tmpl/prog/en/modules/reserve/request.tt   |   16 ++++++++--------
 4 files changed, 23 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list