MoinMoin does not allow disabling CamelCase links per default. The developers of MoinMoin think that configurable markup is a bad idea. One reason is that MoinMoin ships a large number of help pages that will break if the wiki parser is changed. As a solution the wiki parser can be left untouched and a new parser can be made default. nocamelcase.py is a only slightly modified parser that doesn't support CamelCase links and plain InterWiki links.
Note: In newer versions of MoinMoin, use NoCamelCase2
Installation
Download the parser from ParserMarket/OldParsers/nocamelcase.py (for moin 1.3?)
copy the parser to MoinMoin/parser/nocamelcase.py
change the config variable default_markup to "nocamelcase" (c.f. HelpOnConfiguration)
you can use the processing instruction 1 #format wiki to switch single pages back to old markup
if you don't like switch the whole wiki you can use #format nocamelcase to switch CamelCase off in that page
As the system pages already have a #format wiki processing instruction changing default_markup shouldn't cause trouble if you are running MoinMoin 1.3.2.
This also works until at least Hg changeset 631.
This does not disable the CamelCase auto highlight in the GUI editor. -- nj
Pleasae file a bug report for this
. File bug with whom? nocamelcase.py work fine. It is the Moin FCKeditor that still does the highlight (link does not work). I can't figure out if the highlighting is done with FCKeditor or moinFCKplugins -- nj