Any plans to port this in the near future?
I tried to port this, but it's my first attempt at module development. It seems to work without errors, but coder module complains about one line:
Line 208: form_set_value() parameters have changed (Drupal Docs) form_set_value($form['quote']['node_types'], array_filter($form_state['values']['quote']['node_types']), $form_state);
Can someone please resolve this (and other mistakes I made)?
The path is against quote-5.x-1.x-dev (last updated 14 Decemeber)
Can you attach your patch again please?
(in my attempt I got stuck on that same line - but none of it worked.)
The patch works.
I say ignore coder module (or file a bug against it) unless someone can actually find something wrong with the patch. (I attempted very similar stuff, but it threw up a lot of errors.)
Thanks heirecka and nbz. The patch has been committed with some modifications.
@heirecka: The coder module warning that you refer to appears to be a false positive.
If somebody can test the DRUPAL-6--1 branch and confirm that everything works, I'll release DRUPAL-6--1-1.
Just tested it and I can confirm that the module works.
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
heirecka commentedI tried to port this, but it's my first attempt at module development. It seems to work without errors, but coder module complains about one line:
Can someone please resolve this (and other mistakes I made)?
The path is against quote-5.x-1.x-dev (last updated 14 Decemeber)
Comment #2
naheemsays commentedCan you attach your patch again please?
(in my attempt I got stuck on that same line - but none of it worked.)
Comment #3
naheemsays commentedThe patch works.
I say ignore coder module (or file a bug against it) unless someone can actually find something wrong with the patch. (I attempted very similar stuff, but it threw up a lot of errors.)
Comment #4
Zen commentedThanks heirecka and nbz. The patch has been committed with some modifications.
@heirecka: The coder module warning that you refer to appears to be a false positive.
If somebody can test the DRUPAL-6--1 branch and confirm that everything works, I'll release DRUPAL-6--1-1.
Comment #5
naheemsays commentedJust tested it and I can confirm that the module works.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.