Infodrom Oldenburg

— moinmoin —

2.8.2008: Support for PHProjekt session moinmoin 1.3.4
This patch adds support for a MoinMoin instance that runs inside of PHProjekt's domain. Accessing the Wiki requires to be logged in in PHProjekt. The HTTP cookie storing the PHP session is checked and its content is checked against the database.
Download: Patch
1.1.2009: Confirm Account Creation moinmoin 1.5.3

In the default configuration anybody can create an account in MoinMoin. Unfortunately this is abused by spammers that create pages filled with SPAM directly after creating their account. This needs to stop.

This patch expects a global variable 'mail_create' that contains a valid mail address of the operator of the wiki. They need to manually confirm each account creation request. A newly created account is disabled by default and can only be enabled by the operator of the wiki. In this particular setup this refers to using sudo and sed to activate the account or remove the spam account. Notification of mail is performed via mail.

Download: Patch for 1.5.3, Patch for 1.7.1.
18.11.2009: No case for username moinmoin 1.7.1
This patch allows MoinMoin to accept any case of usernames when logging into the Wiki. This may be helpful when running a wiki instance inside of a larger environment with slightly different usernames and the auto-correction feature of the passowrd manager in Firefox 3.5.x.
Download: Patch.
20.9.2012: GivenAuth for Basic HTTP authentication moinmoin 1.7.1
This patch adds support to MoinMoin for HTTP Basic authentication. In this case Python MoinMoin trusts the given username passed to the Wiki via CGI variable.
Download: Patch
24.5.2017: Problem fix for Umlauts in underlay pages moinmoin 1.9.8
Problem UnicodeEncodeError: 'ascii' codec can't encode character for page HilfeFürAnfänger This patch fixes it.
Download: Patch