1. 03 12月, 2015 1 次提交
  2. 02 12月, 2015 6 次提交
  3. 01 12月, 2015 4 次提交
  4. 28 11月, 2015 2 次提交
  5. 27 11月, 2015 3 次提交
  6. 26 11月, 2015 7 次提交
  7. 25 11月, 2015 2 次提交
  8. 24 11月, 2015 1 次提交
  9. 20 11月, 2015 1 次提交
  10. 19 11月, 2015 1 次提交
    • S
      [FIXED JENKINS-31649] Check should be against AccessControlled and Permission.READ · cf1fdf98
      Stephen Connolly 提交于
      - The previous check was to narrow.
      - We now check on AccessControlled (which is implemented by Item)
      - We now also check on Permission.READ (which is the generic read permission)
      
      This should allow subtasks who's task may not be an Item to at least implement AccessControlled to alow visibility.
      
      There remains an open question as to whether tasks that are not AccessControlled should ever be visible in the UI
      cf1fdf98
  11. 17 11月, 2015 3 次提交
  12. 16 11月, 2015 3 次提交
  13. 14 11月, 2015 1 次提交
  14. 10 11月, 2015 1 次提交
    • C
      remove unused import statements · 7efb9090
      Christopher Simons 提交于
      In addition to cluttering the namespace, unused imports generate
      compiler warnings, introducing noise and obscuring more important
      compiler warnings.  This change removes them.
      7efb9090
  15. 07 11月, 2015 4 次提交