1. 14 11月, 2012 1 次提交
  2. 02 7月, 2012 9 次提交
  3. 30 6月, 2012 2 次提交
  4. 29 6月, 2012 5 次提交
    • K
      [FIXED JENKINS-14178] Merge branch 'pull-505' · f5d378f2
      Kohsuke Kawaguchi 提交于
      Conflicts:
      	core/src/main/java/hudson/model/AbstractProject.java
      f5d378f2
    • K
      massaging the change a bit. · d46ba52c
      Kohsuke Kawaguchi 提交于
      - doc improvement
      - report the result and the problem to the listener
      d46ba52c
    • K
      follow-up bug fix to 7bcc8107 · d1d66fee
      Kohsuke Kawaguchi 提交于
      d1d66fee
    • K
      exposing items to URL · 7bcc8107
      Kohsuke Kawaguchi 提交于
      7bcc8107
    • 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
  5. 28 6月, 2012 11 次提交
  6. 25 6月, 2012 11 次提交
  7. 24 6月, 2012 1 次提交