silverstripe-framework/src
Simon Erkelens 3f1f9d04b7 Improve the default LoginForm
- has the fields and actions extracted to a separate method, so it's more easily overridable
- Moved the global variable $_REQUEST to getting the info from the controller
- Updated string variables to `::class`
- Updated RequiredFields to be set in the YML, so it's overridable/updatable from either Config or code
2017-04-16 19:05:29 +12:00
..
conf API Apply default logger to all caches 2017-03-15 15:31:24 +13:00
Control API Split out SilverStripe\ORM\Versioned into new module 2017-03-27 11:03:39 +13:00
Core Root-level module support in Module->getResourcePath() 2017-03-29 10:19:31 +13:00
Dev FIX illegal_extensions in unit tests not being removed 2017-03-30 13:54:53 +13:00
Forms Cleanup phpdocs on DatetimeField 2017-04-13 14:00:30 +12:00
i18n API HTML5 date/time fields, remove member prefs (fixes #6626) 2017-03-31 15:21:47 +13:00
Logging API Remove Log class 2017-03-21 09:43:49 +13:00
ORM API exists() no longer true for nullifyIfEmpty if empty string 2017-04-04 10:20:08 +12:00
Security Improve the default LoginForm 2017-04-16 19:05:29 +12:00
View API Enable namespaced-localisation keys in templates 2017-04-11 18:07:53 +12:00