Edgewall Software

Version 69 (modified by Christian Boos, 14 years ago) ( diff )

keep note of a possible bug

TracDev ToDo List

Ticket Triage

Release 0.12

Finish 0.12-multirepos and merge sandbox/multirepos

Done - r9125 and some follow-ups.

Remaining tickets

Verify this one, not sure yet it's a bug which is still present or a transient error that happened in between updates:

2010-02-26 19:24:14,087 Trac[changeset] WARNING: Diff rendering failed for property svn:mergeinfo with renderer SubversionMergePropertyDiffRenderer:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/versioncontrol/web_ui/changeset.py", line 798, in render_property_diff
    options)
  File "build/bdist.linux-x86_64/egg/trac/versioncontrol/svn_prop.py", line 297, in render_property_diff
    all_revs = set(repos._get_node_revs(spath))
  File "build/bdist.linux-x86_64/egg/trac/versioncontrol/cache.py", line 290, in _get_node_revs
    slast = '%010d' % last
TypeError: int argument required

For Later (0.13, …, 1.0)

Release 0.11.7?

Seems that we might need it…

I've just noticed a disturbing issue with 0.11.6: when creating a new milestone through the admin panel, the other trac.fcgi processes didn't pick up the new value, so either we don't do a config.touch() in this case, or there's a race.

Well, we do TicketSystem(self.env).reset_ticket_fields() in source:tags/trac-0.11.6/trac/ticket/model.py@#L702, so it looks like we have a race…

Mercurial plugin

  • add basic support for cached repo
  • log --follow-first
  • show merge changesets in revision log (#1492)

To editors: this is not the place where to put your favorite ticket (see SeaChange/WhatUsersWant instead); this page must be kept short and is mainly for improving the clarity of the ongoing development activity in the TracTeam.

Note: See TracWiki for help on using the wiki.