[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.08-19-g86cf149

Git repo owner gitmaster at git.koha-community.org
Tue Jan 15 07:04:49 CET 2013


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.8.x has been updated
       via  86cf149e3ff0aed5ac3ccd40d937e49faed05bba (commit)
       via  3ba9e3371d511b5aeb62de8f5998d57c06e040b3 (commit)
       via  d92c958fcb1c957c54ff236dcf7e1f39681bd90c (commit)
       via  db3db75e42b040098b70f412c30c715a8be92059 (commit)
      from  774f7eece6da4e39a70675921e344c80cc92f666 (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 86cf149e3ff0aed5ac3ccd40d937e49faed05bba
Author: Adrien Saurat <adrien.saurat at biblibre.com>
Date:   Fri Jan 4 17:07:40 2013 +0100

    Bug 9182: fix on sortable columns on Saved reports
    
    When displaying the Saved reports, since 3.10 the number of columns is
    higher but the datasorter parameters have not been changed accordingly.
    It's thus impossible to sort on the author or the creation date, for
    example.
    
    TEST PLAN :
    1) Check sortable columns before applying : some useful columns are not
    sortable, while the last columns are sortable (but don't need to be).
    
    2) Once the patch is applied, the "non sortable" columns are the correct
    ones.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Colums for saved reports are all sortable correctly now.
    All tests and qa script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 3ba9e3371d511b5aeb62de8f5998d57c06e040b3
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Fri Dec 28 13:24:45 2012 +1300

    Bug 6574 - js error in en-GB and en-NZ translations due to improper quoting
    
    To replicate:
    
    * install en-NZ translation (or en-GB)
    * activate the new language, and select it for use
    * pretend you are going to issue a book to a member (search for a member from "check out" in header)
    * without the patch, the toolbar will be incorrect. The toolbar will also be incorrect on moremember.pl.
    
    To test:
    * apply the patch
    * re-generate the en-NZ or en-GB translation
    * activate the new language, or select it for use
    * pretend you are going to issue a book to a member (search for a member from "check out" in header)
    * with the patch, the toolbar will appear to be correct. It will also be correct on moremember.pl.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit d92c958fcb1c957c54ff236dcf7e1f39681bd90c
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Nov 21 17:38:28 2012 +0100

    Bug 9126: Do not return from Check too early.
    
    If there is no errors, it should continue instead of returning true.
    
    + move a block of code at the end of Check function. This avoid
    detaching and re-attaching a HTML block if there are errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    The following queries show us the issues:
    select count(*) from items;
    select * from aqorders_items where ordernumber=XX;
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    To test:
    
    AcqCreateItem = receive
    UniqueItemFields = barcode
    
    1) Create a new basket
    2) Create a new order with quantity > 1
    3) Close the basket and create a new invoice/shipment
    4) Receive only 1 item.
       - Fill out the first item form with item type only. Click add.
       - Don't change second item form at all.
       - Click save.
    
    Before patch:
    2 items are created on the record, both with the selected itemtype.
    
    After patch:
    Only 1 item is created, which is correct.
    
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    Seems to work as described by the test plan
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit db3db75e42b040098b70f412c30c715a8be92059
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 14 14:40:14 2012 -0500

    Bug 9292 - Remove dead code related to 'publictype'
    
    This patch removes the superflous code related to 'publictype' which
    is a key set for item hashes in some perl files. This key is never
    used or stored.
    
    Test Plan:
    1) Apply patch
    2) Test catalogue/detail.pl, opac/opac-detail.pl and opac/opac-user.pl
    3) You should not see any changes in behavior
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 catalogue/detail.pl                                |    4 ----
 .../prog/en/includes/members-toolbar.inc           |    2 +-
 .../prog/en/modules/acqui/orderreceive.tt          |   20 +++++++-------------
 .../en/modules/reports/guided_reports_start.tt     |    9 ++++-----
 opac/opac-detail.pl                                |    5 -----
 opac/opac-user.pl                                  |    7 -------
 6 files changed, 12 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list