11 Commits

Author SHA1 Message Date
mike.morgan%oregonstate.edu
57c40e4799 Added rotating features to the front page. These will be controlled using the "reviews manager" of the existing developer tools.
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


git-svn-id: svn://10.0.0.236/trunk@188458 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 08:44:02 +00:00
mike.morgan%oregonstate.edu
8f5065b737 Added SQL for recommended addons, cleaned up other queries.
git-svn-id: svn://10.0.0.236/trunk@188453 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 05:10:41 +00:00
mike.morgan%oregonstate.edu
fecd19ff11 Added links, etc., to follow new rewrite rules. Things might break.
git-svn-id: svn://10.0.0.236/trunk@188445 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 02:25:46 +00:00
bugzilla%micropipes.com
65f198a7e0 wrote:
User::addUser()
User::sendMail()
User::sendConfirmation()
User::confirm()
User::getUserByEmail()
User::generateConfirmationCode()
User::sendPasswordRecoveryEmail()
User::checkResetPasswordCode()
User::setPassword()


git-svn-id: svn://10.0.0.236/trunk@188422 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-29 06:48:38 +00:00
mike.morgan%oregonstate.edu
22095618fc Modified version query so it, like, works and stuff. Me dumb, me no likey SQL.
git-svn-id: svn://10.0.0.236/trunk@188407 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-28 23:03:22 +00:00
bugzilla%micropipes.com
bcdf72e2dc - Finished addcomment.php. Comments actually go in the db now
- Added a convienence function to auth to get the user id quickly


git-svn-id: svn://10.0.0.236/trunk@188219 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-26 05:59:30 +00:00
mike.morgan%oregonstate.edu
1e68ebd5ef Fixed getters so they get instead of set in amo.class.php.
git-svn-id: svn://10.0.0.236/trunk@188195 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-26 00:54:11 +00:00
mike.morgan%oregonstate.edu
2fb7d8a76d *.tpl
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.


git-svn-id: svn://10.0.0.236/trunk@188031 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-23 03:28:26 +00:00
bugzilla%micropipes.com
d833635216 - Logins (sessions) now work. (There are no links to logout.php, so if you want to
logout you'll have to type it manually)

- Add comment is started, but doesn't actually do any data insertion yet

- We need CSS pretty badly


git-svn-id: svn://10.0.0.236/trunk@188027 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-23 01:24:47 +00:00
mike.morgan%oregonstate.edu
a028bb0747 Migrated and modified maintenance.php, where session garbage collection should live -- so it can be called by cron.
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.


git-svn-id: svn://10.0.0.236/trunk@187748 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-18 10:11:04 +00:00
mike.morgan%oregonstate.edu
9db249d08f Added shared and developer sections.
git-svn-id: svn://10.0.0.236/trunk@186441 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-22 20:34:05 +00:00