| Commit | Date | |
|---|---|---|
| 2006-08-16 20:34:13 | Tree | |
|
[r3620]
by
cboos
Markup branch: converting something simple for a start... <rant>I couldn't even try the wonderful error reporting of Markup, as I got it right at the first try...</rant> Damn, but I'm sure this will come rather sooner than later ;) |
2006-08-16 20:22:50 | Tree |
|
[r3619]
by
cmlenz
Markup branch: update for change in Markup trunk (see [http://markup.edgewall.org/ticket/28 #28]). |
2006-08-16 18:29:50 | Tree |
|
[r3618]
by
cmlenz
The `filedeny` and `folderdeny` icons and corresponding markup/styles were never used because the versioncontrol layer doesn't ever include information about nodes the user doesn't have access to. |
2006-08-16 14:13:23 | Tree |
|
[r3617]
by
cmlenz
* Replaced Edgewall logo on about page with "Python powered" logo. |
2006-08-16 14:05:53 | Tree |
|
[r3616]
by
cboos
Fixed detection of changes in the Session object. The order of the `items()` of two equivalent dictionaries is not necessarily the same if those dictionaries themselves contain dictionaries. In our case, this resulted in a write into the db for ''every'' `Session.save()` call, even if there were no actual change, as soon as the user had a custom query saved in his session, as we store a dictionary under the 'query_constraints' key. Probably one reason explaining the high rate of database locks we're seeing (see #3446). |
2006-08-15 14:12:05 | Tree |
|
[r3615]
by
cboos
Make sure attachment size and time properties are `int` values. Closes #3557. Thanks to steffenp for the patch. |
2006-08-15 11:39:12 | Tree |
|
[r3614]
by
cboos
Clean-up of the `trac.versioncontrol.api` documentation. Clarifications and PEP:0008 fixes. |
2006-08-15 08:07:51 | Tree |
|
[r3613]
by
cboos
Correctly handle !WikiProcessors returning `None`. Thanks to Gary for the report on the ML. |
2006-08-14 17:55:46 | Tree |
| 2006-08-11 15:18:37 | Tree |