Menu

Trac Commit Log


Commit Date  
[r6232] by jruigrok

Use keyword arguments.

Thwapped by: cboos

2007-11-27 19:45:26 Tree
[r6231] by jruigrok

Add more gettext markers.

2007-11-27 19:37:28 Tree
[r6230] by cboos

Fix typo-like error for the interpretation of the `[timeline] changeset_long_messages` configuration setting.

2007-11-27 16:29:53 Tree
[r6229] by cboos

Partially revert r6227 (trac/core.py), as this triggered an internal error with mod_python.

The `from trac.util.translation import _` in trac/core.py was triggering a recursive import of `trac.core.TracError` via `trac/util/__init__.py`:
{{{
...
[error] File "/packages/trac/branches/upstream-trunk/trac/core.py",
line 19, in ?\n from trac.util.translation import _
[error] File "/packages/trac/branches/upstream-trunk/trac/util/__init__.py", line 31, in ?\n from trac.core import TracError
[error] ImportError: cannot import name TracError
}}}

2007-11-27 16:24:58 Tree
[r6228] by jruigrok

Convert more TracErrors to the common style.
Add gettext markers.

2007-11-27 15:21:44 Tree
[r6227] by jruigrok

Add more gettext markers.

2007-11-27 15:13:56 Tree
[r6226] by osimons

On project creation, it is now possible to pass in an option for the `[inherit] file =` setting, and have the environment be a bit smarter on creation.

It will now load inherited settings when created, and not write defaults to project trac.ini except what is entered through the `initenv` console session or passed in as options to `Environment.create()`.

Command line option looks like this (can be appended to both variations of `initenv`):
{{{
trac-admin /path/to/new/env initenv --inherit=/path/to/global/trac.ini
}}}

Also includes a fix for not writing `[ticket-workflow]` when that section exists in the inherited trac.ini.

Closes #5651.

2007-11-26 20:20:22 Tree
[r6225] by osimons

Setting height and width for header logo should now work with 0.11.
Values of 0 or -1 means the attributes will not be set.

Fixes #4696.

2007-11-26 19:46:36 Tree
[r6224] by cboos

0.10.5dev: ported r6223 from trunk (''PySqlite 2.4.0 compatibility fix'')

2007-11-26 15:30:18 Tree
[r6223] by cboos

PySqlite 2.4.0 doesn't accept an unicode object for the connection string anymore.

Bug or feature, the release is out, so we have to live with it...

2007-11-26 15:19:03 Tree
Older >