Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  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


Compare: 
https://github.com/jenkinsci/jenkins/compare/5aa4af75c2c4...24aa5a54bea6

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