[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.03-44-gfc2b340

Git repo owner gitmaster at git.koha-community.org
Tue Sep 22 19:20:05 CEST 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, 3.20.x has been updated
       via  fc2b3400eff5965adf5ffd523213de868ad43ac8 (commit)
       via  7abaacce526a8b7186a3688a111239e46f38d16e (commit)
       via  625aec5b8541f8e83fa3bbea473616f90ab1396d (commit)
       via  c323e07c0c7ec403af15e40da7d82b997cb3eefc (commit)
       via  bc720464216eca9d5283596af23d2c2c926e7093 (commit)
       via  227d7b950e682300a7697ada4f6837a950f098e6 (commit)
       via  6c44d1f4645b4c98577d6af23b05b9608b421253 (commit)
       via  9c31f1af9bb7b87dd794f40dd2bc7673b720c674 (commit)
       via  d1ce272dd2a5c75862db16d2b0682b0a9d654565 (commit)
      from  faab5c4c2445b8a3454c17d2ab29fb65b601c0c9 (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 fc2b3400eff5965adf5ffd523213de868ad43ac8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 14 13:22:21 2015 +0100

    Bug 14655: Fix wording
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Fixed a missing space after Error: :)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    (cherry picked from commit fdc859281cc2af56431d183c3341ec9f8d4f672c)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 7abaacce526a8b7186a3688a111239e46f38d16e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 18 18:15:02 2015 +0100

    Bug 14655: Add a warning on the about page if patrons have requested privacy
    
    New warning on the about page if at least a patron has requested a
    privacy on checkin but the AnonymousPatron is not set to a valid patron.
    
    Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit aaf2903cc0e86a2e59b3c7e223d7d8a85778ca0d)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Conflicts:
    	about.pl

commit 625aec5b8541f8e83fa3bbea473616f90ab1396d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 18 18:10:37 2015 +0100

    Bug 14655: Add a warning if the checkin will fail
    
    On the checkin and checkout page, the checkin will fail if the patron
    has requested the privacy and the AnonymousPatron is not correctly set.
    
    This patch adds a warning message on both pages.
    
    Test plan:
    0/ Be sure you don't have any patron with privacy=2 (Never)
    1/ Set OPACPrivacy, not AnonymousPatron
    2/ Go on the checkin, you should a warning (same as before this patch).
    3/ Set the privacy=2 for a patron
    4/ Go on the circulation page, a warning should appear (for this
    specific patron)
    5/ Check an item out to this patron
    6/ Check the item in on the checkin page.
    The item is not checked in and you get a specific message for this
    patron.
    
    Confirm other/correct situations don't trigger the messages.
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit cb2151529e0c2d031a01e68bd5deab26d2ffbaff)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit c323e07c0c7ec403af15e40da7d82b997cb3eefc
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Sep 1 16:11:54 2015 +0200

    Bug 14683: [QA Follow-up] Similar change for staff
    
    Script memberentry.pl contained a similar line.
    Solution is simpler here.
    
    Test plan:
    [1] Add, change or clear the sms number at staff side.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit bdf4894c507f4bac6b2b79c7ca3b7a556d246ed5)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit bc720464216eca9d5283596af23d2c2c926e7093
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 28 09:13:09 2015 +0200

    Bug 14683: [QA Follow-up] Mixup between mobile and smsalertnumber
    
    This is an issue discussed on older reports already in the past.
    Column mobile in borrowers is actually 'Other phone', not necessary a
    mobile number. The name of the field is confusing. (Renaming it is
    outside the scope of this report.)
    The field that we are editing here is smsalertnumber. It should not be
    compared with mobile at all.
    
    What could be the side-effect of this correction?
    ===
    First, the change is only relevant for libraries with pref SMSSendDriver
    enabled.
    In the past patrons editing their message preferences saw mobile (read:
    other phone) in their smsalertnumber field (if the latter was still empty).
    If they saved it, it was copied to smsalertnumber.
    This change does not affect these patrons. They just have the same number
    in two columns. No big deal.
    What if a patron does not yet have a smsalertnumber? In that case no sms
    is sent in Letters.pm. So no change in behavior. If he submits
    opac-messaging now, he will no longer copy his other phone to smsalert [we
    cannot assume that it was mobile anyway!]. If he enters a mobile number,
    it will be saved correctly in the right field.
    
    Conclusion: this change will not break things or hurt anyone. It only
    prevents unwanted copying other phone to smsalertnumber.
    
    Also modified the compare to prevent uninitialized warnings.
    And removed a commented warn.
    
    Test plan:
    [1] Add, edit or delete the SMS number on opac-messaging regardless of
        the value of Other Phone (in the badly named mobile field).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 9b8d7168beb27342c4c483a0812e3a6789fabced)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 227d7b950e682300a7697ada4f6837a950f098e6
Author: Joonas Kylmälä <j.kylmala at gmail.com>
Date:   Wed Aug 19 11:42:50 2015 +0000

    Bug 14683: Unable to clear SMS number
    
    Enables to clear SMS number.
    
    To test:
    1. Go to opac-messaging.pl
    2. Insert SMS number and submit
    3. Clear SMS number and submit
    4. Observe that the sms number did not change
    5. Apply patch
    6. Clear SMS number and submit
    7. Observe that the sms number changes
    
    Sponsored-by: Vaara-kirjastot
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Adding a follow-up.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 5b1c7e4c359e974e5aca801579db72b356741a0f)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 6c44d1f4645b4c98577d6af23b05b9608b421253
Author: Lari Taskula <larit at student.uef.fi>
Date:   Thu Jul 30 18:34:49 2015 +0300

    Bug 14621: Messaging preferences table needs to be sorted
    
    I have been working with messaging preferences and I noticed a weird issue in Firefox on Ubuntu.
    
    On messaging preferences page, the table is unsorted and the content in rows are generated randomly
    on every page refresh. When you select/deselect checkboxes and refresh the page (without posting the changes),
    Firefox will remember your choices. Now the issue is that when the table is unsorted and the rows keep
    changing on page refresh, Firefox has trouble remembering your choices. This makes it appear as if the
    checkboxes are magically changing values on each page refresh.
    
    Here is a patch that prevents this problem by sorting the messaging settings.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 46ac35f8e11c06a784ca309b0dc876aff9469edb)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 9c31f1af9bb7b87dd794f40dd2bc7673b720c674
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Aug 31 09:36:02 2015 -0400

    Bug 14760: Disabled courses display in the course reserves list for items
    
    If an item is on reserve for two courses but one of those courses is
    disabled, both courses are still listed on opac-detail.pl!
    
    Test Plan:
    1) Enable course reserves
    2) Create two courses
    3) Place one item on reserve for both courses
    4) Disable one of the two courses
    5) View the record details for that record/item
    6) You should see both courses listed in the course reserves column
    7) Apply this patch
    8) Reload the page
    9) You should now only see the active course in the course reseves column
    
    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>
    (cherry picked from commit 73e9dcb70fcf24dc87af7c5af6f38102206863ae)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit d1ce272dd2a5c75862db16d2b0682b0a9d654565
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 4 10:38:29 2015 +0100

    Bug 14470: Do not allow renew for on-site checkouts
    
    At the opac, the renew checkbox should not be displayed if it's an
    on-site checkout (same on the intranet).
    
    On the way, this patch adds a specific message to the intranet if the
    librarian try to renew an on-site checkout.
    Indeed before this patch a renew was allowed if the barcode was scanned.
    
    Test plan:
    1/ Create an on-site checkout for a patron
    2/ Confirm that the checkbox 'renew' is not displayed on the checkout
    list tables
    3/ At the OPAC, the renew should not be allowed (no checkbox)
    4/ Try to check the item out to the same patron, confirm that you get a
    specifig message to inform you the renew is not allowed for on-site
    checkouts.
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Changed 'issue' to 'item' in the error message.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    (cherry picked from commit ea92a92f5384c3256de55b770d31342f796edc47)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Conflicts:
    	t/db_dependent/Circulation.t

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

Summary of changes:
 C4/Circulation.pm                                  |   10 ++++-
 C4/Members/Messaging.pm                            |    3 ++
 about.pl                                           |    5 +++
 circ/returns.pl                                    |    1 +
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |   26 ++++++------
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    3 ++
 .../prog/en/modules/circ/circulation.tt            |    9 +++++
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    9 +++--
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   18 +++++----
 members/memberentry.pl                             |   14 +++----
 opac/opac-messaging.pl                             |   10 ++---
 t/db_dependent/Circulation.t                       |   42 +++++++++++++++++++-
 12 files changed, 107 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list