[koha-commits] main Koha release repository branch master updated. v17.05.00-239-g068db9a

Git repo owner gitmaster at git.koha-community.org
Thu Jul 13 23:43:19 CEST 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  068db9aaabb0694b4d12404bda16525efad0fde7 (commit)
       via  88ab0ef5791d2b428399690c505ac42aba4616df (commit)
       via  7ed66a6c8ae1c3c824e496c2d312e23db1dd8e41 (commit)
       via  91e02ffdb31a560dd166bd45bca5a7815213f266 (commit)
       via  f87435c933616c648c50ab609d1fea2ac51785a7 (commit)
       via  afddf4145fbbfd978e4c5cd22f0ae2cbbef70560 (commit)
       via  58f9eded86c01d2889ed5a25551aba30c9b824a8 (commit)
       via  7723ffdd130996ec946d5b9149f90cb0cdc447fc (commit)
       via  1fc3751804146e92c0d8d85517ffcd6ec338808e (commit)
       via  c1485ae8ce5432936cc28c066c9a28d3f6ec2f99 (commit)
       via  a0b6bcfd55c0bdfc45f229ea5cc6373cece24432 (commit)
       via  e21d2ac864b651375a366b12ab30b0f5b506f1d3 (commit)
       via  9f9d4aa4b067be60af423b2e2497ae370ef2484d (commit)
      from  c91eb80efb3b715fcb825f5cfd11cc6b152cbcb2 (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 068db9aaabb0694b4d12404bda16525efad0fde7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 6 15:50:19 2017 +0000

    Bug 17639 - Remove white filling inside of Koha logo
    
    This patch modifies the Koha logo SVG file to remove the fill from two
    letters. This patch also optimizes the file and converts the text object
    to paths for better cross-platform portability.
    
    To test you could:
    
    - Open the file in an editor and confirm that the change is correct
      - or -
    - Open the file in a browser and use the code inspector to add a
      background-color attribute to the top-level <svg> tag. The logo should
      appear transparent, with no white fills.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 88ab0ef5791d2b428399690c505ac42aba4616df
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Jul 13 05:16:53 2017 +0000

    Bug 18934: Preventing warns in Admin -> SMS providers
    
    This patch initialises the $op variable to prevent the warns
    
    To test:
    1) Go to admin -> sms providers
    2) Notice warns in error log
    3) Apply patch and refresh page
    4) Notice warns are gone
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7ed66a6c8ae1c3c824e496c2d312e23db1dd8e41
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Tue Jun 27 01:40:48 2017 +0000

    Bug 18858: Prevent warn when deleting a borrower debarment
    
    To test:
    1) Look at intranet log
    2) Go to delete a debarment on a borrower
    3) Notice warn
    4) Apply patch
    5) Add a new debarment
    6) Delete this debarment
    7) Notice warn is gone
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 91e02ffdb31a560dd166bd45bca5a7815213f266
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Apr 29 19:29:11 2017 +0000

    Bug 16545 - Make edit link a styled button in item search results
    
    This patch replaces the item search results "edit" link with a dropup
    button which offers "Edit item" and "Edit record" links.
    
    To test, apply the patch and perform an item search. Each results should
    have an "Edit" menu. Confirm that the menu links work correctly for
    items on more than one page.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f87435c933616c648c50ab609d1fea2ac51785a7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Apr 29 19:36:18 2017 +0000

    Bug 18542 - Move and style "new field" link in item search form
    
    This patch modifies the item search page JavaScript so that the "New
    field" link has a "+" icon and is always placed at the end of the last
    row in that section of the form.
    
    To test, apply the patch and open the item search form in the staff
    client. In the third section there should be a "+ New field" link at the
    end of the first row of fields.
    
    Clicking the "New field" link should clone that row and move the link to
    the end of the cloned row.
    
    Behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch: Fix indentation

commit afddf4145fbbfd978e4c5cd22f0ae2cbbef70560
Author: Chris Kirby <chris.kirby at ilsleypubliclibrary.org>
Date:   Wed Jun 21 18:27:21 2017 +0000

    Bug 18839: Suggestion.pl spelling mistake
    
    On the suggestion management page, 'unknown' is spelled 'unkown'
    
    This patch corrects this spelling mistake in
    
    suggestion/suggestion.pl
    
    koha-tmpl/intranet-tmpl/prog/en/include/strings.inc
    
    koha-tmpl/intranet-tmpl/prog/en/include/search_indexes.inc
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: sonia BOUIS <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 58f9eded86c01d2889ed5a25551aba30c9b824a8
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Mon Jul 10 02:12:18 2017 +0000

    Bug 18917: Use font-awesome buttons for CSV profiles
    
    To test:
    1) Go to Tools -> CSV profiles
    2) Notice old style of links for Edit and Delete
    3) Apply patch and refresh page
    4) Notice buttons for Edit and Delete
    5) Confirm they work as expected
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7723ffdd130996ec946d5b9149f90cb0cdc447fc
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Mon Jul 10 02:31:22 2017 +0000

    Bug 18918: Disable CSV option if no CSV profiles exist
    
    To test:
    1) Confirm you have no MARC CSV profiles (tools -> csv profiles)
    2) Go to Tools -> Export data
    3) Select the CSV file format for biblios
    4) Notice the CSV profile dropdown shows up but the dropdown is empty
    5) Click the Export button, notice Koha breaks
    6) Go back and apply the patch, refresh
    7) Notice the CSV option is now disabled in the file format menu
    8) If you hover over CSV, an appropriate message should show explaining
    why it is disabled
    9) Create a CSV profile for MARC
    10) Go back to Export and you should be able to use CSV now without
    problem
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1fc3751804146e92c0d8d85517ffcd6ec338808e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Apr 11 16:09:27 2017 -0400

    Bug 18367 - Fix untranslatable string from Bug 18264
    
    Restore display of message when no barcode found
    
    To test:
    1 - Go to course reserves
    2 - Add an item to a course
    3 - Try adding an invalid barcode - should get an alert
    4 - Try force adding an item with itemnumber:
        http://localhost:8081/cgi-bin/koha/course_reserves/add_items.pl?op=lookpup&course_id=11&itemnumber=1234523546
    5 - Should recieve an error
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit c1485ae8ce5432936cc28c066c9a28d3f6ec2f99
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 13 14:39:08 2017 -0300

    Bug 18775: Use Koha::Patron->library instead of Koha::Libraries->find
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a0b6bcfd55c0bdfc45f229ea5cc6373cece24432
Author: David Kuhn <techservspec at gmail.com>
Date:   Sat Jun 10 13:08:20 2017 -0700

    Bug 18775 - The "Password Reset" notice should use the patron's homebranch's email as "from" address
    
    To test:
    1. Enable the password recovery feature.
    2. In the OPAC, click on "Forgot you password?" link and enter requested information.
    3. The email with the password reset link has the Koha Admin Email Address listed as the sender.
    4. Apply the patch.
    5. Repeat step 2. The email with the password reset link now has the the "from" address set for the patron's home branch listed as the sender.
    
    Signed-off-by: Jessica Freeman <jessicafreeman at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e21d2ac864b651375a366b12ab30b0f5b506f1d3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed May 24 17:51:18 2017 +0000

    Bug 18667: Show a diff view of SQL reports when converting
    
    This patch reformats the SQL conversion before-and-after view so that it
    shows a diff between the two, just as the Manage MARC Import interface
    does.
    
    This patch also makes a correction to the JavaScript which is triggered
    by the closing of the modal. In Bootstrap 3 "hidden.bs.modal" is the
    event name instead of "hidden."
    
    To test, apply the patch and find an SQL report in your reports library
    which requires updating.
    
    - Click the "Update SQL" button.
    - In the modal window, the "existing" and "updated" SQL should be shown
      side-by-side with colored highlighting of the differece.
    - Confirm that the "Update" button still works correctly.
    - Also confirm that if you open the preview of another report, the
      "Close" button hides the modal and updates the contents of the modal
      markup. Use your browser's DOM inspector to confirm that <div
      class="modal-body"> contains only <div id="loading"> and its contents.
    
    Revision moves inline style attributes to CSS block.
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9f9d4aa4b067be60af423b2e2497ae370ef2484d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 21 18:57:04 2017 +0000

    Bug 18847 - Add "Save and continue" option to notice editing
    
    This patch adds an option to "Save and continue editing" when editing
    notices. The submit button is now a split button in a floating toolbar.
    The secondary action of the split button is "Save and continue editing."
    
    To test, apply the patch and go to Tools -> Notices.
    
    - Open any notice for editing. Verify that the toolbar looks correct and
      floats as it should when sections of the form are expanded and the
      page scrolls.
    - Edit a notice and click the "Save" button. Confirm that you are
      redirected to the main Notices page and that your changes were saved.
    - Edit a notice and click the "Save and continue editing" menu item.
      The page should reload with your updates in place.
    
    Signed-off-by: NickUCKohaCon17 <nicansjr at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/Patron/Password/Recovery.pm                   |    5 +-
 admin/sms_providers.pl                             |    2 +-
 course_reserves/add_items.pl                       |    8 +-
 .../en/includes/catalogue/itemsearch_item.json.inc |    2 +-
 .../prog/en/includes/search_indexes.inc            |    2 +-
 .../intranet-tmpl/prog/en/includes/strings.inc     |    2 +-
 .../prog/en/modules/catalogue/itemsearch.tt        |   13 +-
 .../en/modules/course_reserves/add_items-step1.tt  |    9 +-
 .../prog/en/modules/reports/convert_report.tt      |   19 ++-
 .../en/modules/reports/guided_reports_start.tt     |   17 +-
 .../prog/en/modules/tools/csv-profiles.tt          |    9 +-
 .../intranet-tmpl/prog/en/modules/tools/export.tt  |    6 +-
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |   30 +++-
 members/mod_debarment.pl                           |    2 +-
 .../koha3-staff-client-logo.svg                    |  162 +-------------------
 suggestion/suggestion.pl                           |    4 +-
 tools/letter.pl                                    |    8 +-
 17 files changed, 102 insertions(+), 198 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list