There's currently support for per-project help text when users submit issues. However, it'd be nice to also have a global setting to do site-wide messages.

The current use-case is on d.o, we'd like to add some global help text that's something like: "If you're about to report a security issue, you're doing it wrong -- please submit it directly to the drupal security team and keep it confidential, instead of publicly reporting it here" (with better wording and links to the info they need, of course).

CommentFileSizeAuthor
#3 pi_sitewide_help_1.patch3.11 KBdww
#1 pi_sitewide_help.patch2.42 KBdww

Comments

dww’s picture

Assigned: Unassigned » dww
Status: Active » Needs review
StatusFileSize
new2.42 KB
hunmonk’s picture

Status: Needs review » Needs work
  • Please note that this is no automatic formatting on this text -- bad grammer
  • not deleting the variable in hook_uninstall()
  • are we planning on using the extra css classes you added? do we need some default css stuff for that in project_issue.css?
dww’s picture

Status: Needs work » Needs review
StatusFileSize
new3.11 KB

- fixed grammar (note spelling of "grammar") ;)
- added to uninstall()
- no, wasn't planning to. just added them to make it easier for sites to theme this just via .css if they so desire.

hunmonk’s picture

Status: Needs review » Reviewed & tested by the community

code looks good, particularly the grahmor ;)

tested, and works as advertised.

dww’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD and deployed on d.o.

greggles’s picture

Thanks very much, guys.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.