[JIRA] [core] (JENKINS-25220) Dashboard "Status of build" images missing after upgrade to 1.584

2014-12-16 Thread m...@danceswithllamas.com (JIRA)














































Michael Merrell
 commented on  JENKINS-25220


Dashboard "Status of build" images missing after upgrade to 1.584















Well, my pull request is still open, so it hasn't been fixed by that route. You can always make the change to the jelly file locally and repack the WAR file like I have.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [dashboard-view-plugin] (JENKINS-25220) Dashboard "Status of build" images missing after upgrade to 1.584

2014-11-05 Thread m...@danceswithllamas.com (JIRA)














































Michael Merrell
 commented on  JENKINS-25220


Dashboard "Status of build" images missing after upgrade to 1.584















Closed that pull request and opened another with a smaller change. https://github.com/jenkinsci/jenkins/pull/1455



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [dashboard-view-plugin] (JENKINS-25220) Dashboard "Status of build" images missing after upgrade to 1.584

2014-11-04 Thread m...@danceswithllamas.com (JIRA)














































Michael Merrell
 commented on  JENKINS-25220


Dashboard "Status of build" images missing after upgrade to 1.584















Pull request https://github.com/jenkinsci/jenkins/pull/1452



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [dashboard-view-plugin] (JENKINS-25220) Dashboard "Status of build" images missing after upgrade to 1.584

2014-11-04 Thread m...@danceswithllamas.com (JIRA)














































Michael Merrell
 commented on  JENKINS-25220


Dashboard "Status of build" images missing after upgrade to 1.584















There was a change to core/src/main/resources/lib/hudson/ballColorTd.jelly that replaced iconSize with iconSizeClass:


	
-   tooltip="${it.description}" style="${attrs.style}" class="icon${iconSize}"/>
+  
+   tooltip="${it.description}" style="${attrs.style}" />



In cases where iconSize is being set by a jelly attribute, iconSize is converted to iconSizeClass:

  
  

  

However, it looks like the iconSize is set as a variable in the build statistics jelly file.

dashboard-view-plugin/src/main/resources/hudson/plugins/view/dashboard/stats/StatBuilds/statbuilds.jelly:

	
...


So, either the plugin needs to be updated to use iconSizeClass or pass the iconSize as an attribute; or ballColorTd.jelly needs to convert iconSize as well as attrs.iconSize. Or both.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.