> Just a little bit of a pain. It is only a one off task, but would a Submit All button be appropriate on the Manage Pages page ?
A workaround could be:
# content setup (after changing the app url)
for wiki in db(..).select()
wiki.update_record(html=MARKMIN(wiki.body).xml())
--

