[Trac-tickets] Re: [The Trac Project] #3068: Extensible Attachments

The Trac Project noreply at edgewall.com
Tue May 16 17:33:39 CDT 2006


#3068: Extensible Attachments
-------------------------------------------------------------+--------------
 Reporter:  Pedro Algarvio, aka, s0undt3ch <ufs at ufsoft.org>  |        Owner:  cboos   
     Type:  enhancement                                      |       Status:  assigned
 Priority:  normal                                           |    Milestone:  0.11    
Component:  general                                          |      Version:  0.9.5   
 Severity:  normal                                           |   Resolution:          
 Keywords:                                                   |  
-------------------------------------------------------------+--------------
Changes (by cboos):

  * milestone:  => 0.11
  * owner:  jonas => cboos
  * status:  new => assigned

Comment:

 I did some work on this. First, some cleanups for the attachment code, in
 r3303:3304.
 Then, on top of that, there's
 attachment:milestone_attachments_r3304.patch,
 which adds attachments for Milestones.

 That's quite useful if you have an original written "specification"
 to start with, before you break that down into tickets; you can know
 attach
 that spec directly to the milestone).

 The problem with the implementation, as one can see in the patch,
 is mainly with the way the permissions are handled.
 This clearly needs to be ''pluggable'' in some way (Alec?).

 Another cumbersome thing is the way to define the parent
 displayed name in `_parent_to_hdf`.
 Here, the `TracObject.display_name` idea would certainly be adequate.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3068>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list