I see. I believe the cause of some of these issues (including the missing raw-attachment link and the missing patchbot link) is that Trac changed some of the underlying templates. For the raw-attachment link I think we need to add something to the snippet
<py:when test="not compact"> <h2 class="${foldable and 'foldable' or None}">Attachments</h2> <div py:if="alist.attachments or alist.can_create"> <dl py:if="alist.attachments" class="attachments"> <py:for each="attachment in alist.attachments"> <dt>${show_one_attachment(attachment)}</dt> <dd py:if="attachment.description"> ${wiki_to_oneliner(context, attachment.description)} </dd> </py:for> </dl> <xi:include href="attach_file_form.html"/> </div> </py:when> in boxen:/var/trac/sage_trac/templates/list_of_attachments.html The patchbot link needs to be inserted into another file in this folder, but I'm not sure what yet. I don't have permission to edit these files, and I need to sleep. If someone else can figure out what changes need to be made that would be great. David On Tue, Mar 20, 2012 at 01:54, Jeroen Demeyer <jdeme...@cage.ugent.be>wrote: > On 2012-03-20 09:43, Jeroen Demeyer wrote: > > On 2012-03-20 09:17, David Roe wrote: > >> What link is broken? I'm finding the link to > >> > http://trac.sagemath.org/sage_trac/raw-attachment/ticket/8109/trac_8109-lzz_pEX-copyrights.patch > >> from the attachment page for example... > > I'm not talking about the attachment page, but the Attachments section > > (below the ticket description and above the Change History): > > http://trac.sagemath.org/sage_trac/ticket/8109#no1 > > Attachment links in the ticket description and Change History still have > raw-attachment links, see for example > http://trac.sagemath.org/sage_trac/ticket/12499 > > (So that might explain my confusion why I thought it changed only more > recently) > > -- > 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 > URL: http://www.sagemath.org > -- 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 URL: http://www.sagemath.org