* Bug 12976: Use $WebResponse->setCookie() rather than raw setcookie() calls.
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 15 Aug 2008 01:54:59 +0000 (01:54 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 15 Aug 2008 01:54:59 +0000 (01:54 +0000)
commit98c86aa7ffd11ab2895b797ab32d4b255c41ac2b
tree36534ab2846f2f6f55e57dcc3c06d44beb577253
parentbc64b21e6a87c64dedf2433922288e53b5db9607
* Bug 12976: Use $WebResponse->setCookie() rather than raw setcookie() calls.
* Moved all of the debugging/logic to WebResponse so it can be properly used elsewhere.
* A bit of cleanup so cookies set by $wgUser->setCookie() use $wgCookiePath as they should.
* Bug 14887: $wgEnablePersistentCookies has been added to allow for disabling of persistent cookies.
RELEASE-NOTES
includes/DefaultSettings.php
includes/User.php
includes/WebResponse.php