Menu

Trac Commit Log


Commit Date  
[r3245] by cmlenz

Directly instantiating a component no longer implicity enables it.

2006-04-26 10:45:08 Tree
[r3244] by cmlenz

Fix wiki model unit tests to work under Python 2.3.

2006-04-26 08:53:56 Tree
[r3243] by athomas

PermissionPolicy: Merged log:trunk@...:3241

2006-04-26 07:02:12 Tree
[r3242] by athomas

WorkFlow: Merged log:trunk@...:3241

2006-04-26 06:54:55 Tree
[r3241] by jonas

We can't use the MemoryHandler log handler since this handler keeps references to logged exceptions for a long time. This caused problems for the db connection pool.

2006-04-25 22:09:29 Tree
[r3240] by eblot

* improve `cc` list changes in email notification
* reformat `cc` list field on ticket change:
* remove duplicates
* use a comma char. as email address separator

2006-04-25 21:36:34 Tree
[r3239] by athomas

Fix for bug in config saving.

2006-04-23 14:05:52 Tree
[r3238] by cboos

As setting the svn:mime-type property in r3237 worked as expected, do it also on trunk.

2006-04-22 10:51:24 Tree
[r3237] by cboos

Follow-up to r3236, force the wiki-tests.txt file to be displayed as UTF-8 (hopefully)

2006-04-22 10:45:59 Tree
[r3236] by cboos

Wiki headings containing some special characters could
trigger an `UnicodeDecodeError: ... unexpected end of data`.

For example, the character `LATIN SMALL LETTER A WITH GRAVE`
is encoded in UTF-8 using the 2 bytes sequence `'\xc3\xa0'`.

Depending on the current locale, the `splitlines` function
used in `wiki_to_oneliner` might interpret the single byte
`'\xa0'` as a `NO-BREAK SPACE` (in most of the ''iso-8859''
and a lot of the ''cp'' encodings).
This splits the utf-8 encoded string right in the middle of
a two bytes sequence, which will later trigger the above exception.

Therefore we temporarily use `unicode` objects before
doing the `splitlines`.

Of course, this is only relevant for [milestone:0.9],
as since [milestone:0.10], `unicode` objects are used
internally.

Fixes #3058.

2006-04-22 10:40:22 Tree
Older >
MongoDB Logo MongoDB