Commit Graph

25 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
3492cceba0 Fixed css and templates for login/comment/logout/createaccount.
Probably missed a couple of items, but will get to that tomorrow night.

Stored CSS in forms.css so we can reuse it for other forms.


git-svn-id: svn://10.0.0.236/trunk@188457 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 06:08:00 +00:00
mike.morgan%oregonstate.edu
834d955085 Fixed CSS for recommended page. Added dynamic recommended page and template. Fixed link to recommended page.
git-svn-id: svn://10.0.0.236/trunk@188452 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 05:09:33 +00:00
mike.morgan%oregonstate.edu
db47deb893 New rewrite rules to break stuff (unintentionally!).
git-svn-id: svn://10.0.0.236/trunk@188446 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 02:27:11 +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
mike.morgan%oregonstate.edu
1c94be83ff Added flexibility for human-readable args in rss.php.
Added feeds.php, to list possible feeds -- reference page.


git-svn-id: svn://10.0.0.236/trunk@188442 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-29 23:46:42 +00:00
mike.morgan%oregonstate.edu
e44a657cb2 Forgot to turn caching back on.
git-svn-id: svn://10.0.0.236/trunk@188441 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-29 23:13:29 +00:00
mike.morgan%oregonstate.edu
aec8d6c146 First working version of RSS, with caching.
git-svn-id: svn://10.0.0.236/trunk@188440 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-29 23:12:35 +00:00
bugzilla%micropipes.com
0e4e0f76cd - Ratecomment is now secured
- Made create, verify, recover, and reset scripts


git-svn-id: svn://10.0.0.236/trunk@188423 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-29 06:49:48 +00:00
mike.morgan%oregonstate.edu
b652a61727 Progress with RSS, fixes for wrappers, comment styles, navigation, etc.
git-svn-id: svn://10.0.0.236/trunk@188405 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-28 22:42:26 +00:00
bugzilla%micropipes.com
398e543bb8 Added the call so the template starts - page works now
git-svn-id: svn://10.0.0.236/trunk@188398 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-28 18:34:15 +00:00
mike.morgan%oregonstate.edu
4b250b7309 Couple of minor changes.
git-svn-id: svn://10.0.0.236/trunk@188231 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-26 16:26:18 +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
97965f18f6 Finished extensions / themes and mofidied the search to work with the updated amo.class.php, which doesn't set class vars but instead was updated so the gets actually just return data instead of setting things. Makes sense, no?
git-svn-id: svn://10.0.0.236/trunk@188193 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-26 00:52:44 +00:00
bugzilla%micropipes.com
817ef7ed24 Minor changes concerning how input checking was handled. Query is nearly ready to be
run, waiting on answers to a couple questions (ie. do we continue duplicating data,
or rely on foriegn keys?)


git-svn-id: svn://10.0.0.236/trunk@188087 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-24 05:25:51 +00:00
mike.morgan%oregonstate.edu
34e3360f46 Ok, added these for real this time. :)
Still have to flesh these out, but that won't take long.


git-svn-id: svn://10.0.0.236/trunk@188032 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-23 03:29:51 +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
64be11b7e4 Fixed up, commented, and implemented multiple caching.
Added global variables:
    cacheId
    compileId
    currentTab
    clean
    sql

Moved trusted var arrays into init -- since they are always there, and if they are not used it'll just be a null array.


git-svn-id: svn://10.0.0.236/trunk@186693 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-29 02:22:18 +00:00
mike.morgan%oregonstate.edu
41de1a48f6 Fixed naming inconsistencies.
git-svn-id: svn://10.0.0.236/trunk@186691 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-29 02:10:55 +00:00
mike.morgan%oregonstate.edu
ea5be0330d Fixed pre-processing and includes for all scripts.
git-svn-id: svn://10.0.0.236/trunk@186684 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-28 23:17:17 +00:00
mike.morgan%oregonstate.edu
b550999af2 Added .htaccess file, fixed some comments, updated config-dist so it's a little less confusing.
git-svn-id: svn://10.0.0.236/trunk@186460 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-22 22:28:57 +00:00
mike.morgan%oregonstate.edu
5cb9390728 Added htaccess back in.
git-svn-id: svn://10.0.0.236/trunk@186444 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-22 20:41:50 +00:00
mike.morgan%oregonstate.edu
d5cf5d55fe Restructuring repository for improved modularity.
git-svn-id: svn://10.0.0.236/trunk@186440 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-22 20:30:28 +00:00