[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-89-gdc3bb08

Git repo owner gitmaster at git.koha-community.org
Thu Aug 7 09:54:05 CEST 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, 3.14.x has been updated
       via  dc3bb08992e47800dfb887d72b54c2677d7ab198 (commit)
       via  e0cbcae0a74cadd85bcdb77f5ddfef94ea314194 (commit)
      from  39498e72f5b72d0ebe4df9b5a803a0432e65df7d (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 dc3bb08992e47800dfb887d72b54c2677d7ab198
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 18 08:27:35 2014 -0400

    Bug 12080: (follow-up) fix test failure and warnings in Bookseller.t
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes the tests as promised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit b772969cddce53d72bfd27bfda0ee094b1332e9d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit e0cbcae0a74cadd85bcdb77f5ddfef94ea314194
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Tue Apr 15 10:10:07 2014 +0200

    Bug 12080: restore effect of superserials permission
    
    The superserials permission is meant to allow an operator
    to see all subscriptions regardless of branch when IndependentBranches
    is on without having to have full superlibrarian permissions.  This
    patch restores this behavior.
    
    TEST PLAN
    ---------
    1) Apply the patch for bug 12048 (as needed -- it may be pushed)
    2) Ensure you have two users: superlibrarian, non-superlibrarian
       with all access to the staff client except superserials.
    3) Ensure you have serials belonging to a different branch than
       the non-superlibrarian.
    3) Log into staff client as superlibrarian
    4) Click 'Serials'
    5) Click the 'Submit' button in the search area.
       -- note the number of results.
    6) Log into staff client as non-superlibrarian
    7) Click 'Serials'
    8) Click the 'Submit' button in the search area.
       -- note the number should be less, note the number.
    9) Give the non-superlibrarian superserials access.
    10) Home -> Serials
    11) Click the 'Submit' button in the search area.
       -- the number will still be the same at the one in step #8.
    12) Apply the patch
    13) Refresh the page
       -- the number should now match the one in step #5.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f0e574be4a834b28b0e19f2964f5de989f0e6665)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Serials.pm |   18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list