Build: #2 was successful

Job: default was successful

Stages & jobs

  1. Default Stage

Code commits

clowder

  • Jim Myers

    Jim Myers 157a074168eb6eba6e51b6dfb681823e9ae0da5b

    Support for ' char in usernames in license form
    Fixing the bug required three changes - html decoding the user's
    fullname when it is used to compare with the license name to properly
    set the "I own the rights" flag and when it is used to populate the
    RightsHolder textbox when that flag is first clicked, and using double
    quotes around the @authorName filed in the onclick= 'return updateData
    call where the use of single quotes around that field previously
    resulted in broken javascript (as an apostrophe in the name would
    terminate the string literal early...).