stable

Clone or download

Read-only

Mark remaining broken usages of BaseLanguage::getText as overridable

While this is not ideal, this will allow us to quickly removes all the other usages. That would make possible to control finely what can be overrided in the future and to reconsider what's marked as overridable. Part of request #14979: Identify overridable strings with getOverridableText() Change-Id: I156d2d30859adcec14736ebe99f9d55ff41ff2b4

Modified Files

Name
M src/common/Project/Admin/ProjectHistoryResultsPresenter.php +1 −1 Go to diff View file
M src/common/Project/Admin/ProjectHistorySearchPresenter.php +2 −2 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministrationViews.php +5 −5 Go to diff View file
M src/common/Project/Service.class.php +2 −2 Go to diff View file
M src/common/reference/ReferenceDescriptionTranslation.php +2 −2 Go to diff View file
M src/common/reference/ReferenceManager.class.php +2 −2 Go to diff View file
M src/common/tracker/ArtifactFieldSet.class.php +2 −2 Go to diff View file
M src/www/project/admin/project_admin_utils.php +3 −3 Go to diff View file
M src/www/service/index.php +2 −2 Go to diff View file