[koha-commits] main Koha release repository branch master updated. v3.22.00-11-g879b138

Git repo owner gitmaster at git.koha-community.org
Fri Dec 11 16:18:49 CET 2015


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  879b1386ff3a274d0884dc0b48afa6064c35eed7 (commit)
       via  4f6bcc5cc9c3fff9e009277f20790b6005be005c (commit)
      from  29cd4ae9bd4dee43e8ea375aa49d792fdbe9df10 (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 879b1386ff3a274d0884dc0b48afa6064c35eed7
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Dec 3 11:23:54 2015 -0300

    Bug 15290: SQL reports headers encoding problem
    
    To test:
    
    - Create an SQL report with column names containing UTF characters
    - Run the report
    => FAIL: The column names are double encoded
    - Export the report
    => FAIL: The column names are double encoded in the exported file
    - Apply the patch
    - Re-run the report (reload works)
    => SUCCESS: Encoding correct
    - Export the report
    => SUCCESS: Encoding correct
    - Sign off :-D
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4f6bcc5cc9c3fff9e009277f20790b6005be005c
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Thu Dec 3 13:20:40 2015 -0600

    Bug 15290: (follow-up)SQL reports headers encoding problem
    
    Fix SQL row data and headers enconding problem
    
    To test:
    -Apply patches
    -Follow previous test plan
    -Notice the headers and row data is displayed in UTF-8
     without double encoding
    -Save in Comma separated text, Tab seprated text, and Open Document.
    -Verify in the three options the file exported is Ok
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    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:
 reports/guided_reports.pl |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list