1. 27 7月, 2013 1 次提交
    • L
      [FIXED JENKINS-16660] Allow variable names with dots in bracketed references. · 3376cf01
      Larry North 提交于
      Given these <variable,value> mappings: <A,a> and <A.B,a-b>, $A.B would
      evaluate to $a.B, as it currently does, and ${A.B} to a-b instead of the
      current ${A.B}.
      
      Existing ${A.B}-like references will break (not evaluate to ${A.B}) if
      there actually is an A.B variable defined, which I think is very
      unlikely.
      3376cf01
  2. 25 7月, 2013 3 次提交
  3. 15 6月, 2013 1 次提交
  4. 10 6月, 2013 1 次提交
  5. 01 6月, 2013 1 次提交
  6. 22 5月, 2013 1 次提交
  7. 02 5月, 2013 1 次提交
  8. 20 4月, 2013 1 次提交
    • K
      Don't let the error icon get clipped when the text is short. · 368d8c73
      Kohsuke Kawaguchi 提交于
      On Chrome (and possibly others), an inline element like span doesn't enlarge
      its size to cover its content, so the 1px place holder wasn't taking effect.
      
      To ensure the minimum height of 16px, make it an inline-block element. I'm
      not entirely sure how an inline-block element with no fixed width would behave,
      but with a bit of casual testing, the text inside seems to wrap OK.
      368d8c73
  9. 03 4月, 2013 2 次提交
  10. 29 3月, 2013 1 次提交
  11. 19 3月, 2013 2 次提交
  12. 14 3月, 2013 1 次提交
  13. 13 3月, 2013 3 次提交
    • K
      Massaging the fix. · 2f781863
      Kohsuke Kawaguchi 提交于
      - ID_FORMATTER is time zone sensitive, so comparing against # of
        milliseconds since the epoch won't be portable.
      
      - resolveSymlink can return a relative path.
      2f781863
    • K
      [FIXED JENKINS-16089] · 88feabb4
      Kohsuke Kawaguchi 提交于
      Remember the permalink target as symlink (or simple text file) so that
      looking that up doesn't cause the walk of the build history.
      I think this is more in line with our general preference of making
      $JENKINS_HOME useful (than trying to persist cache into a blackbox.)
      
      Having a general purpose in-memory cache could be useful, so I'll see if
      I can add that, too, in a way that allows someone to plug different
      backend.
      88feabb4
    • K
      Windows symbolic support for Java5/6 · d97b0834
      Kohsuke Kawaguchi 提交于
      d97b0834
  14. 09 3月, 2013 3 次提交
  15. 01 3月, 2013 1 次提交
  16. 28 2月, 2013 1 次提交
  17. 11 2月, 2013 1 次提交
  18. 30 1月, 2013 1 次提交
  19. 29 1月, 2013 1 次提交
  20. 18 11月, 2012 1 次提交
  21. 17 11月, 2012 1 次提交
  22. 16 10月, 2012 1 次提交
  23. 11 9月, 2012 2 次提交
  24. 07 9月, 2012 2 次提交
  25. 25 7月, 2012 1 次提交
  26. 13 6月, 2012 4 次提交
  27. 10 3月, 2012 1 次提交