silverstripe-framework/tests
Marcus Nyeholt 56388ef1d8 BUGFIX Make sure to only construct args for prototype object creation if
there are actually args passed through to prevent overwriting with null
args if they're passed

MINOR Added __get alias to remove need for explicit ->get() call

MINOR Added the injector instance as an object that can be injected into other classes

BUGFIX Fixed issue described in http://open.silverstripe.org/ticket/7448 whereby using the injector to create an object of a type already registered as a singleton would actually overwrite the stored singleton object
2012-06-14 18:22:02 +10:00
..
api API CHANGE Moved SapphireSoapServer and SOAPModelAccess into its own module at https://github.com/silverstripe/silverstripe-soapserver (fixes #7282) 2012-06-04 10:22:48 +02:00
cache MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
control Merge branch 'pjax-set-fragments' of https://github.com/mateusz/sapphire into mateusz-pjax-set-fragments 2012-06-13 10:31:09 +02:00
core API CHANGE: Don't have any instance caching in singleton(), rely on Injector for this. 2012-06-11 22:41:12 +12:00
dev API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
filesystem MINOR Removing "." from the end of validation messages 2012-06-01 13:13:06 +12:00
forms BUGFIX: Fix correct input type for ImageFormAction replaces. 2012-06-13 09:57:54 +02:00
i18n MINOR Testing languages without fallbacks (related to #7386) 2012-05-29 13:54:49 +02:00
injector BUGFIX Make sure to only construct args for prototype object creation if 2012-06-14 18:22:02 +10:00
integration MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
javascript MINOR Cleaning up code of Datagrid with related classes with more tests 2011-09-29 12:16:15 +13:00
model MINOR Fixing broken test for PostgreSQL 2012-06-12 14:54:19 +12:00
oembed ENHANCEMENT: add test to Oembed 2012-05-24 17:00:22 +12:00
parsers BUGFIX: Handle consecutive shortcodes. 2012-05-23 18:18:06 +12:00
search API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
security BUGFIX: Member::mapInGroups() throws SQL error 2012-05-10 13:53:54 +12:00
tasks ENHANCEMENT: Implement blowfish encryption and use it by default. (#7111) 2012-05-02 13:51:29 +12:00
templates MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00
testing MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
view ENHANCEMENT Adding List() in the GenericTemplateGlobalProvider so 2012-05-29 20:04:51 +12:00
Bare.yml MINOR: Added small fixture YML that just lets you log in, for bootstrapping browser automation tests. 2011-02-02 14:17:57 +13:00
bootstrap.php MINOR: Fixed test 2012-05-28 16:20:28 +12:00
FakeController.php MINOR Moving FakeController class (required for bootstrap.php) into its own file, so that autoloading doesn't execute bootstrap (which is the case when invoking TestRunner->module()) 2012-04-30 15:04:59 +02:00
MemoryLimitTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PhpSyntaxTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00