[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.05-64-g1a99731

Git repo owner gitmaster at git.koha-community.org
Fri Oct 27 14:51:07 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, 17.05.x has been updated
       via  1a99731640eb9e500221ffb838677f1eb7aa369d (commit)
       via  0cad7e54cd20211eb12a642ed4074b0f5b232cac (commit)
       via  e6fc2dfc80fad354cba1fa514b9a1c2ca75f2f3b (commit)
       via  354645ef3005ca41d832aea8548944f6f2366089 (commit)
       via  1d450ad13a6bcd8f4f826bae7290a3184564badb (commit)
       via  de4fd901d3eef7888dfd84cbe46b2da849885430 (commit)
       via  86612541a45f6753b0ad87453a62fe8c9ba3047b (commit)
       via  6e37d51cbc84b0c192b2892e9b72a1b50bc0e444 (commit)
       via  8c5fbecd0a50b6a5f0ce1e877544d253474f3708 (commit)
       via  ed77ef6a3dba5e71290434b678322154cb1c8d42 (commit)
      from  c0d1fc37a1758f3e2733e32be958d37f36fc24b6 (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 1a99731640eb9e500221ffb838677f1eb7aa369d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 3 11:03:43 2017 -0300

    Bug 16726: Do not display "You searched for:" if not needed
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9dca694b04d0f5e5e0a307e0d5243ce61fb1ef79)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 0cad7e54cd20211eb12a642ed4074b0f5b232cac
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Tue Jun 27 04:14:47 2017 +0000

    Bug 16726: [FOLLOW-UP] Putting text in h1
    
    Works as outlined in test plan, search terms now appear at top as h1 as well
    
    Signed-off-by: Dilan Johnpullé <dilan at calyx.net.au>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f24e339dd603e015557107048d1a678293cb2e65)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit e6fc2dfc80fad354cba1fa514b9a1c2ca75f2f3b
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Jun 7 02:09:36 2017 +0000

    Bug 16726: Clear text in syspref searchbox after submitting
    
    To test:
    1) Go to Admin -> search for a system preference
    2) Notice your search stays in the search box (this is inconsistent with
        search behaviour across Koha)
    3) Apply patch and refresh page
    4) Make another search
    5) Confirm search still works as expected and search terms have been
    cleared from search box
    6) Confirm search terms show at the top of the results
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f10f6a19c53beb37e3ee0808ef6bb18bd88bef8a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 354645ef3005ca41d832aea8548944f6f2366089
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Sep 29 16:28:13 2017 -0300

    Bug 19392: Clean-up behind auth_values_input_www.t
    
    The two categories created by this test script are not removed
    
    Test plan:
    without this patch, the two authorised value categories 学協会μμ and
    tòmas are not removed when the script finishes.
    Now it does!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 269c21d984ef451dadcad2e803035cc1cd052825)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 1d450ad13a6bcd8f4f826bae7290a3184564badb
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Sep 29 15:52:50 2017 +0200

    Bug 18422: (QA follow-up) Check if select2 is available before using it
    
    cataloging.js might not always be loaded with select2.js, so we should
    check its availability to prevent JS errors
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 56a0aabc58a3475912894523cc92757153b967bd)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit de4fd901d3eef7888dfd84cbe46b2da849885430
Author: Oleg Vasylenko <synapse.ova at gmail.com>
Date:   Wed Apr 12 10:45:48 2017 +0300

    Bug 18422 - Add Select2 to authority editor
    
    Overview:
    Repeat tag fails if authority field has select subfield (for example, UNIMARC 700$8, 800$a)
    This patch adds Select2 to authority editor
    
    Steps to Reproduce:
    In authority editor repeat field that has select subfield
    
    Actual Results:
    Field does not repeat (copy is not created).
    Console shows a js TypeError in cataloging.js: «$(...).select2 is not a function»
    
    Expected Results:
    Field will repeat (copy is created)
    
    Additional Information:
    Error happens in version 16.11+ after adding Select2 js functions. The easiest way to fix is to add Select2 to authority editor
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 2f5a319b0a9f93dde7600decae5df989b842ca58)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 86612541a45f6753b0ad87453a62fe8c9ba3047b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Sep 13 12:06:50 2017 +0000

    Bug 19307: Mock the AllowFineOverride preference to ensure expected result
    
    To test:
     1 - Set 'AllowFineOverride' to allow
     2 - prove t/db_dependent/Circulation/NoIssuesChargeGuarantees.t
     3 - 1 test fails
     4 - Apply patch
     5 - prove t/db_dependent/Circulation/NoIssuesChargeGuarantees.t
     6 - All tests pass
     7 - Set 'AllowFineOverride' to 'Don't allow'
     8 - Tests should still pass
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1e2e1247c9bcd15514dc395be891a9a3607e5ea5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 6e37d51cbc84b0c192b2892e9b72a1b50bc0e444
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Oct 27 14:11:11 2017 +0200

    Bug 19344: DBRev 17.05.05.003
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8c5fbecd0a50b6a5f0ce1e877544d253474f3708
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 19 13:32:31 2017 -0300

    Bug 19344: Reorder lang and login_attempts in the [deleted]borrowers tables
    
    Due to a bad rebase, the borrowers and deletedborrowers table structure
    may different from a new install and upgraded install
    For new installs, the order was: lang, login_attempts
    For upgraded installs, it was lang, last_seen, login_attempts
    
    After this patch, the order must be:
    - last_seen
    - lang
    - login_attempts
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e65ee89aae7802a31e47b5343c77f8a8a62d3a38)

commit ed77ef6a3dba5e71290434b678322154cb1c8d42
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 14 10:57:40 2017 -0300

    Bug 19317: (bug 18966 follow-up) Remove leftover
    
    Nothing important here, but this line should have been removed by bug
    18966:
    
    2177         # Update the fines
    2178         $dbh->do(q|UPDATE accountlines SET issue_id = ? WHERE
    issue_id = ?|, undef, $old_checkout->issue_id, $issue->issue_id);
    
    The issue_id is now the same when moved from issues to old_issues. We do
    not need to update the accountlines table.
    
    No test plan here, you need to understand previous changes to validate
    this patch.
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 0aec9e11d5fa355738cb3475ad72c4aad8efeafa)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Circulation.pm                                      |    3 ---
 Koha.pm                                                |    2 +-
 installer/data/mysql/updatedatabase.pl                 |   13 +++++++++++++
 .../prog/en/includes/prefs-admin-search.inc            |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/preferences.tt |    2 ++
 .../prog/en/modules/authorities/authorities.tt         |    8 ++++++++
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js          |   16 ++++++++++------
 t/db_dependent/Circulation/NoIssuesChargeGuarantees.t  |    1 +
 t/db_dependent/www/auth_values_input_www.t             |    5 +++++
 9 files changed, 41 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list