- 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
-
Vojtech Juranek authored
As per discussion under PR #1194, it should go into separate plugin.
-
- Apr 17, 2014
-
-
Vojtech Juranek authored
-
- Apr 16, 2014
-
-
Alex Earl authored
-
- Apr 15, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-22631] Do not just warn about multiple builds with the same number; note this in the official problem list, and offer to fix it.
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-21622] Release workspace leases (and avoid @2) even if post-build actions throw LinkageError.
-
- Apr 14, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-22607] Avoid loading recent builds when deletion of builds older than some date has been requested.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Integrated v2.38
-
- Apr 13, 2014
-
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Stefan Wolf authored
-