[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.00-10-g8cc6e11

Git repo owner gitmaster at git.koha-community.org
Fri Dec 11 17:06:16 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, 3.22.x has been updated
       via  8cc6e1170a167ac11530f0376d616969f412de57 (commit)
       via  333593c011cfe83501516ecf719808b8408b846e (commit)
      from  0ee6451023ca0c973052bcf685e9ab329a390927 (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 8cc6e1170a167ac11530f0376d616969f412de57
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>
    (cherry picked from commit 4f6bcc5cc9c3fff9e009277f20790b6005be005c)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 333593c011cfe83501516ecf719808b8408b846e
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>
    (cherry picked from commit 879b1386ff3a274d0884dc0b48afa6064c35eed7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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