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

27 Коммитов

Автор SHA1 Сообщение Дата
mike.morgan%oregonstate.edu b1b91e495a Bloated and greedy search, no pagination yet (other than the limit for # of records per page).
I have concerns about how much this hammers the database.  We may have to trim down the constructor for the AddOn class.
2005-07-25 20:12:22 +00:00
mike.morgan%oregonstate.edu 236db4ab1f Policy documents. 2005-07-25 07:36:05 +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 7ae3ffd70f Search modifications. 2005-07-24 10:31:23 +00:00
mike.morgan%oregonstate.edu bcf85afacf updated some search items. 2005-07-24 02:05:49 +00:00
mike.morgan%oregonstate.edu a815398e0c Started messing with the search template. Not even 5% done. Added some global CatName stuff to init.php. Will find a better home for that later. 2005-07-23 08:57:41 +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 ef763e09a5 installation instructions. 2005-07-21 02:00:57 +00:00
mike.morgan%oregonstate.edu dd10817fab Placeholder for addon previews page. 2005-07-21 01:59:50 +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 3eeb4ba91e install include. 2005-07-19 00:23:24 +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 ad733c846c adjusted Themes blocks in order to include description and be consistent. 2005-07-18 08:59:50 +00:00
mike.morgan%oregonstate.edu 540992eb4e added overview tabs and content bar. 2005-07-18 08:44:49 +00:00
mike.morgan%oregonstate.edu ccaef20f8a added overview page, serves as overview for a specific application 2005-07-18 08:26:54 +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 e76424d9e4 Fixed home link at top of main header 2005-07-13 04:44:58 +00:00
mike.morgan%oregonstate.edu f48271932b removed advancedsearch.php - does not need to be a separate doc 2005-07-12 11:35:58 +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 74c38d79b3 .htaccess
auto_prepend, auto_append
        both were missing in the initial checkin.
2005-07-12 00:46:56 +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