The sidebar on user profile pages should be removed. The link to /auth/prefs is not needed, it is in the header once you're logged in (which makes more sense anyway). (And for the sf.net customizations we don't show it in the header, but on another account page).
created #112: [#4529] Remove user profile page sidebar (1cp)
Related
Tickets:
#4529closed #112, branch - 42cc_4529
This leaves some dead code. sidebar_menu in UserProfileApp is not used now and can be removed. Is there more dead code from the left menu that can also be removed?
I mentioned it on another ticket about sqlalchemy changes, but this branch has it combined in the same commit as the actual changes for this ticket. Unrelated changes shouldn't be in the same commit, since that makes it impractical to cherry-pick or revert just one part of it.
created #121: [#4529] Remove dead code (1cp)
we'll also check for dead code in further tickets
Related
Tickets:
#4529closed #121 and updated the branch