stable
Clone or download
Read-only
Fix tasks #7106: HTML entities displayed in the name of the project in the search results. Part of story #5756: search with nice interface. Fix request #6405: Projects names with "&" are not displayed correctly in the Project menu in Experimental UI Change-Id: I18bb73d2b26189c04d9ad399e6bc4fc468afab4e
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/search/Presenters/SearchProjectResultPresenter.php | +3 | −2 | Go to diff View file |
M | src/templates/search/project_result.mustache | +1 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/ContainerPresenter.class.php | +1 | −2 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +16 | −3 | Go to diff View file |
A | src/www/themes/FlamingParrot/NavBarProjectPresenter.class.php | +33 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/templates/navbar-project.mustache | +2 | −2 | Go to diff View file |
M | src/www/themes/FlamingParrot/templates/sidebar.mustache | +1 | −1 | Go to diff View file |