1. 24 8月, 2017 1 次提交
  2. 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
  3. 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
  4. 03 3月, 2017 1 次提交
    • P
      Fixes filtering by name reseting archive filter · ed1f1104
      Phil Hughes 提交于
      Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param
      
      Closes #28007
      ed1f1104
  5. 07 2月, 2017 1 次提交
  6. 31 1月, 2017 1 次提交
  7. 08 7月, 2016 3 次提交
  8. 22 4月, 2016 1 次提交
  9. 19 4月, 2016 1 次提交
  10. 05 3月, 2016 5 次提交
  11. 04 3月, 2016 1 次提交
    • P
      Updated dropdown CSS · 8c0f551f
      Phil Hughes 提交于
      This is a start on #3279 by updating the CSS for the dropdown menu. This doesnt include any CSS for the title bar or filter field
      8c0f551f
  12. 04 2月, 2016 1 次提交
  13. 28 1月, 2016 1 次提交
  14. 20 8月, 2015 1 次提交