[koha-commits] main Koha release repository branch master updated. v3.16.00-440-g71ba269

Git repo owner gitmaster at git.koha-community.org
Tue Aug 19 17:53:43 CEST 2014


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  71ba269136c61e57e8388f91f2562d062004d7fd (commit)
       via  4107444c03ba54078cf6b167b70cfff31d13b0f0 (commit)
       via  2f7fa17557e196368fab619fbc7a4b697aef5ed3 (commit)
       via  deb22f01bb1161a79a3dc64fd768048521777994 (commit)
      from  0c1c426986e8016ae09e14091c34123b75e1ad9f (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 71ba269136c61e57e8388f91f2562d062004d7fd
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Apr 10 17:11:50 2014 +1200

    Bug 11842 - fix framework caching with memcache/plack
    
    This changes the existing framework caching, which was using memoisation
    if memcached was available, and memory in all cases, to use the
    Koha::Cache system. This uses memcache if possible, and in-memory
    otherwise. However it also clears the cache when the framework updates,
    making sure that the changed version will be picked up.
    
    Note that the in-memory cache clears itself after 10 seconds, so that if
    memcached isn't available, this is the longest that old versions will
    hang around.
    
    Test plan:
    * work through
      http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11842#c0
      and make sure that the erronious result doesn't occur.
    
    Note:
    * The patch on bug 12041 is required for this to work.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4107444c03ba54078cf6b167b70cfff31d13b0f0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 16 16:06:40 2014 -0400

    Bug 12589 - Manage label batch view should show item type description instead of code
    
    When viewing the list of items in an existing label batch the item type
    code is shown. This patch modifies the template to show the item type
    description instead.
    
    To test, go to Tools -> Labels -> Manage batches. If necessary, create a
    batch with multiple items of different item types. Edit the batch and
    confirm that the table of items shows item type description instead of
    code.
    
    Signed-off-by: Robert Higgins <robert.higgins at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2f7fa17557e196368fab619fbc7a4b697aef5ed3
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Fri Aug 1 22:17:16 2014 -0300

    Bug 12694: Remove CGI::scrolling_list from unimarc_field_4XX.pl
    
    There are two instances on this file, but they are not used.
    I suppose is old code that was left dangling.
    
    Both scrolling_list, CGIPublisher and CGIitemtype, are not
    used on unimarc_field_4XX.tt nor any other file.
    
    Just removed from file two useless db queries.
    
    To test:
    1. Apply the patch
    2. If you have unimarc config, just go to one of the
    fields that use this plugin.
    If you don't, can edit you framework and change the plugin
    for a tag, e.g. 007. Then save fw, search and edit a record,
    clic to open plugin on 007 tag, check that works but don't
    save the original record, finally revert your changes.
    
    There must be no functional changes, is unused code.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Verified plugin still seems to work:
    - item type pull down shows up correctly
    - search works and choosing a record will fill subfields
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit deb22f01bb1161a79a3dc64fd768048521777994
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Aug 2 21:40:35 2014 -0300

    Bug 12704: Remove CGI::scrolling_list from unimarc_field_225a.pl
    
    This patch removes the only instance in this file
    
    To test:
    1. Apply the patch
    2. If you have UNIMARC, search for a record, edit it,
    and go to tag 225
    If you don't, edit your framework and connect this
    pluging to some tag/subtag
    3. Clic on the plugin link. If you don't have any record
    that correspond to the search, can remove the commented
    line to have something to play
    4. The collection pulldown was replaced, check that works,
    select a value and press Ok
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script, tested according to test plan.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Biblio.pm                                       |   32 +++---------
 admin/biblio_framework.pl                          |   14 ++++--
 admin/koha2marclinks.pl                            |    4 ++
 admin/marc_subfields_structure.pl                  |    6 +++
 admin/marctagstructure.pl                          |    8 +++
 cataloguing/value_builder/unimarc_field_225a.pl    |   14 +++---
 cataloguing/value_builder/unimarc_field_4XX.pl     |   51 --------------------
 .../value_builder/unimarc_field_225a.tt            |   12 ++++-
 .../prog/en/modules/labels/label-edit-batch.tt     |    9 +++-
 9 files changed, 61 insertions(+), 89 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list