r1597: Adding custom columns to the bug listing display. Fixes bug://report/73
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 17:46:45 +0000 (17:46 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 17:46:45 +0000 (17:46 +0000)
commitfe3922729b0cb4e59e838c5be01078b76f18509a
tree4d25d8c814716ea9c9370ad8de74805e37cb0eaa
parent3b59e91faa164ab7c1b7d1a20a96f30d0bcf6576
r1597: Adding custom columns to the bug listing display. Fixes bug://report/73

* includes/definitions.php: Removed
* includes/init.php: Do not include definitions.php anymore
* includes/class_sort.php:
(ListSorter::fetch_by_text): Fetch custom fields when getting the text information
(ListSorter::constructColumnHeaders): Use fetch_by_text() instead of $bugsys->columnNames[]
(ListSorter::_processColumns): Use fetch_by_text() instead of $bugsys->columnNames[] and make sure that the columns the user has selected actually exist (namely for permissions sanity)
(ListSorter::_fetchCustomFields): New method that returns all the custom fields in the system, or just the ones the user can see, based on a parameter
admin/setting.php
docs/changes.txt
includes/class_sort.php
includes/definitions.php [deleted file]
includes/init.php
templates/userctrl_column.tpl
userctrl.php