node_repeat checks on node update to see if the date has changed and removes it from the sequence when it has, but it does this check when the node hasn't been created yet. Of course, if the old date doesn't exist, it tries to remove it from the sequence. Since the node hasn't been created, it doesn't remove it, but it does spam the user with messages saying it has, which is confusing and annoying. This patch just skips the check if the node doesn't exist yet so these messages don't get sent.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | node_repeat-865130-01.patch | 1.06 KB | illuminatedgeek |
| node_repeat-unspam.patch | 1.05 KB | thrnio |
Comments
Comment #1
MasterChief commentedIt would be great if somebody can maintain this module to commit patch like this and add other feature or just fix issues.
If you read this and want to be this person, go here : http://drupal.org/node/845068
Comment #2
gagarine commentedLook like this bug is fixed for me.
Comment #4
illuminatedgeek commentedThe bug is not fixed in the module, but the patch posted does work. It just needs to be merged into the branch.
Comment #5
illuminatedgeek commentedNew rerolled patch to remove 1 line offset (for drush make)