silverstripe-framework/model/fieldtypes
Hamish Friedlander 743a186c32 API Make SSViewer#process return HTMLText not string
This means that you dont have to worry about casting it
as HTMLText again when using the result in a template or other context

However in some situations code might be assuming it can
check with is_string, in which case you now need to use instanceof HTMLText
2013-03-14 12:49:03 +13:00
..
Boolean.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CompositeDBField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Currency.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Date.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-30 12:46:24 +01:00
Datetime.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
DBField.php API Make SSViewer#process return HTMLText not string 2013-03-14 12:49:03 +13:00
DBLocale.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Decimal.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Double.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Enum.php fixed empty string always on scaffolded enum fields 2012-10-17 12:30:05 +13:00
Float.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ForeignKey.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
HTMLText.php NEW Let shortcodes be disabled in HTMLText & HTMLVarchar 2013-03-14 12:49:03 +13:00
HTMLVarchar.php NEW Let shortcodes be disabled in HTMLText & HTMLVarchar 2013-03-14 12:49:03 +13:00
Int.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Money.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MultiEnum.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Percentage.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PrimaryKey.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
StringField.php emove deprecated StringField::Lower() and Upper() methods 2012-11-15 14:43:16 +13:00
Text.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
Time.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Varchar.php FEATURE: Added ability to query size of Varchar 2013-02-05 18:41:11 +00:00
Year.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00