stable

Clone or download

Read-only

story #8940: Save the column format in session and in database.

For now, the format is not taken into account when the artifacts are displayed. Change-Id: I9b0f7827857f8503f516b0640bd7f052308fcfbc

Modified Files

Name
M plugins/tracker/db/install.sql +1 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2016/201604140955_add_nature_format_in_table_columns.php +47 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +62 −24 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Renderer_Table_ColumnsDao.class.php +21 −20 Go to diff View file
M plugins/tracker/site-content/en_US/script_locale.txt +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/script_locale.txt +1 −0 Go to diff View file
M plugins/tracker/www/scripts/TrackerReports.js +5 −0 Go to diff View file
M plugins/tracker/www/scripts/tracker-report-nature-column.js +55 −21 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +4 −0 Go to diff View file