1. 23 10月, 2013 1 次提交
  2. 22 10月, 2013 2 次提交
  3. 17 10月, 2013 1 次提交
  4. 28 8月, 2013 1 次提交
  5. 27 8月, 2013 1 次提交
  6. 09 8月, 2013 1 次提交
    • K
      [FIXED JENKINS-19124] · 72327986
      Kohsuke Kawaguchi 提交于
      Added another attribute 'checkDependsOn' on <input> elements (akin to
      'fillDependsOn', etc) to list up the other dependency controls, and
      insert appropriate onchange events.
      
      'checkUrl' is now just the stem portion of the URL to invoke, and
      the client script builds up the query parameters.
      72327986
  7. 23 7月, 2013 1 次提交
  8. 20 7月, 2013 1 次提交
  9. 17 7月, 2013 1 次提交
  10. 14 7月, 2013 3 次提交
  11. 03 7月, 2013 1 次提交
  12. 18 6月, 2013 1 次提交
  13. 22 5月, 2013 1 次提交
  14. 02 5月, 2013 1 次提交
  15. 30 4月, 2013 1 次提交
  16. 17 4月, 2013 1 次提交
  17. 13 4月, 2013 1 次提交
  18. 10 4月, 2013 1 次提交
  19. 09 4月, 2013 1 次提交
  20. 08 4月, 2013 1 次提交
    • V
      ListView can match now items belonging to nested ItemGroups · a210e489
      Vincent Latombe 提交于
      This changes introduces a 'recurse' option on ListView that allows to
      match using regexp jobs contained inside folders.
      The full name of the
      job is matched so / can be used as separator.
      This allows slice and dice of jobs contained in different folders.
      a210e489
  21. 06 3月, 2013 1 次提交
  22. 01 3月, 2013 1 次提交
  23. 05 2月, 2013 2 次提交
  24. 09 12月, 2012 1 次提交
    • K
      Introducing GlobalConfigurationCategory. · 5218b761
      Kohsuke Kawaguchi 提交于
      ... instead of creating a copy of each GlobalConfiguration variant (like GlobalSecurityConfigurationPart) for the following reasons:
      
      - This allows future UI to render tabs and other means to divide configurations into even smaller granularity, which is something that has been discussed before.
      
      - Eliminates code duplication between GlobalConfiguration look-alikes.
      5218b761
  25. 06 12月, 2012 1 次提交
  26. 25 10月, 2012 1 次提交
  27. 13 10月, 2012 1 次提交
  28. 13 9月, 2012 1 次提交
  29. 24 7月, 2012 2 次提交
  30. 12 7月, 2012 1 次提交
  31. 31 5月, 2012 1 次提交
  32. 02 3月, 2012 1 次提交
    • K
      follow up fix to c51114a1. · 81294121
      Kohsuke Kawaguchi 提交于
      This still is slightly more robust than the original in the sense that it's not affected by the presence/absence of the trailing '/' in itUrl.
      
      ----------------------
      Comment from @ohtake:
      
      getContextPath() will return "" if Jenkins is served at ROOT.
      
      Assume that getContextPath() => "", itUrl => "iturl" and urlName => "urlName",
      value returned was "/iturl/urlName", but is "iturl/urlName" (no slash at 0).
      81294121
  33. 29 2月, 2012 1 次提交
  34. 20 2月, 2012 2 次提交