Django

Code

root/django/trunk/django/middleware


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8635 [8635] 08/27/08 15:29:58 jacob Fixed #7379: fixed a subtle corner case involving URL encoding in …
(edit) @8456 [8456] 08/20/08 20:32:18 mtredinnick Fixed #8381 -- Fixed a problem with appending slashes in the common …
(edit) @8387 [8387] 08/15/08 12:47:03 gwilson Fixed a typo and added a bit more ReST markup to cache middleware …
(edit) @8260 [8260] 08/09/08 10:07:45 jacob Split CacheMiddleware? up into two parts -- an update-cache and a …
(edit) @8259 [8259] 08/09/08 10:04:45 mtredinnick Fixed #8121 -- Don't override the Content-Language HTTP header in the …
(edit) @8193 [8193] 08/02/08 00:56:57 gwilson Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use …
(edit) @7793 [7793] 06/30/08 02:03:58 mtredinnick Fixed #7046 -- set the response status code correctly in …
(edit) @7659 [7659] 06/15/08 23:13:04 adrian Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by …
(edit) @7080 [7080] 02/03/08 19:40:53 mtredinnick Fixed #6480 -- Added application/pdf the list of content types we don't …
(edit) @6852 [6852] 12/02/07 17:25:55 mtredinnick Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common …
(edit) @6736 [6736] 11/29/07 10:57:18 mtredinnick Fixed #5813 -- Taught the CacheMiddleware? to respect any max-age HTTP …
(edit) @6697 [6697] 11/18/07 21:41:46 gwilson Made some stylistic changes in GZipMiddleware and added some notes about …
(edit) @6662 [6662] 11/10/07 21:55:44 mtredinnick Fixed #5898 -- Changed a few response processing paths to make things …
(edit) @6635 [6635] 10/30/07 23:04:07 gwilson Removed unused variable.
(edit) @6634 [6634] 10/30/07 22:59:40 gwilson Fixed #5816 -- Fixed a regression from [6333] that generates incorrect …
(edit) @6553 [6553] 10/20/07 03:31:05 mtredinnick Fixed #5762 -- Quoted the portions that make up the URL when …
(edit) @6538 [6538] 10/19/07 22:45:48 mtredinnick Fixed #5313 -- Only avoid compressing Javascript when the user agent says …
(edit) @6397 [6397] 09/20/07 12:03:14 jacob Fixed #3872, which turns out to not have been a bug in the first place, by …
(edit) @6364 [6364] 09/16/07 11:54:16 adrian Fixed #3872 -- Fixed incorrect handling of HTTP_X_FORWARDED_FOR in …
(edit) @6296 [6296] 09/15/07 12:46:03 mtredinnick Added a get_host() method to HttpRequest. There is still an …
(edit) @6235 [6235] 09/14/07 17:33:56 jacob Added more dict-like methods to HttpResponse as part of the …
(edit) @5878 [5878] 08/12/07 08:10:45 mtredinnick Fixed #4994 -- Send back set-cookie headers in "not modified" responses. …
(edit) @5875 [5875] 08/12/07 07:29:25 mtredinnick Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, …
(edit) @5712 [5712] 07/15/07 22:50:22 mtredinnick Fixed #4199 -- Changed date formatting in HTTP expires header to be …
(edit) @5688 [5688] 07/13/07 09:33:46 mtredinnick Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path …
(edit) @5483 [5483] 06/17/07 02:21:09 mtredinnick Changed ETag computation to first check if an ETag header already exists …
(edit) @5417 [5417] 06/02/07 02:55:41 mtredinnick Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. …
(edit) @5407 [5407] 06/01/07 06:47:54 mtredinnick Fixed #3206 -- Changed ETag comparison to only return 304 when the …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @5043 [5043] 04/20/07 06:24:53 lukeplant Added client IP address to the e-mail that is sent when an internal broken …
(edit) @4816 [4816] 03/25/07 13:05:01 adrian Fixed #3808 -- Fixed some typos in comments. Thanks, Collin Grady
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @4089 [4089] 11/22/06 14:31:09 jacob Fixed #3052: GZIP middleware now correctly reports Content-Length. …
(edit) @3870 [3870] 09/26/06 13:49:28 lukeplant Improved detection of whether a URL is internal or not for the purpose of …
(edit) @3834 [3834] 09/25/06 12:25:39 adrian Altered [3778] change to match our coding/text style …
(edit) @3786 [3786] 09/21/06 22:17:28 mtredinnick Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic …
(edit) @3778 [3778] 09/21/06 20:28:47 mtredinnick Fixed #2602 -- Include User Agent in broken link emails. Thanks, Ian …
(edit) @3603 [3603] 08/17/06 22:31:13 adrian Fixed #2541 -- Added helpful error message for CacheMiddleware? in the case …
(edit) @3602 [3602] 08/17/06 22:12:36 adrian Fixed #2552 -- Added SetRemoteAddrFromForwardedFor? middleware and …
(edit) @3503 [3503] 07/31/06 16:31:35 jacob Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the …
(edit) @3414 [3414] 07/21/06 15:39:17 jacob Second half of little cleanup tweaks suggested by pyflakes.
(edit) @3410 [3410] 07/21/06 11:20:22 jacob Fixed #2092: added a "is_secure()" method to HttpRequest which correctly …
(edit) @3406 [3406] 07/21/06 09:41:38 adrian Fixed #2392 -- Fixed CACHE_MIDDLEWARE_ANONYMOUS_ONLY to use attribute …
(edit) @3397 [3397] 07/20/06 10:45:16 adrian Small style fixes to docs from [3395]
(edit) @3396 [3396] 07/20/06 10:37:51 jacob Oops, fixed small typo in [3395]
(edit) @3395 [3395] 07/20/06 10:37:12 jacob Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache …
(edit) @3171 [3171] 06/19/06 23:34:13 adrian Converted request.METAREQUEST_METHOD? calls to request.method, …
(edit) @3113 [3113] 06/08/06 00:00:13 adrian Fixed #2109 -- Convert old-style classes to new-style classes throughout …
(edit) @3109 [3109] 06/07/06 22:47:18 adrian Solved the POST-data-lost-after-redirect problem by raising RuntimeError?
(edit) @2847 [2847] 05/04/06 23:41:22 adrian Fixed #1378 -- Added svn:ignore for pyc files for all Django packages
(edit) @2843 [2843] 05/04/06 22:19:16 adrian Fixed #1707 -- LocaleMiddleware? now sets Content-Language header. Thanks, …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2639 [2639] 04/09/06 18:54:34 adrian Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
(edit) @2300 [2300] 02/10/06 15:33:07 adrian Fixed #1339 -- Added keys() and items() methods to session objects. …
(edit) @1978 [1978] 01/15/06 00:18:03 adrian Fixed #1048 -- Fixed AttributeError? in sessions framework when …
(edit) @1816 [1816] 01/03/06 17:57:14 adrian Fixed #1117 -- Added HttpResponsePermanentRedirect?
(edit) @1793 [1793] 12/29/05 13:17:32 adrian Fixed #1137 -- Added a _contains_() method to SessionWrapper?. Thanks, …
(edit) @1548 [1548] 12/05/05 09:25:55 adrian Changed CommonMiddleware? so it doesn't assume HTTP_HOST is set.
(edit) @1470 [1470] 11/27/05 16:08:51 adrian Fixed #878 -- URLconf regex captures no longer have to be named groups. …
(edit) @1303 [1303] 11/20/05 11:16:13 adrian Added SESSION_SAVE_EVERY_REQUEST setting.
(edit) @1166 [1166] 11/10/05 22:45:05 adrian BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to …
(edit) @1096 [1096] 11/06/05 15:55:57 adrian Tiny docstring cleanup in middleware/common.py
(edit) @1068 [1068] 11/03/05 22:59:46 jacob Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: …
(edit) @1035 [1035] 10/31/05 19:02:07 adrian Fixed #508 -- Added support for 'expires' in cookies and changed session …
(edit) @954 [954] 10/19/05 08:44:55 adrian Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in …
(edit) @948 [948] 10/18/05 20:09:05 adrian Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a …
(edit) @867 [867] 10/14/05 15:10:13 adrian Fixed #626 -- Moved template modules to django.core.template package. …
(edit) @821 [821] 10/10/05 08:56:39 adrian Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. …
(edit) @810 [810] 10/08/05 19:55:08 adrian Fixed #580 -- Added mega support for generating Vary headers, including …
(edit) @786 [786] 10/05/05 21:27:08 adrian Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into …
(edit) @782 [782] 10/05/05 18:36:17 adrian Added USE_FLAT_PAGES setting, which defaults to True.
(edit) @669 [669] 09/22/05 20:28:44 adrian Added request.session.delete_test_cookie()
(edit) @667 [667] 09/22/05 19:21:35 adrian Removed a legacy 'TODO' from django.middleware.sessions
(edit) @613 [613] 09/02/05 14:39:47 adrian Fixed #394 -- Trailing-slash redirects now retain duplicate name-value …
(edit) @580 [580] 08/31/05 11:27:59 adrian Fixed #407 -- Code no longer assumes request.METAREMOTE_ADDR? exists. …
(edit) @545 [545] 08/22/05 14:19:54 adrian Changed SessionMiddleware? to use process_request instead of process_view …
(edit) @536 [536] 08/18/05 11:45:15 adrian Improved session code to force creation of a new session key if the given …
(edit) @529 [529] 08/17/05 17:04:53 adrian Fixed #335 -- Admin login form now checks that cookies are enabled.
(edit) @518 [518] 08/16/05 17:54:05 adrian Fixed #1 -- Added anonymous session support via middleware and …
(edit) @513 [513] 08/15/05 19:47:53 adrian Removed special-case test for '_files' URL in common middleware -- thanks, …
(edit) @325 [325] 07/26/05 17:48:04 adrian Fixed #159 -- Admin users no longer have to log in to go to the 'log out' …
(edit) @230 [230] 07/19/05 19:37:45 adrian Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are …
(edit) @178 [178] 07/18/05 14:07:37 adrian Added django.middleware.cache, which lets you cache an entire …
(edit) @57 [57] 07/15/05 12:09:01 adrian Renamed CMSRequest to DjangoRequest?, and CMSContext to DjangoContext?. Old …
(add) @3 [3] 07/12/05 20:25:57 adrian Imported Django from private SVN repository (created from r. 8825)
Note: See TracRevisionLog for help on using the revision log.