Attachment 'xapian_index.patch'
Download 1 diff -r 36f2b2adce52 MoinMoin/events/xapian_index.py
2 --- a/MoinMoin/events/xapian_index.py Fri Jan 09 00:50:09 2009 +0100
3 +++ b/MoinMoin/events/xapian_index.py Sun Jan 11 23:07:23 2009 +0100
4 @@ -69,7 +69,7 @@
5 handle_renamed(event)
6 elif isinstance(event, ev.PageCopiedEvent):
7 handle_copied(event)
8 - elif isinstance(event, ev.PageChangedEvent):
9 + elif isinstance(event, ev.PageChangedEvent) or isinstance(event, ev.TrivialPageChangedEvent):
10 handle_changed(event)
11 elif isinstance(event, ev.PageDeletedEvent):
12 handle_deleted(event)
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.