improves consistency of creator and contributor display
adds an alternating row color to metadata table
improve series title display in search
adds an inconspicuous sort button to browse, which sets the sorting by alphabetical name order, or reverse count order (code in utils.py might be prone to optimization) app.py and utils.py only change behavior if &sort=count otherwise defaults. The template logic ignores any other sort value even when changing back to alphabetical order.
update login and logout links in the sidebar
change feedback survey to be sent to Woken's CGIMail surrogate
update copy text on 'create account' and 'request access' forms
placed browse bar before browse results so that it doesn't get pushed out of usability
utils.py
might be prone to optimization)app.py
andutils.py
only change behavior if&sort=count
otherwise defaults. The template logic ignores any other sort value even when changing back to alphabetical order.