Menu

Trac Commit Log


Commit Date  
[r11684] by cboos

1.0.2dev: only list languages for which there's a message catalog.

Previously we added to the list all the languages present in the
repository. But sometimes a catalog might not be compiled (e.g. if
marked as fuzzy), so better only propose a restricted choice
consisting only of the languages for which a `messages.mo` file can be
found.

Fixes #10855.

2013-02-11 20:57:53 Tree
[r11683] by cboos

1.0.2dev: Genshi 0.7 fix for wiki bracketed link .

Any page containing a `<http://...>` link produced a
global TracError:
{{{
Genshi UnicodeEncodeError error while rendering template (unknown template location)
}}}

The code was doing something like `'...%s...' % Element()` and the
Genshi builder `Element` contained a non-ascii character (ZWSP). In
Genshi 0.7, conversion to a `str` is now producing `unicode`, as the
default encoding parameter for `Stream.render()` is now `None`
(i.e. `unicode`).

Added a test case to catch this.

2013-02-11 16:38:08 Tree
[r11682] by cboos

Merge r11675 from 1.0-stable (#11045)

2013-02-03 20:59:45 Tree
[r11681] by cboos

Merge r11674 from 1.0-stable (tag_build = dev)

2013-02-03 20:59:01 Tree
[r11680] by cboos

trunk: starting 1.1.2dev

2013-02-03 20:56:33 Tree
[r11679] by cboos

Tagging trac-1.1.1

2013-02-03 18:21:41 Tree
[r11678] by cboos

1.1.1: prepare to tag release

2013-02-03 18:21:24 Tree
[r11677] by cboos

Oops, scratch that 1.1.1

2013-02-03 18:20:55 Tree
[r11676] by cboos

Tagging trac-1.1.1

2013-02-03 18:17:51 Tree
[r11675] by cboos

1.0.2dev: make sure git tests pass even without author info (#11045)

Set the user.name and user.email in the config of the test repo,
and while at it, use a unicode name and test it's correctly read back.

Also, show stderr output in case of failure of a git command,
to ease debugging.

2013-02-03 18:10:39 Tree
Older >
MongoDB Logo MongoDB