stable

Clone or download

Read-only

prepareRanking should not rely on $this->table_name

No functional changes. This reduces the number of usages from 473 to 376. Part of request #14479: SQL requests should not rely on $this->table_name Change-Id: I375fe68eaf65afae5c522eacfdfb2ea6d7cf338d

Modified Files

Name
M plugins/cardwall/include/Semantic/Dao/CardFieldsDao.class.php +1 −8 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/ReviewerDao.class.php +1 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_FieldDao.class.php +2 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_List_Bind_Static_ValueDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_CriteriaDao.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_RendererDao.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_ColumnsDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_SortDao.class.php +5 −5 Go to diff View file
M plugins/tracker/include/Tracker/Tooltip/dao/Tracker_TooltipDao.class.php +2 −2 Go to diff View file
M src/common/dao/ArtifactReportFieldDao.class.php +2 −2 Go to diff View file
M src/common/dao/FRSPackageDao.class.php +4 −4 Go to diff View file
M src/common/dao/include/DataAccessObject.class.php +14 −9 Go to diff View file