[Koha-bugs] [Bug 7249] Report webservices

2013-01-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

David Cook dc...@prosentient.com.au changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-11-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Bug 7249 depends on bug 8128, which changed state.

Bug 8128 Summary: can't seem to run new sql reports
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8128

   What|Removed |Added

 Status|Pushed to Master|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-05-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Depends on||8128

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-05-11 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_10

--- Comment #27 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed, with a small follow-up on online help, to explain how to access
the reports. Please check that there is no english mistake ;-)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-05-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||jonathan.dru...@biblibre.co
   ||m

--- Comment #26 from Jonathan Druart jonathan.dru...@biblibre.com ---
Qa comment:
All seems good.
Paul, could you remove backquote (kohastructure.sql) before pushing please ?

Marked as Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-04-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

   Attachment #6774|0   |1
is obsolete||
   Attachment #6775|0   |1
is obsolete||
   Attachment #6803|0   |1
is obsolete||

--- Comment #22 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 9350
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9350action=edit
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 chr...@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 chr...@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 ch...@bigballofwax.co.nz
Date:   Wed Nov 9 20:29:26 2011 +1300

Working on caching for services

commit e0511f180cebd81747858ad776433fe3a1cf6854
Author: Chris Cormack ch...@bigballofwax.co.nz
Date:   Wed Nov 9 08:28:26 2011 +1300

Starting work on webservices

Signed-off-by: Chris Cormack chr...@catalyst.net.nz
Signed-off-by: Katrin Fischer katrin.fischer...@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 jcam...@cpbibliography.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-04-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Attachment #9350|0   |1
is obsolete||

--- Comment #23 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Created attachment 9351
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9351action=edit
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 chr...@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 chr...@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 ch...@bigballofwax.co.nz
Date:   Wed Nov 9 20:29:26 2011 +1300

Working on caching for services

commit e0511f180cebd81747858ad776433fe3a1cf6854
Author: Chris Cormack ch...@bigballofwax.co.nz
Date:   Wed Nov 9 08:28:26 2011 +1300

Starting work on webservices

Signed-off-by: Chris Cormack chr...@catalyst.net.nz
Signed-off-by: Katrin Fischer katrin.fischer...@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 jcam...@cpbibliography.com

Signed-off-by: Katrin Fischer katrin.fischer...@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

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-04-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

--- Comment #24 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 9354
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9354action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-04-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Attachment #9354|0   |1
is obsolete||

--- Comment #25 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Created attachment 9355
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9355action=edit
[SIGNED-OFF] 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...@web.de

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-02-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |Patch doesn't apply

--- Comment #19 from Paul Poulain paul.poul...@biblibre.com 2012-02-10 
18:20:19 UTC ---
Seems this patch does not apply anymore (and the message look unusual to me)

fatal: sha1 information is lacking or useless
(installer/data/mysql/updatedatabase.pl).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001 Bug 7249 : Allow reports to be called through a restful
interface
When you have resolved this problem run git am --resolved.
If you would prefer to skip this patch, instead run git am --skip.
To restore the original branch and stop patching run git am --abort.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-02-10 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Patch doesn't apply |Signed Off

--- Comment #20 from Paul Poulain paul.poul...@biblibre.com 2012-02-10 
18:23:07 UTC ---
my wrong: this patch must be applied AFTER 7248, back to signed off  going to
QA 7248

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-02-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 CC||paul.poul...@biblibre.com
  Component|Architecture, internals,|Reports
   |and plumbing|
 AssignedTo|chr...@catalyst.net.nz  |gmcha...@gmail.com
  QAContact|m.de.r...@rijksmuseum.nl|koha.sek...@gmail.com

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-02-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

--- Comment #18 from Paul Poulain paul.poul...@biblibre.com 2012-02-01 
13:24:29 UTC ---
QA question: if i'm understanding correctly, the cache duration is something
meaningfull only if you have memcache set. I haven't tested the patch, but does
the field disappear from the screen cache is OFF ?

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2012-01-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

   Priority|PATCH-Sent (DO NOT USE) |P3
 CC||m.de.r...@rijksmuseum.nl
 AssignedTo|gmcha...@gmail.com  |chr...@catalyst.net.nz
  QAContact|koha.sek...@gmail.com   |m.de.r...@rijksmuseum.nl

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-12-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

--- Comment #15 from Chris Hall chr...@catalyst.net.nz 2011-12-15 04:23:25 
UTC ---
Created attachment 6801
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6801
Changes true/false to yes/no

Patch attached as per request Katrin

Awesome work on all those signoffs.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-12-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Chris Hall chr...@catalyst.net.nz changed:

   What|Removed |Added

   Patch Status|Signed Off  |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-12-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

--- Comment #16 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-12-15 
05:42:49 UTC ---
Hi Chris, small thing: don't forget to put the bug number in the subject line
of your patches. I will fix it :)

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-12-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Attachment #6801|0   |1
is obsolete||

--- Comment #17 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-12-15 
05:47:11 UTC ---
Created attachment 6803
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6803
[SIGNED-OFF] Bug 7249: Small useability fix as per request

http://bugs.koha-community.org/show_bug.cgi?id=7249
Signed-off-by: Katrin Fischer katrin.fischer...@web.de
Third patch to be applied for this bug.
Staff interface shows yes/no instead of true/false now.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-12-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Patch Status|Needs Signoff   |Signed Off

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-12-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

--- Comment #12 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-12-14 
07:24:08 UTC ---
Created attachment 6773
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6773
New interface for sql reports

Small enhancement request: Use yes/no instead of false/true for the pull down.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-12-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Attachment #6360|0   |1
is obsolete||
   Attachment #6449|0   |1
is obsolete||

--- Comment #13 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-12-14 
07:46:08 UTC ---
Created attachment 6774
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6774
[SIGNED-OFF] 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 chr...@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 chr...@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 ch...@bigballofwax.co.nz
Date:   Wed Nov 9 20:29:26 2011 +1300

Working on caching for services

commit e0511f180cebd81747858ad776433fe3a1cf6854
Author: Chris Cormack ch...@bigballofwax.co.nz
Date:   Wed Nov 9 08:28:26 2011 +1300

Starting work on webservices

Signed-off-by: Chris Cormack chr...@catalyst.net.nz
Signed-off-by: Katrin Fischer katrin.fischer...@web.de
Comments on follow-up.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-12-13 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Patch Status|Does not apply  |Signed Off

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-12-08 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

--- Comment #11 from Chris Hall chr...@catalyst.net.nz 2011-12-08 21:18:27 
UTC ---
Hey Katrin

This patch is dependent on 7248 being applied first.

On kc/master I am able to apply the 7248 patch and then this one without any
errors, does this work for you?

Thanks,
~Chris

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Patch Status|Failed QA   |Does not apply

--- Comment #10 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-11-30 
06:40:02 UTC ---
Hi Chris, 
I am sorry, the first patch does not apply:
git am -is3
/tmp/Bug-7249--Allow-reports-to-be-called-through-a-res-aUdhoC.patch
Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y
Applying: Bug 7249 : Allow reports to be called through a restful interface
fatal: sha1 information is lacking or useless
(installer/data/mysql/updatedatabase.pl).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001 Bug 7249 : Allow reports to be called through a restful
interface

Can you check what's going wrong here?

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

--- Comment #9 from Chris Hall chr...@catalyst.net.nz 2011-11-28 21:23:27 UTC 
---
Created attachment 6449
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6449
Patch adds missing kohastructure entry

Sorry about that Katrin

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

   Patch Status|Needs Signoff   |Failed QA

--- Comment #8 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-11-28 
05:24:48 UTC ---
I was looking at the patch - I think it's missing the update to kohastructure.
sql to reflect the changes made by the updatedatabase?

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

--- Comment #7 from Chris Hall chr...@catalyst.net.nz 2011-11-21 19:54:42 UTC 
---
Hey Katrin

This allows you to visit the following urls:
opac:
 http://localhost/cgi-bin/koha/svc/report?id=1
intranet:
 http://localhost:8080/cgi-bin/koha/svc/report?id=1

(replace localhost and localhost:8080 with the appropriate URLs)

To fetch JSON output form previously created reports (in the above cases you
are viewing report 1).
The report is only visible via the opac interface if it has been explicitly set
to public (you can do this when creating a report or from the use saved report
- edit page).

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Chris Hall chr...@catalyst.net.nz changed:

   What|Removed |Added

   Priority|P5 - low|PATCH-Sent
   Patch Status|--- |Needs Signoff

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Chris Hall chr...@catalyst.net.nz changed:

   What|Removed |Added

   Attachment #6355|0   |1
is obsolete||

--- Comment #1 from Chris Hall chr...@catalyst.net.nz 2011-11-21 02:45:55 UTC 
---
Created attachment 6358
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6358
Fixed bugs in previous patch, added better user input and feedback

The previous patch had 2 (related) bugs in it, both are fixed.

This patch also allows the user to select the unit to input cache_expiry in
(seconds, minutes, hours and days) and will complain if the entered value is
too large (greater than 30 days) using the appropriate system for doing so
(error dialogs).

This patch is independent to the previous patch within this bug report (it
includes all the changes included in the previously attached patch plus some
new changes), however it still depends on bug 7248

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   Patch Status|Needs Signoff   |Does not apply

--- Comment #2 from Chris Cormack ch...@bigballofwax.co.nz 2011-11-21 
02:54:32 UTC ---
Hi Chris,

Here's what I get

Commit Body is:
--
Starting work on webservices
--
Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y
Applying: Starting work on webservices
Commit Body is:
--
Working on caching for services
--
Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y
Applying: Working on caching for services
Commit Body is:
--
Added caching to intranet report webservices, added cache expiry and public
options to reports
--
Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y
Applying: Added caching to intranet report webservices, added cache expiry and
public options to reports
fatal: sha1 information is lacking or useless
(installer/data/mysql/updatedatabase.pl).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0003 Added caching to intranet report webservices, added cache
expiry and public options to reports

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Patch Status|Does not apply  |Needs Signoff

--- Comment #3 from Chris Cormack ch...@bigballofwax.co.nz 2011-11-21 
02:56:16 UTC ---
Ahh my fault, this one won't apply with out 7248

Sorry, I should read better.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

--- Comment #4 from Chris Cormack ch...@bigballofwax.co.nz 2011-11-21 
03:10:30 UTC ---
Signed off, but still needs a sign off outside catalyst

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

   Attachment #6358|0   |1
is obsolete||

--- Comment #5 from Chris Cormack ch...@bigballofwax.co.nz 2011-11-21 
03:10:45 UTC ---
Created attachment 6360
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6360
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 chr...@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 chr...@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 ch...@bigballofwax.co.nz
Date:   Wed Nov 9 20:29:26 2011 +1300

Working on caching for services

commit e0511f180cebd81747858ad776433fe3a1cf6854
Author: Chris Cormack ch...@bigballofwax.co.nz
Date:   Wed Nov 9 08:28:26 2011 +1300

Starting work on webservices

Signed-off-by: Chris Cormack chr...@catalyst.net.nz

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7249] Report webservices

2011-11-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7249

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #6 from Katrin Fischer katrin.fisc...@bsz-bw.de 2011-11-21 
06:13:56 UTC ---
Hi Chris C./Chris H. - can you please add a description of what this is
supposed to do and how to test it? Thx!

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/