- Apr 16, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Added logging more liberally, and fixed the problem. The root cause was that when the mouse enters a hot spot, I wasn't cancelling the previous delayed hide timer. This fix eliminates the need for the hack in the hide method where I was testing if the mouse was still over the hotspot.
-
Kohsuke Kawaguchi authored
Fixed a bug where the context menu anchor 'v' disappears even when the mouse is still over a model link.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This regression appeared to be introduced in 32d5c23f.
-
Jesse Glick authored
-
Jesse Glick authored
-
Nicolas De loof authored
d3096819 changed constructor signature. Add a backward-compatible one
-
- Apr 15, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 13, 2013
- Apr 12, 2013
-
-
Seiji Sogabe authored
-
Jesse Glick authored
-
Jesse Glick authored
ListView can match now items belonging to nested ItemGroups
-
Vincent Latombe authored
-
Jesse Glick authored
Tricky to emulate the actual web interaction including JavaScript window.confirm; suffices to just call the web method directly.
-
Jesse Glick authored
Using l:confirmationLink instead of AbstractItem/delete.jelly and AbstractProject/wipeOutWorkspace.jelly.
-
- Apr 11, 2013
-
-
Seiji Sogabe authored
-
Jesse Glick authored
-
Jesse Glick authored
Expanded MockFolder to be a ViewGroup so that it is possible to test views inside folders, and generally fixed it to service Stapler hierarchies properly so that WebClient-based tests can work.
-
Seiji Sogabe authored
[FIXED JENKINS-5408] Quoting Issue with JDK Installer with Windows Slave
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Vincent Latombe authored
The reason is that we always determine the job url using Functions#getRelativeLinkTo, which keeps the view navigation info if it exists, and can produce an absolute url if required by the context. So it is no longer needed for the caller to worry about jobBaseUrl. By default, names are interpreted in relatively to the current item group, so Label and Computer views no longer need to set useFullName to true to have correct behaviour.
-
Seiji Sogabe authored
-
- Apr 10, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
https://ci.jenkins-ci.org/job/jenkins_main_trunk/2449/testReport/hudson.console/ConsoleAnnotatorTest/testCompletedStatelessLogAnnotation/ junit.framework.AssertionFailedError: expected:<3> but was:<4> at junit.framework.Assert.fail(Assert.java:57) at junit.framework.Assert.failNotEquals(Assert.java:329) at junit.framework.Assert.assertEquals(Assert.java:78) at junit.framework.Assert.assertEquals(Assert.java:234) at junit.framework.Assert.assertEquals(Assert.java:241) at junit.framework.TestCase.assertEquals(TestCase.java:409) at hudson.console.ConsoleAnnotatorTest.testCompletedStatelessLogAnnotation(ConsoleAnnotatorTest.java:69)
-
Vincent Latombe authored
Conflicts: changelog.html
-
Jesse Glick authored
[FIXED JENKINS-15340] Ask for confirmation before reloading config from disk, as it may be expensive. First of all, /reload should require POST (also prevents XSS DoS attacks). Adding <l:confirmationLink> to encapsulate a link that requires confirmation upon clicking. Allowing a ManagementLink to request confirmation (also implying POST); could be used also for e.g. /quietDown. Enhancing <l:task> to support confirmation as well, and honoring this in context menu items.
-
Vincent Latombe authored
Conflicts: changelog.html
-
Vincent Latombe authored
-
Vincent Latombe authored
complete relative url, in order to take into account the current view.
-
Vincent Latombe authored
Added some unit tests
-
Vincent Latombe authored
The view content needs to be determined by getItems as the content can change even without view definition modification.
-