[koha-commits] main Koha release repository branch 16.11.x updated. v16.11.00-13-g2289c1c

Git repo owner gitmaster at git.koha-community.org
Sun Dec 4 22:37:20 CET 2016


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, 16.11.x has been updated
       via  2289c1caed83a5f0ffc1f685cb36669274d2bbb4 (commit)
       via  60fc30dcc6b14e6d0fcaad911daa45d10ee0de3c (commit)
       via  51eeb4ac89293f6c21d0fa90fec514d20ecb0d1a (commit)
       via  07978782f9345928e1faac7919ed6b76d140c80d (commit)
       via  7300cf784ae3c7a8f594f10cff46ee3e6a7bf5de (commit)
      from  53528e15802859ec49e9a908c2a6cf164da278b4 (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 2289c1caed83a5f0ffc1f685cb36669274d2bbb4
Author: phette23 <phette23 at gmail.com>
Date:   Tue Nov 29 12:16:23 2016 -0800

    Bug 17696: Add 2 missing periods in opac-suggestions.tt
    
    Problem:
    
    - two missing trailing periods in template
    
    Test plan:
    
    - configure MaxOpenSuggestions with a low limit (e.g. 1)
    - visit opac-suggestions.pl?op=add, login if necessary
    - note that the period is missing from the second sentence of the leading paragraph under the "Enter a new purchase suggestion" heading
    - continue to submit suggestions until you've reached the MaxOpenSuggestions limit
    - observe the missing period in the "TooManySuggestionsText" paragraph
    - apply patch
    - revisit opac-suggestions.pl?op=add
    - note that the period is now present in the second sentence of the leading paragraph under the "Enter a new purchase suggestion" heading
    - note that the period is also present at the end of the "TooManySuggestionsText" paragraph
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 60fc30dcc6b14e6d0fcaad911daa45d10ee0de3c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 1 20:11:41 2016 +0000

    Bug 17709 - Article request broken - 'internal server error'
    
    Article requsts from OPAC and from intranet are showing an 'internal
    server error'. I am testing in 16.11 with Plack.
    
    Test Plan:
    1) Set circ rule to record only article requests
    2) Attempt to place a request on a record with no items
    3) Note the error
    4) Apply this patch
    5) You should now be able to place the request!
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 51eeb4ac89293f6c21d0fa90fec514d20ecb0d1a
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Nov 23 01:25:23 2016 +0000

    Bug 17670: Grammar mistakes - effect vs affect
    
    In two places:
    
    1. Administration -> Preferences -> Circulation ->
       AllowMultipleIssuesOnABiblio: says effect, should say affect
    2. Reports -> Lost Items -> Help (top-right corner): says effect, should
       say affect
    
    To test, navigate to these two places and confirm charges have been made
    and are correct.
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 07978782f9345928e1faac7919ed6b76d140c80d
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Nov 7 23:16:06 2016 +0100

    Bug 17577: Improve sample notices for article requests
    
    - Adds "Dear..."
    - Fixes capitalization
    - Removes 'E-mail' from the description as you could also have
      a print template
    
    To test:
    - Make sure the SQL has no errors
    - Install the letters and proof read them
    
    If you agree - sign off!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 7300cf784ae3c7a8f594f10cff46ee3e6a7bf5de
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Oct 4 12:52:46 2016 +0200

    Bug 17395 - exporting checkouts in CVS generates a file with wrong extension
    
    In checkouts table, the is an export form (when some exports syspref are enabled).
    Export using a CSV profile will create a file with name koha.mrc (same as ISO2709 export).
    It would be better with koha.csv.
    
    Bug 14647 manages the export page, this but will only manage for export from checkouts table where file name is hard-coded.
    
    Test plan :
    - Enable checkouts exports by setting syspref ExportWithCsvProfile with a profile for record export
    - Go to circ page of a patron with checkouts : /cgi-bin/koha/circ/circulation.pl?borrowernumber=xxx
    - Show checkouts table
    - Select some checkboxes in "Export" column
    - Select "CSV" in export format combo-box
    - Click on "Export"
    => Without patch, the generated file is koha.mrc
    => With patch, the generated file is koha.csv
    - Check ISO2709 export generates a file named koha.mrc
    
    Signed-off-by: Dani Elder <dani at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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

Summary of changes:
 Koha/Biblio.pm                                             |    6 +++---
 installer/data/mysql/en/mandatory/sample_notices.sql       |   12 ++++++------
 installer/data/mysql/es-ES/mandatory/sample_notices.sql    |   10 +++++-----
 installer/data/mysql/fr-CA/obligatoire/sample_notices.sql  |   10 +++++-----
 .../data/mysql/fr-FR/1-Obligatoire/sample_notices.sql      |   10 +++++-----
 installer/data/mysql/it-IT/necessari/notices.sql           |   10 +++++-----
 .../data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql     |   10 +++++-----
 installer/data/mysql/pl-PL/mandatory/sample_notices.sql    |   10 +++++-----
 installer/data/mysql/ru-RU/mandatory/sample_notices.sql    |   10 +++++-----
 .../prog/en/modules/admin/preferences/circulation.pref     |    2 +-
 .../prog/en/modules/help/reports/itemslost.tt              |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-suggestions.tt     |    4 ++--
 tools/export.pl                                            |    2 +-
 13 files changed, 49 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list