[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.06-27-g5cd9e7d

Git repo owner gitmaster at git.koha-community.org
Thu Dec 21 11:12:47 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, 17.05.x has been updated
       via  5cd9e7dcef12c3540b2ec11d3061237622999f2c (commit)
       via  3b49e16dfac6f5e3018bfb1509759ce5e0757ba0 (commit)
       via  a71013cfac11d860e6071f6ae9ef966a7c9d0c5c (commit)
       via  33a1eca2a59cab71a55d093f851ee5ea4d9179f9 (commit)
       via  41b14a29e73ac0e0fe8d6517425a78f048cc6984 (commit)
       via  42ac628d7d2a584cc4bddfe86e8f0fce8a6ff54f (commit)
       via  4bbafa605024ee7fb48c7701378372f65c909284 (commit)
       via  69b472651ca3dab906fd7447c9bfb95716b46e10 (commit)
      from  ad91d8f732dd2d92a9d0b2bcbf4050ea5d9574b5 (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 5cd9e7dcef12c3540b2ec11d3061237622999f2c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Dec 5 15:26:58 2017 +0000

    Bug 19751: Holds awaiting pickup report should not be fixed-width
    
    This patch changes the grid used for the holds awaiting pickup report so
    that the results are full page and fluid instead of fixed-width.
    
    To test, apply this patch and the patch for Bug 19700 if necessary.
    
    View the holds awaiting pickup report. The report should fluidly fill
    the page width.
    
    Test with the CircSidebar system preference enabled and disabled.
    
    Signed-off-by: George Williams <george at nekls.org>
    Signed-off-by: BWS Sandboxes <ByWaterSandboxes at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.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 232b3cf25374f07ee2966231c5e5294ef16965a4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 3b49e16dfac6f5e3018bfb1509759ce5e0757ba0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 7 13:41:06 2017 -0300

    Bug 19775: Try & prevent Search/History.t to fail randomly
    
     #   Failed test 'There are still 8 searches after calling delete with an interval = 6 days'
     #   at t/db_dependent/Search/History.t line 185.
     #          got: '6'
     #     expected: '8'
    
     #   Failed test 'There are still 2 searches after calling delete with an interval = 2 days'
     #   at t/db_dependent/Search/History.t line 191.
     #          got: '0'
     #     expected: '2'
     # Looks like you failed 2 tests of 27.
    [15:04:12] t/db_dependent/Search/History.t
    
    It looks like it does not longer fail with this change (date comparaison wrongly rounded to second in mysql?)
    
    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 68a6d049869789618af1ddba9802b6d593593d09)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a71013cfac11d860e6071f6ae9ef966a7c9d0c5c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 7 10:26:32 2017 -0300

    Bug 19724: DBIC Schema changes
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7e691bc6d8695377e12896be085039c81115e4d0)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 33a1eca2a59cab71a55d093f851ee5ea4d9179f9
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Jul 6 15:42:43 2017 +0000

    Bug 18907: Build has deprecating message
    
    Following the instructions at:
    https://wiki.koha-community.org/wiki/Building_Debian_Packages_-_The_Easy_Way
    Receiving the following message in the build:
    dpkg-source: warning: relation < is deprecated: use << or <=
    
    This patch tweaks the list-deps.
    git diff origin/master -- debian/list-deps shows just the one line
    changed from < to << as per the messages suggestion and eythian's
    suggestion on IRC:
    http://irc.koha-community.org/koha/2017-07-06#i_1950698
    
    The control file can be regenerated from the command-line:
    ./debian/update-control
    However, it will be attached separately.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    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 d8a16dd89a2853837e87eec1b1ec0d419ede1b55)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 41b14a29e73ac0e0fe8d6517425a78f048cc6984
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Fri Nov 24 12:02:47 2017 +0100

    Bug 12497: Fix OPAC search history reachable by URL even when disabled
    
    Test plan:
    1. Set EnableOpacSearchHistory syspref to "Keep"
    2. Make a search in the OPAC
    3. Go to /cgi-bin/koha/opac-search-history.pl
    4. Set the EnableOpacSearchHistory syspref to "Don't keep"
    5. Refresh the OPAC page to show that history is still accessible
    6. Apply the patch
    7. Refresh the OPAC page, you should end on the 404 page
    8. Set EnableOpacSearchHistory syspref to "Keep"
    9. Go to /cgi-bin/koha/opac-search-history.pl which should be reachable
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    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 b90824527b47e78e56e2f602199481325beeec15)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 42ac628d7d2a584cc4bddfe86e8f0fce8a6ff54f
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Thu Nov 23 16:03:14 2017 +0100

    Bug 12497: Fix search history non-accessible when OPAC was private
    
    (when the user didn't have the "borrowers" permission)
    
    Test plan:
    1. Set syspref "OpacPublic" to false (Disable)
    2. Log in as a user without any permission
    3. Try to access the search history. The link is next to "Log out"
    4. Then you should see "Access denied"
    5. Apply this patch
    6. Refresh the page
    7. Then you should see the search history
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    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 adb37ce8cf10fee1c81ee35d703ec3a81c82697d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 4bbafa605024ee7fb48c7701378372f65c909284
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 21 16:17:32 2017 +0000

    Bug 19674: Broken indicators of changed fields in manage staged MARC records template
    
    This patch returns some CSS to the manage staged MARC records template
    which was incorrectly removed by Gug 16538.
    
    To test, apply the patch and go to Tools -> Staged MARC management.
    Choose a staged MARC file.
    
    Changing any of the <select> fields in the first section should cause a
    label to appear showing that the selection has changed, along with a
    link to reset the option to its original state. Clicking 'Reset' should
    make the label and the link disappear.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    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 ca95a10d90ebfec7a82b6224569f29df6059fd5b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 69b472651ca3dab906fd7447c9bfb95716b46e10
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 10 12:59:58 2017 +0000

    Bug 19595: Clicking plugin link does not fill item's date acquired field
    
    This patch updates the dateaccessioned plugin for the item edit form to
    return functionality which was removed in a previous patch.
    
    To test, apply the patch and open an item for editing. Clicking the
    "..." link next to the "Date acquired" field should insert the current
    date, overwriting the existing date.
    
    Open a blank item add form. Putting the cursor in the "Date acquired"
    field should automatically insert the current date.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Added a comment line in set_to_today.
    
    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 18897829e4bd585d5adb16681ce6dd648b368c66)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/Schema/Result/BiblioMetadata.pm                 |   18 ++++++++++++++++--
 Koha/Schema/Result/DeletedbiblioMetadata.pm          |   18 ++++++++++++++++--
 cataloguing/value_builder/dateaccessioned.pl         |    7 ++++---
 debian/list-deps                                     |    2 +-
 .../prog/en/modules/circ/waitingreserves.tt          |    2 +-
 .../prog/en/modules/tools/manage-marc-import.tt      |    1 +
 opac/opac-search-history.pl                          |    6 +++++-
 t/db_dependent/Search/History.t                      |    8 ++++----
 8 files changed, 48 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list