stable

Clone or download

Read-only

Do not HTML encode the widgets title two times

Accented characters in widget's title should be displayed correctly when you have $sys_use_tlp_in_dashboards = 1. You can test it with the widget Image. This is part of the story #10173: Have multiple dashboards Change-Id: I8d7f8e41095adeb8eddc3154b3b26a9df37e8918

Modified Files

Name
M plugins/docman/include/Docman_Widget_Embedded.class.php +2 −4 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php +2 −3 Go to diff View file
M plugins/hudson/include/HudsonOverviewWidget.class.php +0 −17 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobBuildHistory.class.php +1 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobLastArtifacts.class.php +1 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobLastBuilds.class.php +1 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobTestResults.class.php +1 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_JobTestTrend.class.php +1 −2 Go to diff View file
M plugins/hudson/include/hudson_Widget_MyMonitoredJobs.class.php +4 −66 Go to diff View file
M plugins/hudson/include/hudson_Widget_ProjectJobsOverview.class.php +2 −77 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_Renderer.class.php +2 −4 Go to diff View file
M src/common/layout/Layout.class.php +4 −2 Go to diff View file
M src/common/widget/WidgetLayoutManager.class.php +2 −2 Go to diff View file
M src/common/widget/Widget_ImageViewer.class.php +12 −11 Go to diff View file
M src/common/widget/Widget_Rss.class.php +2 −3 Go to diff View file