[koha-commits] main Koha release repository branch master updated. v16.05.00-618-g8d02469

Git repo owner gitmaster at git.koha-community.org
Fri Sep 2 19:00:15 CEST 2016


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  8d02469abfc6160d473ff486b59ea5c7adb83990 (commit)
       via  219c0eac8cb89008219947a3ff0f78a1a3f5f407 (commit)
       via  c1d75885a6df4cc1317d3c0d95b59478613f28a8 (commit)
      from  d0f850b51a28afa6ae5ca41a54f43feea972c8d3 (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 8d02469abfc6160d473ff486b59ea5c7adb83990
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Fri Aug 12 11:42:48 2016 +0200

    Bug 10848 - [QA Followup] Add missing branch option and fix pattern for copyrightdate
    
    - HTML5 input pattern for copyrightdate was not taking into an account
    the database field type, which is smallint(5)
    - added title="..." for the year field so the acceptable date format
    should be displayed as a hint/tooltip in the browser
    - added an missing option for configuring branch/library as mandatory
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 219c0eac8cb89008219947a3ff0f78a1a3f5f407
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Fri Aug 5 11:01:25 2016 +0200

    Bug 10848 - Allow configuration of mandatory/required fields on the suggestion form in OPAC - part 2
    
    Add 'OPACSuggestionMandatoryFields' syspref definition plus
    an atomic DB update for the new preference.
    
    Signed-off-by: barbara johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c1d75885a6df4cc1317d3c0d95b59478613f28a8
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Fri Aug 5 10:47:11 2016 +0200

    Bug 10848 - Allow configuration of mandatory/required fields on the suggestion form in OPAC
    
    This patch adds a configuration option which allows to define which
    fields should be mandatory for a patron purchase suggestion form in OPAC.
    
    Test plan:
    
    1/ Apply patch.
    2/ Play with the new OPACSuggestionMandatoryFields system preference
    (select some fields as manadatory, select all, deselect all, try to
    submit some suggestions with mandatory fields filled and/or not
    filled etc.) to ensure that required fields (and only required fields)
    are enforced in the browser to be filled.
    3/ With all options deselected, 'Title' field should still be
    mandatory (by default).
    
    Signed-off-by: barbara johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 ...8-add_OPACSuggestionMandatoryFields_syspref.sql |    1 +
 .../prog/en/modules/admin/preferences/opac.pref    |   16 +++++++
 .../bootstrap/en/modules/opac-suggestions.tt       |   45 ++++++++++----------
 opac/opac-suggestions.pl                           |    8 ++++
 4 files changed, 47 insertions(+), 23 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_10848-add_OPACSuggestionMandatoryFields_syspref.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list