silverstripe-framework/core/control
Ingo Schommer e717044628 API CHANGE Deprecated ContentController->LangAttributes(). Use ContentLocale() instead and write attribute names suitable to XHTML/HTML templates directly in the template.
ENHANCEMENT Added ContentController->ContentLocale() to allow XHTML/HTML specific lang= attribute settings in custom template code (see #4858). Removed <meta http-equiv="Content-Language"...> tag in SiteTree->MetaTags().
ENHANCEMENT Updated blackcandy theme to use new $ContentLocale attribute to set the locale of the current page (in Page.ss) (from r97207)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102433 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-04-12 03:39:35 +00:00
..
ContentController.php API CHANGE Deprecated ContentController->LangAttributes(). Use ContentLocale() instead and write attribute names suitable to XHTML/HTML templates directly in the template. 2010-04-12 03:39:35 +00:00
ContentNegotiator.php MINOR Removed calls to ContentNegotiator::disable() since it's disabled by default (from r93682) 2009-11-27 01:46:16 +00:00
Controller.php API CHANGE: Replaced BasicAuth::enable() with BasicAuth::protect_entire_site() 2009-11-15 21:24:58 +00:00
Director.php BUGFIX: Amended some references to HTTPResponse, replacing with SS_HTTPResponse (from r96746) 2010-04-12 02:35:58 +00:00
FormResponse.php MINOR Removed ContentNegoitator::disable() from FormResponse - it's disabled already (from r93659) 2009-11-27 01:45:06 +00:00
HTTPRequest.php BUGFIX: Fixed nested URLs operation for pages more than 4 levels deep. 2009-12-18 05:19:28 +00:00
HTTPResponse.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +00:00
ModelAsController.php BUGFIX: Amended some references to HTTPResponse, replacing with SS_HTTPResponse (from r96746) 2010-04-12 02:35:58 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandler.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +00:00
RootURLController.php BUGFIX Fixed dev/build not redirecting properly on first install of SS website on IIS (from r93259) 2009-11-27 01:26:13 +00:00