Menu

Trac Commit Log


Commit Date  
[r7399] by cboos

Follow-up to r7398: as a bonus, now don't escape newlines if they were already escaped.

2008-07-25 15:05:23 Tree
[r7398] by cboos

Improved handling of the ''preserve newlines'' rendering mode for Wiki text (follow-up to r1561)

It's not done by systematically appending a `[[BR]]` macro at the end of each line, but by appending `<br>` in the output, when needed.

Closes #7461.

2008-07-25 15:03:23 Tree
[r7397] by cboos

TracError message can be directly converted to unicode.

Backported r6984, closes #5981.

2008-07-25 15:01:06 Tree
[r7396] by cboos

The altlinks for the content converters should not be added when a wiki page does not exist or when the user is looking at the available reports list.

Closes #7164.

Patch contributed by Dave Gynn. Thanks!

2008-07-25 14:59:43 Tree
[r7395] by jonas

0.11-stable: Added some entries to the ChangeLog. And no, I've not started releasing anything yet.

2008-07-25 14:40:01 Tree
[r7394] by cboos

Fixed the unit-test affected by r7393 and also fix a few typos from r7291.

2008-07-25 13:44:10 Tree
[r7393] by cboos

When `trac-admin` is run non-interactively, don't duplicate backslashes found in the command arguments.

Closes #5787.

2008-07-25 13:04:46 Tree
[r7392] by cboos

TracAdmin: don't try to guess the indexing error based on the repository_type, as any kind of error is possible.

2008-07-25 13:04:26 Tree
[r7391] by cboos

Follow-up to [7390], also use `printerr` as a shortcut to `console_print(sys.stderr,...)` and add translation markers.

2008-07-25 13:03:57 Tree
[r7390] by cboos

In `trac-admin`, also consistently use `console_print` for the text sent to sys.stdout.

That will be useful for translated texts, but also for a few other situations, like when exporting a wiki page on the console (`print text`). In that situation, I noticed the previous version of `print_console` was not robust enough, as you easily get unicode code points for which no encoding exist in the console charset, hence we need to use the 'replace' mode.

Closes #7241.

2008-07-25 13:02:27 Tree
Older >