[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-233-g5c4c680

Git repo owner gitmaster at git.koha-community.org
Sat Apr 20 05:21:09 CEST 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  5c4c680fa69c2af8643a61268b5568c57401e5b1 (commit)
       via  22c88aa4cdfbe7389133d393199f57b5946e6605 (commit)
       via  4b0bd5a44f051a9cc4c20561fd7382c224deb30c (commit)
       via  678884ba389251849c69a40435a15f43f1bbb277 (commit)
       via  c509ea3f18e71d230b634ba88291f3b32f446345 (commit)
       via  362d399e48a89e2903a48f189d593ace0e82b88f (commit)
       via  1ee3892529a0d920c555f357330316fdaff50e08 (commit)
       via  f971c7c12ca0e6206f6a10b081b24cfb7e5620f7 (commit)
      from  e5a88c5ab8755be6b5a3d1fb586593a557abd446 (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 5c4c680fa69c2af8643a61268b5568c57401e5b1
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Apr 2 15:17:31 2013 +0200

    Bug 9951: Followup for tools/viewlog.pl
    
    Adds utf8 cgi parameter decoding.
    
    Test plan: Enter diacritics in librarian field. Submit. Check.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    This is ok in this case, as we are not doing any post/get of binary
    data, but I note from the man page
    
    This makes CGI.pm treat all parameters as UTF-8 strings. Use this with
    care, as it will interfere
    with the processing of binary uploads. It is better to
    manually select which fields are expected
    to return utf-8 strings and convert them using code like
    this:
    
      use Encode;
      my $arg = decode utf8=>param('foo');
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit de7ba790fd2533bcf44ad7fd2f1255514ed9313c)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 22c88aa4cdfbe7389133d393199f57b5946e6605
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Apr 2 14:06:02 2013 +0200

    Bug 9951: Followup for Tools
    
    Adds decoding for Patron Cards/Patron Search and Tags (moderation).
    
    Test plan:
    Goto Tools. Add accent with diacritics in both areas. Check if you do not see
    converted characters.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 252568aa8babdcc9508d3b3c7626543bfa648d99)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 4b0bd5a44f051a9cc4c20561fd7382c224deb30c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 17 14:07:55 2013 -0400

    Bug 10072 - "my suggestions" always says "There are no pending purchase suggestions."
    
    Test Plan:
    1) Switch off the IndependantBranches syspref
    2) Log into the OPAC
    3) Place a suggestions
    4) Instead of seeing your suggestion, you will see "There are no pending
       purchase suggestions."
    5) Apply this patch
    6) Reload the page
    7) You should now see your suggestions
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit fd9534628b0234375688e031fc65d4aee3bbd091)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 678884ba389251849c69a40435a15f43f1bbb277
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Apr 10 10:13:52 2013 +0200

    Bug 10019: Fix for userid containing UTF8 chars
    
    Decodes userid on two places in checkauth of C4/Auth.pm
    
    Test plan:
    Include some non-Latin characters in your userid (loginname). Arab, Chinese?
    Login into opac and check user page.
    Go to staff (no new login), check your login name at various places.
    Logout, login via staff.
    Do the same.
    Go to opac again (no new login), check user page.
    Optionally: Remove all your sessions from table. Do a login. Check sessions.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Works as described. No errors.
    This patch fixes this problem, but I wonder if
    there is a general solution that handle all as utf8.
    Tested in opac and staff.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 7e90e1524f7e586dac0f98241ace430e5cbeac7f)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit c509ea3f18e71d230b634ba88291f3b32f446345
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Apr 19 14:44:35 2013 +0200

    Bug 10074: QA Followup for InstallAuth.pm
    
    Moving use Output.pm to optional require.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit e848d89e45d3e6610c3e9d246bd3672636dd63fb)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 362d399e48a89e2903a48f189d593ace0e82b88f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Apr 18 16:27:03 2013 -0300

    Bug 10074 - Encoding problems for installer
    
    Bug 6554 patched output_html_with_http_headers to encode utf8 data, and Templates.pm to expect utf8 data to be encoded.
    The Installer page login screen outputs directly to STDOUT (InstallAuthAuth.pm does, WHICH IS WRONG!) and wasn't fixed to do the encoding first.
    
    This patch makes it use output_html_with_http_headers and solves the problem.
    
    Regards
    To+
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit d0c6e09429d2af711f911b57601a02f17591d441)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 1ee3892529a0d920c555f357330316fdaff50e08
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Apr 18 15:07:40 2013 -0300

    Bug 10074 - Encoding problems at login time
    
    Bug 6554 patched output_html_with_http_headers to encode utf8 data, and Templates.pm to expect utf8 data to be encoded.
    (At least) the staff login screen outputs directly to STDOUT (Auth.pm does, WHICH IS WRONG!) and wasn't fixed to do the encoding first.
    
    This patch makes it use output_html_with_http_headers and solves the problem.
    
    Changed 'use' for 'require' as jcamins and marcelr suggested.
    
    Regards
    To+
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 5805b5f363bd657d3dac6aeba225438bf80cae9b)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit f971c7c12ca0e6206f6a10b081b24cfb7e5620f7
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Apr 15 21:56:53 2013 +0200

    Bug 10058 - Fix unapi for NORMARC
    
    This patch uses a lot of MARC21 XSLT to transform NORMARC records
    to desired formats. Since NORMARC is mostly a subset of MARC21, I
    think this should give passable results. And better results than
    no unapi-support at all for NORMARC!
    
    To reproduce:
    - Make sure you have marcflavour = NORMARC
    - Visit /cgi-bin/koha/unapi in a browser
    - Observe the empty <formats></formats> element
    
    To test:
    - Apply the patch
    - Visit /cgi-bin/koha/unapi in a browser
    - Observe the the list of formats in the <formats></formats> element
    - Import the provided sample NORMARC record and make a note of its
      biblionumber
    - View the record at /cgi-bin/koha/unapi?id=koha:biblionumber:x&format=y
      where x = the biblionumber of the sample record and y = one of the
      formats marcxml, marcxml-full, mods, mods-full, mods3, mods3-full,
      oai_dc, rdfdc, rss2, rss2-full and srw_dc
    - Check that the transformed records make some kind of superficial
      sense
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit c5e2c06a791f97f39cc2e93fa0092de6eaa9cb07)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 C4/Auth.pm                    |   15 +++++++--------
 C4/Suggestions.pm             |    4 ----
 installer/InstallAuth.pm      |    9 +++------
 opac/unapi                    |   13 +++++++++++++
 patroncards/members-search.pl |    1 +
 tags/review.pl                |    2 +-
 tools/viewlog.pl              |    2 +-
 7 files changed, 26 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list