- Apr 20, 2014
-
-
Kohsuke Kawaguchi authored
This lets us support plugins written in Java8
-
Kohsuke Kawaguchi authored
-
- Apr 19, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
gcummings authored
[JENKINS-20857] - add unit test which recreates NullPointerException if selected build has been deleted
-
gcummings authored
-
Kohsuke Kawaguchi authored
Pass through task-link CSS class to confirmationLink dialog
-
Kohsuke Kawaguchi authored
Add console-output class even while div is in progress
-
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>"
-
Kohsuke Kawaguchi authored
Upgrade remoting to 2.40
-
Jesse Glick authored
[FIXED JENKINS-22681] Fix of JENKINS-19418 should have used getById, not load, to avoid reloading the last build gratuitously.
-
Jesse Glick authored
-
Oliver Gondža authored
-
Oliver Gondža authored
[FIXED JENKINS-20597 JENKINS-21720] Improved config confirmation.
-
- Apr 18, 2014
-
-
Harald Albers authored
-
Harald Albers authored
masters likewise, avoid usage of "machine" because a physical machine could host several nodes.
-
Oliver Gondža authored
Conflicts: changelog.html
-
Oliver Gondža authored
-
Kohsuke Kawaguchi authored
-
Oliver Gondža authored
[FIXED JENKINS-22674] Use JS to resize graph.
-
Oliver Gondža authored
[FIXED JENKINS-22670] Less aggressive word breaking
-
Daniel Beck authored
This will make the load statistics graphs fit the window width.
-
Vojtech Juranek authored
As per discussion under PR #1194, it should go into separate plugin.
-
christ66 authored
-
- Apr 17, 2014
-
-
Daniel Beck authored
-
Vojtech Juranek authored
-
christ66 authored
-
Jesse Glick authored
Update version of bundled Mailer plugin to 1.8 to avoid issues with olde...
-
- Apr 16, 2014
-
-
Alex Earl authored
-
Nicolas De loof authored
Fix jenkins restart on Linux after a JRE system update
-
Yoann Dubreuil authored
Daemon.getCurrentExecutable() use /proc/PID/exe to retrieve the used JRE. This link is broken when the target changes (ie after a JRE system update) because the kernel appends ' (deleted)' to the symlink. This patch uses the first argument of the command line (in /proc/PID/cmdline) instead.
-
- Apr 15, 2014
-
-
CloudBees DEV@Cloud authored
-
Jesse Glick authored
[JENKINS-22631] The wrong (newer) build was sometimes being marked for fixing, depending on arbitrary directory listing order.
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
Trying to make SocketTimeoutException’s (as originally noted in 3ec7e562) not turn into test errors. (Works only in JenkinsRule, not HudsonTestCase.) Still have no clue as to cause.
-
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
-
Jesse Glick authored
-
Jesse Glick authored
-