MantisBT: master 991e5b6c

Author Committer Branch Timestamp Parent
jreese master 2009-06-17 11:14 master f4ebcfa6
Affected Issues  0010596: Allow plugins to define new column typess
Changeset

Fix 0010596: Implemented pluggable issue columns.

Added new MantisColumn class archetype to define the standard format
and behavior for custom columns and how they display to the user.

Currently, plugin columns are limited to viewing data only, and can
not be used for sorting, although the sorting data is currently
passed for potential future implementation.

add - core/classes/MantisColumn.class.php Diff File
mod - core/events_inc.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/columns_api.php Diff File