Closed (fixed)
Project:
Mollom
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2011 at 16:33 UTC
Updated:
19 Jul 2011 at 17:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
neclimdulI'm not sure what needs to be done in D7 but here's a quick functional patch without any docs or test.
Comment #2
sunAttached patch should work, but makes Node integration tests fail for some yet unknown reason.
Comment #3
sunoh, sorry - I've completely mistaken the intention of this issue. I might create a separate issue for the patch in #2.
For D6, we can hard-code another check for 'buttons'. In D7, all forms standardize to
$form['actions'] = array('#type' => 'actions');.Comment #4
neclimdulLooks good. Is there a reason that providing the option to specify it in the definition wouldn't work? Especially since d6 isn't standardised.
Comment #5
sunIn D6, core does not provide a helper comparable to drupal_array_get_nested_value(), so in order to truly support configurable keys, we'd have to backport that function from D7...
In general, Mollom for D6 is mainly considered "frozen". This patch would be an acceptable stop-gap fix though.
Comment #6
neclimdulIt solves my d6 issue anyways, I'll have to deal with d7 when i reach that bridge i guess.
Comment #7
sunThanks for reporting, reviewing, and testing! Committed to 6.x-1.x.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.