Menu

Trac Commit Log


Commit Date  
[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
[r3235] by cboos

Fix the ordered list regex. Only one letter is allowed before the dot,
e.g.
{{{
a. item 1
b. item 2
}}}

but not:
{{{
This is not a numbered
list. Just a small quoted
paragraph.
}}}

Still, roman numbered lists should work
{{{
i. item 1
ii. item 2
iii. item 3
}}}

Follow-up to r3162.

2006-04-21 21:26:26 Tree
[r3234] by mgood

tracd: spelling fix in error message

2006-04-21 03:36:32 Tree
[r3233] by mgood

in tracd use the WSGI middleware for handling the Trac environment config in HTTP mode

2006-04-21 01:51:12 Tree
[r3232] by athomas

PermissionPolicy: Ported timeline to new permission system. Adds `timeline_event` and `timeline_filter` ''resource'' types.

2006-04-21 01:27:07 Tree
[r3231] by eblot

Should fix #3057.
* Fix up another trouble with quoted-printable encoding
* Nicer usage of Python email library
* Needs some cleanup for long headers

2006-04-21 01:12:42 Tree
[r3230] by athomas

WorkFlow: Trunk merge log:trunk@...:3228

2006-04-21 01:09:03 Tree
Older >
MongoDB Logo MongoDB