Attachment 'global-dictionary.diff'
Download 1 *** /usr/local/stow/moin-1.8.2/lib/python2.5/site-packages/MoinMoin/PageEditor.py.~1~
2 --- /usr/local/stow/moin-1.8.2/lib/python2.5/site-packages/MoinMoin/PageEditor.py
3 ***************
4 *** 787,792 ****
5 --- 787,795 ----
6 if request.dicts.has_dict(userDictPage):
7 variables.update(request.dicts.dict(userDictPage))
8
9 + if request.dicts.has_dict("WikiDict"):
10 + variables.update(request.dicts.dict("WikiDict"))
11 +
12 for name in variables:
13 text = text.replace('@%s@' % name, variables[name])
14 return text
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.