1. 11 5月, 2017 1 次提交
    • A
      Add GroupFilterableList to be used as filterable class · 312d02ad
      Alfredo Sumaran 提交于
      - GroupFilterableList extends from FilterableList which is used in other places that doesn’t use Vue.
      - GroupFilterableList interacts with a Vue store object.
      - Deleted groups_list.js since is not needed anymore, filtering is handled via ajax in GroupFilterableList
      312d02ad
  2. 05 5月, 2017 1 次提交
  3. 04 5月, 2017 2 次提交
  4. 02 5月, 2017 4 次提交
  5. 01 5月, 2017 1 次提交
  6. 29 4月, 2017 2 次提交
  7. 28 4月, 2017 2 次提交
  8. 26 4月, 2017 3 次提交
  9. 21 4月, 2017 1 次提交
  10. 20 4月, 2017 1 次提交
  11. 19 4月, 2017 1 次提交
  12. 18 4月, 2017 1 次提交
  13. 15 4月, 2017 2 次提交
  14. 14 4月, 2017 7 次提交
  15. 13 4月, 2017 1 次提交
  16. 12 4月, 2017 1 次提交
  17. 11 4月, 2017 4 次提交
  18. 10 4月, 2017 4 次提交
  19. 09 4月, 2017 1 次提交
    • D
      Add a name field to the group edit form · d0beb755
      Douglas Lovell 提交于
      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