Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#2283 closed defect (fixed)

IWikiChangeListener argument order

Reported by: mattvz@… Owned by: Christopher Lenz
Priority: low Milestone: 0.9.1
Component: wiki system Version: 0.9
Severity: normal Keywords:
Cc: mattvz@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The argument order used to call wiki_page_changed(…) is wrong.

trac/wiki/api.py:
def wiki_page_changed(page, version, t, comment, author, ipnr)

trac/wiki/model.py:
listener.wiki_page_changed(self, self.version, t, author,
                                           comment, remote_addr)

Attachments (0)

Change History (2)

comment:1 by Christopher Lenz, 18 years ago

Milestone: 0.9.1
Owner: changed from Jonas Borgström to Christopher Lenz
Priority: normallow
Status: newassigned

comment:2 by Christopher Lenz, 18 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [2452] and [2453].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.