silverstripe-framework/core/model/fieldtypes
Sean Harvey 7a065b087a ENHANCEMENT Strip tags before limiting characters when using LimitCharacters() on HTMLText field type
MINOR Added test to TextTest for LimitCharacters()
MINOR Added test HTMLTextTest and added test case for LimitCharacters()



git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@71795 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-02-12 09:38:43 +00:00
..
Boolean.php Improved boolean field handling for postgres 2008-11-27 00:00:35 +00:00
CompositeDBField.php MINOR Documentation 2008-08-11 04:13:06 +00:00
Currency.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Date.php ENHANCEMENT Allow setting date timestamp for Date::setValue() 2009-02-12 04:57:17 +00:00
DBField.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Decimal.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Double.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 02:00:40 +00:00
Enum.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +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 MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
HTMLText.php ENHANCEMENT Strip tags before limiting characters when using LimitCharacters() on HTMLText field type 2009-02-12 09:38:43 +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
MultiEnum.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 22:49:59 +00:00
Percentage.php MINOR Code formatting tidy up in Percentage 2009-02-03 20:29:21 +00:00
PrimaryKey.php MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
SSDatetime.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Text.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Time.php Introduced array-based syntax for specifying field types (Merged branches/dbabs into trunk) 2008-11-23 01:01:03 +00:00
Varchar.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Year.php FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +00:00