Edgewall Software

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

seems we have an issue with 0.11.6…

TracDev ToDo List

Ticket Triage

In preparation for 0.12:

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…

Release 0.12

  • database
  • ticket query system:
  • i18n:
    • translation of javascript (#6353, Babel:#110) — 0.12-stable?
    • translation of workflow (#6234) — 0.12-stable or 0.13?
    • get rid of plural in macros.html and use proper i18n API for this — done in [8666]
  • multirepos: see 0.12-multirepos
  • Version Control:
    • CachedRepository.get_path_history
  • WikiRename: clean-up, sync, reintegrate

For Later (0.13, …, 1.0)

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.