|
|
|
@8812
|
[8812]
|
09/01/08 15:25:16 |
jacob |
Fixed a small oversight in [8750]; thanks for the sharp eyes, Warren. … |
|
|
|
@8750
|
[8750]
|
08/30/08 15:50:41 |
jacob |
Fixed #8616 (again): prevent a race condition in the session file backend. … |
|
|
|
@8707
|
[8707]
|
08/29/08 12:32:21 |
mtredinnick |
Reverted #8688 for now, since it merely introduced different bugs, rather … |
|
|
|
@8688
|
[8688]
|
08/28/08 20:44:11 |
mtredinnick |
Fixed #8616 -- Fixed a race condition in the file-based session … |
|
|
|
@8620
|
[8620]
|
08/27/08 03:58:51 |
mtredinnick |
Fixed #8311 -- Avoid an infinite loop with session key generation when … |
|
|
|
@8507
|
[8507]
|
08/23/08 17:59:04 |
mtredinnick |
Avoid a crash when unencoding session data for the db backend. This is … |
|
|
|
@8459
|
[8459]
|
08/21/08 08:54:53 |
mtredinnick |
When logging in, change the session key whilst preserving any … |
|
|
|
@8451
|
[8451]
|
08/20/08 16:12:45 |
mtredinnick |
Fixed #8457 -- Fixed a missing import. |
|
|
|
@8410
|
[8410]
|
08/16/08 10:54:36 |
mtredinnick |
Fixed #8351 -- Fixed the returned value when we attempt to load a … |
|
|
|
@8381
|
[8381]
|
08/15/08 09:59:11 |
mtredinnick |
Made a few small tweaks to reduce persistent storage accesses in the … |
|
|
|
@8351
|
[8351]
|
08/14/08 14:43:08 |
mtredinnick |
Fixed #8314 -- Fixed an infinite loop caused when submitting a session key … |
|
|
|
@8349
|
[8349]
|
08/14/08 10:41:38 |
gwilson |
Removed some testing code inadvertently commited in [8348]. |
|
|
|
@8348
|
[8348]
|
08/14/08 10:37:43 |
gwilson |
Fixed #8206 -- Removed validate methods of Model and Model fields. They … |
|
|
|
@8346
|
[8346]
|
08/14/08 08:54:22 |
mtredinnick |
Fixed #8310 -- Actually use the SystemRandom? RNG, if available, which … |
|
|
|
@8344
|
[8344]
|
08/13/08 22:58:09 |
mtredinnick |
Fixed #6984 -- Make sure to load session data from the file (if … |
|
|
|
@8342
|
[8342]
|
08/13/08 22:57:46 |
mtredinnick |
Implemented a flush() method on sessions that cleans out the session … |
|
|
|
@8341
|
[8341]
|
08/13/08 22:57:30 |
mtredinnick |
Added a clear() method to sessions. Patch from mrts. Refs #7515. |
|
|
|
@8340
|
[8340]
|
08/13/08 22:57:18 |
mtredinnick |
Added guaranteed atomic creation of new session objects. Slightly … |
|
|
|
@8193
|
[8193]
|
08/02/08 00:56:57 |
gwilson |
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use … |
|
|
|
@8156
|
[8156]
|
07/30/08 16:55:47 |
mtredinnick |
Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@7725
|
[7725]
|
06/23/08 00:08:07 |
gwilson |
Several Django styling fixes in the contrib.sessions app. |
|
|
|
@7687
|
[7687]
|
06/18/08 07:07:46 |
russellm |
Fixed #7429 -- Modified the Session base class a little more … |
|
|
|
@7586
|
[7586]
|
06/07/08 15:28:06 |
jacob |
Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit … |
|
|
|
@7329
|
[7329]
|
03/20/08 01:43:58 |
mtredinnick |
Fixed #5507 -- Use a more portable way to get at the system's tmpdir … |
|
|
|
@7294
|
[7294]
|
03/18/08 09:54:39 |
mtredinnick |
Added "svn:eol-style native" to every text file in the tree (*.txt, … |
|
|
|
@7131
|
[7131]
|
02/18/08 18:08:08 |
mtredinnick |
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace … |
|
|
|
@7001
|
[7001]
|
01/06/08 06:53:09 |
mtredinnick |
Fixed a subtle corner case whereby sending a bad session ID generates new … |
|
|
|
@6890
|
[6890]
|
12/04/07 14:29:43 |
jacob |
Added a test for [6889] |
|
|
|
@6889
|
[6889]
|
12/04/07 14:24:22 |
jacob |
Fixed #6082: file-based sessions now verify that SESSION_FILE_PATH is a … |
|
|
|
@6831
|
[6831]
|
12/02/07 09:27:29 |
mtredinnick |
Fixed #6087 -- Added setdefault() support to the Session object. Thanks, … |
|
|
|
@6796
|
[6796]
|
12/01/07 12:10:14 |
mtredinnick |
Fixed #6081 -- Removed unused code. Thanks, Ben Slavin. |
|
|
|
@6634
|
[6634]
|
10/30/07 22:59:40 |
gwilson |
Fixed #5816 -- Fixed a regression from [6333] that generates incorrect … |
|
|
|
@6628
|
[6628]
|
10/29/07 18:55:08 |
gwilson |
Fixed imports, indention, and a long line. |
|
|
|
@6558
|
[6558]
|
10/20/07 05:12:59 |
mtredinnick |
Fixed #4729 -- Restored functionality to the Session class so that popping … |
|
|
|
@6545
|
[6545]
|
10/20/07 00:13:56 |
mtredinnick |
Fixed #4724 -- Added support for configurable session cookie paths. Helps … |
|
|
|
@6425
|
[6425]
|
09/25/07 18:16:11 |
gwilson |
Fixed #5598 -- Restored needed imports that were removed in [6333]. … |
|
|
|
@6388
|
[6388]
|
09/19/07 23:35:03 |
adrian |
Removed trailing whitespace in django/contrib/sessions/backends/base.py |
|
|
|
@6386
|
[6386]
|
09/19/07 21:19:48 |
adrian |
Fixed #5548 -- Reintroduced Jython workaround for os.getpid(), which was … |
|
|
|
@6367
|
[6367]
|
09/16/07 23:52:46 |
gwilson |
Ignore *.pyc. |
|
|
|
@6365
|
[6365]
|
09/16/07 15:11:14 |
jacob |
Refs #5513: improved session performance after [6333]'s session … |
|
|
|
@6348
|
[6348]
|
09/15/07 21:03:46 |
mtredinnick |
Fixed #5501 -- Fixed Python 2.3 and 2.4 incompatibility. Thanks, brosner. |
|
|
|
@6333
|
[6333]
|
09/15/07 16:29:14 |
jacob |
Fixed #2066: session data can now be stored in the cache or on the … |
|
|
|
@6270
|
[6270]
|
09/15/07 04:51:41 |
mtredinnick |
Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst … |
|
|
|
@5876
|
[5876]
|
08/12/07 07:49:01 |
mtredinnick |
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have … |
|
|
|
@5803
|
[5803]
|
08/05/07 00:14:46 |
gwilson |
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms … |
|
|
|
@5712
|
[5712]
|
07/15/07 22:50:22 |
mtredinnick |
Fixed #4199 -- Changed date formatting in HTTP expires header to be … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5592
|
[5592]
|
07/03/07 10:02:40 |
adrian |
Fixed #4729 -- SessionWrapper?.pop now sets modified flag if necessary. … |
|
|
|
@5470
|
[5470]
|
06/14/07 19:22:16 |
mtredinnick |
Fixed #4531 -- Added a bit more randomness to session idents. Thanks, … |
|
|
|
@5306
|
[5306]
|
05/20/07 23:03:53 |
mtredinnick |
Fixed #4338 -- Added pop() method to SessionWrapper?. Thanks, Gary Wilson. |
|
|
|
@4771
|
[4771]
|
03/21/07 21:20:33 |
mtredinnick |
Reduced the chances of session object collision. The window of opportunity … |
|
|
|
@4680
|
[4680]
|
03/08/07 02:46:59 |
mtredinnick |
Fixed #3586 -- Only output "Vary: Cookie" HTTP header when the session … |
|
|
|
@4423
|
[4423]
|
01/24/07 18:47:44 |
adrian |
Fixed #2133 -- Invalid session cookie no longer causes fatal error. … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@3570
|
[3570]
|
08/12/06 01:02:28 |
adrian |
Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de |
|
|
|
@3392
|
[3392]
|
07/19/06 22:32:24 |
russellm |
Fixed formatting of comments. |
|
|
|
@3167
|
[3167]
|
06/19/06 23:07:32 |
mtredinnick |
Fixed #1422 -- Docstring improvements for the models in the admin app. … |
|
|
|
@3113
|
[3113]
|
06/08/06 00:00:13 |
adrian |
Fixed #2109 -- Convert old-style classes to new-style classes throughout … |
|
|
|
@3049
|
[3049]
|
06/01/06 17:25:06 |
adrian |
Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which … |
|
|
|
@2847
|
[2847]
|
05/04/06 23:41:22 |
adrian |
Fixed #1378 -- Added svn:ignore for pyc files for all Django packages |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
copied from django/branches/magic-removal/django/contrib/sessions:
|
|
|
|
@2301
|
[2301]
|
02/10/06 15:35:29 |
adrian |
magic-removal: Merged to [2300] |