The rotating feature on the front page assumes that:
a) there is already a feature that exists -- it barfs when there are zero features in the database for a given application
b) the main preview (preview='yes' in previews):
i) exists
ii) is a reasonable size
Some additions to the reviews manager would be:
a) adding the "feature" screenshot along with the review so admins have control over what the actual feature looks like
b) possibly requireing screenshots marked as "preview" to be a certain dimension so we can actually rely on the pixel width assumption
Modified multiple template files to fix validation errors.
Removed outdated template files for header/footer.tpl.
Updated links and search forms to point to the correct href/action.
Added themes/extensions templates.
Fixed application values in main navigation so when app=null it wouldn't persist and instead be set to firefox by default.
*.sql
Added v2.sql and updated amo.sql to contain the correct database structure.
Note: v2.sql is for the v1->v2 migration when the public v2 is released.
search.php
Fixed selected values for application, and cleaned up code.
session.class.php, includes.php
No longer need session.class.php, it is replaced by auth.class.php.
Added update.php to replace ./update/VersionCheck.php in v1.0. Enabled 1-hour caching for this page and verified XML output in client tests.
Added accompanying template for update script.
Moved annoying local configurations found in .htaccess into htaccess.dist so it's readily visible.
Removed old .htaccess file, since it was evil.