summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/session_test.module
Commit message (Collapse)AuthorAge
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #575280 follow-up by mfb, carlos8f: Empty session IDs break Drupal. ↵Angie Byron2010-11-13
| | | | (courtesty of BADCamp 2010 woo)
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* #575280 follow-up by mfb and chx: Fixed impersonation attack when an https ↵Angie Byron2009-11-04
| | | | session exists.
* #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵Angie Byron2009-10-15
| | | | parameters as url().
* #565664 by c960657: Remove t() from 'title' in various test modules' ↵Angie Byron2009-09-11
| | | | hook_menu().
* - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵Dries Buytaert2009-09-05
| | | | support a bit easier by providing two cookies and ... hook_goto_alter.
* - Patch #477944 by DamZ: more streamlining and clean-up of session handling ↵Dries Buytaert2009-07-01
| | | | code.
* - Patch #497612 by Moshe Weitzman et al: harden user login by correctly ↵Dries Buytaert2009-06-30
| | | | using the form API. Complete commit now. Thank you, thank you.
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* - Patch #280934 by pwolanin, swentel, et al: harden session regeneration. ↵Dries Buytaert2008-11-24
| | | | It took a while, but it comes with tests and extra features now.
* - Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal ↵Dries Buytaert2008-11-05
| | | | errors during testing. Woop, woop.
* - Patch #253702 by Damien Tournoud et al: further clean-up of the session ↵Dries Buytaert2008-09-15
| | | | handling code.
* - Patch #276430 by jhedstrom, chx, boombatower et al: added tests for ↵Dries Buytaert2008-08-16
session handling.