Looks like two of the patches I just tried to submit were too big and didn't make it through the mailing list. A complete list follows. If you want to have a detailed look at any of these, feel free to pull them from my working tree.
Lukas Fleischer (5): Sync account details page with archweb Sync account editing page with archweb UPGRADING: Fix database upgrade instructions Use echo shortcut syntax Avoid use of "<b>"/"</b>" UPGRADING | 4 +- web/html/addvote.php | 26 ++-- web/html/home.php | 19 ++- web/html/images/silhouette.png | Bin 0 -> 33090 bytes web/html/index.php | 1 + web/html/login.php | 24 ++-- web/html/packages.php | 2 +- web/html/passreset.php | 18 +-- web/html/pkgsubmit.php | 20 +-- web/html/tu.php | 6 +- web/html/voters.php | 4 +- web/lib/acctfuncs.inc.php | 12 +- web/lib/feedcreator.class.php | 2 +- web/lib/translator.inc.php | 2 +- web/template/account_details.php | 105 ++++++++-------- web/template/account_edit_form.php | 187 ++++++++++++----------------- web/template/account_search_results.php | 42 +++---- web/template/actions_form.php | 26 ++-- web/template/footer.php | 4 +- web/template/header.php | 30 ++--- web/template/pkg_comment_form.php | 12 +- web/template/pkg_comments.php | 18 +-- web/template/pkg_details.php | 96 +++++++-------- web/template/pkg_search_form.php | 50 ++++---- web/template/pkg_search_results.php | 80 ++++++------ web/template/search_accounts_form.php | 38 +++--- web/template/stats/general_stats_table.php | 34 +++--- web/template/stats/updates_table.php | 8 +- web/template/stats/user_table.php | 12 +- web/template/tu_details.php | 56 ++++----- web/template/tu_list.php | 36 +++--- 31 files changed, 474 insertions(+), 500 deletions(-) create mode 100644 web/html/images/silhouette.png -- 1.7.12