[Koha-bugs] [Bug 7249] New: Report webservices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 21 00:09:34 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

             Bug #: 7249
           Summary: Report webservices
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: chrish at catalyst.net.nz
         QAContact: ian.walls at bywatersolutions.com
        Depends on: 7248


Created attachment 6355
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6355
git format patch adding report webservice, caching support, and public
visibility setting

Patch includes parts of 
https://github.com/ranginui/koha/commit/20cb74d1f5f86ed9fa1e6a1ead29798ff894c685
and
https://github.com/ranginui/koha/commit/2a1f4172dafbfb7435e46762fcfab368d3dceb7a

It also adds in caching for intranet, setting a cache expiry time for reports,
and a public visibility flag to reports.

I still have to add a better user input dialog and user validation (patch
following soon).
Currently the input is just a text field that takes seconds (not ideal for end
user) and the validation is a die message (as the timeout cannot exceed 30 days
or Memcached::set will take it as an absolute time).

The attached patch excluded the functionality added in bug 7248 (so that bug is
a dependency to this).

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list