[Bug 5877] New: ffline circulation improvements : upload all files, apply at once
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Bug #: 5877 Summary: ffline circulation improvements : upload all files, apply at once Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Circulation AssignedTo: kyle.m.hall@gmail.com ReportedBy: chris@bigballofwax.co.nz QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Blocks: 5575 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #1 from Chris Cormack <chris@bigballofwax.co.nz> 2011-03-16 02:37:30 UTC --- Offline circ : You now can upload all offline files from the Firefox extension. Once all circ desks have uploaded the file, the librarian can apply all of them, sorted by date. This avoid the problem of someone issuing an item on desk A, returning it on desk B. Before this improvement, if desk B uploaded the file before A, the return was applied before the issue, resulting in the items reamining issued. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |5874 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> 2011-03-16 02:40:47 UTC --- Created attachment 3315 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3315 Proposed Patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |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 the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|kyle.m.hall@gmail.com |paul.poulain@biblibre.com Summary|ffline circulation |Offline circulation |improvements : upload all |improvements : upload all |files, apply at once |files, apply at once -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com --- Comment #3 from Nicole C. Engard <nengard@gmail.com> 2011-03-16 19:04:32 UTC --- I'm confused about this one - the patch applies fine. I installed the Firefox KOCT https://addons.mozilla.org/en-US/firefox/addon/koct/ I set it up and my log shows that checkouts have been recorded, but when I try to send them to Koha nothing happens - nothing I can tell at least. I need a test case and/or a tutorial on how this works and how to test this patch. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #4 from Paul Poulain <paul.poulain@biblibre.com> 2011-03-18 14:03:38 UTC --- Nicole, do you have configured your extension correctly (last tab of the extension, where you define you koha url & librarian login & password) ? when you upload the datas, the last line is updated from "local" to "uploaded" (or something like that) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #5 from Nicole C. Engard <nengard@gmail.com> 2011-03-19 15:39:35 UTC --- I do have it set up with my super librarian login and the URL of my Koha staff client - but I do not see any note about it being uploaded. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #6 from Paul Poulain <paul.poulain@biblibre.com> 2011-03-22 14:44:19 UTC --- Nicole, the table pending_offline_operations that must be here seems not to be on the database ! Does it work better after a: CREATE TABLE `pending_offline_operations` ( `operationid` int(11) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `branchcode` varchar(10) NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `action` varchar(10) NOT NULL, `barcode` varchar(20) NOT NULL, `cardnumber` varchar(16) DEFAULT NULL, PRIMARY KEY (`operationid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #7 from Nicole C. Engard <nengard@gmail.com> 2011-03-22 15:50:15 UTC --- Created attachment 3400 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3400 FF4 released today The plugin isn't compatible with FF 4 - so I haven't tried adding the database info because FF has disabled the plugin until it's updated to work with the newest version of the browser. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Patch Status|Needs Signoff |Failed QA --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-04-24 15:10:28 UTC --- The table pending_offline_operations is not part of the patch and not part of my new 3.4 database. Marking as Failed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #9 from Paul Poulain <paul.poulain@biblibre.com> 2011-05-09 15:16:35 UTC --- (In reply to comment #7)
Created attachment 3400 [details] FF4 released today
The plugin isn't compatible with FF 4 - so I haven't tried adding the database info because FF has disabled the plugin until it's updated to work with the newest version of the browser.
Plugin updated, now compatible with FF4 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #10 from Nicole C. Engard <nengard@gmail.com> 2011-05-09 15:21:35 UTC --- It still says last updated in February ... was that when it was fixed? https://addons.mozilla.org/en-US/firefox/addon/koct/ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #11 from Nicole C. Engard <nengard@gmail.com> 2011-05-09 15:23:55 UTC --- Also, that page links to the old koha sites - can it be updated? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #12 from Paul Poulain <paul.poulain@biblibre.com> 2011-05-09 15:32:16 UTC --- (In reply to comment #10)
It still says last updated in February ... was that when it was fixed?
in fact, the fix was just to say to mozilla.org that it was OK with FF4. No fix in KOCT itself -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #13 from Paul Poulain <paul.poulain@biblibre.com> 2011-05-09 15:32:34 UTC --- (In reply to comment #11)
Also, that page links to the old koha sites - can it be updated?
OK, will ask Claire immediatly for that -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff --- Comment #14 from Paul Poulain <paul.poulain@biblibre.com> 2011-05-23 11:34:33 UTC --- some of our customers are now live with FF4 and this plugin, switching back to "needs signoff" Notice: 3 customers reported "the plugin has disappeared". It just because, by default, on FF4, the plugin bar at the bottom is hidden. ctrl-/ to have it displayed ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea@gmail.com Patch Status|Needs Signoff |Failed QA --- Comment #15 from Liz Rea <wizzyrea@gmail.com> 2011-06-15 18:43:46 UTC --- The necessary database structure is still not part of this patch, and needs to be added, as Katrin mentioned earlier. Marking as Failed QA on those grounds. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3315|0 |1 is obsolete| | --- Comment #16 from Paul Poulain <paul.poulain@biblibre.com> 2011-07-18 14:29:37 UTC --- Created attachment 4661 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4661 proposed patch (updated) patch highly updated : * added kohastructure & updatedatabase * fixed forgotten subs in Circulation.pm * link on circulation-home.pl added tested with koct 0.2.2 successfully -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Bug 5877 depends on bug 5874, which changed state. Bug 5874 Summary: Overdue report : Limit by date & add a new permission to restrict who can run the report http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5874 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #17 from Julian Maurice <julian.maurice@biblibre.com> 2011-08-05 10:33:27 UTC --- Created attachment 4861 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4861 Rebased patch with version set correctly Change version to 3.05.00.XXX in kohaversion.pl and updatedatabase.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4661|0 |1 is obsolete| | Attachment #4861|0 |1 is obsolete| | --- Comment #18 from Julian Maurice <julian.maurice@biblibre.com> 2011-08-05 10:36:56 UTC --- Created attachment 4862 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4862 Rebased patch with version set correctly Forgot to make obsolete previous patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #19 from Owen Leonard <oleonard@myacpl.org> 2011-09-30 16:37:15 UTC --- I'm trying to test this and failing because I don't understand how the offline circ addon communicates with Koha. The wiki page (http://wiki.koha-community.org/wiki/Offline_circulation_firefox_plugin) shows screenshots of the KOCT which don't match the current plugin: The current plugin offers two buttons under the log tab, "Commit to Koha" and "Apply directly." Clicking either one of these doesn't appear to do anything. The wiki page also shows a screenshot of a page in Koha which doesn't appear to exist in master. The "Process Pending Offline Operations" page doesn't exist as far as I can tell. I'm guessing this is in a Biblibre branch? Is this why the KOCT doesn't do anything? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4862|0 |1 is obsolete| | --- Comment #20 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-03 19:33:01 UTC --- Created attachment 5681 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5681 rebased patch vith version set correctly in previous patch, there was a kohaversion that should not have been here. rebased against today master -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5681|0 |1 is obsolete| | --- Comment #21 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-03 20:24:25 UTC --- Created attachment 5683 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5683 proposed patch new patch, fixing owen comment (on IRC) about no message in case of an invalid barcode -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_4 |Rel_3_8 --- Comment #22 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-24 11:38:13 UTC --- Updating Version : This ENH will be for Koha 3.8 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Rel_3_8 |master --- Comment #23 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-25 15:05:48 UTC --- Bug versionned for master. entries will be made against rel_3_8 once the patch has been applied (see thread about that on koha-devel yesterday) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #24 from Sophie MEYNIEUX <sophie.meynieux@biblibre.com> 2011-12-02 16:14:16 UTC --- Created attachment 6540 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6540 [PATCH] [SIGNED-OFF] Bug 5877 : Offline circulation improvements : upload all files, apply at once Offline circ : You now can upload all offline files from the Firefox extension. Once all circ desks have uploaded the file, the librarian can apply all of them, sorted by date. This avoid the problem of someone issuing an item on desk A, returning it on desk B. Before this improvement, if desk B uploaded the file before A, the return was applied before the issue, resulting in the items reamining issued. Signed-off-by: Sophie Meynieux <sophie.meynieux@biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Sophie MEYNIEUX <sophie.meynieux@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sophie.meynieux@biblibre.co | |m 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 the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5683|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Needs Signoff --- Comment #25 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-01-10 14:52:29 UTC --- Before starting QA, I would say that a patch of this size needs external signoff. From the comments I understand that several tested, but nobody signed off until now.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #26 from Paul Poulain <paul.poulain@biblibre.com> 2012-01-10 20:46:54 UTC --- Marcel, it seems Sophie made a mistake when signing off the patch: i'm the author of the patch (see obsoletes), Sophie just signed it off. I don't know why she appears as the author ! going back to signed off for QA, thx -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #27 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-01-18 12:57:20 UTC --- (In reply to comment #26)
Marcel, it seems Sophie made a mistake when signing off the patch: i'm the author of the patch (see obsoletes), Sophie just signed it off. I don't know why she appears as the author !
going back to signed off for QA, thx
Well, Sophie could correct that easily, I suppose. My earlier question was actually: a patch of this size would preferably not have patch writer and patch signer from the same company.. I already asked the list and QA team to think about a status for that situation like Needs additional signoff or so, but no response so far.. Don't think that In Discussion is a good alternative now. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #28 from Paul Poulain <paul.poulain@biblibre.com> 2012-01-18 13:10:03 UTC --- Nicole, Liz & owen, one of you already has tried to test this patch, if you want to give it another try... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #29 from Owen Leonard <oleonard@myacpl.org> 2012-01-18 13:30:05 UTC --- Paul, I'd like to hear my questions in comment 19 addressed before I test again. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #30 from Paul Poulain <paul.poulain@biblibre.com> 2012-01-18 15:09:19 UTC --- (In reply to comment #29)
Paul, I'd like to hear my questions in comment 19 addressed before I test again.
wiki page updated, with new screenshots & updated documentation. Feel free to fix typos ;-) Also please check that you have a pending_offline_operations table (should be added by the updatedatase), it "uploading" circ information can also fail because of that ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #31 from Nicole C. Engard <nengard@gmail.com> 2012-01-18 15:30:04 UTC --- I have installed the plugin and I can't get it to log my actions at all - I haven't tested this patch yet because I can't get to that step. Also, my screens don't look like the ones on the Wiki - will attach my screens here. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #32 from Nicole C. Engard <nengard@gmail.com> 2012-01-18 15:31:36 UTC --- Created attachment 7218 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7218 log My log stays empty no matter what I scan and save on the previous tabs. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #33 from Paul Poulain <paul.poulain@biblibre.com> 2012-01-18 15:39:20 UTC --- (In reply to comment #32)
Created attachment 7218 [details] log
My log stays empty no matter what I scan and save on the previous tabs.
Are you using MacOS ? this plugin works for all our customers that are under windows. Works also under linux, I think it's untested on MacOS-X -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #34 from Nicole C. Engard <nengard@gmail.com> 2012-01-18 15:40:28 UTC --- Bingo! I'm on Mac and it does not work. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #35 from Paul Poulain <paul.poulain@biblibre.com> 2012-01-18 16:24:52 UTC --- (In reply to comment #34)
Bingo! I'm on Mac and it does not work.
And, for the record: bingo bingo, now it works, and Nicole made nothing specific :( -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #36 from Owen Leonard <oleonard@myacpl.org> 2012-01-18 20:35:50 UTC --- Paul, the screenshot on the wiki page shows a calendar for choosing "expected return" date in the KOCT addon. Is that something you've developed for the addon which isn't in the official version? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #37 from Owen Leonard <oleonard@myacpl.org> 2012-01-19 17:57:03 UTC --- Created attachment 7250 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7250 Follow-up fix Internationalization fix: Offline circulation operations in Circulation.pm return English strings for display in the template. These strings can't be translated, so we must check their values in the JavaScript and return a translatable string based on their values. Interface change: Switching to text links for checking/unchecking checkboxes since that is more consistent with other areas in Koha. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent (DO NOT USE) |P1 - high --- Comment #38 from Paul Poulain <paul.poulain@biblibre.com> 2012-01-27 10:14:17 UTC --- (In reply to comment #36)
Paul, the screenshot on the wiki page shows a calendar for choosing "expected return" date in the KOCT addon. Is that something you've developed for the addon which isn't in the official version?
nope, I don't know where this come from. The KOCT we deploy for our customers is the one that is at https://addons.mozilla.org/en-US/firefox/addon/koct/ (I can't ask Jean André anymore about early code, as he's not more working for us. Maybe it was an early-code screenshot, I really don't know) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #39 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-02-06 07:58:03 UTC --- I would like to see an external signoff on a patch of this size. Sophie signed it off, while Paul apparently should be the author. Could someone outside Biblibre signoff please? I see that several people tested this one already, but did not.. Changing status to reflect this request. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Bug 5877 depends on bug 5874, which changed state. Bug 5874 Summary: Overdue report : Limit by date & add a new permission to restrict who can run the report http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5874 What |Old Value |New Value ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Bug 5877 depends on bug 5874, which changed state. Bug 5874 Summary: Overdue report : Limit by date & add a new permission to restrict who can run the report http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5874 What |Old Value |New Value ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |DUPLICATE -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6540|0 |1 is obsolete| | --- Comment #40 from Owen Leonard <oleonard@myacpl.org> 2012-02-13 13:57:56 UTC --- Created attachment 7618 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7618 [SIGNED-OFF] Bug 5877 : Offline circulation improvements : upload all files, apply at once Offline circ : You now can upload all offline files from the Firefox extension. Once all circ desks have uploaded the file, the librarian can apply all of them, sorted by date. This avoid the problem of someone issuing an item on desk A, returning it on desk B. Before this improvement, if desk B uploaded the file before A, the return was applied before the issue, resulting in the items reamining issued. Signed-off-by: Sophie Meynieux <sophie.meynieux@biblibre.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #41 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-17 14:39:08 UTC --- The script devel/misc/testbugzillapatches.pl has detected that this bug does not apply anymore, so i'm marking this bug as "does not apply". The script is supposed to handle conflicts related to updatedatabase, but no other cases of merge conflict. So the conflict may be trivial to fix. If it happens that the patch attached does apply cleanly, please send me an email, there's something wrong in the script. It's possible, as it's a recent script. If the patch applies does not apply as I think, please rebase and resubmit, thanks -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #42 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-17 14:54:11 UTC --- Created attachment 7715 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7715 Bug 5877 Follow-up for Offline circulation improvements Internationalization fix: Offline circulation operations in Circulation.pm return English strings for display in the template. These strings can't be translated, so we must check their values in the JavaScript and return a translatable string based on their values. Interface change: Switching to text links for checking/unchecking checkboxes since that is more consistent with other areas in Koha. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #43 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-17 14:54:26 UTC --- Created attachment 7716 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7716 Bug 5877 : Offline circulation improvements : upload all files, apply at once Offline circ : You now can upload all offline files from the Firefox extension. Once all circ desks have uploaded the file, the librarian can apply all of them, sorted by date. This avoid the problem of someone issuing an item on desk A, returning it on desk B. Before this improvement, if desk B uploaded the file before A, the return was applied before the issue, resulting in the items reamining issued. Signed-off-by: Sophie Meynieux <sophie.meynieux@biblibre.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7250|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7618|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7715|0 |1 is obsolete| | --- Comment #44 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-17 14:55:39 UTC --- Created attachment 7717 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7717 Bug 5877 : Offline circulation improvements : upload all files, apply at once Offline circ : You now can upload all offline files from the Firefox extension. Once all circ desks have uploaded the file, the librarian can apply all of them, sorted by date. This avoid the problem of someone issuing an item on desk A, returning it on desk B. Before this improvement, if desk B uploaded the file before A, the return was applied before the issue, resulting in the items reamining issued. Signed-off-by: Sophie Meynieux <sophie.meynieux@biblibre.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7717|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #45 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-17 14:56:35 UTC --- Created attachment 7718 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7718 Bug 5877 Follow-up for Offline circulation improvements Internationalization fix: Offline circulation operations in Circulation.pm return English strings for display in the template. These strings can't be translated, so we must check their values in the JavaScript and return a translatable string based on their values. Interface change: Switching to text links for checking/unchecking checkboxes since that is more consistent with other areas in Koha. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off --- Comment #46 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-17 14:59:04 UTC --- OK, after checking why the script devel/misc/testbugzillapatches.pl has detected this patch does not apply, I've discovered that it was just because the 2 follow-up was appearing before the main patch. So: * i've rebased on master, everything is OK, i just managed the updatedatabase * signed-off owen follow-up * re-uploaded the 2 patches, in the correct order * we're back to signed-off / waiting for QA. Thanks ian/marcel for your QA ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7718|Bug 5877 Follow-up for |[PASSED_QA]Bug 5877 description|Offline circulation |Follow-up for Offline |improvements |circulation improvements -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #47 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-02-20 12:34:47 UTC --- QA Comment (first patch): Looks good in general, just a few points need attention. C4/Circulation.pm: Please adjust or send a follow up for AddOfflineOperation: The insert statement does not mention the field names. If the table structure is changed some day, this kind of statement will fail. offline_circ/list.pl, offline_circ/process.pl, offline_circ/service.pl: Address of Free Software Foundation is not correct. Please add use strict and use warnings. Please confirm too if tests do not show any warnings in your logfile. Second patch looks good. Marked as Passed QA in attachment name. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #48 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-22 17:12:41 UTC --- Created attachment 7812 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7812 Bug 5877 QA follow-up * removing tabs as indenter * adding fieldnames in INSERT clause * updating FSF address * removing ` in SQL table creation (mysql-ism) * use strict & use warning added & no error in logs checked Note that process_koc.pl and updatedatabase are not related to this bug, but the FSF address was wrong, I fixed it as well -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #49 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-22 17:14:56 UTC --- (In reply to comment #47)
QA Comment (first patch): Looks good in general, just a few points need attention.
C4/Circulation.pm: Please adjust or send a follow up for AddOfflineOperation: The insert statement does not mention the field names. If the table structure is changed some day, this kind of statement will fail. good catch ! follow-up coming.
offline_circ/list.pl, offline_circ/process.pl, offline_circ/service.pl: Address of Free Software Foundation is not correct. good catch too. I also have fixed the FSF address ... in updatedatabase, as it was wrong here too !
I also have fixed some tabs (replaced by 4 spaces) and removed the ` in the table creation.
Please add use strict and use warnings. same thing : in the follow-up i'll attach now. they don't issue any warning.
switching to "signed off", then changes are QA changes that should have no effect on the feature itself -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #50 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-02-29 14:36:46 UTC --- When I apply 7716 followed by 7718 and then the latest one (7812), the third patch fails. What am I doing wrong here? Please check. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #51 from Owen Leonard <oleonard@myacpl.org> 2012-02-29 15:01:13 UTC --- After dealing with the updatedatabase.pl conflict in attachment 7716 the other two patches apply fine for me. I used "git am -i3u" on the first patch and "git bz apply" for the others. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #52 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-02-29 15:06:24 UTC --- After fixing the first, the third still gives: Applying: Bug 5877 QA follow-up error: patch failed: C4/Circulation.pm:3037 error: C4/Circulation.pm: patch does not apply error: patch failed: offline_circ/list.pl:41 error: offline_circ/list.pl: patch does not apply error: patch failed: offline_circ/service.pl:30 error: offline_circ/service.pl: patch does not apply Using index info to reconstruct a base tree... error: patch failed: C4/Circulation.pm:3037 error: C4/Circulation.pm: patch does not apply error: patch failed: offline_circ/list.pl:41 error: offline_circ/list.pl: patch does not apply error: patch failed: offline_circ/service.pl:30 error: offline_circ/service.pl: patch does not apply Did you hand edit your patch? It does not apply to blobs recorded in its index. Cannot fall back to three-way merge. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #53 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-02-29 15:07:27 UTC --- (In reply to comment #51)
After dealing with the updatedatabase.pl conflict in attachment 7716 [details] the other two patches apply fine for me. I used "git am -i3u" on the first patch and "git bz apply" for the others.
Are we on the same commit? 1a5afaa26d374144d1ebde6bcf9c69b97c048a5d -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #54 from Owen Leonard <oleonard@myacpl.org> 2012-02-29 15:09:26 UTC --- (In reply to comment #53)
Are we on the same commit? 1a5afaa26d374144d1ebde6bcf9c69b97c048a5d
Yes -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 --- Comment #55 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-02-29 15:40:35 UTC --- Forget my latest comments: problems with vim.. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7716|0 |1 is obsolete| | --- Comment #56 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-03-01 10:43:38 UTC --- Created attachment 7960 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7960 Bug 5877 : Offline circulation improvements : upload all files, apply at once Simple rebase. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #57 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2012-03-01 10:47:28 UTC --- So, everything applied fine now; vim was causing problems yesterday. The last followup patch resolves the earlier QA comments (and even more!) So the three patches together satisy QA now. Changing status. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|koha-bugs@lists.koha-commun |m.de.rooy@rijksmuseum.nl |ity.org | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Version|master |rel_3_8 --- Comment #58 from Paul Poulain <paul.poulain@biblibre.com> --- patches where not in the right order (follow-up before main patch), but I deal with that. patch pushed. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5877 Jane Wagner <jwagner@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwagner@ptfs.com -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org