Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/trunk/cherrypy/_cptree.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 09/27/08 14:22:10 @2039 [2039] fumanchu Fix for #848 ("and root" should be "and root is not None").
(edit) 06/24/08 00:18:26 @1989 [1989] fumanchu Moved all bus plugins onto the engine object itself, and fixed a couple …
(edit) 04/05/08 15:04:56 @1938 [1938] fumanchu Audit of logging: 1. cherrypy.log now defaults to INFO. …
(edit) 03/18/08 12:47:35 @1930 [1930] fumanchu Working cherryd daemon script. New FlupFCGIServer wrapper in servers.py. …
(edit) 02/18/08 11:45:31 @1888 [1888] fumanchu Made Application copy initial config from its class.
(edit) 11/12/07 15:39:36 @1826 [1826] fumanchu Some bus/plugin improvements.
(edit) 10/26/07 21:14:08 @1769 [1769] fumanchu Fix for #725 (cherrypy.url should default to emitting server-relative …
(edit) 10/16/07 15:06:41 @1752 [1752] fumanchu Reworked WSPBus plugins; most now have a 'subscribe' method which attaches …
(edit) 06/17/07 15:09:58 @1671 [1671] fumanchu Trunk fix for #677 (_cpwsgi requestLine: PATH_INFO SCRIPT_NAME).
(edit) 05/30/07 18:54:09 @1657 [1657] fumanchu RFC 2606 updates (official example domains).
(edit) 05/23/07 12:42:49 @1656 [1656] fumanchu Docstring updates.
(edit) 03/05/07 15:22:13 @1627 [1627] fumanchu New pywebd module. Trunk is now "3.1alpha".
(edit) 02/05/07 15:30:03 @1612 [1612] fumanchu Promoted namespace dicts to their own class (so they can share docs).
(edit) 01/26/07 21:54:19 @1605 [1605] fumanchu Docstrings, plus Application now copies its cls.namespaces into …
(edit) 11/29/06 15:23:23 @1458 [1458] fumanchu Allow loggers to use a different logging root (e.g. "tg.error" instead of …
(edit) 11/16/06 13:10:21 @1430 [1430] fumanchu Transformed _cptree.wsgi_handler function into _cpwsgi.CPWSGIApp class (a …
(edit) 10/28/06 21:45:36 @1420 [1420] fumanchu Better support for custom toolboxes and namespaces: …
(edit) 09/29/06 18:31:02 @1385 [1385] fumanchu Fix for #579 (when query_string is None).
(edit) 09/14/06 13:12:17 @1365 [1365] fumanchu Removed app.guess_abs_path. Use cherrypy.url(script_name=app.script_name) …
(edit) 09/11/06 12:26:06 @1350 [1350] fumanchu Collapsed request.url and tree.url into a single cherrypy.url function.
(edit) 09/08/06 21:08:41 @1342 [1342] fumanchu Got rid of cherrypy.request.path. Use request.script_name + …
(edit) 09/06/06 17:39:38 @1338 [1338] fumanchu Improved tree.url() to include base. Also replaced request.browser_url …
(edit) 09/02/06 02:25:29 @1311 [1311] fumanchu Changed every instance of 'conf' in the API to 'config'.
(edit) 09/02/06 02:09:33 @1309 [1309] fumanchu Moved _wsgi_callable to _cptree, and we now import _cpwsgi as …
(edit) 09/01/06 11:46:15 @1305 [1305] fumanchu Moved merge out of Application.__init__ so custom namespaces can be …
(edit) 08/28/06 18:21:53 @1293 [1293] fumanchu Oops. Forgot the namespaces for cherrypy.tree.
(edit) 08/26/06 17:54:36 @1285 [1285] fumanchu Logging cleanups: 1. Moved LogManager? to new _cplogging module. …
(edit) 08/26/06 03:26:19 @1281 [1281] fumanchu API and docstring cleanups: …
(edit) 08/25/06 16:25:56 @1278 [1278] fumanchu More (final?) config overhaul work: …
(edit) 08/24/06 02:02:42 @1275 [1275] fumanchu Overhaul of config system: 1. New docstring for config module! …
(edit) 08/21/06 03:10:15 @1260 [1260] fumanchu Fix for #553 (pure WSGI apps on the tree). Request.app now MUST be a …
(edit) 08/18/06 17:20:33 @1250 [1250] fumanchu Cosmetics.
(edit) 08/17/06 18:29:23 @1249 [1249] fumanchu WSGI improvements from Christian's cp3-wsgi-remix branch: …
(edit) 06/25/06 01:02:33 @1156 [1156] fumanchu Much Better Logging (see #256). Apps now have their own access and error …
(edit) 06/12/06 01:46:25 @1141 [1141] fumanchu Renamed httptools to "http" to reduce confusion with new cherrypy.tools. …
(edit) 06/05/06 00:41:24 @1121 [1121] fumanchu Reinstated default favicon (when an app is mounted at webserver root).
(edit) 05/25/06 12:49:31 @1111 [1111] fumanchu tree.mount now strips trailing slash on script_name.
(edit) 05/11/06 02:49:04 @1108 [1108] fumanchu New tree.app.guess_abs_path method.
(edit) 05/11/06 00:48:22 @1106 [1106] fumanchu Made tree.Application.script_name, and it now defaults to "", not "/".
(edit) 05/10/06 16:01:36 @1105 [1105] fumanchu Bah. I knew I had config.merge in there for a reason.
(edit) 05/07/06 01:35:03 @1096 [1096] fumanchu Root and config are now isolated per app: …
(edit) 03/27/06 01:31:36 @1018 [1018] fumanchu Bugfix in Tree if cherrypy.root is None.
(edit) 02/16/06 02:47:48 @970 [970] fumanchu cherrypy.tree.mount_points now includes {"/": cherrypy.root} even if …
(edit) 01/25/06 01:54:45 @936 [936] fumanchu Fix for #446 (tree.mount should optionally set its own baseurl from …
(edit) 01/10/06 17:55:08 @923 [923] fumanchu New mount_point and url methods on cherrypy.tree.
(edit) 01/04/06 15:50:59 @912 [912] fumanchu Oops. Forgot to assign cherrypy.root if missing.
(add) 01/02/06 18:06:45 @910 [910] fumanchu Fix for #145. See the ticket for details about this fix.

Hosted by WebFaction

Log in as guest/cpguest to create tickets