[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-76-g421761e

Git repo owner gitmaster at git.koha-community.org
Sat Nov 22 00:47:48 CET 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  421761e2743ab260092a5234b7b8b1c33c64107f (commit)
       via  c6b7275bfea53f183a141e395e25542880384c66 (commit)
       via  f31087030eb9d2dc80c3ac4e75f58f8e355e7262 (commit)
       via  83a3c6437209be78d55c641b7969bf20d487102a (commit)
      from  6e20fdf4e7391f5af838475e4630ec6e4b26e766 (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 421761e2743ab260092a5234b7b8b1c33c64107f
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Thu Jul 10 17:17:52 2014 +1200

    Bug 5304: GetItemsInfo() - moved issues and serials query from the results loop to the main query
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No commit message
    No test plan.
    
    No regressions found on opac/staff item display
    No improvements either, but could be just my test data
    No koha-qa errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Passes tests and QA script.
    Tested detail and item pages in OPAC and staff, no regressions found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c6b7275bfea53f183a141e395e25542880384c66
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Tue Apr 1 18:43:26 2014 +1300

    Bug 5304: Use branch codes from the database rather than hardcoded CPL and MPL
    
    http://bugs.koha-community.org/show_bug.cgi?id=5304
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No commit message
    No test plan.
    
    prove t/db_dependent/Items.t pass
    No koha-qa errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f31087030eb9d2dc80c3ac4e75f58f8e355e7262
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 9 23:58:03 2014 +0100

    Bug 13133: Fix mangled titles on pay fines page
    
    Titles with diacritics don't show correctly
    on the 'pay fines' page in the patron account
    in staff.
    
    To test:
    - Catalog or find a record with non-latin script
      Something like a word in Hebrew would work.
    - Create a fine entry for that record
      Something like a rental fee works.
    - Verify that the title doesn't display correct
      on the pay fine page (other tabs are ok)
    - Apply patch
    - Check the pages again - display should be
      correct now.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 83a3c6437209be78d55c641b7969bf20d487102a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jun 12 17:04:03 2014 +0200

    Bug 12411: Preferences values should be utf8 encoded
    
    Test plan:
    Fill OPACMySummaryNote or NoLoginInstructions with something like "éàç"
    and verify the display is broken.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as described. Fixes the issue.

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

Summary of changes:
 C4/Items.pm                                        |   66 +++++++-------------
 Koha/Template/Plugin/Koha.pm                       |    3 +-
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |    2 +-
 t/db_dependent/Items.t                             |   27 ++++----
 4 files changed, 40 insertions(+), 58 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list