[koha-commits] main Koha release repository branch master updated. v3.18.00-660-gec22ce4

Git repo owner gitmaster at git.koha-community.org
Mon Apr 13 18:48:36 CEST 2015


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  ec22ce43199631c96d7c2a63441021f0aaa2678c (commit)
       via  793d243dfa5c6ebdd8d39699f121b9ce0faa1d5a (commit)
       via  90f6f143c7ea2b3556fd71ce0cca493d6de8fdf8 (commit)
       via  f94d4526e587f41aa6b7ffb1032619b95c0d598b (commit)
       via  f5ef85a345af0c628b0576e855d64bb654abb6ce (commit)
      from  5f9f555c72ce4f3418490b381df790acd20561a9 (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 ec22ce43199631c96d7c2a63441021f0aaa2678c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 19 10:52:47 2014 -0500

    Bug 13307: (QA Followup) indentation fix
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=13364
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 793d243dfa5c6ebdd8d39699f121b9ce0faa1d5a
Author: simith <simith at inlibro.com>
Date:   Fri Dec 12 14:07:45 2014 -0500

    Bug 13307: Fix jquery.deseriable.min.js
    
    http://bugs.koha-community.org/show_bug.cgi?id=13307
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=13364
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 90f6f143c7ea2b3556fd71ce0cca493d6de8fdf8
Author: simith <simith at inlibro.com>
Date:   Wed Dec 3 09:53:48 2014 -0500

    Bug 13307: Fix search boxes disappearing when returning to advanced search
    
    http://bugs.koha-community.org/show_bug.cgi?id=13307
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=13364
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f94d4526e587f41aa6b7ffb1032619b95c0d598b
Author: simith <simith at inlibro.com>
Date:   Fri Nov 21 15:17:57 2014 -0500

    Bug 13307: Create a link to the last advanced search in search result page (OPAC)
    
    http://bugs.koha-community.org/show_bug.cgi?id=13307
    
    Followed test plan, works as expected (together with other patches)
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=13364
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f5ef85a345af0c628b0576e855d64bb654abb6ce
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 8 10:48:26 2015 +0200

    Bug 6007: Fix MARC framework display when only used tags/subfields
    
    The "Display only used tags/subfields" output breaks DataTables and the
    output is unusable.
    
    Test plan:
    1/ Go on admin/marctagstructure.pl after you have selected a framework
    2/ Check the checkbox
    3/ The table should be correctly displayed.
    Before this patch, the table have 2 lines per tag, now all data are
    contained into the same line.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../prog/en/modules/admin/marctagstructure.tt      |   26 ++++----
 .../bootstrap/en/includes/opac-bottom.inc          |   15 +++++
 .../bootstrap/en/modules/opac-advsearch.tt         |   62 ++++++++++++++++++--
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   13 +++-
 .../lib/jquery/plugins/jquery.cookie.min.js        |    2 +
 .../lib/jquery/plugins/jquery.deserialize.min.js   |    8 +++
 opac/opac-search.pl                                |   21 +++++++
 7 files changed, 126 insertions(+), 21 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.cookie.min.js
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.deserialize.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list