[koha-commits] main Koha release repository branch master updated. v3.20.00-1028-g93d93b3

Git repo owner gitmaster at git.koha-community.org
Wed Nov 4 15:28:24 CET 2015


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  93d93b36377dea05131307106f1e5a9f226d9487 (commit)
       via  67cb605872a89595835829dd0194fd0eaf2cc958 (commit)
       via  531bfc856894177942c335ad8605210700274b99 (commit)
       via  808ec53c1436a67f4a835ef7abbdf8af18267b15 (commit)
       via  b9a22b3636d57b7e22997c106ef380b81194d0d6 (commit)
       via  57ceda5672bf45b4193bf30df0a5fdde4b18138c (commit)
       via  2d22a30d6a8c7d05f8d39c268cb6d9d6b6010ed4 (commit)
       via  8a48209933533cccca5aee9a53073c0324a30cb3 (commit)
       via  da57aba89458083bf35f621935a2ba0da561f9c7 (commit)
       via  0b903c5166e4e5c4426582c3c5a9bd23f5713939 (commit)
       via  4fb7a013c761b195b7ea2dc34397d8de7dc9e635 (commit)
       via  72384b0c204cdcbb230d14008e5b81c6b5286c18 (commit)
       via  ad8e8f335a0c15aa36113e5e0b429d3aff1e4f41 (commit)
      from  3e0b35c15db408593b0d1a1a4c381750f8d3bec8 (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 93d93b36377dea05131307106f1e5a9f226d9487
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 21 15:56:49 2015 +0100

    Bug 14805: Replace generic 'items' with the specific ones
    
    Signed-off-by: Joonas Kylmälä <j.kylmala at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 67cb605872a89595835829dd0194fd0eaf2cc958
Author: Joonas Kylmälä <j.kylmala at gmail.com>
Date:   Thu Sep 17 11:35:32 2015 +0000

    Bug 14805: (follow-up) fix a bug in previous code and change msg string
    
    Previously the code didn't work if there was only one batch available for selection.
    This fixes that now. Also there was a bug with wrong string showing now it's
    changed to a general one, "items". I choosed the string "items" because there was
    difficulties adding the plural part of the word. One cannot add just s to the end
    of the word batch like you can in the case of profile.
    
    Sponsored-by: Vaara-kirjastot
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 531bfc856894177942c335ad8605210700274b99
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 17 09:40:46 2015 +0100

    Bug 14805: QA follow-up
    
    This patches remove a trailing whitespace and simplify 2 parts of code.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 808ec53c1436a67f4a835ef7abbdf8af18267b15
Author: Joonas Kylmälä <j.kylmala at gmail.com>
Date:   Fri Sep 11 13:55:07 2015 +0000

    Bug 14805: Allow the user to delete multiple batches
    
    Allows the user to delete multiple patron card batches.
    
    Test plan:
    
    1. Add first some 20 batches
    2. Go to the edit page of some X batch by first selecting from the
       batch list the batch you want to edit and then after that by clicking
       edit.
    3. Delete one batch by selecting one batch and then clicking delete.
    4. Select 0 batches and click delete, notice you cannot delete.
    5. Select 0 batches and click edit, notice you cannot edit.
    6. Select 2 batches and click edit, notice you cannot edit.
    7. Apply patch
    8. Check that steps from 2-6 work like they worked before.
       (and add more batches so that you have ~20 of them)
    9. Select 2 batches and click delete. Make sure they are deleted.
    10. Try to figure out some anomalies this patch might have caused.
    
    Sponsored-by: Vaara-kirjastot
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit b9a22b3636d57b7e22997c106ef380b81194d0d6
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Aug 23 13:53:21 2012 +0200

    Bug 8438: Users can only claim for serials related to their branch.
    
    Only superlibrarian users and users with superserials permission
    can override this limitation.
    
    This patch adds a new subroutine C4::Serials::can_claim_subscription.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    The upgrading of the DB was as required:
    for each [PT/S] patron with the permission "claim_serials" ON,
    the permission "superserials" became[/was kept to] ON.
    
    Then, after having checked the DB upgrading, to test the currently
    adding limitation:
    > Users can only claim for serials related to their branch
    , I reset 2 PT/S patrons-users to:
    permission claim_serials: YES
    permission superserials: NO
    and I set the syspref "IndependendeBranches" to "Prevent".
    
    For:
    > Only superlibrarian users can override this limitation.
    the S patron-user could list AND claim:
    A) subscriptions of his own branch,
    B) subscriptions of other branch,
    C) subscriptions without branch.
    
    For:
    > Only users with superserials permission can override this limitation.
    the PT patron-user could list:
    A) subscriptions of his own branch,
    B) subscriptions of other branch,
    C) subscriptions without branch,
    and could claim only:
    A) subscriptions of his own branch,
    C) subscriptions without branch.
    
    NB: a subscription is selected to be claimed.
    
    Then I set the syspref "IndependendeBranches" to "Don't prevent".
    The behaviour was [exactly the same as in master] without the added
    limitation.
    
    On [S/PT] patrons, if permission claim_serials was NO, no Claims
    link was available on Serials' page, either under "Prevent" or under
    "Don't prevent".
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Added the results of Paola's testing to the commit message
    as test plan.
    
    Note to RM: Maybe we could add a note to the release notes, that
    Koha now enforces superserials with independent branches better,
    so people might have to adapt permissions in order to claim
    for other branches.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 57ceda5672bf45b4193bf30df0a5fdde4b18138c
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Tue Oct 20 16:46:15 2015 +0200

    Bug 8436: QA Follow-up: Add Library to result list
    
    If we offer a library filter, we should also show the
    library in the result list, so that search options
    and result list match.
    
    Otherwise, for libraries with multiple branches, there
    is no way to see, which is the subscription of a
    specific branch in the list.
    
    - Add a Library column in the result list
    - Rename branch to library in the template
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 2d22a30d6a8c7d05f8d39c268cb6d9d6b6010ed4
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Tue Oct 20 16:36:06 2015 +0200

    Bug 8436: QA Follow-up: Activate branch filter, if IndependentBranches is off
    
    The superserials permission is only in use in combination with
    IndependentBranches - so it makes sense to also show the branch
    filter when IndependentBranches is off.
    
    Permission description:
     superserials Manage subscriptions from any branch
     (only applies when IndependentBranches is used)
    
    Also adds a missing check for superlibraian.
    
    Note: the duplicated permission check in the code is not really nice
    - would be good to rewrite this to be more clean.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 8a48209933533cccca5aee9a53073c0324a30cb3
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Aug 25 13:15:41 2015 +0200

    Bug 8436: Use C4::Context->IsSuperLibrarian()
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit da57aba89458083bf35f621935a2ba0da561f9c7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Feb 20 10:57:52 2015 +0100

    Bug 8436: Replace GetBranches with GetBranchesLoop
    
    The branch selection logic still exists in GetBranchesLoop, it should be
    used here.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 0b903c5166e4e5c4426582c3c5a9bd23f5713939
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Aug 22 14:35:37 2012 +0200

    Bug 8436: Add limit on branch in checkexpiration.pl
    
    This limit is only available for superlibrarians and patrons that have
    superserials permission. Other patrons will only see subscriptions of
    their branch.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 4fb7a013c761b195b7ea2dc34397d8de7dc9e635
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Oct 25 00:21:59 2015 +0200

    Bug 11678: QA follow-up - Fixing some typos in the documentation
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 72384b0c204cdcbb230d14008e5b81c6b5286c18
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Oct 19 10:49:32 2015 +0200

    Bug 11678: Improve documentation of new parameter
    
    Say --email is repeatable
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit ad8e8f335a0c15aa36113e5e0b429d3aff1e4f41
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jan 23 13:12:30 2014 +0100

    Bug 11678: Gather print notices: add --email parameter
    
    This patch add the ability to send generated files by email.
    
    You can specify several emails.
    
    Test plan:
    - same as Bug 11603
    - call the script misc/cronjobs/gather_print_notices.pl with the
      following parameters:
    
    perl misc/cronjobs/gather_print_notices.pl /tmp/test --csv --ods --html
    --letter_code=CHECKIN -d=: --email="email_one at example.org"
    --email="email_two at example.org"
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      - Works as desribed. Rebased upon bug-11603.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Serials.pm                                      |   13 ++++
 .../prog/en/modules/patroncards/manage.tt          |   72 +++++++++++++++-----
 .../prog/en/modules/serials/checkexpiration.tt     |   23 ++++++-
 .../prog/en/modules/serials/claims.tt              |    6 +-
 misc/cronjobs/gather_print_notices.pl              |   71 ++++++++++++++++++-
 patroncards/manage.pl                              |   13 ++--
 serials/checkexpiration.pl                         |   31 +++++++--
 serials/claims.pl                                  |    4 ++
 t/db_dependent/Serials_2.t                         |   32 ++++++++-
 9 files changed, 234 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list