Menu

Trac Commit Log


Commit Date  
[r6151] by cboos

!InterTrac compatibility mode with Trac 0.9 and earlier is now turned off by default.

If you target a remote Trac site which is using Trac 0.9 or earlier, you now need to activate the compatibility mode explicitly in TracIni:
{{{
[intertrac]
legacy.url = http://myoldtrac.com
legacy.title = Old Trac for our old system
legacy.compat = true
}}}

2007-11-13 14:39:25 Tree
[r6150] by cboos

Timeline daysback preference is now saved in the session.

Implements #6336.

2007-11-13 08:06:57 Tree
[r6149] by cboos

Don't show the ticket type among other fields, as it's already shown together with the ticket status in the title.

2007-11-12 17:39:26 Tree
[r6148] by cboos

Improve the display of dates in the upper right corner of the ticket box.

2007-11-12 17:37:39 Tree
[r6147] by cboos

Remove text-transform for displaying ticket type in title (was harmful for types like ER, PR...)

2007-11-12 17:36:08 Tree
[r6146] by cboos

Reduce amount of clickable white-space in the timeline.

Fixes #3132.

2007-11-12 17:26:00 Tree
[r6145] by cboos

Fix white space in ticket <h1> title when there's no ticket type set.

2007-11-12 17:19:28 Tree
[r6144] by cboos

Report listed in the ''Available Reports'' report where not checked for REPORT_VIEW fine grained permissions.

Thanks to Dave Gynn for the (bug) report and the initial patch.

2007-11-12 13:06:59 Tree
[r6143] by cboos

Fix the call to `extract_link` in !InterTrac module, which was using the pre-context-refactoring API. Closes #6329.

2007-11-12 12:29:41 Tree
[r6142] by cboos

Timeline refatoring: `changeset_collapse_events` now defaults to `false`.

Fix range order and log link which are generated when this feature is activated.

2007-11-09 18:30:31 Tree
Older >