|
|
|
@9184
|
[9184]
|
10/07/08 03:22:50 |
mtredinnick |
Fixed #9199 -- We were erroneously only prepending "www" to the domain if … |
|
|
|
@8635
|
[8635]
|
08/27/08 15:29:58 |
jacob |
Fixed #7379: fixed a subtle corner case involving URL encoding in … |
|
|
|
@8456
|
[8456]
|
08/20/08 20:32:18 |
mtredinnick |
Fixed #8381 -- Fixed a problem with appending slashes in the common … |
|
|
|
@8193
|
[8193]
|
08/02/08 00:56:57 |
gwilson |
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use … |
|
|
|
@7659
|
[7659]
|
06/15/08 23:13:04 |
adrian |
Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by … |
|
|
|
@6852
|
[6852]
|
12/02/07 17:25:55 |
mtredinnick |
Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common … |
|
|
|
@6553
|
[6553]
|
10/20/07 03:31:05 |
mtredinnick |
Fixed #5762 -- Quoted the portions that make up the URL when … |
|
|
|
@6296
|
[6296]
|
09/15/07 12:46:03 |
mtredinnick |
Added a get_host() method to HttpRequest. There is still an … |
|
|
|
@5878
|
[5878]
|
08/12/07 08:10:45 |
mtredinnick |
Fixed #4994 -- Send back set-cookie headers in "not modified" responses. … |
|
|
|
@5688
|
[5688]
|
07/13/07 09:33:46 |
mtredinnick |
Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path … |
|
|
|
@5483
|
[5483]
|
06/17/07 02:21:09 |
mtredinnick |
Changed ETag computation to first check if an ETag header already exists … |
|
|
|
@5417
|
[5417]
|
06/02/07 02:55:41 |
mtredinnick |
Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. … |
|
|
|
@5407
|
[5407]
|
06/01/07 06:47:54 |
mtredinnick |
Fixed #3206 -- Changed ETag comparison to only return 304 when the … |
|
|
|
@5091
|
[5091]
|
04/26/07 08:30:48 |
mtredinnick |
Fixed #4040 -- Changed uses of has_key() to "in". Slight … |
|
|
|
@5043
|
[5043]
|
04/20/07 06:24:53 |
lukeplant |
Added client IP address to the e-mail that is sent when an internal
broken … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@3870
|
[3870]
|
09/26/06 13:49:28 |
lukeplant |
Improved detection of whether a URL is internal or not for the purpose
of … |
|
|
|
@3834
|
[3834]
|
09/25/06 12:25:39 |
adrian |
Altered [3778] change to match our coding/text style … |
|
|
|
@3778
|
[3778]
|
09/21/06 20:28:47 |
mtredinnick |
Fixed #2602 -- Include User Agent in broken link emails. Thanks, Ian … |
|
|
|
@3410
|
[3410]
|
07/21/06 11:20:22 |
jacob |
Fixed #2092: added a "is_secure()" method to HttpRequest which correctly … |
|
|
|
@3171
|
[3171]
|
06/19/06 23:34:13 |
adrian |
Converted request.METAREQUEST_METHOD? calls to request.method, … |
|
|
|
@3113
|
[3113]
|
06/08/06 00:00:13 |
adrian |
Fixed #2109 -- Convert old-style classes to new-style classes throughout … |
|
|
|
@3109
|
[3109]
|
06/07/06 22:47:18 |
adrian |
Solved the POST-data-lost-after-redirect problem by raising RuntimeError? … |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
|
|
@2639
|
[2639]
|
04/09/06 18:54:34 |
adrian |
Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac |
|
|
|
@1816
|
[1816]
|
01/03/06 17:57:14 |
adrian |
Fixed #1117 -- Added HttpResponsePermanentRedirect? |
|
|
|
@1548
|
[1548]
|
12/05/05 09:25:55 |
adrian |
Changed CommonMiddleware? so it doesn't assume HTTP_HOST is set. |
|
|
|
@1166
|
[1166]
|
11/10/05 22:45:05 |
adrian |
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to … |
|
|
|
@1096
|
[1096]
|
11/06/05 15:55:57 |
adrian |
Tiny docstring cleanup in middleware/common.py |
|
|
|
@786
|
[786]
|
10/05/05 21:27:08 |
adrian |
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into … |
|
|
|
@782
|
[782]
|
10/05/05 18:36:17 |
adrian |
Added USE_FLAT_PAGES setting, which defaults to True. |
|
|
|
@613
|
[613]
|
09/02/05 14:39:47 |
adrian |
Fixed #394 -- Trailing-slash redirects now retain duplicate name-value … |
|
|
|
@545
|
[545]
|
08/22/05 14:19:54 |
adrian |
Changed SessionMiddleware? to use process_request instead of process_view … |
|
|
|
@513
|
[513]
|
08/15/05 19:47:53 |
adrian |
Removed special-case test for '_files' URL in common middleware -- thanks, … |
|
|
|
@3
|
[3]
|
07/12/05 20:25:57 |
adrian |
Imported Django from private SVN repository (created from r. 8825) |