1. 29 8月, 2016 1 次提交
  2. 18 8月, 2016 1 次提交
    • S
      Add MemberExpirationDate JS helper · 21a73302
      Sean McGivern 提交于
      This helper adds a datepicker to all `js-access-expiration-date`
      elements. If that element is a child of a `clearable-input` element and
      has a sibling `js-clear-input` element, then it will show a working
      clear button to the right of the input field.
      21a73302
  3. 06 8月, 2016 2 次提交
  4. 04 8月, 2016 1 次提交
  5. 29 7月, 2016 2 次提交
    • T
      Allow setting "Allowed To Push/Merge" while creating a protected branch. · 12387b4d
      Timothy Andrew 提交于
      1. Reuse the same dropdown component that we used for updating these
         settings (`ProtectedBranchesAccessSelect`). Have it accept options
         for the parent container (so we can control the elements it sees) and
         whether or not to save changes via AJAX (we need this for update, but
         not create).
      
      2. Change the "Developers" option to "Developers + Masters", which is
         clearer.
      
      3. Remove `developers_can_push` and `developers_can_merge` from the
         model, since they're not needed anymore.
      12387b4d
    • T
      Add "No One Can Push" to the protected branches UI. · ab6096c1
      Timothy Andrew 提交于
      1. Move to dropdowns instead of checkboxes. One each for "Allowed to
         Push" and "Allowed to Merge"
      
      2. Refactor the `ProtectedBranches` coffeescript class into
         `ProtectedBranchesAccessSelect`.
      
      3. Modify the backend to accept the new parameters.
      ab6096c1
  6. 21 7月, 2016 1 次提交
  7. 20 7月, 2016 1 次提交
  8. 19 7月, 2016 2 次提交
  9. 16 7月, 2016 3 次提交
  10. 15 7月, 2016 2 次提交
  11. 12 7月, 2016 1 次提交
  12. 08 7月, 2016 5 次提交
  13. 05 7月, 2016 1 次提交
  14. 04 7月, 2016 4 次提交
  15. 01 7月, 2016 1 次提交
  16. 28 6月, 2016 1 次提交
    • L
      Wiped old page and started on new UI · 95714334
      Luke "Jared" Bennett 提交于
      Completed new project page
      
      Updated CHANGELOG
      
      Corrected 'Create project' button
      
      Made responsive
      
      Added gitlab export button
      
      Changed Spinach test to match updated UI
      
      reverted test changes and fixed UI
      
      Corrected 'Repo by URL' text
      
      Fixed static namespace style
      
      Added errors partial
      
      Added padding to bottom of page-with-sidebar
      95714334
  17. 21 6月, 2016 1 次提交
  18. 20 6月, 2016 2 次提交
  19. 19 6月, 2016 1 次提交
  20. 17 6月, 2016 1 次提交
  21. 16 6月, 2016 4 次提交
  22. 15 6月, 2016 1 次提交
  23. 14 6月, 2016 1 次提交
    • R
      UI and copywriting improvements · 515205d3
      Rémy Coutable 提交于
      + Move 'Edit Project/Group' out of membership-related partial
      + Show the access request buttons only to logged-in users
      + Put the request access buttons out of in a more visible button
      + Improve the copy in the #remove_member_message helper
      Signed-off-by: NRémy Coutable <remy@rymai.me>
      515205d3