Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: c9b878f4889659b889d03e24aa8e5cb6eb763b89
      
https://github.com/jenkinsci/jenkins/commit/c9b878f4889659b889d03e24aa8e5cb6eb763b89
  Author: Daniel Beck <[email protected]>
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
    M core/src/main/java/jenkins/management/ReloadLink.java
    M core/src/main/resources/jenkins/model/Jenkins/manage.jelly

  Log Message:
  -----------
  [FIX JENKINS-38175] Fix various ManagementLink related bugs

- In the context menu, the 'post' flag was set iff 'requiresConfirmation'
  was set, even though they're independent (e.g. Prepare for shutdown
  requires the former but not the latter)
- /manage screen: The icon (t:summary) does not support POST or
  confirmation links, but was set to not link only if no confirmation
  was required (i.e. POST links did not POST when the icon was clicked
  -- now the icon is not clickable as a workaround)
- /manage screen: All links requiring confirmation did POST, which masked
  the fact that the 'Reload from disk' link wasn't set up to require POST
  (it was only broken in the context menu). Now, confirmation and POST are
  separate flags, and 'Reload from disk' link now requests POST.


  Commit: f7ef77bed5fecf187c4ceb523fea30a26e536d06
      
https://github.com/jenkinsci/jenkins/commit/f7ef77bed5fecf187c4ceb523fea30a26e536d06
  Author: Oleg Nenashev <[email protected]>
  Date:   2017-01-08 (Sun, 08 Jan 2017)

  Changed paths:
    M core/src/main/java/jenkins/management/ReloadLink.java
    M core/src/main/resources/jenkins/model/Jenkins/manage.jelly

  Log Message:
  -----------
  Merge pull request #2692 from daniel-beck/JENKINS-38175

[FIX JENKINS-38175] Fix various ManagementLink related bugs


Compare: 
https://github.com/jenkinsci/jenkins/compare/7b51d56a7b5a...f7ef77bed5fe

-- 
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/d/optout.

Reply via email to