- Jul 21, 2014
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jul 18, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-20663] For now, go back to using ZipOutputStream from Ant that supports setting the filename encoding (present in java.util.zip only in Java 7+).
-
- Jul 15, 2014
-
-
Jesse Glick authored
Correcting change made in #1176, which introduced an NPE, to restore original logic merely wrapped in a synchronized block. Reproduced NPE in new functional test (original bug probably very hard to reproduce).
-
Jesse Glick authored
-
- Jul 14, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jul 12, 2014
-
-
Daniel Beck authored
-
Daniel Beck authored
-
- Jul 11, 2014
-
-
Kohsuke Kawaguchi authored
-
- Jul 10, 2014
-
-
Daniel Beck authored
-
- Jul 08, 2014
-
-
Kohsuke Kawaguchi authored
-
- Jul 07, 2014
-
-
Kohsuke Kawaguchi authored
-
- Jun 30, 2014
-
-
Kohsuke Kawaguchi authored
-
- Jun 29, 2014
-
-
Kohsuke Kawaguchi authored
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
- Jun 27, 2014
-
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
- Jun 26, 2014
-
-
Oliver Gondža authored
-
- Jun 25, 2014
-
-
Jesse Glick authored
-
- Jun 23, 2014
-
-
Oliver Gondža authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jun 18, 2014
-
-
tfennelly authored
-
Oliver Gondža authored
-
- Jun 17, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-14264] For logs >200Kb, just show two <t:task>s without nesting, for proper interoperability with the context menu.
-
- Jun 16, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-23191] f:radio is not databinding-aware and does not correctly handle multiple configuration sections unless you make it.
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jun 13, 2014
-
-
tfennelly authored
-
Jesse Glick authored
-
- Jun 12, 2014
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
Integrated the fix made in winp 1.20.
-
Daniel Beck authored
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
- Jun 11, 2014
-
-
Daniel Beck authored
-
- Jun 10, 2014
-
-
Daniel Beck authored
-
Jesse Glick authored
[FIXED JENKINS-20327] When saving a list view, submit POST data with size proportional to the # of jobs selected for inclusion, not the number of options. This can be done easily by setting json="true"; otherwise the default is to pass =false for each unselected job. Ironically, even with this fix we are sending 2× what is needed, since currently ListView.submit does not even check the json parameter for job names: it only pays attention to top-level request parameters that the browser defines for selected checkboxes. Ideally we could ask buildFormTree to ignore a given form element entirely, so as to avoid the wasted data.
-