[koha-commits] main Koha release repository branch master updated. v3.18.00-179-g8b19fd4

Git repo owner gitmaster at git.koha-community.org
Thu Jan 15 01:31:30 CET 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  8b19fd4b0db2ac641ebbbb1b0eeef9bcb4fdfd6e (commit)
       via  91f67dde130c1c5c34174a588696bad1286823ad (commit)
       via  62b8f1a830ed28ec4e0d12179b677abf7faa9e21 (commit)
       via  9fcdb0108217fc746731d2d8736a8765427453a0 (commit)
       via  fc4e9ab62e5146af71ef6b296783e18f6bc564e8 (commit)
       via  706e7a953e07b8c143a1308e45f6211aae18c6b7 (commit)
      from  0f406a840a09b381dc12a4e9704846b126b0c214 (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 8b19fd4b0db2ac641ebbbb1b0eeef9bcb4fdfd6e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Aug 29 12:53:07 2014 +0200

    Bug 12850: C4::Serials::GetLateIssues can be removed
    
    This routine is not used and can be removed.
    
    Test plan:
      git grep GetLateIssues
    should not return any result
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 91f67dde130c1c5c34174a588696bad1286823ad
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 8 06:59:26 2015 -0500

    Bug 13537 - Focus should move to barcode after renewing via checkouts table
    
    Koha's checkout screen automatically focuses on the barcode field each
    time it is loaded. Since we've moved the checkouts table functions for
    renewing and returning items to ajax methods, this page is no longer
    refreshed, and thus does not refocus to the barcode after performing
    those actions. This should be fixed so that renewing/returning items via
    the checkouts page moves the focus to the barcode field.
    
    Test Plan:
    1) Find a patron with checkouts.
    2) Renew or return a checkout, note the focus does not move to the
       barcode.
    3) Apply this patch.
    4) Renew or return a checkout, note the focus *does* move to the
       barcode.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Thomas <tomsStudy at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 62b8f1a830ed28ec4e0d12179b677abf7faa9e21
Author: Rochelle <Rochelle_healy at hotmail.com>
Date:   Tue Jan 13 02:01:49 2015 +0000

    Bug 13564: Items search: rename Stock number to Inventory number
    
    To test:
    - Go to Advanced search
    - Click on link 'go to item search'
    - Check the search options in the second section for "Stock number"
    - Do a search and note the column name appears as "Stock number"
    - Apply patch
    - Try the search again and check that "Inventory number" shows
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, thx!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 9fcdb0108217fc746731d2d8736a8765427453a0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Nov 18 12:40:43 2014 -0500

    Bug 13290 - Add better feedback for returns to the checkouts table
    
    The feedback given when returning an item is only to update the "Check
    in" column. It would be nice if the entire column was highlighted in
    some way so librarians have an easier time spotting which items were
    checked in and which ones failed to be checked in.
    
    Test Plan:
    1) Apply this patch
    2) Browse to a patron with checkouts
    3) Return an item using the checkouts table
    4) Note if the return was successful, the row is highlighted in
       yellow, if the return was not allowed, the row is highlighted
       in red.
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fc4e9ab62e5146af71ef6b296783e18f6bc564e8
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Fri Nov 7 17:07:46 2014 +0200

    Bug 13222 - Accessors for import_record.status have variable names suggesting overlay_status
    
    TODO:: Somebody who knows what these are about could write some documentation about it.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 706e7a953e07b8c143a1308e45f6211aae18c6b7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Oct 20 12:36:36 2014 +0200

    Bug 13204: Plugin housekeeping: Remove labs_theses.pl plugin
    
    As it seems, this plugin has been created for UNIMARC field 328
    (Dissertation note). It refers to authval category LABTHE.
    
    The plugin seems however not to be used: it contains several critical errors.
    I tried a quick fix but it was not good enough. Since the code can be
    recovered from git (if needed), a real fix can always follow this patch.
    
    What are some problems:
    [1] The path to the template is wrong. Should be cataloguing/value_builder
    [2] The plugin parameter $input is not used. A new CGI object is created.
    [3] Resolving errors 1 and 2 still results in premature end of script
        headers.
    [4] Not sure whether the plugin can effectively handle missing LABTHE values.
    
    Instead of keeping this in Koha, I opt for removing it for now. As additional
    argument I would mention that labs_theses does not have Focus or Blur actions,
    only the Click action that does not work.
    
    Test plan:
    Git grep on labs_theses.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    This antique plugin deserves to live forever in Git Historical Museum.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Small fix so the patch applies.

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

Summary of changes:
 C4/ImportBatch.pm                                  |   12 +-
 C4/Serials.pm                                      |   60 +------
 cataloguing/value_builder/labs_theses.pl           |  188 --------------------
 .../intranet-tmpl/prog/en/css/staff-global.css     |    6 +
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |    8 +
 .../prog/en/modules/catalogue/itemsearch.tt        |    4 +-
 .../cataloguing/value_builder/labs_theses.tt       |  122 -------------
 t/db_dependent/Serials.t                           |    4 +-
 8 files changed, 24 insertions(+), 380 deletions(-)
 delete mode 100755 cataloguing/value_builder/labs_theses.pl
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/labs_theses.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list