Dan Drake wrote:
> On Fri, 11 Sep 2009 at 07:02PM -0700, Pat LeSmithe wrote:
>> Dan Drake wrote:
>>> On Fri, 11 Sep 2009 at 03:39PM -0700, Pat LeSmithe wrote:
>>>> Which features shall we ask the trac and wiki admins to install?
>>> One feature I would like is forward references for tickets. This is a
>>> bit like the ticket dependency graph, but just for links. I'm imagining
>>> two lists: "Ticket comments that refer to this ticket" and "Ticket
>>> descriptions that refer to this ticket", with links to those tickets.
>>> This would help people sort through groups of related tickets.
>>>
>>> I have no idea if such a plugin or functionality exists, I'm just saying
>>> I would like this!
>> http://trac-hacks.org/wiki/TicketBackLinksMacro
> 
> That looks good, but does it list *tickets* referring to the current
> ticket, or just wiki pages? We really don't have much on our trac wiki;
> most things happen in tickets.

Assuming the code

http://trac-hacks.org/svn/ticketbacklinksmacro/0.11/TicketBackLinksDescription/macro.py

actually works, I think we can tailor the SQL query to select records
from the "ticket" table.

I don't know how this affects performance.  Perhaps the usual queries
account for Sage trac's slow behavior.  What is the current backend
database?  Is there a faster alternative?


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to