Go to file
Ingo Schommer 2fbed5b2e1 BUGFIX Adjusted FormTest->testLoadDataFromObject() to new assumptions about changed behaviour on loadDataFrom() from $loadBlanks to $clearMissingFields - which means that form fields are cleared regardless if they have blank values in the passed object or not
ENHANCEMENT Added FormTest->loadDataFromClearMissingFields() 
ENHANCEMENT Made FormTest fixtures more expressive 


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64001 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-09 14:40:13 +00:00
api BUGFIX #2883 - Remove use of short tag 2008-10-02 09:38:55 +00:00
cli Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +00:00
conf API CHANGE: Allow the definition of SS_ERROR_LOG in _ss_environment.php to set up Debug::log_errors_to(). 2008-08-11 04:41:54 +00:00
core BUGFIX Making sure that DataObject->has*Field() methods always return an array, in order not to fail any array_key_exists() checks 2008-10-09 14:39:24 +00:00
css Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +00:00
dev Improved backtrace generation in test reporter, to limit the amount of unnecessary waffle. 2008-10-09 01:45:36 +00:00
email Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +00:00
filesystem API CHANGE Moved PostBackup class to module (see r63758) 2008-10-07 16:42:25 +00:00
forms BUGFIX Fixed Form->loadDataFrom() to properly populate FormField->setValue() when an object is passed as the first parameter (needed e.g. for CheckboxSetField->setValue()) - see mailinglist discussion at http://groups.google.com/group/silverstripe-dev/browse_thread/thread/717bada8ccafdd70 2008-10-09 14:37:46 +00:00
images styling for HasManyFileField 2007-12-19 23:07:42 +00:00
integration BUGFIX #2390: Not indexed pages are removed from sitemap.xml 2008-09-23 03:16:23 +00:00
javascript BUGFIX Properly merging different dictionaries for javascript i18n implementation (see #2916) 2008-10-08 12:17:00 +00:00
lang MINOR Updated entities from translate.silverstripe.com 2008-10-08 15:17:47 +00:00
parsers Turned dos line endings into unix 2008-09-26 02:22:51 +00:00
profiler MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
search BUGFIX Fixed unclear SQL escaping responsibilities in SearchFilter subclasses - it now expects unescaped data, and escapes automatically when adding to the query) 2008-10-05 19:20:35 +00:00
security Updated Member's getCMSFields() to consistently work with fields in a tab 2008-10-08 04:17:52 +00:00
templates Added missing TableListField_printable.ss template. 2008-10-08 19:23:02 +00:00
tests BUGFIX Adjusted FormTest->testLoadDataFromObject() to new assumptions about changed behaviour on loadDataFrom() from $loadBlanks to $clearMissingFields - which means that form fields are cleared regardless if they have blank values in the passed object or not 2008-10-09 14:40:13 +00:00
thirdparty MINOR Moved JSON library to thirdparty externals 2008-09-28 13:33:42 +00:00
widgets MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
_config.php Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +00:00
cli-script.php Fixed bug in cli-script argument parsing 2008-10-01 00:55:18 +00:00
main.php BUGFIX: #2588 Fix issue with IIS not stripping GET variables from the URL (mackeyn) 2008-10-08 23:04:55 +00:00
main.php5 Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
Makefile Disabled across-the-board use of windmill tests in continuous integration; instead a specific build is set up for it 2008-08-27 09:23:56 +00:00
sake ENHANCEMENT: Updated argument handling for sake 2008-09-25 04:49:01 +00:00
silverstripe_version fixed $ 2007-12-14 04:35:28 +00:00