1. 26 5月, 2017 2 次提交
  2. 20 5月, 2017 1 次提交
  3. 02 5月, 2017 1 次提交
  4. 28 4月, 2017 1 次提交
    • J
      Improve text on todo list when the todo action comes from yourself · 60e9405b
      Jacopo 提交于
      Improved todo message when an issue is assigned to yourself.
      - The new message when an user assign to himself an issue or a mr is: "You
      assigned issue xx to yourself"
      - The new message when an user adds a todo to himself is: "You added a
      todo for issue xx"
      - The new message when and user mention himself is: "You mentioned
      yourself on issue xx"
      - The new message when an user directly address himself is: "You
      directly addressed yourself on issue xx"
      - The new message when an user mark himself as an approver is: "You set
      yourself as an approver for merge request xx"
      60e9405b
  5. 07 4月, 2017 1 次提交
  6. 06 4月, 2017 1 次提交
    • J
      ProjectsFinder should handle more options · b996a82f
      Jacopo 提交于
      Extended ProjectFinder in order to handle the following options:
       - current_user - which user use
       - project_ids_relation: int[] - project ids to use
       - params:
         -  trending: boolean
         -  non_public: boolean
         -  starred: boolean
         -  sort: string
         -  visibility_level: int
         -  tags: string[]
         -  personal: boolean
         -  search: string
         -  non_archived: boolean
      
      GroupProjectsFinder now inherits from ProjectsFinder.
      Changed the code in order to use the new available options.
      b996a82f
  7. 28 3月, 2017 2 次提交
  8. 25 3月, 2017 4 次提交
  9. 23 3月, 2017 1 次提交
  10. 16 3月, 2017 2 次提交
  11. 12 3月, 2017 1 次提交
  12. 10 3月, 2017 2 次提交
  13. 09 3月, 2017 2 次提交
  14. 07 3月, 2017 1 次提交
    • J
      Fix Sort dropdown reflow issue · 01fae383
      Jarkko Tuunanen 提交于
      Make Sort dropdown behave the same as filters in narrower
      viewports. Adjust dropdowns to fit on the same line in worst-case
      scenario ("Oldest created" selected).
      
      Closes #22562
      
      See merge request !9533
      01fae383
  15. 04 3月, 2017 1 次提交
    • D
      Refactor projects filtering by name · 5bb6a85b
      Dmitriy Zaporozhets 提交于
      Reuse same search form and behavior for dashboard#projects, group#projects
      and admin#projects. Repsect all other options like sorting, personal
      filter when search projects by name. Create FilterableList JS class to
      handle identical behaviour of projects and groups lists.
      
      This change also makes filtering and sorting availabe on explore#projects
      and explore#groups no matter if you are logged in or not.
      Signed-off-by: NDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      5bb6a85b
  16. 03 3月, 2017 2 次提交
  17. 02 3月, 2017 2 次提交
  18. 01 3月, 2017 2 次提交
  19. 24 2月, 2017 6 次提交
  20. 20 2月, 2017 1 次提交
  21. 18 2月, 2017 1 次提交
    • J
      Todo done clicking is kind of unusable. · 26160459
      Jacopo 提交于
      The Done button will change to an Undo button and the line item will be greyed out.
      Bold links will be unbolded.
      The user can undo the task by clicking the Undo button.
      26160459
  22. 15 2月, 2017 2 次提交
  23. 28 1月, 2017 1 次提交