[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.06-17-g217c503

Git repo owner gitmaster at git.koha-community.org
Mon Dec 7 14:09:09 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, 3.20.x has been updated
       via  217c50382a436cecd159a63eb1f93f4802214a46 (commit)
       via  7e577fe266d2f775e15cdaed60951ca6de86ad2f (commit)
       via  6a6d051f9169f8c4a69dd978644b3031ca32803a (commit)
       via  1029f25cf44b05e2cf590a63f20eb86ff0d8c426 (commit)
       via  1a49ebf90bdb44ebf40b1437d362f0db9cceabc7 (commit)
       via  d52ae9be236ec1355991b060afef0d50b500164f (commit)
       via  a6d5c091df0b15e00719d5a14f42ac7fd4f61e5b (commit)
      from  774746597678bf176f4d067e90e5d40db4e942b8 (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 217c50382a436cecd159a63eb1f93f4802214a46
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 25 16:40:37 2015 +0000

    Bug 12152: Holds to pull report - Display location descriptions
    
    ...instead of their code
    
    Test plan:
    Same as before, confirm the the location codes are replaced with their
    descriptions.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit a901ed155a56a2c4ab95bb7bc951e2a0a7d04277)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 0ee6451023ca0c973052bcf685e9ab329a390927)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 7e577fe266d2f775e15cdaed60951ca6de86ad2f
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 22 03:38:30 2015 +0100

    Bug 12152: Holds to pull report - Show branch names and item type descriptions
    
    The 'Holds to pull' report shows branch and itemtype codes without
    this patch. With the patch, names and descriptions should display.
    
    To test:
    - Make sure there are some holds for available items in your system
    - Go to Circulation > Holds to pull
    - Verify changes mentioned above in the list of holds shown
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Works as described, although as Magnus mentioned, Locations
    still use codes instead of descriptions.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 0f7f6a5cb32cd2e68bc39e8464147852347be310)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 773d7e2d1faa449ea1bd6f28d2422a195388686e)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 6a6d051f9169f8c4a69dd978644b3031ca32803a
Author: Nicholas van Oudtshoorn <vanoudt at gmail.com>
Date:   Thu May 15 13:27:48 2014 +0800

    BUG 11602: [ENH] Fix localcover display
    
    Adds a css class of thumbnail to local covers.
    Don't show the 1px "No image found" image
    (since we'll ususally try another image provider)
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Box with "No cover image availabe" fixed when syspref OPACLocalCoverImages
    set to display
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit a06793dc584212dde20f985740691b7e49074c76)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 24ba596672f6537db8fcb5b54bf5017bd6d41a6e)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 1029f25cf44b05e2cf590a63f20eb86ff0d8c426
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 1 17:49:55 2015 +0000

    Bug 13024 [QA Followup] - Add nonpublic note to relatives' checkouts
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit fc050984699e6831fdb354c77d065a08567beb9f)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 13c4a8e77a0a798fb63edded881d56fdafc874f1)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 1a49ebf90bdb44ebf40b1437d362f0db9cceabc7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 24 10:41:58 2015 -0400

    Bug 13024 - Nonpublic note not appearing in the staff client
    
    The nonpublic note for items is not displayed in the staff client. It
    should be displayed in the following areas:
    1) Checkouts (circulation.pl)
    2) Checkins (returns.pl)
    3) Record details ( moredetail.pl )
    
    Test Plan:
    1) Ensure your non-public note field is mapped to the
       items.itemnotes_nonpublic database column
    2) Edit an item, add a test nonpublic note
    3) Check out the item, verify the note is visible in the checkouts table
    4) Check in the item, verify the note is visible in the checkins table
    5) View the item details, verify the note is visible and editable
       if your account has the rights to edit items
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 717878982f985b9f40f9eedec5e576efd62976ff)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit a5b993672fc2b87a51d4944616e5f303992d4f3f)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit d52ae9be236ec1355991b060afef0d50b500164f
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Nov 25 18:18:04 2015 +0100

    Bug 15250: Fix Perl error on acqisition stats page
    
    To test:
    - Go to reports -> Acquisitions statistics
    - Populate with the following values:
    
       Acquisitions statistics
          Received on.
             Row:    checked
             Column: checked
             From:   01/01/2015
             To:     Un-selected
    
        Cell value
           Count items
    
        Output: To screen into the browser: checked
    
    - Running the report will trigger the following error:
    
       Software error:
       Can't locate object method "field" via package "aqorders.datereceived" (perhaps you forgot to load "aqorders.datereceived"?) at /usr/share/koha/intranet/cgi-bin/reports/acquisitions_stats.pl line 293.
    
    - Apply the patch and repeat test
    - Verify the report now works correctly
    
    Note: Patch was created from notes and suggested
          fix on the bug report, written by Barton Chittenden.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d9cef35b75770104494c2f4a01d975f367b515bf)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit cd693a52b8306f1bdc66804fb84fe17cadcd658f)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit a6d5c091df0b15e00719d5a14f42ac7fd4f61e5b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 25 17:08:43 2015 +0000

    Bug 15256: Fix items table display on the detail page
    
    Bug 14966 fixed a bug but introduced another one: With
    IndependentBranches set to 'prevent', if the librarian (without the
    superlibrarian permission) can edit items but not all, the table is
    broken.  DataTables raises the following warning: "DataTables warning:
    table id=DataTables_Table_1 - Requested unknown parameter '8' for row0."
    And does not display correctly.
    
    Test plan:
    1/ Create a biblio record with 1+ items located in different places.
    2/ Create/use a patron with the permission to edit items
    3/ Set the IndependentBranches pref to 'prevent'
    4/ With this patron logged in, go on the record detail page.
    Without this patch, the display is broken (only 1 edit link and 1 td
    missing, DataTables raises a warning).
    With this patch, the display is correct.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      See the warning, and the broken table. Solved by this patch.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit d456acc7bfd2507ac7eaaf32bd6da1f023655886)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit ed13f4fe200352460b62376b01ba48d3ba51ae80)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 catalogue/updateitem.pl                            |    9 ++++-
 circ/returns.pl                                    |   23 ++++++------
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |   16 +++++++++
 .../prog/en/modules/catalogue/detail.tt            |    8 +++--
 .../prog/en/modules/catalogue/moredetail.tt        |   38 ++++++++++++++------
 .../prog/en/modules/circ/pendingreserves.tt        |   11 +++---
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    6 ++--
 koha-tmpl/opac-tmpl/bootstrap/js/localcovers.js    |    3 +-
 reports/acquisitions_stats.pl                      |    2 +-
 svc/checkouts                                      |   35 +++++++++---------
 10 files changed, 100 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list