Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
mike.morgan%oregonstate.edu 683ef9ba72 Fixed comments query to exclude admin removed comments 2006-03-28 07:01:51 +00:00
bugzilla%micropipes.com c127caab7d added session garbage collection to maintenance.php. We don't need the maintenance
config because we'll just use the public one
2006-03-28 01:02:24 +00:00
mike.morgan%oregonstate.edu 7e5af16943 Checked in v1 modifications to total counts to prevent loss of accuracy. 2006-03-28 00:37:45 +00:00
bugzilla%micropipes.com 89e4d4581b - Added table to show multiple OSs and app versions.
- Added Multiple download links (if there is more than one version available)
2006-03-28 00:20:25 +00:00
bugzilla%micropipes.com 9d25df4c93 Added some javascript to display the logged in user in the header of the current page
(note: it's fugly without css)
2006-03-07 03:52:43 +00:00
bugzilla%micropipes.com 92be56142b Replaced the old application version code, so there is a table now that displays all
the compatible versions.
2006-03-05 06:35:34 +00:00
mike.morgan%oregonstate.edu 7fe8462fb3 Added testing scripts for load. Wanted to make sure we didn't lose this. :)
These scripts could probably be made more dynamic, etc., but this is what we had so...
2006-02-22 21:53:27 +00:00
mike.morgan%oregonstate.edu 5a5e2372f9 Added central config for caching and shadow DB. 2006-02-19 13:26:05 +00:00
mike.morgan%oregonstate.edu bc0746af5b 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
2006-01-30 08:44:02 +00:00
mike.morgan%oregonstate.edu 1a66621c22 Added SQL for recommended addons, cleaned up other queries. 2006-01-30 05:10:41 +00:00
mike.morgan%oregonstate.edu 3f5bef58bd Added links, etc., to follow new rewrite rules. Things might break. 2006-01-30 02:25:46 +00:00
bugzilla%micropipes.com 7c9c2cffc7 wrote:
User::addUser()
User::sendMail()
User::sendConfirmation()
User::confirm()
User::getUserByEmail()
User::generateConfirmationCode()
User::sendPasswordRecoveryEmail()
User::checkResetPasswordCode()
User::setPassword()
2006-01-29 06:48:38 +00:00
mike.morgan%oregonstate.edu d6f7c4c774 Modified version query so it, like, works and stuff. Me dumb, me no likey SQL. 2006-01-28 23:03:22 +00:00
bugzilla%micropipes.com feff90c795 added sql changes for the link between users and feedback 2006-01-28 22:10:36 +00:00
bugzilla%micropipes.com 6a0c3eec4d - Finished addcomment.php. Comments actually go in the db now
- Added a convienence function to auth to get the user id quickly
2006-01-26 05:59:30 +00:00
mike.morgan%oregonstate.edu af619d732b Fixed getters so they get instead of set in amo.class.php. 2006-01-26 00:54:11 +00:00
mike.morgan%oregonstate.edu ec5593afb9 *.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.
2006-01-23 03:28:26 +00:00
bugzilla%micropipes.com 3fb1675da3 - 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
2006-01-23 01:24:47 +00:00
mike.morgan%oregonstate.edu 4132b188fb 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.
2006-01-18 10:11:04 +00:00
mike.morgan%oregonstate.edu 0458bf8402 Added shared and developer sections. 2005-12-22 20:34:05 +00:00