Closed (fixed)
Project:
AntiSpam
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2011 at 22:28 UTC
Updated:
10 Aug 2017 at 05:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
reg commentedOops, I miss-spoke, not upon page load but on creating a comment.
Comment #2
reg commentedHere's a patch to get rid of the notices.
Comment #3
shabam commentedI am getting this same error with the newest (1.5) version. I applied the patch (manually) and it works now.
Jason
Comment #4
jody lynnThis could use another confirmation/review.
Comment #5
tim.plunkettThe !empty() didn't need to be added in addition to the original condition, it just need to replace it.
For example this should just be
if (!empty($antispambot_rules)) {Comment #7
cfinke commentedComment #8
colan@cfinke: One thing to note:
--authortag). This should definitely happen for #2379263: AKISMET service is not working with current 7.x DEV, possibly here, and wherever else. I mentioned that there, but as it's closed, you may not see it.Comment #11
colanStill missing
--authortag though?Comment #12
cfinke commentedThe Drupal "commit messages" page says this about giving credit:
Is that not sufficient?
Comment #13
colanThat's great for humans, but for drupal.org to automatically credit authors so that commits show up in their profile, maintainers need to use the
--authoroption when committing. This is noteworthy from the link above:This is pre-filled based on whoever submitted the last patch, but you may want to change it by selecting a different radio button if someone did more work in a previous patch, and you want to make him/her the author.
Comment #14
tim.plunkettThe --author flag does not control what shows up in the profiles. That would be the "credit" checkboxes, which are currently blank for this issue.
The project maintainer can select those checkboxes, and hit save.
No need to change the commit any futher.
Comment #15
colan#14: Correct! I forgot about that option because it's newer.