MantisBT: master-1.2.x d86ba722

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2011-08-31 01:31 master-1.2.x b4af2384
Affected Issues  0013276: missing "attachments" column header in view_all_bug_page
Changeset

Correct naming of attachments column

Commit 97b67e4bbb2f2df5f6fb24eea5b4bb37e1c28acd introduced some changes to the
BugData class: the 'attachment' column was renamed to 'attachment_count'. This
change was not cascaded everywhere, which resulted in the column not being
displayed by default (as the now-invalid column named 'attachment' was
automatically removed)

This then hid the fact that $g_show_attachment_indicator was actually not
working as advertised, i.e. the attachments column is always displayed; when
ON the field contains the paperclip bitmap, and when OFF the actual number of
attachments for the corresponding issue.

Affects issue 0013276

This commit also removes some trailing whitespace

mod - config_defaults_inc.php Diff File
mod - core/filter_api.php Diff File
mod - core/helper_api.php Diff File
mod - view_filters_page.php Diff File