1. 06 7月, 2012 1 次提交
    • J
      [FIXED JENKINS-14325] CCE & missing GUI when using jobs inside folders. · c91584ff
      Jesse Glick 提交于
      Introduced AbstractProject.supportsMakeDisabled rather than using trick of checking for parent instanceof Jenkins.
      Extracted common GUI into makeDisabled.jelly, with accompanying I18N refactoring.
      Also moved all this into AbstractProject, where the relevant methods are defined, rather than Job where they are not.
      c91584ff
  2. 29 6月, 2012 2 次提交
    • K
      follow-up bug fix to 7bcc8107 · d1d66fee
      Kohsuke Kawaguchi 提交于
      d1d66fee
    • K
      splitting JavaScript into smaller fragments for better maintainability. · 96442cd9
      Kohsuke Kawaguchi 提交于
      One of the problems with the current way Jenkins puts JavaScripts is that most everything is in a single file. It doesn't highlight the relationship between those fragments and their corresponding tag files.
      
      So I'm experimenting with moving out these fragments into individual JavaScript files co-located with the tag file. They then get loaded into the page via <st:adjunct>. Each script is served with unique URL such that the browser will not even have to try conditional GET when loading different pages, so this should prevent the performance problem caused by the fact that there are now lots of <script> tags in the page.
      
       If for some reason even this turns out to be a problem, we can always add additional build steps to concatenate them all.
      96442cd9
  3. 28 6月, 2012 5 次提交
  4. 23 6月, 2012 6 次提交
  5. 15 6月, 2012 3 次提交
  6. 12 6月, 2012 2 次提交
  7. 06 6月, 2012 2 次提交
  8. 05 6月, 2012 3 次提交
  9. 31 5月, 2012 4 次提交
  10. 30 5月, 2012 2 次提交
  11. 26 5月, 2012 4 次提交
  12. 25 5月, 2012 1 次提交
  13. 24 5月, 2012 2 次提交
  14. 23 5月, 2012 3 次提交