- Apr 24, 2013
-
-
Jesse Glick authored
-
- Apr 23, 2013
-
-
Jesse Glick authored
A recent Stapler update caused the Jelly facet to ignore *.xml. So need to use raw j:include (as plugins were doing), not st:include (as core did).
-
Jesse Glick authored
-
Jesse Glick authored
Most notable, cvs 1.6 → 2.8, to get the critical fix of removing the mail address resolver.
-
Jesse Glick authored
-
Jesse Glick authored
-
- Apr 22, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
(cherry picked from commit 9858bf1e)
-
- Apr 21, 2013
-
-
ssogabe authored
-
- Apr 20, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This is deemed important because we ship Jenkins without security setting by default.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 19, 2013
-
-
Kohsuke Kawaguchi authored
For multiple line warning messages, this makes them little bit spaced, but I think it's OK.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Plus more simplifications
-
Kohsuke Kawaguchi authored
Using prototype.js to simplify the code
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
On Chrome (and possibly others), an inline element like span doesn't enlarge its size to cover its content, so the 1px place holder wasn't taking effect. To ensure the minimum height of 16px, make it an inline-block element. I'm not entirely sure how an inline-block element with no fixed width would behave, but with a bit of casual testing, the text inside seems to wrap OK.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
- Improved logging and recovery for the Record thread that dies in the middle. - Recover from failing to monitor one node and move on to the next.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 18, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This allows administrator to remove this problematic file.
-
- Apr 17, 2013
-
-
Kohsuke Kawaguchi authored
For example, a new job might have a trigger setting to begin with, or it might resolve a reference that was previously failing (for example, 'up' job referring to 'down' job and the 'down' job is newly created.)
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Observations: - When marked inside, moving the mouse to <A> and clicking the context menu becomes easier, because you can move the mouse toward the hot spot area and it'll activate. Otherwise you have to move the mouse over to <A>, then move the mouse on the side, click it, then click the menu, which adds cognitive stress. - Marking model link as inside creates an empty space to the right of <A>, which looks odd if hyperlinks appear inline or if some other text follows it. Given that, my guiding principle for this change is: - any model link that is the last child of a block element gets marked as inside - I've adjust a few text to get rid of the single-letter training text after a model link, like "(#3)" to "- #3" - If another inline element follows a model link, leave it as is. This does create an ugly overlap.
-