[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.06-53-g03edda6

Git repo owner gitmaster at git.koha-community.org
Wed Nov 13 18:11:28 CET 2013


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.12.x has been updated
       via  03edda6f4db0c8596bccebdcb00588d155a61ef7 (commit)
       via  666dd79edede9c164ce8972f98df8a1054f66da9 (commit)
       via  c36a04bf1bddb15b780349f8ca3607a2716a08aa (commit)
       via  488c0aa79eab91d1911c2fd40846f4449de22e89 (commit)
       via  51491eb6e32960a8c1b594d3a0508565f83adbda (commit)
      from  1f9f3e25a2809bcab0f4d5f12418fc41335a3288 (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 03edda6f4db0c8596bccebdcb00588d155a61ef7
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Sep 25 11:50:07 2013 -0400

    Bug 10948: make reference labels translatable in OPAC auth results
    
    For some reason the translator script was not picking up the see also
    and used for/see from labels on the OPAC. This patch fixes the problem.
    
    To test:
    1) Apply patch.
    2) Generate PO files.
    3) Note that "see from" and "used for/see from" appear.
    4) Sign off.
    
    Signed-off-by: Nuño López Ansótegui <nunyo at masmedios.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely, thx for the fix.
    Tested by updating the German po files, translating the
    strings and installing the templates.
    Verified strings show up in German in the authority
    result list.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit bd5aec76494a10b6c908924b3a421f7ce08224f1)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 666dd79edede9c164ce8972f98df8a1054f66da9
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Sep 7 18:42:32 2013 +0000

    Bug 5645: improve converting simple search to Z39.50 search
    
    This patch builds on the patch for bug 10742 by ensuring
    that when a search initiated from the staff interface simple
    search returns results, if you click on the Z39.50 search
    button, the search form is populated with the search string
    without "kw,wrdl".
    
    To test:
    
    [1] Perform a search in the staff interface that will return
        results.
    [2] Click the Z39.50 search button.
    [3] Observe that the search string appears in the title
        field in the Z39.50 search form, but with a prefix of
        "kw,wrdl".
    [4] Apply the patch.
    [5] Repeat steps 1-2.  This time, the search string appears
        without the index prefix.  This will make the Z39.50 search
        much more likely to work.
    [6] Repeat steps 1-2, but with a search that does *not* return
        any hits in the Koha database.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f791dd4770e84a82e15823b055707b15b461d24b)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c36a04bf1bddb15b780349f8ca3607a2716a08aa
Author: Ketan Kulkarni <ketan at carvingit.com>
Date:   Sun Sep 29 10:37:54 2013 +0530

    Bug 10967: fix minor POD error
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    No koha-qa errors.
    Fixes problem, but I think is better to remove
    =back than to add nother =over 4, but I'm not
    a POD expert
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 520244503eaf42636e13cf8a44789c7cadd0445e)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 488c0aa79eab91d1911c2fd40846f4449de22e89
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Sep 20 17:21:40 2013 +0200

    Bug 10925: fix LDAP auth failing if DEBUG is enabled
    
    To reproduce:
    1/ Edit your apache virtual host and set the DEBUG environment variable
    (SetEnv DEBUG 1).
    2/ Try to login with an ldap user
    3/ You will be redirected to the 500 error page.
    The Koha logs contains:
    malformed header from script. Bad header=------------------------------: mainpage.pl
    
    The hashdump routine directly prints to STDOUT (!) and breaks the
    headers.
    It appears Net::LDAP::?->dump does the same thing.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Maybe we can kill C4::Utils after getting rid of this
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 561107bb5b348eaa14054e3470f39ff9cf080d22)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 51491eb6e32960a8c1b594d3a0508565f83adbda
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Wed Jun 5 16:34:29 2013 +1200

    Bug 9299: fix LDAP login breakage when ExtendedPatronAttributes is on
    
    To test:
    - Configure an LDAP server and $KOHA_CONF, etc.
    - Make sure ExtendedPatronAttributes is defined and that
      there is no attribute defined that is specified to be
      a unique ID.
    - Try to log in using an account originating from the
      LDAP directory.
    - You will got a software error:
      Can't use an undefined value as an ARRAY reference at
      /home/koha/src/C4/Auth_with_ldap.pm line 183.
    - Apply the patch.
    - Try to log in again; this time it should work.
    
    Signed-off-by: Nuño López Ansótegui <nunyo at masmedios.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4d75243e27cab93cd84ee6bbfd71362326569c21)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm                               |   41 ++++++++------------
 acqui/booksellers.pl                               |    2 +
 catalogue/search.pl                                |    5 ++-
 .../en/includes/authorities-search-results.inc     |    5 ++-
 4 files changed, 26 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list