- 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
-
- Apr 12, 2014
-
-
Oliver Gondža authored
-
Jesse Glick authored
-
- Apr 10, 2014
-
-
Jesse Glick authored
(Forgot that Run’s are unmarshalled in place after a special constructor is called, so there is no need for readResolve or other tricks.) Also calling RunListener.onDeleted outside of the Run lock to avoid problems with things like ChangeLogHistoryRunListener.
-
Jesse Glick authored
-
- Apr 08, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 07, 2014
-
-
Kohsuke Kawaguchi authored
-
- Apr 05, 2014
-
-
Kohsuke Kawaguchi authored
-
- Apr 03, 2014
-
-
Jesse Glick authored
-
- Apr 02, 2014
-
-
Kohsuke Kawaguchi authored
The actual fix has been implemented over the last dozen or so commits
-
- Apr 01, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-18364] Functions.getRelativeLinkTo is called many times during rendering, so skip checking View.getItems which is expensive.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Avoid extracting war file under /tmp. When jar files and resource files disappear from under us, all sorts of strange errors happen.
-
- Mar 31, 2014
-
-
Kohsuke Kawaguchi authored
-
- Mar 28, 2014
-
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-