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@gmail.com ReportedBy: chrish@catalyst.net.nz QAContact: ian.walls@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/20cb74d1f5f86ed9fa1e6a1ead29798ff894... and https://github.com/ranginui/koha/commit/2a1f4172dafbfb7435e46762fcfab368d3dc... 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.