Description

Please see http://test.wikiwikiweb.de/TestGuiEditorLink/subpage

Steps to reproduce

Go to http://test.wikiwikiweb.de/TestGuiEditorLink/subpage and see the gui editor link.

Component selection

Patch

diff -r df48cf4a34d9 MoinMoin/theme/__init__.py
--- a/MoinMoin/theme/__init__.py        Thu Jan 11 15:32:18 2007 +0100
+++ b/MoinMoin/theme/__init__.py        Thu Jan 11 16:03:56 2007 +0100
@@ -1155,7 +1155,7 @@ var gui_editor_link_text = "%(text)s";
 var gui_editor_link_text = "%(text)s";
 //-->
 </script>        
-""" % {'url': page.url(self.request, querystr={'action': 'edit', 'editor': 'gui', }, escape=0),
+""" % {'url': page.url(self.request, querystr={'action': 'edit', 'editor': 'gui', }, escape=0, relative=False),
        'text': _('Edit (GUI)', formatted=False),
       }

Discussion

Plan


CategoryMoinMoinFixed

MoinMoin: MoinMoinBugs/1.6GuiEditorLinkBroken (last edited 2007-10-29 19:06:23 by localhost)