Branch: refs/heads/rc
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 15cc52276e73c92e867c762f3eec15c18a22b09d
      
https://github.com/jenkinsci/jenkins/commit/15cc52276e73c92e867c762f3eec15c18a22b09d
  Author: Michael Pailloncy <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/hudson/model/AbstractProject/sidepanel.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_es.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_fr.properties
    M test/src/test/java/hudson/model/AbstractProjectTest.java

  Log Message:
  -----------
  JENKINS-17416 - Improve Wipe Out Workspace label


  Commit: 72fbcbfceaf8ffd956b0cd06975d5ad8d404e138
      
https://github.com/jenkinsci/jenkins/commit/72fbcbfceaf8ffd956b0cd06975d5ad8d404e138
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M maven-plugin/pom.xml
    M plugins/pom.xml
    M pom.xml
    M test/pom.xml
    M ui-samples-plugin/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  the trunk is toward 1.513-SNAPSHOT


  Commit: 5ee9ab5451dcf698bd99c655635dc488c9cb3466
      
https://github.com/jenkinsci/jenkins/commit/5ee9ab5451dcf698bd99c655635dc488c9cb3466
  Author: Jesse Glick <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/hudson/model/AbstractProject/sidepanel.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_es.properties
    M 
core/src/main/resources/hudson/model/AbstractProject/sidepanel_fr.properties
    M test/src/test/java/hudson/model/AbstractProjectTest.java

  Log Message:
  -----------
  Merge pull request #760 from mpapo/JENKINS-17416

JENKINS-17416 - Improve Wipe Out Workspace label


  Commit: ff7f272a4b4e96d2efe8966f94c852fff2eea46d
      
https://github.com/jenkinsci/jenkins/commit/ff7f272a4b4e96d2efe8966f94c852fff2eea46d
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/junit/PackageResult.java
    M core/src/main/java/hudson/tasks/test/TestObject.java

  Log Message:
  -----------
  Fixing StringIndexOutOfBoundsException

I'm not really sure what this code is doing or what ID is supposed to look 
like. So this is just a minimum-intrusion change to avoid an exception.

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
  at java.lang.String.substring(String.java:1875)
  at 
hudson.tasks.junit.PackageResult.findCorrespondingResult(PackageResult.java:86)
  at hudson.tasks.junit.TestResult.findCorrespondingResult(TestResult.java:295)
  at 
hudson.tasks.test.AbstractTestResultAction.findCorrespondingResult(AbstractTestResultAction.java:183)
  at hudson.tasks.test.TestResult.getResultInBuild(TestResult.java:162)
  at hudson.tasks.junit.History.getList(History.java:82)
  at hudson.tasks.junit.History$1.createDataSet(History.java:105)
  at hudson.tasks.junit.History$GraphImpl.createGraph(History.java:169)
  at hudson.util.Graph.render(Graph.java:87)
  at hudson.util.Graph.doPng(Graph.java:98)


  Commit: 38eec4160149c4328d7f28d0516f5bdcbf69d3e0
      
https://github.com/jenkinsci/jenkins/commit/38eec4160149c4328d7f28d0516f5bdcbf69d3e0
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/junit/PackageResult.java

  Log Message:
  -----------
  Simplification without changing the semantics


  Commit: 5aa4af75c2c4c66541f1fd24ef82c5d46a79940d
      
https://github.com/jenkinsci/jenkins/commit/5aa4af75c2c4c66541f1fd24ef82c5d46a79940d
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/init/InitStrategy.java

  Log Message:
  -----------
  we want to prefer *.jpi over *.hpi, but the code was other way around


  Commit: 11bc7ce933a8628e60cffff5061e741e31d06d3a
      
https://github.com/jenkinsci/jenkins/commit/11bc7ce933a8628e60cffff5061e741e31d06d3a
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/lib/layout/breadcrumbs.js
    M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  -----------
  [JENKINS-13995]

Now that the context menu is open only when clicking 'v', the tooltip on model 
link should
be displayed as soon as the mouse hovers over it.


  Commit: 9cddeba7b2f82eec42e3b00e549dc1c55a193d48
      
https://github.com/jenkinsci/jenkins/commit/9cddeba7b2f82eec42e3b00e549dc1c55a193d48
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/lib/layout/breadcrumbs.css
    M core/src/main/resources/lib/layout/breadcrumbs.js
    M core/src/main/resources/lib/layout/menu_down_arrow.png

  Log Message:
  -----------
  [JENKINS-13995]

Made the 'v' icon bigger to increase the hit test area, and improved the 
alignment
logic so that the text and the 'v' icon gets vertically aligned.


  Commit: 8b8ea1c77bd22333b21e537d0d2a6c25f17054ad
      
https://github.com/jenkinsci/jenkins/commit/8b8ea1c77bd22333b21e537d0d2a6c25f17054ad
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/lib/layout/breadcrumbs.js

  Log Message:
  -----------
  Elements passed in are already extended via Prototype


  Commit: 69835e0f8a11664ec7fa9b894bd44d6bef11df7e
      
https://github.com/jenkinsci/jenkins/commit/69835e0f8a11664ec7fa9b894bd44d6bef11df7e
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly
    M core/src/main/resources/lib/layout/breadcrumbs.css
    M core/src/main/resources/lib/layout/breadcrumbs.js

  Log Message:
  -----------
  Additional 'inside' class allows pre-allocation of the context menu space


  Commit: 0f6b02bd18d3da009805199156b16d23f904e231
      
https://github.com/jenkinsci/jenkins/commit/0f6b02bd18d3da009805199156b16d23f904e231
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly
    M core/src/main/resources/lib/layout/breadcrumb.jelly
    M core/src/main/resources/lib/layout/breadcrumbBar.jelly
    M core/src/main/resources/lib/layout/breadcrumbs.css
    M core/src/main/resources/lib/layout/breadcrumbs.js

  Log Message:
  -----------
  Modifying the breadcrumb context menu so that it also requires clicking 'v'.


  Commit: b2cd4120ec4210a6bfc99eab06fed26c7b72f28a
      
https://github.com/jenkinsci/jenkins/commit/b2cd4120ec4210a6bfc99eab06fed26c7b72f28a
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/model/View.java
    M core/src/main/java/jenkins/model/Jenkins.java
    A core/src/main/java/jenkins/model/ModelObjectWithChildren.java
    M core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java
    M core/src/main/resources/lib/layout/breadcrumb.jelly
    M core/src/main/resources/lib/layout/breadcrumbBar.jelly
    M core/src/main/resources/lib/layout/breadcrumbs.css
    M core/src/main/resources/lib/layout/breadcrumbs.js
    A core/src/main/resources/lib/layout/menu_right_arrow.png
    M 
ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/NavigationContextMenu.java

  Log Message:
  -----------
  Breadcrumb is reworked to show descendants to provide additional navigational 
shortcuts.

Object that implements ModelObjectWithChildren can expose its children in the 
breadcrumb.


  Commit: 89621a90d62a12c23d53ad990137b5e1fad348f2
      
https://github.com/jenkinsci/jenkins/commit/89621a90d62a12c23d53ad990137b5e1fad348f2
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/lib/layout/breadcrumbs.css
    M core/src/main/resources/lib/layout/breadcrumbs.js

  Log Message:
  -----------
  BUG: z-index of the context menu must be bigger than that of the menu selector


  Commit: e6da4f7773156cd56578ba6e0fbfddd6db73e0b1
      
https://github.com/jenkinsci/jenkins/commit/e6da4f7773156cd56578ba6e0fbfddd6db73e0b1
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/lib/layout/breadcrumbs.css
    M core/src/main/resources/lib/layout/breadcrumbs.js

  Log Message:
  -----------
  BUG: z-index of the context menu must be bigger than that of the menu 
selector.

And both values need to be still bigger than the z-index of the top sticker
since the breadcrumb bar is on the top-sticker


  Commit: c77baaae076fe82b5cdfc5c861b440807851e38b
      
https://github.com/jenkinsci/jenkins/commit/c77baaae076fe82b5cdfc5c861b440807851e38b
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M 
ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/NavigationContextMenu.java
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/NavigationContextMenu/index.groovy
    M 
ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/NavigationContextMenu/index.properties

  Log Message:
  -----------
  improving the sample to cover ModelObjectWithChildren


  Commit: 304ffabed25bb918202f6bf5e5d066f499a3c29a
      
https://github.com/jenkinsci/jenkins/commit/304ffabed25bb918202f6bf5e5d066f499a3c29a
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/logging/LogRecorderManager.java
    M core/src/main/java/hudson/matrix/MatrixProject.java
    M core/src/main/java/hudson/model/ComputerSet.java
    M core/src/main/java/hudson/model/Label.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java
    M 
ui-samples-plugin/src/main/java/jenkins/plugins/ui_samples/NavigationContextMenu.java

  Log Message:
  -----------
  implemented ModelObjectWithChildren in various model object implementations


  Commit: 24aa5a54bea6c4f00906819d8cf14d68c44c0570
      
https://github.com/jenkinsci/jenkins/commit/24aa5a54bea6c4f00906819d8cf14d68c44c0570
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/matrix/MatrixProject.java
    M core/src/main/java/hudson/model/AbstractProject.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java

  Log Message:
  -----------
  adding more ModelObjectWithChildren implementations


  Commit: 63b3c935ef048389349d0bd916dbe8ea54cfa424
      
https://github.com/jenkinsci/jenkins/commit/63b3c935ef048389349d0bd916dbe8ea54cfa424
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/resources/lib/layout/layout.jelly
    M war/src/main/webapp/images/title.png
    M war/src/main/webapp/images/title.svg

  Log Message:
  -----------
  Use transparent background in the title logo.

This prevents one pixel height difference between the logo and the title
bar background.


  Commit: e6ee4abc847980d6cf8151776c2d7497757ec5df
      
https://github.com/jenkinsci/jenkins/commit/e6ee4abc847980d6cf8151776c2d7497757ec5df
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    A core/src/main/resources/lib/layout/menu_right_arrow2.png

  Log Message:
  -----------
  Forgot to commit this image.


  Commit: 5f806d8f6397596c8e8111d7c52dd42e9c5ef2ed
      
https://github.com/jenkinsci/jenkins/commit/5f806d8f6397596c8e8111d7c52dd42e9c5ef2ed
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-16 (Tue, 16 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/model/User.java
    M core/src/main/resources/hudson/matrix/MatrixBuild/ajaxMatrix.jelly
    M core/src/main/resources/hudson/matrix/MatrixProject/ajaxMatrix.jelly
    M core/src/main/resources/hudson/matrix/MatrixProject/index.jelly
    M core/src/main/resources/hudson/model/AbstractBuild/index.jelly
    M core/src/main/resources/hudson/model/AbstractProject/main.jelly
    M core/src/main/resources/hudson/model/Computer/index.jelly
    M core/src/main/resources/hudson/model/ComputerSet/index.jelly
    M core/src/main/resources/hudson/model/Fingerprint/index.jelly
    M core/src/main/resources/hudson/model/Job/buildTimeTrend.jelly
    M core/src/main/resources/hudson/model/Label/index.jelly
    M 
core/src/main/resources/hudson/model/PermalinkProjectAction/Permalink/link.jelly
    M core/src/main/resources/hudson/model/RunParameterValue/value.jelly
    M core/src/main/resources/hudson/model/View/AsynchPeople/index.jelly
    M core/src/main/resources/hudson/scm/SCM/project-changes.jelly
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index.jelly
    M core/src/main/resources/hudson/tasks/junit/CaseResult/list.jelly
    M core/src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
    M core/src/main/resources/hudson/tasks/junit/ClassResult/list.jelly
    M 
core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/TestResultAction/index.jelly
    M core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly
    M core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
    M core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/list.jelly
    M core/src/main/resources/hudson/views/JobColumn/column.jelly
    M core/src/main/resources/hudson/views/LastFailureColumn/column.jelly
    M core/src/main/resources/hudson/views/LastStableColumn/column.jelly
    M core/src/main/resources/hudson/views/LastSuccessColumn/column.jelly
    M core/src/main/resources/lib/hudson/abstractItemLink.jelly
    M core/src/main/resources/lib/hudson/buildListTable.jelly
    M core/src/main/resources/lib/hudson/executors.jelly
    M core/src/main/resources/lib/hudson/node.jelly
    M core/src/main/resources/lib/hudson/project/build-permalink.jelly
    M core/src/main/resources/lib/hudson/projectViewNested.jelly
    M core/src/main/resources/lib/hudson/queue.jelly
    M core/src/main/resources/lib/layout/layout.jelly

  Log Message:
  -----------
  Marked various mode-link as inside.

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.


  Commit: 46b6bee16e7cb775a74214799a02bb32be18e095
      
https://github.com/jenkinsci/jenkins/commit/46b6bee16e7cb775a74214799a02bb32be18e095
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-17 (Wed, 17 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractProject.java

  Log Message:
  -----------
  pointless double invocation


  Commit: 3f4d82a1a3c1585ff13f44053c4d018a93dcc7be
      
https://github.com/jenkinsci/jenkins/commit/3f4d82a1a3c1585ff13f44053c4d018a93dcc7be
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-17 (Wed, 17 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/model/ItemGroupMixIn.java

  Log Message:
  -----------
  Adding a new item should cause the dependency graph recalculation.

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.)


  Commit: e36a075436ad381ce4130b1d087eb0252d83ee52
      
https://github.com/jenkinsci/jenkins/commit/e36a075436ad381ce4130b1d087eb0252d83ee52
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-17 (Wed, 17 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractBuild.java

  Log Message:
  -----------
  Improve the error message to indicate which file had failed to parse.

This allows administrator to remove this problematic file.


  Commit: 3abc50253a0ff6b4850afd673ecb6b43a97fcf28
      
https://github.com/jenkinsci/jenkins/commit/3abc50253a0ff6b4850afd673ecb6b43a97fcf28
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-17 (Wed, 17 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractProject.java

  Log Message:
  -----------
  46b6bee16e7 left this comment that's no longer meaningful.


  Commit: 070f74f667fd6a11cc10d9f9b067db018319ecc3
      
https://github.com/jenkinsci/jenkins/commit/070f74f667fd6a11cc10d9f9b067db018319ecc3
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-17 (Wed, 17 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/model/LoadBalancer.java

  Log Message:
  -----------
  making this extension point more discoverable


  Commit: 7578aa93ad99c11d49b97100a8e97c450b8d6a9b
      
https://github.com/jenkinsci/jenkins/commit/7578aa93ad99c11d49b97100a8e97c450b8d6a9b
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M core/src/main/java/jenkins/model/CoreEnvironmentContributor.java
    M 
core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.groovy
    M 
core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.properties

  Log Message:
  -----------
  expose the display name of the build as environment variable


  Commit: b1f0a7be759695095ae0194d9e65b603be776e38
      
https://github.com/jenkinsci/jenkins/commit/b1f0a7be759695095ae0194d9e65b603be776e38
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Queue.java

  Log Message:
  -----------
  Adding more diagnostics logging


  Commit: e1317648504ce5ee0739836f06f8b1089810362c
      
https://github.com/jenkinsci/jenkins/commit/e1317648504ce5ee0739836f06f8b1089810362c
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java

  Log Message:
  -----------
  formatting improvements


  Commit: 5c95be34e4607a7c4c5470ffe79942b513188956
      
https://github.com/jenkinsci/jenkins/commit/5c95be34e4607a7c4c5470ffe79942b513188956
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java

  Log Message:
  -----------
  don't let a programming error kill this thread


  Commit: 58cb75fd28244f1f0ef48cdfc313aae19cc57bd1
      
https://github.com/jenkinsci/jenkins/commit/58cb75fd28244f1f0ef48cdfc313aae19cc57bd1
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java

  Log Message:
  -----------
  Improved the robustness in the node monitoring

- 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.


  Commit: 22d1175ac640070d19c426a698b0909400901b41
      
https://github.com/jenkinsci/jenkins/commit/22d1175ac640070d19c426a698b0909400901b41
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-18 (Thu, 18 Apr 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/node_monitors/AbstractNodeMonitorDescriptor.java
    M core/src/main/resources/hudson/model/ComputerSet/index.jelly
    M core/src/main/resources/hudson/node_monitors/Messages.properties

  Log Message:
  -----------
  Show when the monitor data was obtained


  Commit: 368d8c73949e610c7ee92f4dbb5e443cf2059bf8
      
https://github.com/jenkinsci/jenkins/commit/368d8c73949e610c7ee92f4dbb5e443cf2059bf8
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M core/src/main/java/hudson/Util.java
    M war/src/main/webapp/css/style.css

  Log Message:
  -----------
  Don't let the error icon get clipped when the text is short.

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.


  Commit: 8bcc07326d26ad4f2e9b826d2b05a67e97acd3e5
      
https://github.com/jenkinsci/jenkins/commit/8bcc07326d26ad4f2e9b826d2b05a67e97acd3e5
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M war/src/main/webapp/scripts/sortable.js

  Log Message:
  -----------
  avoid global names


  Commit: d5d4b45ef7730577482827ff0a4e4dee73f9057e
      
https://github.com/jenkinsci/jenkins/commit/d5d4b45ef7730577482827ff0a4e4dee73f9057e
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M war/src/main/webapp/scripts/sortable.js

  Log Message:
  -----------
  refactored to eliminate duplication.

Using prototype.js to simplify the code


  Commit: 9b072294af9a5eb2e16885a29a4fe75917a85fae
      
https://github.com/jenkinsci/jenkins/commit/9b072294af9a5eb2e16885a29a4fe75917a85fae
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M war/src/main/webapp/scripts/sortable.js

  Log Message:
  -----------
  Added 'sorttop' class to make rows stick to the top.

Plus more simplifications


  Commit: 39acb350c116e17d24c10b8c942aef11e23aab52
      
https://github.com/jenkinsci/jenkins/commit/39acb350c116e17d24c10b8c942aef11e23aab52
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M core/src/main/resources/hudson/model/ComputerSet/index.jelly

  Log Message:
  -----------
  make this row always stick to the top


  Commit: ac7e27756fa59e5e962af4ff0d41be040c74ccd3
      
https://github.com/jenkinsci/jenkins/commit/ac7e27756fa59e5e962af4ff0d41be040c74ccd3
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M core/src/main/java/jenkins/util/ProgressiveRendering.java
    M core/src/main/resources/hudson/model/View/AsynchPeople/index.jelly
    M war/src/main/webapp/scripts/hudson-behavior.js
    M war/src/main/webapp/scripts/sortable.js

  Log Message:
  -----------
  Avoid using now deprecated names


  Commit: d74ef2783e50ed118584912c363042aa9398316b
      
https://github.com/jenkinsci/jenkins/commit/d74ef2783e50ed118584912c363042aa9398316b
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M war/src/main/webapp/css/style.css

  Log Message:
  -----------
  This aligns the middle of the text and the icon.

For multiple line warning messages, this makes them little bit spaced, but I 
think it's OK.


  Commit: 937315a29ac31757e38154c902a9dced6e4ac172
      
https://github.com/jenkinsci/jenkins/commit/937315a29ac31757e38154c902a9dced6e4ac172
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M changelog.html
    M core/src/main/resources/lib/form/repeatable/repeatable.js
    M war/src/main/webapp/css/style.css
    M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  -----------
  Delete button will highlight what it is going to delete


  Commit: 64da3d5e274eb1ba688439bf00b3e691914fe74d
      
https://github.com/jenkinsci/jenkins/commit/64da3d5e274eb1ba688439bf00b3e691914fe74d
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M core/src/main/resources/lib/form/advanced/advanced.js

  Log Message:
  -----------
  simplification


  Commit: 4afb1cc0eae5ee709876ab11483ebf5cdad6c171
      
https://github.com/jenkinsci/jenkins/commit/4afb1cc0eae5ee709876ab11483ebf5cdad6c171
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M core/src/main/resources/lib/form/advanced/advanced.js

  Log Message:
  -----------
  adding animation


  Commit: 73ee0d3eba30f2968940541ac5c914092a5ab424
      
https://github.com/jenkinsci/jenkins/commit/73ee0d3eba30f2968940541ac5c914092a5ab424
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M core/src/main/resources/lib/form/repeatable/repeatable.js

  Log Message:
  -----------
  Adding more animation


  Commit: 70e1977f21cb75d58647349905a128ffdd3ee550
      
https://github.com/jenkinsci/jenkins/commit/70e1977f21cb75d58647349905a128ffdd3ee550
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    A core/src/main/java/jenkins/diagnostics/SecurityIsOffMonitor.java
    A 
core/src/main/resources/jenkins/diagnostics/SecurityIsOffMonitor/message.jelly
    A 
core/src/main/resources/jenkins/diagnostics/SecurityIsOffMonitor/message.properties

  Log Message:
  -----------
  Call attention to the fact that the security isn't enabled.

This is deemed important because we ship Jenkins without security setting by 
default.


  Commit: 9858bf1e08c5ac2a2401714c82533d78ef3642a9
      
https://github.com/jenkinsci/jenkins/commit/9858bf1e08c5ac2a2401714c82533d78ef3642a9
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-19 (Fri, 19 Apr 2013)

  Changed paths:
    M test/src/test/resources/hudson/model/update-center.json
    M test/src/test/resources/hudson/model/update-center.json.html

  Log Message:
  -----------
  Timestamps have expired in these test data


  Commit: 51f952f49c14b279539a04ed243be418d316412f
      
https://github.com/jenkinsci/jenkins/commit/51f952f49c14b279539a04ed243be418d316412f
  Author: ssogabe <[email protected]>
  Date:   2013-04-21 (Sun, 21 Apr 2013)

  Changed paths:
    M core/src/main/resources/hudson/model/ComputerSet/index_ja.properties
    M 
core/src/main/resources/jenkins/diagnostics/SecurityIsOffMonitor/message.properties
    A 
core/src/main/resources/jenkins/diagnostics/SecurityIsOffMonitor/message_ja.properties

  Log Message:
  -----------
  Japanese localization


  Commit: 6ed53642858ba4fbffcc6a2d93d4d7b0828bb842
      
https://github.com/jenkinsci/jenkins/commit/6ed53642858ba4fbffcc6a2d93d4d7b0828bb842
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-21 (Sun, 21 Apr 2013)

  Changed paths:
    M changelog.html
    M debian/debian/changelog

  Log Message:
  -----------
  merged back the RC branch


  Commit: dd28b78c9c9bc7e49d7c133ec5b4901e03839966
      
https://github.com/jenkinsci/jenkins/commit/dd28b78c9c9bc7e49d7c133ec5b4901e03839966
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-04-21 (Sun, 21 Apr 2013)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  creating an RC branch


Compare: 
https://github.com/jenkinsci/jenkins/compare/27e2353f7e82...dd28b78c9c9b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to