Edgewall Software

Changes between Version 9 and Version 10 of TracDev/ApiChanges/1.1.3


Ignore:
Timestamp:
Oct 29, 2014, 10:18:22 PM (10 years ago)
Author:
Peter Suter
Comment:

Mention IWikiChangeListener.wiki_page_comment_modified()

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.1.3

    v9 v10  
    8181Take the //will be removed in version 1.1.1// comments in the code seriously. The earlier the planned API changes in 1.1.x, the better (gives more time to plugin authors to adapt). TODO
    8282
    83 {{{#!comment
    84 === Modified Interfaces ===
    85 ==== `I...`            ^[source:trunk/trac/.../api.py@rev:highlighted-linenum#Lnum (1.0)] [source:branches/0.12-stable/trac/.../api.py@rev:rev:highlighted-linenum#Lnum (0.12)]^ ==== #I...r
     83=== Modified Interfaces
     84==== `IWikiChangeListener`            ^[source:trunk/trac/wiki/api.py@13198:53#L32 (1.1.3)] [source:branches/1.0-stable/trac/wiki/api.py@11490#L33 (1.0)]^ ==== #IWikiChangeListener
    8685
    87 ...
    88 }}}
     86Wiki page version comments can now be edited, so `wiki_page_comment_modified(page, old_comment)` has been added to allow plugins to be notified of this.
    8987
    9088=== Uncategorized Changes