| Commit | Date | |
|---|---|---|
|
[r3167]
by
cmlenz
Moved the declaration of some config options to where they are actually being used. |
2006-04-15 21:46:17 | Tree |
| 2006-04-15 21:44:02 | Tree | |
| 2006-04-15 21:34:43 | Tree | |
| 2006-04-15 21:31:46 | Tree | |
| 2006-04-15 18:19:47 | Tree | |
|
[r3162]
by
cboos
WikiFormatting improvements for numbered lists: Plus moved the code for definition lists to its place, |
2006-04-15 17:34:03 | Tree |
|
[r3161]
by
cboos
Typos in trac.web.href.Href docstring spotted and fixed by Tim Hatch. Closes #2761. |
2006-04-15 17:06:45 | Tree |
|
[r3160]
by
cboos
The `Chrome` component `IRequestHandler` now avoids any unecessary database query. This way, no chrome request will ever fail due to a `database lock` error, which happens when a write operation is being performed by another `IRequestHandler`s. This fixes #3040. Also, the overall speed of page rendering is much improved, as a typical request (e.g. `/project/timeline`) typically translates into nearly 20 `GET /project/chrome/*` secondary requests. |
2006-04-15 15:31:08 | Tree |
| 2006-04-15 15:03:59 | Tree | |
|
[r3158]
by
cmlenz
Converted HTTP authentication in [wiki:TracStandalone tracd] to WSGI middleware. Also made authentication completely optional: if the option is not provided, a request handler such as one for form-based authentication can still perform the authentication. Closes #3036. |
2006-04-15 09:22:17 | Tree |