- pageinfo: kill it and get the data in the template, directly from the revision, see templates/rc.html for an example:
# rev is revision currently being displayed {{ rev.timestamp | datetime_format }} {{ rev | user_format }} # text should not be "last edited by ...", but "edited by ..." (also correct when looking at a non-current rev)
'rev_field': rev is not None and '<input type="hidden" name="rev" value="%d">' % rev or ''
- move to template, access rev.revno there
- renamed actions_menu to actions_menu_options