View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/koha
Members of Koha Release Team can upload to this repository. Log in for directions.

See all merge proposals.

Branches

Name Last Modified Last Commit
3.20.x 2015-08-23 06:10:16 UTC
Bug 14644: unbreak SIP2 terminal login when using telnet transport

Author: Galen Charlton
Author Date: 2015-08-04 15:59:39 UTC

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@esilibrary.com>
Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 3ec8b27185f0c8600bc931c5284a5d73d0a42aac)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

master 2015-08-17 13:49:02 UTC
Bug 14592: Export data bad encoding

Author: Tamil
Author Date: 2015-07-23 07:47:15 UTC

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@unc.edu.ar>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

3.18.x 2015-06-23 22:10:18 UTC
Bug 14408 & 14439 - typo fixes for regexes

Author: Liz Rea
Author Date: 2015-06-23 22:10:18 UTC

Bug 14408 & 14439 - typo fixes for regexes

13 of 3 results

Other repositories

Name Last Modified
lp:koha 2015-08-23
11 of 1 result
You can't create new repositories for Koha ILS.