Menu

Trac Commit Log


Commit Date  
[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
[r3159] by jonas

Fixed unicode problems when using the PyPgSQL postgresql driver. Closes #3013.

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
[r3157] by cboos

Follow-up to r3141, forgot to import `to_unicode` + better error message for timeline event provider failure

2006-04-14 16:25:55 Tree
[r3156] by cboos

Follow-up to r3135: also show property line breaks in TracChangeset. Factor out the rendering code in versioncontrol/web_ui/util.py, also in preparation for future improvements (see #1601).

2006-04-14 16:10:16 Tree
[r3155] by athomas

WorkFlow:

* Added `ITicketAdjunctChangeListener` interface for obsverving changes to milestones, versions, etc.
* Trunk merged log:trunk@...:3154.

2006-04-14 04:36:47 Tree
[r3154] by cboos

Reorganized standard wiki tests (i.e. those remaining in trac/wiki/tests/wiki-tests.txt)

The tests are now listed using the same order as their corresponding rules:
1. bold, italic, etc. related tests
2. link resolvers
3. wikiprocessors and macros
4. headings, lists, table

This makes it easy to spot the missing tests and where to add new ones.

2006-04-13 15:36:04 Tree
[r3153] by cboos

`IWikiSyntaxProvider` related unit-tests are now dispatched in their relevant modules.

* Better display of wiki unit-tests failure, so that it's easy
to grasp the difference between ''expected'' result and
''actual'' result.
* In `trac.wiki.tests.formatter`, the link resolver syntax is tested
using a sample link resolver
* finally, there's a test file trac/tests/allwiki.py file which
can be used to test all the wiki related tests in Trac core.

Now it becomes fairly easy for plugins to add their own tests
for the wiki syntax they provide.

2006-04-13 15:06:34 Tree
[r3152] by cmlenz

Use the wiki formatter test title as the ''shortDescription'' of the test.

2006-04-13 12:51:29 Tree
Older >
MongoDB Logo MongoDB