silverstripe-framework/core/model/fieldtypes
Sean Harvey a1d20b8ae9 BUGFIX #3228 Fixed undefined offset error in Text::BigSummary() if trying to summarise text that is smaller than the requested word limit
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@85076 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-08-24 06:16:56 +00:00
..
Boolean.php Merged from branches/2.3 2009-04-29 01:20:24 +00:00
CompositeDBField.php MINOR Documentation for CompositeDBField 2009-05-27 00:32:37 +00:00
Currency.php FEATURE Added Money class for managing monetary amounts with currencies through the Money design pattern. Uses the CompositeDBField interface to contain multiple database columns in a single DBField 2009-05-05 08:10:51 +00:00
Date.php ENHANCEMENT: Improved performance of admin/assets area. 2009-07-01 22:27:18 +00:00
DBField.php API CHANGE Changing DataObject::$changed to private visiblity. Please use getChangedFields() and isChanged() 2009-05-27 00:09:23 +00:00
DBLocale.php MINOR Documentation in DBLocale 2009-08-06 21:24:15 +00:00
Decimal.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Double.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Enum.php MINOR ajshort: Replaced usage of the deprecated split() function with preg_split(). 2009-06-18 09:34:17 +00:00
Float.php Introduced array-based syntax for specifying field types (Merged branches/dbabs into trunk) 2008-11-23 01:01:03 +00:00
ForeignKey.php Merged from 2.3 2009-05-06 06:36:16 +00:00
HTMLText.php ENHANCEMENT: Improved performance of admin/assets area. 2009-07-01 22:27:18 +00:00
HTMLVarchar.php API CHANGE Removed HtmlOneLineField. This field has been deprecated for some time now, and it does not work. 2008-10-19 00:18:55 +00:00
Int.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Money.php FEATURE: plug in Postful mailling function to Process, making faking process for testing the postful mail functions. The two faking processes is implemented in two functions LotTicketedBased::fakepopulate() and ISSOrderDecorator::fakepopulatepayment(). 2009-07-24 03:16:20 +00:00
MultiEnum.php MINOR #3776: Fixed documentation 2009-06-27 07:42:31 +00:00
Percentage.php BUGFIX: Allow percentage fields to store 100%. Merged From 2.2 r83164 2009-07-29 23:58:27 +00:00
PrimaryKey.php Merged from 2.3 2009-05-06 06:36:16 +00:00
SSDatetime.php ENHANCEMENT Making SSDatetime mockable through SSDatetime::set_mock_now() 2009-06-18 00:10:02 +00:00
Text.php BUGFIX #3228 Fixed undefined offset error in Text::BigSummary() if trying to summarise text that is smaller than the requested word limit 2009-08-24 06:16:56 +00:00
Time.php BUGFIX: an time field input between 12:00pm to 12:59pm can't save back to database or always save as 00:00:00. 2009-08-10 03:56:59 +00:00
Varchar.php API CHANGE Removed @deprecated 2.3 method Varchar::Attr() on Varchar: Please use Varchar::ATT_val() instead 2009-05-20 06:25:15 +00:00
Year.php API CHANGE: 'Year' datatype now uses abstracted array structure 2009-02-17 03:54:10 +00:00