[koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-19-gea06e5b

Git repo owner gitmaster at git.koha-community.org
Wed Nov 28 02:46:34 CET 2012


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.6.x has been updated
       via  ea06e5b2e6d7b38ebda1ba3ce1cf28a3e2c4795b (commit)
       via  0c39d6795583e2e97267ca064c55d1b9418b0895 (commit)
       via  7c428e6ea085ade6f050aa250cc1b0670cf06c43 (commit)
       via  0915a0cb19625d8e21da1f6cd79af860a0e7a80c (commit)
       via  b3e21f496094d77bda3d572164d3153c4da4a8bb (commit)
       via  82c6edfe5404bd2ebfe576acb93c6908c3013548 (commit)
       via  4c87d12d71868a1a28418b75f36f46c2d554e230 (commit)
       via  627e2eeb55cdf439176c1efd981af6f2f1c6d0e8 (commit)
       via  60f30c6207bc7ad25638bbfadbf934fe4e6f678b (commit)
      from  6c8d6f932a66eab836d77e24fcfd5f492005a401 (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 ea06e5b2e6d7b38ebda1ba3ce1cf28a3e2c4795b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 20 12:27:25 2012 -0500

    Bug 9073 - Download option from the cart should match the menu button in lists
    
    This patch moves the staff client Cart download choices into a toolbar
    menu button instead of requiring that the user make the choice via a form
    in the pop-up window.
    
    To test, add items to Cart in the staff client. Open the cart and
    choose a download option from the Download menu. Your download
    should complete correctly without the page changing or reloading.
    
    Unrelated edit: Eliminating duplicate document.ready() block by
    consolidating a couple of lines of JavaScript.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Checked all export formats can be selected and downloaded, including
    CSV profiles.
    All tests and perlcritic pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 0c39d6795583e2e97267ca064c55d1b9418b0895
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 30 10:53:39 2012 -0400

    Bug 5521 - item edit form appears if no items found
    
    This patch changes the template so that if no items are
    found the page doesn't show "The following barcodes were found"
    and doesn't show the item edit form.
    
    To test, submit a batch which contains no valid barcodes.
    Compare to a batch which contains some or all valid barcodes.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All tests succeed.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7c428e6ea085ade6f050aa250cc1b0670cf06c43
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Fri Nov 9 00:49:49 2012 +0100

    Bug 8954: Make languages list in advanced search translatable (revision 1)
    
    In opac-search.pl and search.pl, this patch moves the $lang variable from the end to the begining of the script, and use it as a parameter for getAllLanguages.
    In Languages.pm, getAllLanguages function is modified :
    - if no parameter is passed to the function, it returns english languages names
    - if a $lang parameter conforming to RFC4646 syntax is passed :
    -- the function returns languages names translated in $lang if possible
    -- if a language name is not translated in $lang in database, the function returns english language name
    To test, set your opac and staff interface in english and in other languages and check search.pl and opac-search.pl :
    - If language names in your languages_description table are translated in the same language you use for your GUI, the language names in dropdown list will be translated in this language (+native name).
    - If your GUI is in english, or in a language into whitch languages names are not translated in languages_description, the dropdown list will stay in english (+native name).
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Patch behaves as expected.
    
    With Opac language set to French I got all languages with French language name.
    With German (de-DE), I got only a few with German language names (and all other with English ones),
    this was due to missing entries for de-DE in table language_descriptions.
    This behaviour is consistent with the description above.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Tested language list in OPAC and staff advanced search is translated
    properly after applying the patch. Checked that language switcher still
    works like it should.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Fixed typo in POD.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 0915a0cb19625d8e21da1f6cd79af860a0e7a80c
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue Oct 30 11:20:05 2012 +0100

    Bug 8983: Typo in UNIMARCslim2OPACResults.xsl
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passed-QA-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit b3e21f496094d77bda3d572164d3153c4da4a8bb
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Tue Nov 20 17:39:01 2012 +0100

    Bug 9024: Fix typo
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 82c6edfe5404bd2ebfe576acb93c6908c3013548
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Nov 7 16:04:06 2012 +0100

    Bug 9024: Add missing sample data to existing files
    
    Adds missing authorised values (enhancement)
    
    Adds missing slip notice templates (bug fix)
    Koha will complain if you try to print a slip and there is no notice
    defined for them, so this is not really an improvement, but kind of a bug fix.
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Passed-QA-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 4c87d12d71868a1a28418b75f36f46c2d554e230
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Nov 7 15:39:48 2012 +0100

    Bug 9024: Adding sample patron attributes to German web installer
    
    Adds SHOW_BCODE as sample patron attribute to the German web installer.
    
    To test:
    - Run the web installer in German, make sure the new sample data shows up
    and can be installed.
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Passed-QA-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 627e2eeb55cdf439176c1efd981af6f2f1c6d0e8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Sep 21 16:49:51 2012 -0400

    Bug 8804 [Revised] Quiet errors in the log from Auth.pm
    
    Found three cases where variables were being
    referenced which did not (in each case) exist. Adding
    checks for those variables' existence.
    
    Errors appeared when logged in and viewing a detail
    page in the OPAC.
    
    Revision simplifies logic as per RM suggestion.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 60f30c6207bc7ad25638bbfadbf934fe4e6f678b
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Oct 17 10:53:29 2012 +0200

    Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Conflicts:
    	koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Auth.pm                                         |    4 +-
 C4/Languages.pm                                    |   28 +++++--
 basket/basket.pl                                   |    3 +
 catalogue/search.pl                                |    5 +-
 .../data/mysql/de-DE/mandatory/sample_notices.sql  |   90 ++++++++++++++++++++
 installer/data/mysql/de-DE/optional/auth_val.sql   |    4 +
 .../{en => de-DE}/optional/patron_atributes.sql    |    2 +-
 .../data/mysql/de-DE/optional/patron_atributes.txt |    2 +
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |   40 ++++++---
 .../prog/en/modules/tools/batchMod-edit.tt         |   10 ++-
 .../opac-tmpl/prog/en/modules/opac-opensearch.tt   |    5 +-
 .../prog/en/xslt/UNIMARCslim2OPACResults.xsl       |    2 +-
 opac/opac-search.pl                                |    5 +-
 13 files changed, 165 insertions(+), 35 deletions(-)
 copy installer/data/mysql/{en => de-DE}/optional/patron_atributes.sql (63%)
 create mode 100644 installer/data/mysql/de-DE/optional/patron_atributes.txt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list