Go to file
Ingo Schommer e7993a1bb0 BUGFIX: removed Security::get_default_username() and Security::get_default_password()
had rather severe security implications due to the way PHP handles static methods as instance methods,
combined with silverstripe's url->method-mapping
(EPIC FALE! on my behalf...)
added Security::checkDefaultAdmin()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@42204 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-17 21:51:42 +00:00
api Avoid double-escaping in class AND template for title/description 2007-09-16 16:00:07 +00:00
cli Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
core fixed wrong usage of type-casting which caused apache to segfault 2007-09-16 20:54:31 +00:00
css reverted css-change from r40642 (belongs into sapphire-css-files) 2007-09-16 17:01:34 +00:00
email Add checks for safe mode, as set_time_limit can't be used in safe mode 2007-08-20 23:01:17 +00:00
filesystem mlanthaler: Bugfix: *size* is not a constant, added quotes. 2007-09-14 19:19:32 +00:00
forms mlanthaler: The validators for the Member extensions didn't work until now, these changes fix that issue. 2007-09-16 16:55:47 +00:00
images mlanthaler: Added small OpenID logo used as background image in text fields like the login form. 2007-09-16 01:51:08 +00:00
integration Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
javascript mlanthaler: Bugfix: Variable declaration hided parameter. 2007-09-16 16:54:20 +00:00
misc Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
parsers mlanthaler: Bugfix: <img> tag was not closed! 2007-09-16 16:47:05 +00:00
pear BBCodeParser code tags should be converted to pre tags 2007-09-06 23:44:14 +00:00
profiler Updated license notice after emailing the author of this profiler, and received an email allowing us to release the code under a BSD license 2007-08-27 05:06:14 +00:00
search Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
security BUGFIX: removed Security::get_default_username() and Security::get_default_password() 2007-09-17 21:51:42 +00:00
synchronise Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
templates elofgren: Remove tabset div from TabSetFieldHolder?.ss in order to reduce wasted space on tabs. See: http://support.silverstripe.com/gsoc/ticket/59 2007-09-16 15:36:02 +00:00
tests Removed legacy testing frameworks 2007-08-27 05:04:54 +00:00
tools Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
widgets Moved widgets into core 2007-08-02 22:07:11 +00:00
_config.php mlanthaler: Moved the OpenID specific files to a sub folder to make the directory structure clearer and set a "standard" for new authentication methods. 2007-09-16 00:46:51 +00:00
cli-script.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
main.php wscott: Added base code for a working Google Sitemaps support. 2007-09-14 00:27:15 +00:00
main.php5 Don't use short tags 2007-08-24 00:48:33 +00:00
silverstripe_version Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00