[koha-commits] main Koha release repository branch new/bug_7249 created. v3.08.00-29-gc6337e7

Git repo owner gitmaster at git.koha-community.org
Fri May 11 10:58:59 CEST 2012


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, new/bug_7249 has been created
        at  c6337e7ea54d341dfc133d3f201442ab399a1d77 (commit)

- Log -----------------------------------------------------------------
commit c6337e7ea54d341dfc133d3f201442ab399a1d77
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri May 11 10:58:43 2012 +0200

    Bug 7249 BDRev number

commit b80c50d98c967ded1e95a2f50435cb75d1516ec5
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri May 11 10:58:33 2012 +0200

    bug 7249 follow-up, online help

commit 02a6d2b1d016b5d6e93d01e9ab62aa9bbb8e7d3c
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sun Apr 29 15:41:30 2012 -0400

    Bug 7249: Syspref to control number of rows in web service results
    
    The original patches for bug 7249 had a hardcoded limit of ten rows in the
    results returned by the web service. This patch adds a SvcMaxReportRows syspref
    which allows the librarian to choose how many rows should be returned by the
    web service.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 24213703d5906d4bfff1a8e1c9e079bd11523ba7
Author: Chris Hall <chrish at catalyst.net.nz>
Date:   Mon Nov 21 16:09:19 2011 +1300

    Bug 7249 : Allow reports to be called through a restful interface
    
    Hands back JSON, and supports caching
    
    Squashed commit of the following:
    
    commit 5c93506079738b9a13139417d3a0734289a4b007
    Author: Chris Hall <chrish at catalyst.net.nz>
    Date:   Mon Nov 21 15:41:14 2011 +1300
    
        Fixed bugs when creating reports, added more user friendly input and
        feedback
    
    commit c62430bb358ee4af6ee5331b4d3a2ed67f723032
    Author: Chris Hall <chrish at catalyst.net.nz>
    Date:   Mon Nov 21 12:00:27 2011 +1300
    
        Added caching to intranet report webservices, added cache expiry and public
        options to reports
    
    commit 2d89f0777d95b26bf08635782070b6367d0698f3
    Author: Chris Cormack <chris at bigballofwax.co.nz>
    Date:   Wed Nov 9 20:29:26 2011 +1300
    
        Working on caching for services
    
    commit e0511f180cebd81747858ad776433fe3a1cf6854
    Author: Chris Cormack <chris at bigballofwax.co.nz>
    Date:   Wed Nov 9 08:28:26 2011 +1300
    
        Starting work on webservices
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Patch includes database update adding 2 new fields to the saved_sql table.
    
    1) Checked that adding/deleting/editing of sql reports still works and new
    fields are correctly saved to the database.
    
    2) The saved reports page now lists the new fields correctly.
    
    3) Checking URLs with JSON output
    - if report is not public http://localhost/cgi-bin/koha/svc/report?id=2 fails,
    but http://localhost:8080/cgi-bin/koha/svc/report?id=2 works
    - if report is public, both links work
    
    4) Checking results are cached
    Created a report listing my borrowers, setting caching to 60 seconds and
    added new borrowers before doing following tests.
    - URL doesn't show new borrower immediately - correct
    - Turning off the usecache system preference updates data - correct
    - Restarting memcached updates data '/etc/init.d/memcached restart' - correct
    - Waiting until cache time runs out updates data - correct
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Retested the feature and renewing my sign-off.
    
    There are some things that should be noted:
    - currently there is a hardcoded limit of 10 results for the reports webservice
    - reports with runtime parameters are currently not supported

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list