Menu

Trac Commit Log


Commit Date  
[r6445] by cboos

TracMercurial: missing changeset error raise a !LookupError, catch them.

2008-02-03 19:35:31 Tree
[r6444] by cboos

TracMercurial: add multiple repository support to the property renderer.

This is done in a backward compatible way, i.e. it works well fine with [milestone:0.11].

2008-02-03 19:34:48 Tree
[r6443] by cboos

TracMercurial: add support for MQ and other extensions.

In order to add mq support (useful for getting the patch names listed as tags), one has to specify a .hgrc file in the TracIni, then the normal `[extensions]` section in that .hgrc file.

trac.ini:
{{{
[hg]
hgrc = trac.hgrc
}}}

trac.hgrc (as it was specified with a relative name, the file is located in TRAC_ENV/conf, next to the trac.ini file):
{{{
[extensions]
hgext.mq =
}}}

2008-02-03 19:29:32 Tree
[r6442] by jruigrok

Add traditional Chinese, used in Taiwan.

2008-02-03 16:31:16 Tree
[r6441] by jruigrok

Allow translation of error pages.

2008-02-03 13:50:44 Tree
[r6440] by jruigrok

Add locale attribute to the Mock instances.

2008-02-03 10:54:22 Tree
[r6439] by jruigrok

Use a proper NullTranslations instance instead of the class.
This should fix errors of this kind:

TypeError: unbound method ugettext() must be called with NullTranslations
instance as first argument (got str instance instead)

See: #5958
Fix supplied by Shun-ichi Goto

2008-02-03 09:50:27 Tree
[r6438] by jruigrok

Various clean ups.

2008-02-02 12:19:38 Tree
[r6437] by jruigrok

Massive update of all translation files with the latest template file.

2008-02-01 16:29:35 Tree
[r6436] by jruigrok

Add file for Greek translations.

2008-02-01 16:23:45 Tree
Older >