Modify ↓
Opened 20 years ago
Closed 20 years ago
#2283 closed defect (fixed)
IWikiChangeListener argument order
| Reported by: | 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 , 20 years ago
| Milestone: | → 0.9.1 |
|---|---|
| Owner: | changed from to |
| Priority: | normal → low |
| Status: | new → assigned |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Fixed in [2452] and [2453].