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