if you do it that way, you'll lose the current wiki item location (I mean if you are on item FooBar and call login/userprefs/logout, you will be somewhere else afterwards):
1.20 + <a href="{{ href(do='userprefs')|e }}" class="userprefs" rel="nofollow">{{ _('Settings') }}</a> 1.26 + <a href="{{ href(do='logout', logout='logout')|e }}" class="logout" rel="nofollow"> 1.31 + (same in login_url)
- remove specialcasing of actions_menu (just move the template code to editbar.html and kill actions_menu.html)
- kill Page() usage in render_content()
fix rendering (note that there is no blank after the item name, but of course there SHOULD BE A BLANK): FooBar(edited 2010-07-16 08:46:54 by localhost)
add the item history section back to the "show" rendering
- alternate stylesheets support lost?