[koha-commits] main Koha release repository branch master updated. v16.05.00-210-g40598f8

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 16:02:50 CEST 2016


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, master has been updated
       via  40598f8e4fb7a0f772a2fc960df0e67440f4e0a6 (commit)
       via  1c114997887484e0db79913a8471b6f928202f78 (commit)
       via  8b9bbeaac470838e7caf330ceef25a67d96dd2d1 (commit)
       via  0673dc08565d05dd20dd2ba89d31dfb771ef92b8 (commit)
       via  85271cabc718ad01989a7ac0a99fc5b35085bae1 (commit)
       via  3586d1504b7302dd1ce28940c393d0a1cc2c6457 (commit)
      from  db52dfed0168a5a120d07e4599af688269162461 (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 40598f8e4fb7a0f772a2fc960df0e67440f4e0a6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 24 14:03:41 2016 +0000

    Bug 16768 - DBRev 16.06.00.005
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1c114997887484e0db79913a8471b6f928202f78
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Jun 19 11:43:18 2016 +0100

    Bug 16768: Update options in sysprefs.sql
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8b9bbeaac470838e7caf330ceef25a67d96dd2d1
Author: Marc Véron <veron at veron.ch>
Date:   Sat Jun 18 16:38:39 2016 +0200

    Bug 16768: (followup) Add Swiss format for datatables (format_price.inc)
    
    This patch adds CH price format to:
    koha-tmpl/intranet-tmpl/prog/en/includes/format_price.inc
    (as of comment #6)
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 0673dc08565d05dd20dd2ba89d31dfb771ef92b8
Author: Marc Véron <veron at veron.ch>
Date:   Sat Jun 18 16:15:25 2016 +0200

    Bug 16768: Update systempreferences.options (additional value CH)
    
    As of comment #5, adding file
    installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 85271cabc718ad01989a7ac0a99fc5b35085bae1
Author: Marc Véron <veron at veron.ch>
Date:   Sat Jun 18 09:16:58 2016 +0200

    Bug 16768: Add tests for Swiss number format
    
    Testplan:
    - Apply patch
    - Run t/Number/Price.t
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3586d1504b7302dd1ce28940c393d0a1cc2c6457
Author: Marc Véron <veron at veron.ch>
Date:   Sat Jun 18 08:17:03 2016 +0200

    Bug 16768 - Add official number format for Switzerland: 1'234'567.89
    
    This patch adds the official number format for Switzerland (CH) and makes
    it selectable in syspref 'CurrencyFormat'
    
    To test:
    - Apply patch
    - Set syspref 'CurrencyFormat' to '360'000.00 (CH)'
    - Go to Home > Administration > Budgets administration
    - Create or edit a budget with Total amount of 1234567.89
    - Verify that the amount appears properly formated as 1'234'567.89
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/Number/Price.pm                               |   13 ++++++++
 installer/data/mysql/sysprefs.sql                  |    2 +-
 installer/data/mysql/updatedatabase.pl             |   10 ++++++
 .../prog/en/includes/format_price.inc              |    7 +++++
 .../en/modules/admin/preferences/acquisitions.pref |    1 +
 t/Number/Price.t                                   |   33 +++++++++++++++++++-
 7 files changed, 65 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list