Edgewall Software

Changes between Version 28 and Version 29 of TracDev/ApiChanges/1.3


Ignore:
Timestamp:
Jul 30, 2017, 9:41:44 AM (7 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.3

    v28 v29  
    107107== Detailed List of Developer Visible Changes #list
    108108
     109=== In Trac 1.3.1
     110
    109111[[TicketQuery(milestone=1.3.1,status=closed,apichanges!=,col=summary,rows=apichanges,group=component,format=table)]]
     112
     113=== In Trac 1.3.2
     114
     115[[TicketQuery(milestone=1.3.2,status=closed,apichanges!=,col=summary,rows=apichanges,group=component,format=table)]]
    110116
    111117== Other Modifications made to the 1.2 API
    112118
     119
     120=== Modified Interfaces
     121
     122==== `IAttachmentChangeListener`            ^[source:trunk/trac/attachment.py@16160:73#L61 (1.3.2)] [source:branches/1.2-stable/trac/attachment.py@16042#L59 (1.2)]^ #IAttachmentChangeListener
     123
     124Attachments can now be renamed, so `attachment_moved(attachment, old_parent_realm, old_parent_id, old_filename)` has been added to allow plugins to be notified of this.
     125
    113126=== Uncategorized Changes
    114127
    115 == New in the 1.3.1 API
     128== New in the 1.3 API
    116129
    117130Be sure to have a look at the new ApiDocs ([http://www.edgewall.org/docs/trac-trunk/html/ for latest trunk]).