[koha-commits] updated branch 3.0.x (5983a8c3811c6b5f9ed0192eca3f94f07aa3b006)

Koha Gitosis gitosis at git.koha.org
Thu Dec 17 09:54:29 CET 2009


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 "Koha GitWeb".

The branch, 3.0.x has been updated
       via  5983a8c3811c6b5f9ed0192eca3f94f07aa3b006 (commit)
       via  9fa4e61d4cf1e83a7ba5a8036e44b5ceb6850242 (commit)
       via  230e51eb20fb1642319ec7508acd4322461a1c92 (commit)
       via  6d2739f16bf0b567eb82dcd799e897f0f531316c (commit)
       via  d39ed9ea51b1c898f223b92923bf979bbeb6f1be (commit)
       via  4ecf4b1313a8ab732dfa06c8b84b6c0431151676 (commit)
       via  d64830b771a27533864a2324fa6aea9bc5edd075 (commit)
       via  adf304b1b9e6a3a366cc90d286efc2c60070b996 (commit)
       via  309c1d23b73abe9a746fc2caf02c890a4840856a (commit)
      from  7b0b8d749c0173cdd482641e16d1945710f4f746 (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 5983a8c3811c6b5f9ed0192eca3f94f07aa3b006
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Thu Dec 17 09:41:24 2009 +0100

    Update on release notes

commit 9fa4e61d4cf1e83a7ba5a8036e44b5ceb6850242
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Thu Dec 17 09:25:08 2009 +0100

    Bug 3730 - Wrong ISO 639-2 Language Code for Portuguese in database
    
    http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3730
    
    For 3.0.x head of the Git branch, the ISO 639-2 Language Code for
    Portuguese in Koha database is wrong.
    
    Specifically, in the table "language_rfc4646_to_iso639", when the
    field "rfc4646_subtag" has the value "pt", the field "iso639_2_code"
    should have the value of "por" and NOT the current one of "pol"
    ("pol" refers to "Polish" as correctly also appears for the code "pl",
    in the row above the "pt" one).
    
    In my test setups, this showed some serious sequences for people
    that choose the Portuguese language in the Web Installer, namely:
    - very weird look of Staff client with missing Header and Footer,
    that renders the Staff client unusable
    - Portuguese translation apparently not getting updated for the OPAC
    (for people that do an Upgrade from a previous version)
    
    This patch is for the 3.0.x branch (I tested it with that branch).
    
    For the master branch, I don't have a database setup to create and
    test a similar patch but Chris Cormack nicely volunteered to do that.
    Thanks Chris!
    Credits : Ricardo Dias Marques

commit 230e51eb20fb1642319ec7508acd4322461a1c92
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Fri Dec 11 09:53:34 2009 +0100

    (bug #3897) hold policies and circcontrol
    
    This patch fix hold policies way to do, make it using circcontrol syspref to know the branch the rule must be based.

commit 6d2739f16bf0b567eb82dcd799e897f0f531316c
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Dec 15 11:28:12 2009 +0100

    [replaceprevious](bug #3924) fix useDaysMode use
    
    This fix system preference choices, and delete some useless code.

commit d39ed9ea51b1c898f223b92923bf979bbeb6f1be
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Dec 15 12:09:14 2009 +0100

    (bug #3925) fix build_holds_queue.pl
    
    This fix sql query when item-level_itype is set to "off".

commit 4ecf4b1313a8ab732dfa06c8b84b6c0431151676
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon Dec 14 16:10:22 2009 +0100

    MT2502 : Reports Editor's 200$b to biblio's 210$c within
    unimarc_field_210c plugin

commit d64830b771a27533864a2324fa6aea9bc5edd075
Author: Marc Chantreux <marc.chantreux at biblibre.com>
Date:   Tue Dec 8 11:47:17 2009 +0100

    remove NSB and NSE from output

commit adf304b1b9e6a3a366cc90d286efc2c60070b996
Author: Marc Chantreux <marc.chantreux at biblibre.com>
Date:   Wed Dec 2 18:06:00 2009 +0100

    remove a problematic charset conversion in ISO-5426

commit 309c1d23b73abe9a746fc2caf02c890a4840856a
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed Dec 2 17:48:09 2009 +0100

    MT 2445 : SearchResults won't die if a record is incorrect

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

Summary of changes:
 C4/Charset.pm                                      |    2 +-
 C4/Circulation.pm                                  |   11 ++---------
 C4/Output.pm                                       |   11 ++++++++++-
 C4/Search.pm                                       |    6 +++---
 cataloguing/value_builder/unimarc_field_210c.pl    |    9 ++++++++-
 .../data/mysql/en/mandatory/subtag_registry.sql    |    2 +-
 .../mysql/fr-FR/1-Obligatoire/subtag_registry.sql  |    2 +-
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    2 +-
 .../data/mysql/ru-RU/mandatory/subtag_registry.sql |    2 +-
 .../data/mysql/uk-UA/mandatory/subtag_registry.sql |    2 +-
 installer/data/mysql/updatedatabase30.pl           |   17 +++++++++++++++++
 .../value_builder/unimarc_field_210c.tmpl          |    8 ++++----
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/holds/build_holds_queue.pl           |    2 +-
 misc/release_notes/release_notes_30005.txt         |    7 ++++---
 opac/opac-reserve.pl                               |    5 ++++-
 reserve/request.pl                                 |    3 ++-
 17 files changed, 62 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list