|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/hudson/plugins/analysis/core/BuildResult.java
src/main/java/hudson/plugins/analysis/util/model/AnnotationContainer.java
src/main/java/hudson/plugins/analysis/util/model/AnnotationsLabelProvider.java
src/main/java/hudson/plugins/analysis/views/DetailFactory.java
src/main/resources/hudson/plugins/analysis/Messages.properties
src/main/resources/hudson/plugins/analysis/Messages_de.properties
src/main/resources/hudson/plugins/analysis/Messages_ja.properties
src/main/resources/hudson/plugins/analysis/Messages_nl.properties
src/main/resources/hudson/plugins/analysis/Messages_zh_TW.properties
src/main/resources/result/main.jelly
src/main/resources/result/main_de.properties
src/main/resources/result/main_ja.properties
src/main/resources/result/main_nl.properties
src/main/resources/result/main_zh_TW.properties
http://jenkins-ci.org/commit/analysis-core-plugin/af8490f0f29f6be2578adc570a530b85f58b5d74
Log:
JENKINS-26235 Enabled customization of tab labels.
The labels of the tabs that visualize the build result are now provided by separate class. This class can be overwritten by plug-ins that want to change these labels. The tasks plug-in already makes use of this new approach.
Moreover, a div with an ID has been added to all tab labels so that the acceptance test can be made more stable.
Compare: https://github.com/jenkinsci/analysis-core-plugin/compare/cb09e772d7af...af8490f0f29f