Description

Seems to be that the rst support in trunk is broken.

Steps to reproduce

Either use #format rst or  {{{#rst  and put a rst-styled link there.

Example

See http://main.wikiwikiweb.de/rst

{{{#!rst

The text below contains links that look like "(quickref__)".  These
are relative links that point to the `Quick reStructuredText`_ user
reference.  If these links don't work, please refer to the `master
quick reference`_ document.

__
.. _Quick reStructuredText: quickref.html
.. _master quick reference:
   http://docutils.sourceforge.net/docs/user/rst/quickref.html



} } }

traceback.html

Details

MoinMoin Version

1.6-trunk

OS and Version

ask ThomasWaldmann

Python Version

ask ThomasWaldmann

Server Setup

ask ThomasWaldmann

Server Details

ask ThomasWaldmann

Language you are using the wiki in (set in the browser/UserPreferences)

en

Workaround

A quick look would suggest that changing line 382 in http://hg.thinkmo.de/moin/1.6?f=a1c28771f327;file=MoinMoin/parser/text_rst.py

from:

page = MoinMoin.Page.Page(self.request, refuri)

to

page = Page(self.request, refuri)

might fix this.

Discussion

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/ReStructuredTextBrokenInTrunk (last edited 2007-10-29 19:13:00 by localhost)