- Apr 22, 2011
-
-
Kohsuke Kawaguchi authored
-
Vojtech Juranek authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
JNLP is implementation detail. Java Web Start is a better known term, although this can be still improved.
-
Kohsuke Kawaguchi authored
Conflicts: core/src/main/java/hudson/Functions.java core/src/main/java/hudson/model/AutoCompletionCandidates.java core/src/main/java/hudson/model/ViewDescriptor.java core/src/main/resources/lib/hudson/3rdPartyLicenses.jelly core/src/main/resources/lib/hudson/newFromList/form.jelly core/src/main/resources/lib/hudson/projectViewRow.jelly core/src/main/resources/lib/hudson/thirdPartyLicenses.jelly core/src/main/resources/lib/layout/renderOnDemand.jelly core/src/test/java/hudson/FilePathTest.java test/src/test/resources/lib/layout/RenderOnDemandTest/testBehaviour.jelly test/src/test/resources/scripts/BehaviorTest/testCssSelectors.jelly ui-samples-plugin/src/main/resources/hudson/plugins/ui_samples/JavaScriptProxy/index.jelly
-
Kohsuke Kawaguchi authored
-
Seiji Sogabe authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Seiji Sogabe authored
-
Kohsuke Kawaguchi authored
on IE8, <A> element always gets empty string as name, not null. Empty name is not valid any way, so detect that accordingly.
-
Kohsuke Kawaguchi authored
in IE, innerHTML of TABLE is not modifiable (See http://support.microsoft.com/kb/239832), so this doesn't work. Looking at the similar code in the latest prototype.js, a work around is to create the full TABLE HTML fragment and inserting it to DIV.
-
Kohsuke Kawaguchi authored
in Firefox 3.6 on amd64 Ubuntu that I tested, setting innerHTML of TBODY to "<tr>...</tr>" doesn't just add a TR, and Firefox tries to fix it to something broken. But setting innerHTML of a TABLE to "<tr>...</tr>" works as expected.
-
Kohsuke Kawaguchi authored
that results in missing tail bits when the master is heavily loaded.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
strange intermediate nodes. (For example, when we are inserting a number of <TR>s)
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
making Behaviour.applySubtree to consider the given node itself as a possible match. Previously it wasn't.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
adjuncts are like static resources, and they should be available without read access, or else page rendering can fail
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-