1. 13 Apr, 2017 7 commits
  2. 12 Apr, 2017 2 commits
  3. 11 Apr, 2017 25 commits
  4. 10 Apr, 2017 1 commit
  5. 09 Apr, 2017 5 commits
    • blackst0ne's avatar
    • Alfredo Sumaran's avatar
      Merge branch 'refactor-behaviors' into 'master' · 01adf920
      Alfredo Sumaran authored
      Refactor javascript behaviors directory
      
      See merge request !10439
      01adf920
    • Robert Speicher's avatar
      Merge branch 'remove_is_admin' into 'master' · 5e1a802b
      Robert Speicher authored
      Remove the `User#is_admin?` method
      
      Closes #30584
      
      See merge request !10520
      5e1a802b
    • Alfredo Sumaran's avatar
      Merge branch 'add-field-for-group-name' into 'master' · 8265fe39
      Alfredo Sumaran authored
      Add a name field to the group edit form
      
      See merge request !10502
      8265fe39
    • Douglas Lovell's avatar
      Add a name field to the group edit form · d0beb755
      Douglas Lovell authored
      Enables user specification of group name vs. name inferred from group path.
      
      Cause new group form to copy name from path
      
      Adds some new page-specific javascript that copies entry from the
      group path field to the group name field when the group name field
      is initially empty.
      
      Remove duplicate group name entry field on group edit form
      
      This corrects the duplicated name entry field and tests that the
      JavaScript does not update the group name field if the user
      edits the group path.  (Editing the group path is not recommended
      in any case, but it is possible.)
      
      Address eslint errors in group.js
      
      Enable group name copy with dispatch and explore group creation
      
      The dispatch and explore group creation forms require the group.js
      asset, and their tests now require testing against poltergeist
      
      Update workflow new group instruction
      
      Update the gitlab basics group creation document
      
      Add a change log entry
      
      Remove unused variable for eslint
      d0beb755