[koha-commits] main Koha release repository branch master updated. v16.05.00-628-g8a7a953

Git repo owner gitmaster at git.koha-community.org
Fri Sep 2 19:24:30 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  8a7a953e5b6c03da01963b47eb963bab73643245 (commit)
       via  0ad9dbb1d78cb418ef16f39b3f370c67065b5f51 (commit)
       via  59c964f3644fa56f1ce08a54af898f7c17f42d8c (commit)
       via  ab14e051b8828fbebdd724f906d3505275021364 (commit)
       via  d15dac15c877da994b5d0a55131c1038cbb5670a (commit)
      from  c4a0be0a68916718d5e4c1daee011630bd02fb25 (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 8a7a953e5b6c03da01963b47eb963bab73643245
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Aug 19 15:26:11 2016 +0200

    Bug 13501: Fix behavior of 'Delete subfield' button on select2 controls
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 0ad9dbb1d78cb418ef16f39b3f370c67065b5f51
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Aug 19 13:48:13 2016 +0200

    Bug 13501: Highlight select2 control if field is required and value is missing
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 59c964f3644fa56f1ce08a54af898f7c17f42d8c
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Oct 30 13:49:56 2015 +0100

    Bug 13501: Move "Required" and checkbox after input/select
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ab14e051b8828fbebdd724f906d3505275021364
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Oct 30 13:45:13 2015 +0100

    Bug 13501: Indentation fix (batchMod-edit.tt)
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d15dac15c877da994b5d0a55131c1038cbb5670a
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Dec 30 14:40:44 2014 +0100

    Bug 13501: Add JS library select2 3.5.4
    
    use it on cataloguing and batch items edit pages
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../css/select2-spinner.gif}                       |  Bin 1849 -> 1849 bytes
 .../intranet-tmpl/lib/select2/css/select2.min.css  |    1 +
 .../intranet-tmpl/lib/select2/css/select2.png      |  Bin 0 -> 613 bytes
 .../intranet-tmpl/lib/select2/js/select2.min.js    |   23 +++++
 koha-tmpl/intranet-tmpl/prog/css/select2.css       |    8 ++
 .../intranet-tmpl/prog/en/includes/select2.inc     |   52 ++++++++++
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    2 +
 .../prog/en/modules/cataloguing/addbiblio.tt       |    8 ++
 .../prog/en/modules/cataloguing/additem.tt         |    8 ++
 .../prog/en/modules/tools/batchMod-edit.tt         |  100 +++++++++++---------
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js      |    2 +
 11 files changed, 161 insertions(+), 43 deletions(-)
 copy koha-tmpl/intranet-tmpl/lib/{jquery/plugins/themes/classic/throbber.gif => select2/css/select2-spinner.gif} (100%)
 create mode 100644 koha-tmpl/intranet-tmpl/lib/select2/css/select2.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/select2/css/select2.png
 create mode 100644 koha-tmpl/intranet-tmpl/lib/select2/js/select2.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/prog/css/select2.css
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/select2.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list