[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-114-g4f4946f

Git repo owner gitmaster at git.koha-community.org
Thu Oct 31 16:22:38 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, master has been updated
       via  4f4946f8dfc8511a02af2cdebf96ea59be57fafc (commit)
       via  08382876306cfda839637c5f72a107b304458a8e (commit)
       via  5248f12a0e48630cca6d877179bb86fde70f4929 (commit)
       via  019049fc5146071e9f5f85f81e79d4b69549f83b (commit)
       via  56ee35d3fbd300f76591f011fdada51156f608e4 (commit)
       via  dc3dd3ede6f179efb976a3c3a761c836cd87ebc3 (commit)
       via  d2052311cb232f98c801eb52d602b8970b38bc26 (commit)
      from  eaf4730abe6002e52192076376a15729447f2939 (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 4f4946f8dfc8511a02af2cdebf96ea59be57fafc
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 31 15:37:00 2013 +0000

    Bug 8435: (follow-up) make SearchSubscriptions handle lack of userenv
    
    This patch allows t/db_dependent/Bookseller.t to pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 08382876306cfda839637c5f72a107b304458a8e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 31 15:26:51 2013 +0000

    Bug 8435: DBRev 3.13.00.038
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 5248f12a0e48630cca6d877179bb86fde70f4929
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Oct 31 09:49:12 2013 +0100

    Bug 8435: (follow-up) handle lack of userenv gracefully
    
    C4::Serials::can_edit_subscription now deals with C4::Context->userenv.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 019049fc5146071e9f5f85f81e79d4b69549f83b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Aug 21 14:23:24 2013 +0200

    Bug 8435: (follow-up) the unit tests should create the biblio
    
    Previous version does not create the biblio.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 56ee35d3fbd300f76591f011fdada51156f608e4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jun 28 09:27:39 2013 +0200

    Bug 8435: (follow-up) use a transaction for unit tests
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit dc3dd3ede6f179efb976a3c3a761c836cd87ebc3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 27 16:53:56 2013 +0100

    Bug 8435: (follow-up) add unit tests for can_edit_subscription
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d2052311cb232f98c801eb52d602b8970b38bc26
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Nov 12 14:15:42 2012 +0100

    Bug 8435: add permission to enable editing other library's serials if IndependantBranches is on
    
    In the serial module, we want to hide serials from others libraries.
    However, to permit central serials manage, this patch introduces a
    new permission, 'superserials'. If a staff member has this permission,
    that person can override the restriction.
    
    Test plan:
    - Switch on the IndependantBranches syspref
    - Add the permission 'superserials' for a patron and test you can
      navigate and see all serials
    - Remove this permission and test you cannot manage/view subscriptions
      from others libraries
    
    Signed-off-by: Frederic Durand <frederic.durand at unilim.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Auth.pm                                         |    4 +-
 C4/Serials.pm                                      |  127 ++++++++++----------
 .../data/mysql/de-DE/mandatory/userpermissions.sql |    1 +
 .../data/mysql/en/mandatory/userpermissions.sql    |    1 +
 .../data/mysql/es-ES/mandatory/userpermissions.sql |    1 +
 .../mysql/fr-FR/1-Obligatoire/userpermissions.sql  |    1 +
 .../data/mysql/it-IT/necessari/userpermissions.sql |    1 +
 .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql |    1 +
 .../data/mysql/pl-PL/mandatory/userpermissions.sql |    1 +
 .../ru-RU/mandatory/permissions_and_user_flags.sql |    1 +
 .../uk-UA/mandatory/permissions_and_user_flags.sql |    1 +
 installer/data/mysql/updatedatabase.pl             |    6 +
 .../prog/en/modules/serials/serials-search.tt      |   10 +-
 kohaversion.pl                                     |    2 +-
 serials/serials-collection.pl                      |    4 +-
 serials/serials-edit.pl                            |    1 +
 serials/serials-search.pl                          |    6 +-
 serials/subscription-add.pl                        |   17 ++-
 serials/subscription-detail.pl                     |   33 ++---
 t/db_dependent/Serials_2.t                         |   76 +++++++++++-
 20 files changed, 184 insertions(+), 111 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list