Skip to content
Snippets Groups Projects
Forked from IGWN Computing and Software / GraceDB / GraceDB Server
Source project has a limited visibility.
  • Tanner Prestegard's avatar
    90c8b2c8
    Restrict tag name characters · 90c8b2c8
    Tanner Prestegard authored
    If a tag's name has some "uncommon" characters in it, like
    parentheses (or probably others), it will cause errors for the
    javascript which renders the event pages, since it tries to use
    the tag name in the element id for the delete button.  We now require
    that tags only use 0-9a-zA-Z_\- in their names. May have to go through
    and delete some tags which use them.
    90c8b2c8
    History
    Restrict tag name characters
    Tanner Prestegard authored
    If a tag's name has some "uncommon" characters in it, like
    parentheses (or probably others), it will cause errors for the
    javascript which renders the event pages, since it tries to use
    the tag name in the element id for the delete button.  We now require
    that tags only use 0-9a-zA-Z_\- in their names. May have to go through
    and delete some tags which use them.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.