- May 27, 2014
-
-
Kohsuke Kawaguchi authored
-
- May 20, 2014
-
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
[FIXED JENKINS-12753] Added PluginStrategy.getShortName to avoid actually trying to unpack a plugin before throwing RestartRequiredException.
-
Kohsuke Kawaguchi authored
-
- May 19, 2014
-
-
Jesse Glick authored
-
- May 15, 2014
-
-
Oliver Gondža authored
-
- May 14, 2014
-
-
Stephen Connolly authored
[FIXED JENKINS-22938] SSH slave connections die after the slave outputs 4MB of stderr, usually during findbugs analysis
-
- May 13, 2014
-
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- May 12, 2014
-
-
Kohsuke Kawaguchi authored
-
- May 11, 2014
-
-
Daniel Beck authored
-
Daniel Beck authored
-
- May 05, 2014
-
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
- May 04, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 02, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- May 01, 2014
-
-
Jesse Glick authored
-
- Apr 30, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Daniel Beck authored
-
- Apr 29, 2014
-
-
Daniel Beck authored
-
- Apr 28, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 27, 2014
-
-
Daniel Beck authored
-
- Apr 24, 2014
-
-
Oliver Gondža authored
-
Jesse Glick authored
-
- Apr 21, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 20, 2014
-
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Daniel Beck authored
-
Daniel Beck authored
-
- Apr 19, 2014
-
-
anafke authored
IE8 (and I assume other browsers that use a doctype pre-html5) interpret the span outside of the link, as in HTML4.01 you needed the closing tag. http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.4 The code was causing a NPE in IE8 and users could not sort the columns. >> cell.innerHTML = '<a href="#" class="sortheader">'+this.getInnerText(cell)+'<span class="sortarrow" /></a>'; >> cell.innerHTML ; "<A class=sortheader href="#"> S<SPAN class=sortarrow></A></SPAN>" >> cell.innerHTML = '<a href="#" class="sortheader">'+this.getInnerText(cell)+'<span class="sortarrow"></span></a>' >> cell.innerHTML ; "<A class=sortheader href="#"> S<SPAN class=sortarrow></SPAN></A>"
-
Jesse Glick authored
[FIXED JENKINS-22681] Fix of JENKINS-19418 should have used getById, not load, to avoid reloading the last build gratuitously.
-
Oliver Gondža authored
-
- Apr 18, 2014
-
-
Oliver Gondža authored
-
Kohsuke Kawaguchi authored
-