[koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.03-9-ge4b68e9

Git repo owner gitmaster at git.koha-community.org
Sun Jan 30 02:13:06 CET 2011


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.2.x has been updated
       via  e4b68e97fd0f7764dee04bd413e198f16403f1b5 (commit)
       via  bfcb2fff456aa3c9c3d160fba39dd09e40341122 (commit)
       via  da11b6d98625783c3ee30edb40b8180aa9814210 (commit)
       via  cc3ba2c1abc3f58fbc5fffc7bf2bc098b854dcc9 (commit)
      from  07ba717450f7023def3d75a2eb8719b776768b1f (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 e4b68e97fd0f7764dee04bd413e198f16403f1b5
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Sun Jan 30 07:58:48 2011 +1300

    Bug 5452 - Overdue date color in borrower's today issues
    
    Patch sent by Fridolyn SOMERS, but not in git format
    (cherry picked from commit 1c461680c89fb73d0df55260dc9173899bcd032b)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit bfcb2fff456aa3c9c3d160fba39dd09e40341122
Author: Schuster <dschust1 at gmail.com>
Date:   Tue Jan 25 04:03:49 2011 -0500

    BUG 5649: Change wording on review.tmpl from white\black to approve\rejected consistent with the rest of the page
    
    Changes the wording on review.tmpl from white\black to approve\rejected consistent with the rest of the page
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 460a7b566bded878b4fd800f8baa98e83e32e38b)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit da11b6d98625783c3ee30edb40b8180aa9814210
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Jan 28 14:04:08 2011 -0500

    Bug 5477 [SIGN-OFF] Fix test cases that require database access
    
    This moves the DB-requiring tests out of the way, with the exception of
    00-load.t which is used by the git hooks. For it, it makes it skip
    loading problematic modules. This allows 'make test' to complete successfully
    without a database configured, wich is a required part of making packages.
    
    This has been tested against the v3.02.03 tag and the master branch.
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 9df2a4a8fc24ebb693ffb80a218b12137f8b282d)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit cc3ba2c1abc3f58fbc5fffc7bf2bc098b854dcc9
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Mon Jan 24 23:09:39 2011 -0500

    Bug 5376: Batch Mod and Delete require superlibrarian permissions
    
    This only occurs with IndependantBranches turned on; in an attempt to check that the items being
    modified belonged to the user's branch, the code made a simultaneous comparison and assignment,
    which is not permitted in all compilations of Perl.
    
    Splitting the assignment of $itembranchcode and the check for its non-null value fixes the problem
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 12c116236f0f686005bbe035659778012bcaf862)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 .../prog/en/modules/circ/circulation.tmpl          |    4 +++-
 .../intranet-tmpl/prog/en/modules/tags/review.tmpl |    2 +-
 t/00-load.t                                        |   17 ++++++++++++++---
 t/{ => db_dependent}/Auth.t                        |    0
 t/{ => db_dependent}/Auth_with_cas.t               |    0
 t/{ => db_dependent}/BackgroundJob.t               |    0
 t/{ => db_dependent}/External_BakerTaylor.t        |    0
 t/{ => db_dependent}/Record.t                      |    0
 t/{ => db_dependent}/Reports_Guided.t              |    0
 t/{Serials.t => db_dependent/Serials_2.t}          |    0
 t/{ => db_dependent}/Service.t                     |    0
 t/{ => db_dependent}/Tags.t                        |    0
 t/{ => db_dependent}/UploadedFile.t                |    0
 t/{ => db_dependent}/VirtualShelves_Page.t         |    0
 tools/batchMod.pl                                  |    3 ++-
 15 files changed, 20 insertions(+), 6 deletions(-)
 rename t/{ => db_dependent}/Auth.t (100%)
 rename t/{ => db_dependent}/Auth_with_cas.t (100%)
 rename t/{ => db_dependent}/BackgroundJob.t (100%)
 rename t/{ => db_dependent}/External_BakerTaylor.t (100%)
 rename t/{ => db_dependent}/Record.t (100%)
 rename t/{ => db_dependent}/Reports_Guided.t (100%)
 rename t/{Serials.t => db_dependent/Serials_2.t} (100%)
 rename t/{ => db_dependent}/Service.t (100%)
 rename t/{ => db_dependent}/Tags.t (100%)
 rename t/{ => db_dependent}/UploadedFile.t (100%)
 rename t/{ => db_dependent}/VirtualShelves_Page.t (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list