Description

Supplementation Features doesn't work well

Don't know if it is even a bug or I'm just too dumb :).

At least I found out that with the Moin 1.6beta there is a discussion / comments / supplementation feature (http://moinmo.in/FeatureRequests/DiscussionAndOrCommentPages). So I configured my test site http://home.heavy.ch:8080 with

   supplementation_page = True
   supplementation_page_name = u'Kommentare'
   supplementation_page_template = u'KommentareVorlage'

Now I can click on the button comments (or in german Kommentare) and adding automatically a subpage like /discussion (or i defined as /Kommentare). I found out the following problems:

  1. two comments
    the menubar tarts to makes two buttons (text links) for comments;

    • maybe this has something to do, that a changed the supplementaiton_page_name or I'm using a german translation, don't know, but I tested it with the moderne and the SimpleMente theme.

  2. only for logged in users
    if a user is not logged in; the link http://home.heavy.ch:8080/Heavy?action=supplementation goes to a empty page; but the direct link http://home.heavy.ch:8080/Heavy/Kommentare works.

    • first it seem that maybe the rights to view this site are not checked, but it doesn't matter. I even could set the acl of the comments-page to All:read, and still got this empty page. So i believe that it's only working with a logged in user!

Steps to reproduce

Create some Discussion... and see. Maybe this features is not ready yet so I'm to early with the bug report

Example

See ScreenShot with the 2x comments buttons

attachment:buttons.png

See ScreenShot with the empty page:

attachment:empty.png

Component selection

Details

MoinMoin Version

1.6.0beta

OS and Version

Fedora Linux

Python Version

2.5

Server Setup

Twisted

Server Details

Single Wiki with Modern and SimpleMente Theme

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

DE or en (depend on the browser)

Workaround

Discussion


The 'Comments' link is for toggling inline comments. Click it when you read this.

You should rather not use 'Kommentare' for the supplementation page (or users will be confused like you were), but rather 'Diskussion' (or anything else).

BTW, the 'Comments' link in THIS wiki here is correctly translated to 'Kommentare'.

-- ThomasWaldmann 2007-11-14 08:40:41

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/1.6BetaDiscussionPage (last edited 2008-01-19 21:52:05 by ThomasWaldmann)