silverstripe-framework/security
Ingo Schommer ba85ce7a0b FEATURE Respects 'lang' stored in cookies
ENHANCEMENT choose_site_lang() accepts $availableLang (useful to check if a certain page has a translation, and fall back to default language)
ENHANCEMENT Added documentation
BUGFIX Rewrote Member->Lang to Member->Locale (CMS-translations are stored in locales as well), limited Locale Varchar to 6 characters, changed profile dropdown accordingly

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@43659 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-10-21 19:53:57 +00:00
..
OpenID mlanthaler: default styling for open id login (merged from gsoc branch, r42438) 2007-10-02 22:11:59 +00:00
Authenticator.php mlanthaler: Added method to check if an authenticator is registered. 2007-09-16 15:34:35 +00:00
BasicAuth.php Allow logging in via BasicAuth, so the publish site script can login before doing a db/build (merged from 2.1.0 branch, r41535) 2007-10-02 04:32:11 +00:00
ChangePasswordForm.php mlanthaler: Refactored the created code since the coding conventions for static methods were changed (ticket #49). 2007-09-16 00:44:30 +00:00
Geoip.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Group.php Added EDIT_PERMISSIONS permission code for SecurityAdmin 2007-08-31 00:31:49 +00:00
LoginForm.php mlanthaler: Refactored the created code since the coding conventions for static methods were changed (ticket #49). 2007-09-16 17:30:12 +00:00
Member.php FEATURE Respects 'lang' stored in cookies 2007-10-21 19:53:57 +00:00
MemberAuthenticator.php mlanthaler: Fixed typo and updated docBlock (merged from gsoc branch, r42439) 2007-10-02 22:18:45 +00:00
MemberLoginForm.php mlanthaler: Newly implemented "I've lost my password" feature that works also with encrypted passwords (ticket #48). 2007-09-16 00:32:48 +00:00
Permission.php mlanthaler: Added the possibility to define "deny permissions". See http://www.silverstripe.com/google-summer-of-code-forum/flat/3679?showPost=4105 for more details. 2007-09-16 14:58:27 +00:00
PermissionDropdownField.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
PermissionProvider.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Security.php mlanthaler: Fixed some docBlocks and "reformatted" code (merged from gsoc branch, r42437) 2007-10-02 21:57:12 +00:00