[koha-commits] main Koha release repository branch master updated. v3.18.00-783-g6495a57

Git repo owner gitmaster at git.koha-community.org
Fri Apr 24 15:13:04 CEST 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  6495a57af6a804b6a59a6f5fce120bdc1a8e5775 (commit)
       via  4177d3ecd3d5c6620b5bcc09d69c17d2c79997ff (commit)
      from  856861b47ee7e0658f790391fbf22af38e48616b (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 6495a57af6a804b6a59a6f5fce120bdc1a8e5775
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Apr 24 10:12:32 2015 -0300

    Bug 14030: (RM followup) fix copypasta blooper
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4177d3ecd3d5c6620b5bcc09d69c17d2c79997ff
Author: Marc Véron <veron at veron.ch>
Date:   Tue Apr 14 10:28:03 2015 +0200

    Bug 13992: Software error in reports if field or table does not exist
    
    To reproduce:
    
    - Go to Home > Reports Guided reports wizard
    - Create report from SQL
    - Enter something like: select holdrio from borrowers
    - Save SQL
    - run report
    
    Result:
    Can't use an undefined value as an ARRAY reference at /usr/share/kohaclone/reports/guided_reports.pl line 932.
    expected: graceful error message
    
    - Change sql to something like: select id from holdrio;
    - Save SQL
    - Run report
    
    Result:
    Can't use an undefined value as an ARRAY reference at /usr/share/kohaclone/reports/guided_reports.pl line 932.
    expected:  graceful error message
    
    - Change sql to something like: pling from plong
    - Save SQL
    Result (after saving): Message "The database returned the following error: 1"
    Expected: Meaningful message "The database returned the following error: No SELECT" (similar to forbidden statements as UPDATE)
    
    Test plan:
    - Apply patch
    - Try to reproduce issues above. They should be resolved.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl |    2 +-
 reports/guided_reports.pl              |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list