Menu

Trac Commit Log


Commit Date  
[r6334] by osimons

Improvements and fixes to setting of resolution on new tickets:
* 'resolution' and 'status' are not set for new tickets, even if they exist as default options.
* A new explicit option for `default_resolution` in configuration file.
* `default_resolution` is default selected in 'resolve as' drop-down on ticket form.

Closes #6164.

2007-12-17 11:38:30 Tree
[r6333] by cboos

Updating the content of the default wiki pages from t.e.o

2007-12-15 12:57:01 Tree
[r6332] by cboos

Fix display of the root location in the oldest changeset, for the scoped repository case.

2007-12-15 12:33:40 Tree
[r6331] by cboos

Wrap the changeset message log in the revision log text mode (a.k.a. the Changelog)

Actually, this would have been working since the start if I had used the appropriate template variable...

2007-12-15 12:18:45 Tree
[r6330] by osimons

Fix for a minor bug whereby a new, empty custom field would appear with a ''deleted'' message on first ticket comment on existing tickets as it picked up a change from `None` to `''` (empty string).

Ticket and patch on #4447 by thatch.

2007-12-14 18:28:55 Tree
[r6329] by osimons

Fixing some inconsistency in method signature for 2 interface methods - we don't use `self` anywhere else in Interface classes. As we don't check the method signatures, this is really just API documentation.

Closes #5657

2007-12-14 11:16:03 Tree
[r6328] by cboos

Don't try to figure out the exact oldest rev in case of scoped Subversion revs.

We don't do that because it has apparently a big perfomance impact, and moreover is the trigger for a huge memory leak, as documented in #5213.

However, getting the exact start of a the history in a scoped repository was important for the resync, so we still have to do that at this occasion.

I keep the lines as comments instead of deleting them completely, as a reminder to investigate the reasons of that leak.

Closes #5213.

2007-12-13 19:58:48 Tree
[r6327] by cboos

Don't try to display the frame information in the backtrace when a !MemoryError occurred.

Trying to render the frame data usually triggers ''another'' !MemoryError exception, hiding the potentially interesting backtrace of the first one, like in #4081 and #6101.

2007-12-13 18:53:25 Tree
[r6326] by cboos

Follow-up to r6295: make the file revision string information global to the module.

Also enhances the plugins admin panel so that it can show that information.

2007-12-13 10:51:05 Tree
[r6325] by cboos

Plugins admin panel: need to adapt the test for windows, where normcase has already been used (see #2329)

2007-12-13 10:50:20 Tree
Older >