[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-26-g312daba

Git repo owner gitmaster at git.koha-community.org
Sun Mar 31 04:01:56 CEST 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  312dabab28642e9c0119e20ae9e6e74476ab83ad (commit)
       via  0e9683b421c60c91fda2f675c6a09a3c4cbd0add (commit)
       via  4e7776d4022e4f4b639b67b2d8919e984f5bd7ce (commit)
       via  4a318d7ab3da7e588cc2c508c3be77fc67fda71d (commit)
      from  b1d1dad9b70344a5aa821931e9ac9461ee7ff3e8 (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 312dabab28642e9c0119e20ae9e6e74476ab83ad
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Mar 28 15:37:26 2013 +0100

    Bug 9945: Changed display: inline to inline-block on the inline CSS styling on the li elements.
    
    When adding/modifying an authorised values.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Improves icon set display in authorised value configuration.
    CSS only.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 0e9683b421c60c91fda2f675c6a09a3c4cbd0add
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Mar 29 13:08:05 2013 +0100

    Bug 9953 - When OpacMaintenance breaks lifting debarment
    
    When OpacMaintenance is on, any opac page will redirect to maintenance.pl.
    Some pages of intranet have the same behavior and you get 404 error.
    This is because in checkauth, if type arg is undefined it is "opac" by default.
    
    This patch adds type arg in all intranet calls of checkauth.
    
    Test plan :
    - Set syspref OpacMaintenance=Show
    - Go to a borrower page
    - Click on "Fines" and "Create manual invoice"
    - Enter an amount and save
    => Check you go to members/boraccount.pl and not maintenance.pl with 404 error
    
    OK
    
    - Click on "Fines" and "Create manual credit"
    - Enter an amount and save
    => Check you go to members/boraccount.pl and not maintenance.pl with 404 error
    
    OK
    
    - Edit borrower
    - Set "Restricted" to yes and save
    - Click on "Lift restriction" in messages
    => Check you keep in member page and not maintenance.pl with 404 error
    
    OK
    
    - Edit borrower
    - Set "Expiry date" to a day in the past and save
    - Click on "Renew" in messages
    => Check you keep in member page and not maintenance.pl with 404 error
    
    OK
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Good catch, a tricky bug.
    http://bugs.koha-community.org/show_bug.cgi?id=9952
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Removed a few tabs from mancredit.
    All tests and QA script pass now.
    Good test plan.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 4e7776d4022e4f4b639b67b2d8919e984f5bd7ce
Author: “ByWater <“staff at bywatersolutions.com”>
Date:   Mon Mar 11 09:12:33 2013 -0400

    Bug 9786 - Holds to pull showing items not available
    
    If an item is on hold and waiting for pickup, and another
    hold is placed on the record, a hold to pull will show in the
    Holds to pull report, even though there are no items that can
    fill that hold request.
    
    Test Plan:
    1) Create a record with 1 item
    2) Create 2 holds on the record
    3) Fill the first hold
    4) Check the Holds to pull report, it should show this record
    5) Apply patch
    6) Reload the Holds to pull report, it should no longer show this record
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 4a318d7ab3da7e588cc2c508c3be77fc67fda71d
Author: Jen Zajac <jen at catalyst.net.nz>
Date:   Mon Mar 25 16:49:36 2013 +1300

    Bug 5648: Changed display: inline to inline-block on the inline CSS styling on the li elements.
    
    Signed-off-by: Frédéric Durand <frederic.durand at unilim.fr>
    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 <chrisc at catalyst.net.nz>

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

Summary of changes:
 circ/pendingreserves.pl                            |    2 +-
 .../prog/en/modules/admin/authorised_values.tt     |    2 +-
 .../prog/en/modules/admin/itemtypes.tt             |    2 +-
 members/mancredit.pl                               |    7 ++++---
 members/maninvoice.pl                              |    5 +++--
 members/member-password.pl                         |    2 +-
 members/setdebar.pl                                |    5 +----
 members/setstatus.pl                               |    4 +---
 8 files changed, 13 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list