Edgewall Software

Ticket #5273 (new enhancement)

Opened 15 months ago

Last modified 5 months ago

Enhanced Attachment Handling

Reported by: byrnejb@… Owned by: cboos
Priority: normal Milestone: 2.0
Component: attachment Version:
Severity: normal Keywords:
Cc:

Description

It would be helpful if attachment handling could be extended so as to allow page maintainers to:

  1. Define and edit the order of display of attachments;
  1. Edit the description of an attachment directly, without having to delete the attachment;
  1. Group attachments and provide headers and subheaders.

Attachments

Change History

Changed 14 months ago by byrnejb@…

I have been considering this and I believe that perhaps a good way to approach this would be to treat attachments just as a specific type of wiki page, with an extension to the wiki processor syntax to allow inclusion of a given attachment on any page. So, one would essentially upload and name an attachment file and then include it on whatever regular wiki page or pages desired with something akin to [download:ThisIsAnAttachment My attachment contains this]. The attachment names themselves should be indexed and searchable just as any other wiki page.

Changed 8 months ago by sid

  • keywords needinfo added

You can provide direct links to the attachments in the wiki pages already, and thus define the order they appear, better descriptions, and headers and subheaders. This is not exactly what you are asking, but works well for the pages and attachments I've worked with.

From TracLinks: the link syntax for attachments is as follows:

  • attachment:the_file.txt creates a link to the attachment the_file.txt of the current object
  • attachment:wiki:MyPage:the_file.txt creates a link to the attachment the_file.txt of the MyPage wiki page
  • attachment:ticket:753:the_file.txt creates a link to the attachment the_file.txt of the ticket 753

Will that work for you?

Changed 5 months ago by cboos

  • keywords needinfo removed
  • component changed from wiki system to attachment
  • milestone set to 2.0

2. corresponds to #787.

1. and 3. are a bit more involved, but quite interesting.

Add/Change #5273 (Enhanced Attachment Handling)

Author



Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change. Next status will be 'new'
The owner will change to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.