[Moin-user] MoinMoinNoFooter?

Thomas Waldmann tw-public at gmx.de
Tue Jan 15 18:26:33 EST 2008


Hi Rick,

> I'm trying to get a 1.5 macro working in 1.6.  The error I'm getting
> is MoinMoinNoFooter.

This was an exception raised by moin < 1.6 to signalize that they don't
want a theme footer rendered by the framework code.

This method was completely removed and now we have kind of inverted it:

if an action want to have a footer rendered it needs to call a theme
method.

If it does not want to have a footer rendered, it does not need to do
anything.

Thus: just remove "import ... MoinMoinNoFooter" and "raise
MoinMoinNoFooter".

(You can see how it is done by looking at actions that have no footer
rendered vs. actions that render a footer).

Cheers, Thomas







More information about the Moin-user mailing list