Closed (fixed)
Project:
Mollom
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2012 at 17:16 UTC
Updated:
24 Apr 2014 at 17:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sunComment #2
sunCommitted and pushed to 7.x-2.x (including the mollom.admin.css file, which I forgot to git-add in #1)
Moving to 6.x-2.x for backport.
Comment #3
sunOK, this wasn't a good idea after all. Turns out that there is a big difference in blacklist term IDs between the REST production API and the testing API.
That explains why this bug was never visible in tests, and why this patch also did not need any changes to tests.
So before backporting this, let's wait for Mollom backend engineers to figure out how to achieve parity between both APIs, and what this means for the module.
Comment #4
sunThe actual bug was fixed on the server-side Mollom backend/API, which is using a UUID for each blacklist entry now.
Therefore, the committed change is basically unnecessary. However, I reviewed the changes once more, and I think it makes sense to pass the (UU)ID as a query string parameter instead.
So I think we can simply move forward and backport this change to 6.x-2.x.
Comment #5
killua99 commentedPath to be reviewed. I test it, seem good. Pay attention on the links querys etc.
Comment #7
sunComment #8
sunThanks for reporting, reviewing, and testing! Committed and pushed to 6.x-2.x.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #9.0
(not verified) commentedUpdated issue summary.