MantisBT: master-1.2.x e99d93b1

Author Committer Branch Timestamp Parent
jreese jreese master-1.2.x 2009-11-06 11:11 master-1.2.x 2aac6b77
Changeset

Implement optional sorting for custom columns

In order to allow custom columns to be useful and consistent with native
columns, the user must be able to sort issues based on the custom
columns. An optional sorting implementation was added based on the
method for adding custom filters to the filter queries. A flag was
added to the MantisColumn archetype to allow the column author to
specify if the column is sortable; if not, the column header will not be
clickable, preventing user confusion.

mod - core/columns_api.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/classes/MantisColumn.class.php Diff File
mod - core/filter_api.php Diff File
mod - core/classes/MantisFilter.class.php Diff File