[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.08-45-g9b22031

Git repo owner gitmaster at git.koha-community.org
Fri Feb 2 09:58:02 CET 2018


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  9b220314b2a85130ef8df86948b3eb0a2ba77460 (commit)
       via  7084f4689543470ecdee3b13588a5ea425bee62e (commit)
       via  3097ef634eef46d20ea379be37a19fa08c53a6d0 (commit)
       via  761b3c7699f744dde172be368c8cde92b6060e87 (commit)
       via  772275440e79d9ee00ba998df6e8f5a18ce9d591 (commit)
       via  5af0142725ea7d6b53963faf72815b2b4a0f4be7 (commit)
       via  e114bed04bb18133988cfbd81330406e0ba4fec3 (commit)
       via  ee225fd477fd28dd4d47de525563b60566ba0403 (commit)
       via  cac9c271b849459b159c0595e4ad16ce6c0c7a81 (commit)
       via  30d1c0365ae5efbab5fefda158566b2e285aa039 (commit)
      from  d635ed5c8c610958dd934a6681d8ca517864d99b (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 9b220314b2a85130ef8df86948b3eb0a2ba77460
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 20 20:29:29 2017 -0300

    Bug 15770: Do not format numbers if too big
    
    At several places we got the following error if we use numbers too big
    for Number::Format
    Template process failed: undef error - round() overflow. Try smaller
    precision or use Math::BigFloat at /home/koha/src/Koha/Number/Price.pm line 44
    
    It make the app explodes.
    The goal here is to handle these errors gracefully and easily.
    
    Test plan:
    - Add a manual fine to a patron of 100000000000000
    - Create a patron category with an enrolment fee of 123456789012345
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 937237a1f29192c8be73fbcc3cd7e29c40468831)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7084f4689543470ecdee3b13588a5ea425bee62e
Author: Olivier Crouzet <kohateam at univ-lyon3.fr>
Date:   Mon Jan 15 17:22:22 2018 +0100

    Bug 19971: Typo in the comments of parseQuery routine
    
    TEST PLAN
    ---------
    1) Run these commands:
        git checkout master
        git pull
        perldoc C4::Search
    2) look for parseQuery
        -- NOTE: The sample code provided below this heading has
                 the wrong function name!
    3) Run these commands:
        git checkout -b bug_19971 origin/master
        perldoc C4::Search
    4) look for parseQuery
        -- NOTE: The wrong function name is corrected.
    5) Run koha qa test tools
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 431d315534c9f41d4418b528bf9b78970f235a46)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 3097ef634eef46d20ea379be37a19fa08c53a6d0
Author: Te Rauhina Jackson <terauhina.jackson at gmail.com>
Date:   Tue Jan 16 21:21:21 2018 +0000

    Bug 19221: Onboarding tool says user needs to be made superlibrarian
    
    I changed the "To give new patron superlibrarian permissions go to:"
    message to "To edit patron permissions, go to:". Please clarify if this
    is clearer or not.
    
    Test plan:
    1) Apply patch
    2) Go through the web installer
    3) At the create koha administrator patron step, notice that at the
       bottom, there is a message saying "To edit patron permissions, go
       to:"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 42ff4bfca63da3e4e8df39b4f6bce703f7cc9213)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 761b3c7699f744dde172be368c8cde92b6060e87
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Sun Dec 17 08:45:41 2017 +0000

    Bug 19825: Make links to biblios on pending offline circulation page working again
    
    0) Do not apply the patch
    1) Have pending offline circulation operations - you can use standalone
    application, Firefox add-on or built-in offline circulatin client - it
    does not matter in this case
    2) Go to Circulation -> pending offline circulation actions
    3) You see all barcode in red and without links - even if the item and
    biblio existed
    4) Apply the patch
    5) Repeat 1-3, now you should see the links to biblio on existing items
    
    Note: Don't add non-existent barcodes actions and payment actions unti
    bug 19771 is not fixed
    
    Signed-off-by: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 14a3e2fddf031aca6b76d69122464412c461c5f9)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 772275440e79d9ee00ba998df6e8f5a18ce9d591
Author: Grace Smyth <gracesmythh at gmail.com>
Date:   Tue Jan 16 03:41:15 2018 +0000

    Bug 19839: Removed Warning (invoice.pl - uncertainprices)
    
    Test Plan
    [1.] Check the patch to see that I have removed:
    $template->param( uncertainprices => 1 ); from line 204 as Mr Druart has instructed to do
    (to get to the patch see the comment above by Mr Druart)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit db7e3a41b15829a11d9f4465c95e36c7fd3eb735)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5af0142725ea7d6b53963faf72815b2b4a0f4be7
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Feb 2 09:18:16 2018 +0100

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

commit e114bed04bb18133988cfbd81330406e0ba4fec3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 19 15:26:32 2018 -0300

    Bug 17682: Replace 2 occurrences in de-DE and nb-NO
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7b4b8699a69df4d4c6e0bedd421e385bfdc5dcee)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ee225fd477fd28dd4d47de525563b60566ba0403
Author: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
Date:   Tue Jan 16 20:14:20 2018 +0000

    Bug 17682: (follow-up) Change URL for Google Scholar in OPACSearchForTitleIn
    
    Amended the sql statement so it only affects the http://www.scholar.google.com url
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 5bf7600456aa66c1984ba7e8f2d781f468f23b6e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit cac9c271b849459b159c0595e4ad16ce6c0c7a81
Author: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
Date:   Tue Jan 16 03:55:49 2018 +0000

    Bug 17682: Change URL for Google Scholar in OPACSearchForTitleIn
    
    1)apply patch
    2) go into administration --> search for OPACSearchForTitleIn
    3) *click to edit*
    4) look at the link and read the google scholar one.
    5) check that the start link is https://scholar.google.com.
    6) http://www.scholar.google is incorrect
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 17a0a796bb3349f175ae82fa8a7ba05eb614391c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 30d1c0365ae5efbab5fefda158566b2e285aa039
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Tue Jan 23 11:43:10 2018 +0100

    Bug 20072 - Fix build-git-snapshot for Debian source format quilt
    
    With bug 18696 we need a few tiny changes to build-git-snapshot:
    - Debian revision number for debian/changelog
    - "orig" in the file name for the tar.gz archive
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Search.pm                                                  |    2 +-
 Koha.pm                                                       |    2 +-
 Koha/Number/Price.pm                                          |    5 +++++
 acqui/invoice.pl                                              |    1 -
 debian/build-git-snapshot                                     |    4 +++-
 installer/data/mysql/de-DE/mandatory/system_preferences.sql   |    2 +-
 .../data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql    |    2 +-
 installer/data/mysql/sysprefs.sql                             |    2 +-
 installer/data/mysql/updatedatabase.pl                        |    9 +++++++++
 koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt  |    2 +-
 .../prog/en/modules/onboarding/onboardingstep3.tt             |    2 +-
 t/Number/Price.t                                              |    4 +++-
 12 files changed, 27 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list