|
|
06/04/08 00:21:56 |
@1975
|
[1975]
|
fumanchu |
Docstring updates. |
|
|
05/15/08 00:41:05 |
@1957
|
[1957]
|
fumanchu |
Doc tweak. |
|
|
03/14/08 10:11:11 |
@1917
|
[1917]
|
fumanchu |
Moved mimetools to only import if needed. |
|
|
10/16/07 16:11:06 |
@1753
|
[1753]
|
lakin |
Static tool: allow the use of ~ as a placeholder for a the user's home … |
|
|
06/16/07 18:35:25 |
@1668
|
[1668]
|
fumanchu |
Fix for #689 (add equivalent of trailing_slash tool for static content). … |
|
|
10/20/06 02:14:06 |
@1402
|
[1402]
|
fumanchu |
Trunk fix for #577 (GzipFilter doesn't force an update of the … |
|
|
10/19/06 18:31:40 |
@1401
|
[1401]
|
fumanchu |
Inline isdir to save a call to os.stat. |
|
|
09/02/06 13:35:24 |
@1318
|
[1318]
|
fumanchu |
Fix to 2.1, 2.2, 3.0 for bugs in Range slicing and final boundary. Also … |
|
|
08/26/06 03:26:19 |
@1281
|
[1281]
|
fumanchu |
API and docstring cleanups:
… |
|
|
08/24/06 02:02:42 |
@1275
|
[1275]
|
fumanchu |
Overhaul of config system:
1. New docstring for config module! … |
|
|
08/12/06 11:39:31 |
@1243
|
[1243]
|
fumanchu |
Lots of mixedCase to lower_with_underscores. |
|
|
08/12/06 11:16:54 |
@1242
|
[1242]
|
fumanchu |
Fix for #547 (serve_file still uses contentType instead of content_type). … |
|
|
08/06/06 20:09:48 |
@1224
|
[1224]
|
fumanchu |
WSGI-related changes:
… |
|
|
08/05/06 19:11:42 |
@1221
|
[1221]
|
fumanchu |
Removed last useless cherrypy.debug test. |
|
|
08/03/06 00:05:01 |
@1209
|
[1209]
|
fumanchu |
Fixes for #544 and #545 (serveFile issues) in CP 3. Fixes in CP 2 branch … |
|
|
06/27/06 13:01:08 |
@1164
|
[1164]
|
fumanchu |
Replaced http.HTTPDate with its clone rfc822.formatdate. |
|
|
06/13/06 01:04:32 |
@1145
|
[1145]
|
fumanchu |
Heavily cleaned the namespace for Tool objects:
… |
|
|
06/12/06 01:46:25 |
@1141
|
[1141]
|
fumanchu |
Renamed httptools to "http" to reduce confusion with new cherrypy.tools. … |
|
|
06/12/06 00:34:44 |
@1137
|
[1137]
|
fumanchu |
httptools.Version was overengineered. Shame on me. Using tuples gives a … |
|
|
06/03/06 00:42:24 |
@1117
|
[1117]
|
fumanchu |
Fix for #531 (Make an ETag tool). Also refactored If-Modified-Since … |
|
|
05/07/06 01:35:03 |
@1096
|
[1096]
|
fumanchu |
Root and config are now isolated per app:
… |
|
|
05/07/06 01:08:24 |
@1094
|
[1094]
|
fumanchu |
Moved the following config keys out of the "server." namespace (so that … |
|
|
05/02/06 18:04:53 |
@1089
|
[1089]
|
fumanchu |
Fix for #508 (Content-Type for 304s). |
|
|
05/01/06 18:59:49 |
@1084
|
[1084]
|
fumanchu |
New static.serve_download function (sugar for serve_file with … |
|
|
04/26/06 02:28:59 |
@1075
|
[1075]
|
fumanchu |
More tool improvements:
… |
|
|
04/25/06 02:11:16 |
@1069
|
[1069]
|
fumanchu |
test_core works again.
… |
|
|
04/22/06 17:48:26 |
@1061
|
[1061]
|
fumanchu |
Dispatchers shouldn't change request.object_path before calling the page … |
|
|
04/22/06 15:22:44 |
@1056
|
[1056]
|
fumanchu |
Fixed static tool and test. |
|
|
04/22/06 13:05:04 |
@1055
|
[1055]
|
fumanchu |
Fixed xmlrpc tool and test. Plus:
… |
|
|
04/21/06 17:43:44 |
@1052
|
[1052]
|
fumanchu |
Reorganized static tools again. staticdir still needs a way to get the … |
|
|
04/21/06 15:44:17 |
@1047
|
[1047]
|
fumanchu |
CP 3 initial checkin. Global filters have been replaced by request.hooks. … |