[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-81-g2de1e38

Git repo owner gitmaster at git.koha-community.org
Sun Aug 18 06:38:03 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.8.x has been updated
       via  2de1e38095959e3f5ed189693347d871bd048c03 (commit)
       via  893a3ff6ca2487ae9506cddc1e538f6d0785a3d3 (commit)
      from  ea8708d31c4d3c6fe8dcc02b636c283f2104c4c2 (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 2de1e38095959e3f5ed189693347d871bd048c03
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Jul 3 14:24:23 2013 +0200

    Bug 10535: by default sort funds by name
    
    In parcels.pl, and other acquisition pages, the funds are not sorted
    by name in combo-box.  With a great number of funds, it is difficult
    to find one.
    
    This patch adds a default value to $orderby arg of C4::Budgets::GetBudgets.
    
    Test plan :
    - Create a new fund with a name beginning with 'z' and set you as owner.
    - Create a new fund with a name beginning with 'a' and set you as owner.
    - Go to a vendor and click "Receive shipments"
    - Look at fund combobox
    => Funds are sorted by name
    
    Signed-off-by: Silvia Simonetti <s.simonetti at cineca.it>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    When testing make sure your funds would sort the other way
    around when sorting by code instead of description.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit aa6cdb60a9ab2581ffef08796a349242d3d2ff66)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit f56768adba9fb1d39861e04796fac2be8cfdf914)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit f56768adba9fb1d39861e04796fac2be8cfdf914)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 58f7b60bf3d718a9d76e87632086adbc734a1117)

commit 893a3ff6ca2487ae9506cddc1e538f6d0785a3d3
Author: Sonia LEMAIRE <sonia.lemaire at biblibre.com>
Date:   Wed Jul 3 15:53:49 2013 +0200

    Bug 9519: fix code for Italian language search limiter
    
    'ind' rather than 'ita' was set as the ISO639-2 language
    code for Italian in the fr-FR, it-IT, pl-PL, ru-RU, and uk-UA
    installation SQL.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I checked nb-NO and de-DE - language code there had already
    been corrected.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 707733ed2992a5d612d22510174301d65d3d7c05)
    
    Conflicts:
    
    	installer/data/mysql/updatedatabase.pl
    
    Trivial merge conflict in the usual suspect, updatedatabase.pl
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 645e80d58783aed46f368e36156ea69e2a34779e)
    
    Conflicts:
    
    	installer/data/mysql/updatedatabase.pl
    
    Solved merge conflict
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 645e80d58783aed46f368e36156ea69e2a34779e)
    
    Conflicts:
    	installer/data/mysql/updatedatabase.pl
    
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 1140e9c46af8522373ec51fc6282bfc7c4936540)

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

Summary of changes:
 C4/Budgets.pm                                      |    3 ++-
 .../mysql/fr-FR/1-Obligatoire/subtag_registry.sql  |    2 +-
 .../data/mysql/it-IT/necessari/subtag_registry.sql |    2 +-
 .../data/mysql/pl-PL/mandatory/subtag_registry.sql |    2 +-
 .../data/mysql/ru-RU/mandatory/subtag_registry.sql |    2 +-
 .../data/mysql/uk-UA/mandatory/subtag_registry.sql |    2 +-
 installer/data/mysql/updatedatabase.pl             |    7 +++++++
 kohaversion.pl                                     |    2 +-
 8 files changed, 15 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list