6 Commits

Author SHA1 Message Date
mike.morgan%oregonstate.edu
051e60a457 Search options are now populated. Next up is query forumlation and pagination along with displaying results.
git-svn-id: svn://10.0.0.236/trunk@176497 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-24 11:34:05 +00:00
mike.morgan%oregonstate.edu
d4783c3c79 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.
git-svn-id: svn://10.0.0.236/trunk@176483 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-23 08:57:41 +00:00
mike.morgan%oregonstate.edu
db7cfc3677 7->5 in overview.
put in a more graceful db error handler (although it's not the prettiest).
cleaned up main object definitions.


git-svn-id: svn://10.0.0.236/trunk@176323 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-20 12:43:17 +00:00
mike.morgan%oregonstate.edu
db730d64b0 .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


git-svn-id: svn://10.0.0.236/trunk@176188 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-18 03:50:30 +00:00
mike.morgan%oregonstate.edu
1913766488 .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).


git-svn-id: svn://10.0.0.236/trunk@175953 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-12 11:34:42 +00:00
mike.morgan%oregonstate.edu
b84b30bd83 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


git-svn-id: svn://10.0.0.236/trunk@175939 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-11 23:52:20 +00:00