MantisBT: master 839f1d68

Author Committer Branch Timestamp Parent
daryn daryn master 2010-08-25 15:50 master 6b5e037c
Affected Issues  0006626: Support "Memo" custom field type
Changeset

Fix 0006626 - Add text area custom field type. Add column to handle long
text input. If the custom field type is TEXTAREA values are inserted into
the text field. Otherwise they are inserted into the existing value field.
Filters for TEXTAREA custom fields are not populated with existing data. A
text box is provided and a LIKE query is performed.

mod - lang/strings_english.txt Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/filter_api.php Diff File
mod - admin/schema.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File