MantisBT: master 375a337d

Author Committer Branch Timestamp Parent
dhx dhx master 2010-03-12 06:42 master fc5cb097
Affected Issues  0010482: the custom fields don't remember chosen state
 0011561: Filtering for custom field types multilist and checkbox does not work
 0011610: Regular expressions to validate custom list field
 0011628: Error #1303 / Custom Field (Checkbox) evaluated as mandantory even when it is not
Changeset

Various custom field validation, filtering and performance fixes

This commit is a roll-up of various bug fixes related to custom field
implementations within MantisBT. In particular, multilist, checkbox and
radio fields now work as expected when creating and updating bug reports
as well as upon filtering on these custom field types.

Fix 0011628: Checkbox custom field should allow no selections
Fix 0011561: Reimplement an earlier patch to improve performance
Fix 0011610: Reimplement custom field validation logic (see 0011628)

mod - api/soap/mc_issue_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - bug_update.php Diff File
mod - bug_report.php Diff File
mod - core/filter_api.php Diff File