silverstripe-framework/model/fieldtypes
2014-11-07 00:16:12 +01:00
..
Boolean.php l10n key to make "yes" and "no" translatable (see #1749) 2013-04-12 01:11:24 +02:00
CompositeDBField.php NEW: Added DataObject::getQueriedDatabaseFields() as faster alternative to toMap() 2013-04-21 13:39:11 +12:00
Currency.php Fixed static config access in Currency and i18n (fixes #8341) 2013-03-26 10:13:51 +01:00
Date.php BUG Fix Date and SS_DateTime::FormatFromSettings 2014-04-02 15:38:35 +13:00
Datetime.php BUG Fix Date and SS_DateTime::FormatFromSettings 2014-04-02 15:38:35 +13:00
DBField.php Explicit cast return of DBField->exists() 2014-11-07 00:16:12 +01:00
DBLocale.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Decimal.php FIX: Decimal field change detection. 2013-04-06 23:20:28 +13:00
Double.php Remove duplicate functionality between float and double 2013-04-17 17:35:59 +12:00
Enum.php Revert "Tidy up enum matching where classname is missing" 2014-03-10 09:44:36 -07:00
Float.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ForeignKey.php Typo 2013-07-12 15:07:43 +12:00
HTMLText.php Merge pull request #2515 from guttmann/html-text-absolutelink-placeholders 2014-09-25 16:07:41 +12:00
HTMLVarchar.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
Int.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Money.php FIX: Fixes #2398 2013-09-13 12:21:21 +12:00
MultiEnum.php Revert "Tidy up enum matching where classname is missing" 2014-03-10 09:44:36 -07:00
Percentage.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PrimaryKey.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
StringField.php Moving NoHTML function from Text to StringField 2014-10-26 11:31:30 +00:00
Text.php Moving NoHTML function from Text to StringField 2014-10-26 11:31:30 +00:00
Time.php NEW Hints for scaffolded date/time fields 2013-04-08 19:38:50 +12:00
Varchar.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
Year.php FIX: Year.php getDefaultOptions now fixed, sets key as year. Also added YearTest unit test. 2013-12-16 03:29:29 +00:00