Menu

Trac Commit Log


Commit Date  
[r5769] by cmlenz

Added noop gettext functions in trunk as discussed on trac-dev.

2007-06-29 09:02:33 Tree
[r5768] by cmlenz

i18n: don't install _ into builtin namespace, it must be imported explicitly.

2007-06-29 08:21:03 Tree
[r5767] by cboos

TracMercurial: ported r5766 from the 0.11 branch.

2007-06-28 09:30:40 Tree
[r5766] by cboos

TracMercurial: the r5763 fix uncovered a circular dependency problem in hg. This other fix contributed by Gregory Collins works. See also http://www.selenic.com/mercurial/bts/issue605 for further details.

2007-06-28 09:28:56 Tree
[r5765] by ecarter

Testing: Merge 5755-5757,5759-5762 from trunk, leaving [5754] for now since it
has a failing unittest.

2007-06-27 15:11:47 Tree
[r5764] by cboos

TracMercurial: ported r5763 from the 0.11 branch.

2007-06-27 11:30:53 Tree
[r5763] by cboos

TracMercurial: improve compatibility with Mercurial versions using `demandimport`.

The `demandimport` mechanism modifies the `__import__` builtin, and this can lead to surprising errors, like with the TH:AccountManager plugin:

{{{
# in mercurial/node.py, with `demandimport` enabled:

import binascii

# in acct_mgr/pwhash.py:

from binascii import hexlify
...
v = long(hexlify(urandom(4)), 16)
# raises => TypeError: 'unloaded module' object is not callable
}}}

It's possibly a bug with demandimport, but even if this gets fixed, we must be compatible with the released Mercurial 0.9.4 (and demandimport is not needed anyway for long running processes).

Thanks to Gregory Collins for reporting the issue.

2007-06-27 11:28:03 Tree
[r5762] by cboos

WorkFlowUpgrade, make migrate_original_to_basic.py script a tad more robust and user-friendly

2007-06-27 08:11:26 Tree
[r5761] by cboos

!TracWorkflow page in the repository synced with TracWorkflow@...

2007-06-27 07:59:03 Tree
[r5760] by cboos

WorkFlowUpgrade: add a reminder for the need to do a `wiki upgrade` in order to get the TracWorkflow page loaded or updated.

2007-06-27 07:39:09 Tree
Older >
Auth0 Logo