| Commit | Date | |
|---|---|---|
|
[r6136]
by
cboos
Make the error.html template more useful when Javascript is not enabled. The default view is the plain text view, and only when Javascript is available does the interactive view and the toggle button get shown. |
2007-11-08 10:40:40 | Tree |
|
[r6135]
by
cboos
Follow-up to r6126: finally understood what that `del req.chrome` was good for... This was needed when an error occurs during the rendering of a template. Here's a summary of what happens: So I think an "obvious" fix of this problem while still preserving the #5594 behavior is to restore the 'scripts' as well at point 4. Of course, the management of the chrome data could probably be greatly simplified at some point after 0.11. |
2007-11-07 16:44:34 | Tree |
| 2007-11-06 16:38:55 | Tree | |
| 2007-11-06 14:16:16 | Tree | |
|
[r6132]
by
cboos
context-refactoring: make sure that a rendering context `.perm` is actually bound to that context `.resource`. |
2007-11-06 14:10:50 | Tree |
| 2007-11-06 13:06:08 | Tree | |
| 2007-11-06 13:00:00 | Tree | |
|
[r6129]
by
cboos
context-refactoring: eliminate `Resource.from_spec` in favor of a more flexible `Resource` constructor. Also, in the various places where resource specifications are optionally given, make sure that the `False` value is used for the default argument, as `None` can be a valid argument: |
2007-11-06 12:58:08 | Tree |
| 2007-11-06 11:33:06 | Tree | |
|
[r6127]
by
cboos
Clean-up the `request_dispatcher` and shutdown the environment after error processing. |
2007-11-06 10:58:11 | Tree |