[koha-commits] main Koha release repository branch master updated. v3.18.00-915-geaaf290

Git repo owner gitmaster at git.koha-community.org
Wed May 6 17:08:18 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  eaaf290073dc50d0427732dbc1dd98d330a4b1ce (commit)
       via  d922f36ef5bb4c7f6cc853669232edbc65377a84 (commit)
       via  d8b1f7c4ca7937ac21d42c93df648ab77e4bc9f1 (commit)
       via  4aa4d41ce5f1323d7b22a504400a10a888c58da0 (commit)
       via  767d9b3b2937ec6f568d462e0961e06660157f20 (commit)
       via  6728f2808c393dfa3ee4fb46f8a70f69692f3cb6 (commit)
       via  37873483a64296e1983a3b63f2228375700d713f (commit)
      from  4e0468e8c2587fa4f51cb22b59ac5466383bbab1 (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 eaaf290073dc50d0427732dbc1dd98d330a4b1ce
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 17 12:06:49 2015 +0200

    Bug 13364: Use SQL placeholder

commit d922f36ef5bb4c7f6cc853669232edbc65377a84
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 17 12:04:24 2015 +0200

    Bug 13364: Remove unused JS functions

commit d8b1f7c4ca7937ac21d42c93df648ab77e4bc9f1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 17 11:53:42 2015 +0200

    Bug 13364: Fix table id + software error
    
    change table id in css file
    + C4::Output is used (Undefined subroutine
    CGI::output_html_with_http_headers)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 4aa4d41ce5f1323d7b22a504400a10a888c58da0
Author: simith <simith at inlibro.com>
Date:   Fri Feb 27 08:09:09 2015 -0500

    Bug 13364: Add a call number browser in item edition page
    
    When editing an item, the call number browser search for existing call number. If it shows a line is green between two calli numbers, the call numbers searched is available. If the call number is highlighted in red, it means that it already exists. This can be used to avoid repeated  call numbers in your collection.
    
    The call number browser also shows its position relative to the rest of the collection.
    
    Sponsored-by: CCSR
    
    To test :
    
                       1) Go to MARC bibliographic framework
                       Home › Administration › MARC frameworks
                       2) Click in MARC structure (Default framework)
                       3) Search field 952 and click in subfields
                       4) Edit subfield o (Full call number)
                       5) Click Display more constraints
                       6) In Others Options, Plugin, Choose cn_browser.pl and save changes
                       7) Search a record and edit its items
                       Validate : three points (…) beside Full call number input
                       8)  Click in …
                       Validate : if it can not find the given call number, a green line is shown. Otherwise,  the given call number is highlighted in red.
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Magnus <magnus at enger.priv.no>
    Works as advertised. QA scripts pass.
    
    Tested together with other patches. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Bug 13364 - fix datatables.inc
    
    http://bugs.koha-community.org/show_bug.cgi?id=13364
    Signed-off-by: Magnus <magnus at enger.priv.no>
    Works as advertised. QA scripts pass.
    
    Tested together with other patches, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Bug 13364 - Add a call number browser in item edition page - QA fixed
    
    Tested together with other patches.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Bug 13364 - Add a call number browser in item edition page - QA fixed II
    
    Tested together with oter patches.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 767d9b3b2937ec6f568d462e0961e06660157f20
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun May 3 22:14:26 2015 +0200

    Bug 14066: Removing more Readonly
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6728f2808c393dfa3ee4fb46f8a70f69692f3cb6
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Apr 27 18:03:55 2015 -0400

    Bug 14066: Correct and optimize
    
    As far as I can tell $sunday is never used. And it seemed to be
    scoped to only _init.
    
    The remaining hashiness was cleaned up for the $return_by_hour.
    
    TEST PLAN
    ---------
    1) Apply both patches
    2) (Skip this one - file does not exist / MV) prove -v t/db_dependent/Calendar.t
    3) prove -v t/db_dependent/Holidays.t
    4) prove -v t/Calendar.t
    5) perlcritic -3 Koha/Calendar.pm
       -- the message corresponds to a comment in the code already
          and not this change.
    6) run koha qa test tools
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 37873483a64296e1983a3b63f2228375700d713f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Apr 27 13:42:20 2015 +0200

    Bug 14066: Remove the Readonly[::XS] dependency
    
    The Readonly and Readonly::XS package are only used in Koha::Calendar.
    IMO the added value of there packages does not justify their purpose.
    
    Test plan:
    1/ Remove Readonly and Readonly::XS
    2/ Open the calendar and confirm you don't get any error concerning missing
    dependency
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |   10 --
 Koha/Calendar.pm                                   |    7 +-
 cataloguing/value_builder/cn_browser.pl            |  148 ++++++++++++++++++++
 install_misc/debian.packages                       |    2 -
 install_misc/ubuntu.10.04.packages                 |    2 -
 install_misc/ubuntu.12.04.packages                 |    2 -
 install_misc/ubuntu.packages                       |    2 -
 .../intranet-tmpl/prog/en/css/staff-global.css     |    5 +
 .../cataloguing/value_builder/cn_browser.tt        |   61 ++++++++
 9 files changed, 217 insertions(+), 22 deletions(-)
 create mode 100755 cataloguing/value_builder/cn_browser.pl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list