[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.02-28-g5310bad

Git repo owner gitmaster at git.koha-community.org
Sun Aug 23 08:09:18 CEST 2015


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, 3.20.x has been updated
       via  5310bad63f53f4b0b6da1b7e79c6299fcbb3ac0e (commit)
       via  9c98d166644b0388c013d489393a00627b1d1c4b (commit)
       via  c0f40ce040245f4e3dc238e682dd250ee3c6d478 (commit)
      from  d14d01d7604a349377c3a02cbc5879e597b06895 (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 5310bad63f53f4b0b6da1b7e79c6299fcbb3ac0e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Aug 4 15:59:39 2015 +0000

    Bug 14644: unbreak SIP2 terminal login when using telnet transport
    
    This patch fixes breakage introduced by the patch for bug 13506
    that prevented SIP2 clients from authenticating themselves over
    the telnet transport. Attempts to do so would manifest by the
    SIPServer backend crashing and the connection getting closed.
    
    To test:
    
    [1] Use the stock SIPServer config, etc/SIPconfig.xml, and ensure
        that the database contains a staff user whose username is 'term1'
        and password is 'term1' that has the circulate permission.
    [2] Start SIPServer, telnet to port 8023, and attempt to log in.  The
        connection will be aborted:
    
        $ telnet localhost 8023
        Trying 127.0.0.1...
        Connected to localhost.
        Escape character is '^]'.
        login: term1
        password: term1
        Connection closed by foreign host.
    
    [3] Apply the patch and restart SIPSever, then repeat step 2.  This time,
        the login should succeed:
    
        $ telnet localhost 8023
        Trying 127.0.0.1...
        Connected to localhost.
        Escape character is '^]'.
        login: term1
        password: term1
        Login OK.  Initiating SIP
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 3ec8b27185f0c8600bc931c5284a5d73d0a42aac)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 9c98d166644b0388c013d489393a00627b1d1c4b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 14 16:26:36 2015 +0100

    Bug 14517: List shelves list is broken for translated interfaces
    
    The translation script adds quotes ("") around translated string (Edit
    for instance).
    Which breaks the json structure.
    
    Example:
    "dt_action": "<a style=\"cursor:pointer\"><form action='shelves.pl'
    method='get'><input class="editshelf" value="Editar" type="submit"
    /></form></a>"
    
    Test plan:
    1/ On the staff interface create a private list
    2/ Go to More > Lists ('Your lists' tab)
    3/ Translate the templates to any language like:
      $ cd misc/translator/
      $ perl translate install es-ES
    4/ Enable the translated templates on the sysprefs
    5/ Switch to the translated language
    6/ Go to the lists page (Mas > Listas in es-ES)
    The list should be displayed correctly.
    
    Note: There is a limitation. If a translated string contains a simple
    quote ('), it will also break the json.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 75c70d42a5df526c8bed8633d65721696a0fa176)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit c0f40ce040245f4e3dc238e682dd250ee3c6d478
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Thu Jul 23 09:47:15 2015 +0200

    Bug 14592: Export data bad encoding
    
    Tools > Export data produces a file badly encoded, when marc/xml file
    format is chosen. It works with CSV.
    
    To test:
    
    1. Tools > Export data
    2. Choose a limited interval of biblionumber
    3. Export in marc/xml/csv.
    4. Check files exported at 3: csv file is ok. marc/xml files are
       corrupted, ie badly encoded.
    5. Apply the patch
    6. Repeat steps 3&4, and confirm that all file formats are valid.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit dfe07fa410eb48241c218abcc156c466576dcc9a)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/SIP/SIPServer.pm                                |    2 +-
 .../virtualshelves/tables/shelves_results.tt       |   35 ++++++++++++++++----
 tools/export.pl                                    |    3 +-
 3 files changed, 32 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list