[koha-commits] main Koha release repository branch master updated. v17.11.00-162-g0b5d644

Git repo owner gitmaster at git.koha-community.org
Wed Dec 20 17:50:12 CET 2017


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  0b5d6441aa8b62efdac2bb1ba09a13cdae088a8b (commit)
       via  0928edc4ef5ad4774dbd8f0fa34bc444ae84ba85 (commit)
       via  fcb8b106fa67194e7ea16260dc4049026e06c6ae (commit)
       via  572b615b9a4035d16111ea2bea22c6add0d08b4c (commit)
       via  ae572dcb24b3a1dd50a26b9daf6ffb51b80524a1 (commit)
       via  75e6c204a4b04c95bb73d1d6c5307fe6d71a4148 (commit)
       via  f6574fa7dcc9555e214908e2dba43eae1a112083 (commit)
       via  dccb3a3414cb284f914d0fbeff7871a809379685 (commit)
      from  a7456c32a755b5c775dbe17084736b91317e63ee (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 0b5d6441aa8b62efdac2bb1ba09a13cdae088a8b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 21 13:31:49 2017 +0000

    Bug 19664: Reports sidebar menu should match list of reports on reports home page
    
    This patch makes the reports sidebar menu a little more consistent with
    the reports home page menu by adding missing links to reports.
    
    To test, observer the reports sidebar menu before and after the patch
    and confirm that missing reports are linked in the update.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0928edc4ef5ad4774dbd8f0fa34bc444ae84ba85
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Nov 20 17:27:57 2017 +0000

    Bug 19658: Style fix for staff client lists page
    
    Patch applies with no issues and works as described.
    
    Signed-off-by: Dilan Johnpullé <dilan at calyx.net.au>
    
    Edit: Rebased.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit fcb8b106fa67194e7ea16260dc4049026e06c6ae
Author: Isabel Grubi <isabel.grubi at gmail.com>
Date:   Mon Dec 18 22:04:26 2017 +0000

    Bug 18313: Remove delicious link on social networks
    
    To test:
    1/ enable social networkds systems preference
    2/ look at any record on the OPAC, notice it has a link to delicious
    3/ apply patch
    4/ refersh page on OPAC, noitce delicious link has gone
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 572b615b9a4035d16111ea2bea22c6add0d08b4c
Author: Bonnie Crawford <bonniecrawford at catalyst.net.nz>
Date:   Mon Dec 18 22:40:12 2017 +0000

    Bug 18819: "UNIMARC is used in Europe" text changed to "UNIMARC is used in a few European countries"
    
    To test
    1/ run installer and notice the inaccurate text "UNIMARC is used in Europe"
    2/ run the patch attached
    3/ run the installer and notice that the updated text "UNIMARC is used in a few European countries"is now present
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ae572dcb24b3a1dd50a26b9daf6ffb51b80524a1
Author: Sherryn Mak <sherryn at catalyst.net.nz>
Date:   Mon Dec 18 21:29:55 2017 +0000

    Bug 13676: Fixing the OpacSuppression description
    
    To Test
    1/ Search for OpacSuppression system preference
    2/ Notice that it says "Items marked as suppressed from OPAC search
    results
    3/ Noticre also that addresses is spelt wrong
    4/ Apply patch
    5/ Refresh the page, notice addresses is fixed and items has become
    biblios
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 75e6c204a4b04c95bb73d1d6c5307fe6d71a4148
Author: Priya Patel <priya.patel at catalyst.net.nz>
Date:   Mon Dec 18 22:32:30 2017 +0000

    Bug 19713: Remove 2 occurences of OpacShowLibrariesPullDownMobile
    
    To test:
    1/ Grep to find OpacShowLibrariesPullDownMobile
    2/ Notice it is in t/db_dependent/UsageStats.t and C4/UsageStats.pm
    3/ Apply patch
    4/ Grep to check OpacShowLibrariesPullDownMobile was removed from 2
    files
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f6574fa7dcc9555e214908e2dba43eae1a112083
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Thu Nov 16 14:24:52 2017 +0200

    Bug 19636: Hold priority changes incorrectly via dropdown select
    
    This patch sorts holds in UI after priority is changed via "Priority"
    dropdown.
    
    It fixes confusion where the form is posted and each row is individually
    processed one by one - and due to conflict in priority value, the latter
    row always gets the chosen value instead of what the user actually might
    have wanted to change.
    
    To reproduce:
    1. Place 3 holds on a record
    2. See existing holds (cgi-bin/koha/reserve/request.pl?biblionumber=XXX)
    3. By using the dropdown menu under "Priority" column, change the first
       hold's priority to last (3). Do not touch other priorities.
    4. Click Update hold(s)
    5. Observe the hold did not get your selected priority 3, but 2 instead.
    
    To test:
    1. Apply patch
    2. Place 3 holds on a record
    3. See existing holds (cgi-bin/koha/reserve/request.pl?biblionumber=XXX)
    4. By using the dropdown menu under "Priority" column, change the first
       hold's priority to last (3). Do not touch other priorities.
    5. Observe this hold was automatically moved to the last row in the user
       interface.
    6. Click Update hold(s)
    7. Observe the hold has your selected priority 3.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit dccb3a3414cb284f914d0fbeff7871a809379685
Author: Claire Gravely <claire.gravely at bsz-bw.de>
Date:   Wed Nov 22 13:54:11 2017 +0000

    Bug 19678: Clicking Cancel when adding New Course to course reserves shows message Invalid Course!
    
    Clicking on the cancel link when adding a new course to course reserves
    displays the message 'Invalid Course!'. It would be better if it
    redirected back to the main Course Reserves page.
    
    This patch redirects the user back to the main course reserves page.
    
    To Test:
    
    1. Go to Course Reserves
    
    2. Click '+ New Course'
    
    3. Cancel the process
    
    4. You are shown 'Invalid Course!'
    
    5. Apply patch and repeat steps 1-3
    
    6. You are redirected back to the main course reserves page
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/UsageStats.pm                                   |    1 -
 .../prog/en/includes/reports-menu.inc              |   16 ++++++++++++++++
 .../en/modules/admin/preferences/cataloguing.pref  |    4 ++--
 .../prog/en/modules/course_reserves/course.tt      |    6 +++++-
 .../prog/en/modules/installer/step3.tt             |    2 +-
 .../prog/en/modules/reserve/request.tt             |   20 ++++++++++++++++++++
 .../prog/en/modules/virtualshelves/shelves.tt      |    3 ++-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    1 -
 t/db_dependent/UsageStats.t                        |    1 -
 9 files changed, 46 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list