[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.00-34-gdc06795

Git repo owner gitmaster at git.koha-community.org
Thu Dec 14 19:22:48 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.11.x has been updated
       via  dc06795ff74f7cb5e9fd9b992b72b7487b2ce7de (commit)
       via  8b4a24670afb9ddb9b5e9d49a4fc755a3fde4553 (commit)
       via  d93a2c3005514c108ce0b72e43930c98ba5215d9 (commit)
       via  232b3cf25374f07ee2966231c5e5294ef16965a4 (commit)
       via  68a6d049869789618af1ddba9802b6d593593d09 (commit)
       via  a48cf73e9aaaf8aaac9937734dfcdbbcd2fff631 (commit)
       via  4f2c6084c34187142630ad4c900d23fc716fad3b (commit)
       via  de3b3115b610d43bf320aa0bfb9902c9d417ea2d (commit)
      from  7e691bc6d8695377e12896be085039c81115e4d0 (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 dc06795ff74f7cb5e9fd9b992b72b7487b2ce7de
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Oct 10 15:50:24 2017 +0200

    Bug 19439: (follow-up) Remove four spaces from lines 133-149
    
    Speaks for itself. No test plan.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    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>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8b4a24670afb9ddb9b5e9d49a4fc755a3fde4553
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Oct 9 15:12:05 2017 +0200

    Bug 19439: Remove eval with exit statements from opac/unapi
    
    The script contains some error responses that get lost when using them
    in an eval statement. (Since exit should not be used within an eval
    construction.) The eval is removed now.
    
    Test plan:
    [1] Before applying this patch, you could look at the current responses
        from unapi for the calls in the next steps. Apply the patch now.
    [2] Call http(s)://[your-server]/cgi-bin/koha/unapi with only a format
        parameter.
        Check if you have a 400 status response. (In Firefox, look at Network
        tab of Developer Tools.)
        Note: Have to admit (reluctantly) that MS Edge shows the status code in
        the browser rightaway in contrast with Firefox.
    [3] Call unapi with a format=marcxml&id=999
        The wrong id parameter should trigger a 404 response.
    [4] Call unapi with format=marcxml&id=koha:biblionumber:[notexist]
        where notexist is a biblionumber that not exists.
        This should trigger again a 404 response.
    [5] Call unapi with format=marcxmlx&id=koha:biblionumber:[exist]
        where exist should be a good biblionumber.
        The wrong format should trigger a 406 response.
    [6] Bonus: The 500 response can be tested by manipulating a XSLT file.
        Create invalid xml in the file for marcxml (identity.xsl in intranet
        xslt folder).
        Call unapi with format=marcxml&id=koha:biblionumber:[exist].
        You should get a 500 response and have warnings in your logfile.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    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>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d93a2c3005514c108ce0b72e43930c98ba5215d9
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri Oct 6 07:26:31 2017 +0000

    Bug 19292: Add MARC code column on libraries list
    
    Test plan:
    0) Apply the patch
    1) Go to admin/branches.pl
    2) In the list of libraries, you should see new column "MARC Organization Code"
    3) Insert some codes to some libraries
    4) Confirm they are shown in new column
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Fixed capitalization.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 232b3cf25374f07ee2966231c5e5294ef16965a4
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>

commit 68a6d049869789618af1ddba9802b6d593593d09
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>

commit a48cf73e9aaaf8aaac9937734dfcdbbcd2fff631
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 7 11:28:54 2017 -0300

    Bug 7143: Update about page for new dev - Victor Grousset
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 4f2c6084c34187142630ad4c900d23fc716fad3b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 7 10:52:28 2017 -0300

    Bug 19496: ReplytoDefault is a pref, not a C4::Context method
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit de3b3115b610d43bf320aa0bfb9902c9d417ea2d
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Mon Nov 27 21:33:58 2017 +0000

    Bug 19496: Fixing to_address for patron notes
    
    This patch ensures the patron note to_address is the branch email or the
    Koha Admin email, and the from_address is the patron's email.
    
    To test:
    1) Ensure syspref 'allowcheckoutnotes' is turned on
    2) Go to OPAC, leave a note on a checkout
    3) Confirm that the note is received (in mysql message_queue) but the
    to_address is the patron's email - this is wrong
    4) Apply patch and refresh OPAC
    5) Leave a note on a checkout
    6) Confirm that the note is received in message queue
    7) Confirm that the to_address is one of:
    - branch email
    - branch reply to
    - syspref ReplytoDefault
    - syspref KohaAdminEmailAddress
    8) Confirm that the from_address is one of:
    - patron email
    - patron emailpro
    - patron B_email
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.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>

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

Summary of changes:
 docs/history.txt                                   |    3 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    3 +-
 .../prog/en/modules/admin/branches.tt              |    4 +-
 .../prog/en/modules/circ/waitingreserves.tt        |    2 +-
 opac/opac-issue-note.pl                            |   12 +++++-
 opac/svc/patron_notes                              |   12 +++++-
 opac/unapi                                         |   42 ++++++++++----------
 t/db_dependent/Search/History.t                    |    8 ++--
 8 files changed, 55 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list