Commit Graph

15 Commits

Author SHA1 Message Date
mozilla%colinogilvie.co.uk
af1acb65df Ability to rate a comment. Currently, this uses GET requests - may be necessary to change it to a POST request to stop abuse of it at a later date 2005-07-30 19:29:14 +00:00
mike.morgan%oregonstate.edu
0d0bb4dca0 Additional changes to search. No pagination, just prev|next. Works4me.
Fixed some image sizing in addon.tpl and search.tpl.
2005-07-26 00:27:55 +00:00
mike.morgan%oregonstate.edu
1fd86e033d nightly checkin. adjustments in some naming conventions. 2005-07-25 07:35:01 +00:00
mike.morgan%oregonstate.edu
0293051b7f Search options are now populated. Next up is query forumlation and pagination along with displaying results. 2005-07-24 11:34:05 +00:00
mike.morgan%oregonstate.edu
87adb6b038 Template changes in order to eliminate need for overview.php. Main page is combined, top header is simplified, and navigation for addon view is greatly improved. 2005-07-21 23:21:27 +00:00
mozilla%colinogilvie.co.uk
ee67153a84 Add initial support for viewing an item's history.
This needs some more work to improve it, but committing anyway.
2005-07-21 18:44:43 +00:00
mozilla%colinogilvie.co.uk
b7fca4a56a Add support for viewing all the preview images 2005-07-21 17:03:09 +00:00
mozilla%colinogilvie.co.uk
56813efb0f Add CommentID to the comments section of an addon for rating etc. as its already referenced in the code there 2005-07-21 15:51:30 +00:00
mike.morgan%oregonstate.edu
be846deeeb Messed with paths, search boxes, etc. Nothing here is permanent. 2005-07-21 01:58:50 +00:00
mike.morgan%oregonstate.edu
eaec74e2ae addon.php
added title, filled out passing of proper vars.
faq.php
    fixed title.
overview.php
    fixed title.
content.css
    added some styles for user opinions.
developers/index.php
    fixed title.
lib/addon.class.php
    added class vars and some extra stuff in constructor in order to populate all addon information during object instantiation.
lib/amo.class.php
    added setVar and setVars functions, which set object parameters one at a time or via array, respectively.
tpl/addon.tpl
    fleshed out addon summary page to look mostly like existing pages.
tpl/inc/header.tpl
    added line for page title.
2005-07-20 23:32:22 +00:00
mike.morgan%oregonstate.edu
e8ce397588 7->5 in overview.
put in a more graceful db error handler (although it's not the prettiest).
cleaned up main object definitions.
2005-07-20 12:43:17 +00:00
mike.morgan%oregonstate.edu
1247576db1 css/base/template.css
added tab styles for overview.php
addon.php
    created file to pass addon information to addon.tpl, partially done
lib/addon.class.php
    class for gathering addon information, all inclusive -- it will make it much easier in the long run
tpl/addon.tpl
    general template for an addon summary - equivalent to "moreinfo.php"
2005-07-19 00:22:46 +00:00
mike.morgan%oregonstate.edu
ca7adb558e .htaccess
added comments and config line for include_path, which is important for install
inc/finish.php, inc/init.php
    adjusted how globals were set up
    tried working with non-global db/tpl but it was not scalable so it was switched back
faq.php, index.php, developers/index.php
    smarty -> tpl
lib/addon.class.php
    proper constructor now in place
lib/amo.class.php
    object definition for all basic objects
    sets up tpl,db globals for use in all extending classes
addon.php
    home page for an addon
item.php
    too generic, nuked it
2005-07-18 03:50:30 +00:00
mike.morgan%oregonstate.edu
400c45a982 .htaccess, README
updated .htaccess file to define include_path to prepend/append files are processed properly.
    added installation instructions.

config-dist.php
    added REPO_DIR to store constant for repository.
    added site config information handoff to smarty display object for correct webpaths.

developers/*
    developers index page along with accompanying template.

search.php
    this will be the main search (placeholder).
2005-07-12 11:34:42 +00:00
mike.morgan%oregonstate.edu
1a6a0dd16f Initial checkin of AMO v2.0 framework.
Notes:
    index.php - example document for main index, default.tpl wrapper
    faq.php - example document for faq page, nonav.tpl wrapper
2005-07-11 23:52:20 +00:00