Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6573, comment 10


Ignore:
Timestamp:
Jul 13, 2014, 6:18:55 PM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6573, comment 10

    initial v1  
    77* [source:/trunk/trac/wiki/templates/wiki_rename.html@12661:28,33,37,42-43 wiki_rename.html] (missing spaces before `/>`)
    88* [source:/trunk/trac/wiki//model.py@12661:215#L215 model.py] (`''` instead of `""`)
    9 * [source:/trunk/trac/wiki/web_ui.py@12661:272-273,276-276#248 web_ui.py] (a lot of `_('` instead of `_("`).
     9* [source:/trunk/trac/wiki/web_ui.py@12661:272-273,276-276#L248 web_ui.py] (a lot of `_('` instead of `_("`).
    1010
    1111> It would probably be good to call a change listener. Consistency with whatever is implemented for #11377 would be good. The changes in [2a5bf424/jomae.git] look good to me, which would suggest `wiki_page_comment_modified(page, cdate, author, comment, old_comment)`.