Here are the top N things in Zwiki we'd like to see refactored/cleaned up.
These could be subtopics and/or issues, but for now just list:
- editform -- it's tricky because of handling edits, creates, renames, page types, epoz, backwards compatibility etc.
- standard_error_message -- tricky, crufty, should be more customizable, interacts with the above for epoz etc.
- ZWikiPage.render -- currently this is the start of the rendering process, but perhaps the wikipage template should be the start, for more flexibility. This would perhaps break existing customized wikis.
- renderNesting (& nestingAsRenderList) -- this needs to be more flexible for displaying page hierarchy. Also it makes my brain hurt.
- zwiki_plone/* -- some templates here mostly duplicate the ones in standard and should instead reuse them via macros ?