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

261 Коммитов

Автор SHA1 Сообщение Дата
mike.morgan%oregonstate.edu 3b17500cfd Fixed missing alt tags in rss icon img. :) 2006-04-05 03:03:53 +00:00
mike.morgan%oregonstate.edu 9fc645905e htaccess stuff in prod 2006-04-05 02:28:57 +00:00
mike.morgan%oregonstate.edu 33c3d6de9b added app persistence in search form and main page. 2006-04-05 01:56:51 +00:00
mike.morgan%oregonstate.edu e2207be1b9 Updated faq page to include v1 data. App list is cheesy, but it works. Updateded policy placeholder (had hoped there would be one by now, but instead I had to point to a fricking draft that I wrote...........
not happy about that

...
2006-04-05 01:53:30 +00:00
mike.morgan%oregonstate.edu 85a5a1f649 Added install.php support, modified install.js to work in prod. Fixed footers to have disclaimer. Added support page link to from disclaimer. 2006-04-05 01:11:38 +00:00
mike.morgan%oregonstate.edu 5eb9107ecd Added RSS icon links to themes as well. Fixed app arg in URL. 2006-04-04 20:03:04 +00:00
mike.morgan%oregonstate.edu aea2e4756b Added standardized rss icon. 2006-04-04 18:30:05 +00:00
mike.morgan%oregonstate.edu 2967c14364 Fixed typo. 2006-04-04 15:51:48 +00:00
mike.morgan%oregonstate.edu e3e232ea5f Updated recommended and feature queries SQL to select most recent version. 2006-04-04 15:45:20 +00:00
mike.morgan%oregonstate.edu 24e63185eb Fixed LIMIT clause in getComments() and fixed default call to getComments() in addon constructor. 2006-04-04 12:45:37 +00:00
mike.morgan%oregonstate.edu 72853a46c1 Added app var to comments pagination so the header doesn't switch. 2006-04-04 11:40:29 +00:00
mike.morgan%oregonstate.edu 57ce266dac Search optimization, comments pagination. Fixed unnecessary result rows in search.php and used the same method in comments. Fixed issues with comments pagination. 2006-04-04 11:37:22 +00:00
mike.morgan%oregonstate.edu af9606e154 Added appOS back in to prevent regressions. Since appOS is in the URL the cache should be different per OS, but UA guessing is still pointless and will be deprecated. 2006-04-04 09:28:55 +00:00
bugzilla%micropipes.com 13453014b6 Extensions and themes now support GUID 2006-04-02 07:24:27 +00:00
bugzilla%micropipes.com e0c7f0c552 Bunch of new search engines added to search-engines page 2006-03-31 06:26:06 +00:00
bugzilla%micropipes.com de433115a6 Couple of minor tweaks to the js when printing download links. 2006-03-31 05:59:17 +00:00
mike.morgan%oregonstate.edu 28f6a2dca6 Updated queries for rss and extensions/themes pages. 2006-03-30 07:24:19 +00:00
bugzilla%micropipes.com 042adeb5fd Changed the way you can download addons so mconnor is happy (potentially) :) 2006-03-30 03:43:13 +00:00
mike.morgan%oregonstate.edu 0beb4dbfee Updated default to have plugins/pfs cached by default. 2006-03-29 22:34:30 +00:00
mike.morgan%oregonstate.edu b208ec17a1 Fixed tab for PFS page. 2006-03-29 22:31:26 +00:00
bugzilla%micropipes.com 91d2511c87 added winners and finalists to shadow db and cache arrays 2006-03-29 22:18:26 +00:00
mike.morgan%oregonstate.edu 28947d3fb4 Fixed some minor linking problems and stuff. :) 2006-03-29 01:25:57 +00:00
mike.morgan%oregonstate.edu b9d6ec77ed Fixed broken links, styles for front page. 2006-03-29 01:07:45 +00:00
mike.morgan%oregonstate.edu d72d31081a Added PHP files for pfs/plugins. 2006-03-29 00:12:22 +00:00
mike.morgan%oregonstate.edu de91d0a216 Added PFS documents. 2006-03-28 22:45:08 +00:00
bugzilla%micropipes.com 76be1352f8 added the winners page to our template 2006-03-28 22:43:12 +00:00
bugzilla%micropipes.com 81f8623d8e Added the finalists page to our template system, etc. 2006-03-28 22:13:12 +00:00
mike.morgan%oregonstate.edu 683ef9ba72 Fixed comments query to exclude admin removed comments 2006-03-28 07:01:51 +00:00
mike.morgan%oregonstate.edu 40b4ff8d34 Updated CSS and adjusted Search. 2006-03-28 02:37:22 +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
mike.morgan%oregonstate.edu 3682e6b2d5 Moved memcache instantiation inside an if() that checks for cache_config and also that memcache exists using class_exists().
This should let us still do development on chameleon without requiring the memcache extension.
2006-03-17 00:56:47 +00:00
mike.morgan%oregonstate.edu 99ff40f313 Added support for memcache as an alternative to cache_lite. The goal was to use memcache since it provides better scalability in a clustered environment.
public/htdocs/rss.php
    cacheLiteId => memcacheId

public/htdocs/update.php
    cacheLiteId => memcacheId,
    removed premature mysql_real_escape_string() calls

public/inc/config-dist.php
    modified config-dist.php to contain proper config stuff,
    cleaned up comments.

public/inc/finish.php
    added memcache support using memcache::set()

public/inc/init.php
    added error logging for failed connections,
    added calls to memcache::addServer for adding multiple memcached hosts,
    replaced Cache_Lite::get() with memcache::get()
2006-03-17 00:43:09 +00:00
mike.morgan%oregonstate.edu eac254af77 Removed htaccess.dist, moved to public/ for dev use only. In production and staging the site will be at the webroot so this stuff is better off in the .conf files for that vhost. 2006-03-15 20:58:59 +00:00
bugzilla%micropipes.com a1040544d9 just minor tweaks to position the "Logged in as" string in the new place. 2006-03-09 05:50:43 +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 22a5dd7df8 fixed validation problem 2006-03-05 07:35:41 +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 db39b10898 Fixed broken link in previews template. 2006-02-21 09:08:50 +00:00
mike.morgan%oregonstate.edu 05e6c5b7c0 rss.php, update.php
Modifications to make update.php and rss.php consistent with the rest of the app.

inc/config-dist.php
    Set up what should be the default caching scenario, shadow config and content-type config.

inc/finish.php
    Added support for an xml pagetype that would exclude html headers and footers.

inc/init.php
    Added support for content types.

tpl/update.tpl
    Added utf-8 escaping for update RDF.
2006-02-21 08:35:55 +00:00
mike.morgan%oregonstate.edu 4fca739edd Added Cache_Lite as a replacement for Smarty in hopes that it will improve performance. 2006-02-21 04:27:40 +00:00
mike.morgan%oregonstate.edu ccbdf39d18 Specified escaping charset to match content-type. 2006-02-21 01:22:34 +00:00
mike.morgan%oregonstate.edu 20f2984d44 Caching touch-up. 2006-02-21 01:15:40 +00:00
mike.morgan%oregonstate.edu e1e713aba8 Fixed unnecessary "cacheid" variable. 2006-02-21 01:05:45 +00:00
mike.morgan%oregonstate.edu e29880aa18 Fixed cache problems in recommended.php, search.php, update.php. 2006-02-21 01:02:28 +00:00
mike.morgan%oregonstate.edu 585c5af6c9 Fixed problems that were preventing caching in these two files. 2006-02-20 08:42:37 +00:00
mike.morgan%oregonstate.edu 40b6f3da19 Fixed unnecessary Auth.php include. 2006-02-20 05:16:38 +00:00
mike.morgan%oregonstate.edu 5477c041b0 Fixed error in loop over db result set. 2006-02-20 05:16:17 +00:00
mike.morgan%oregonstate.edu bc71e7b76a Fixed ordering in startProcessing so is_cached() can work properly. 2006-02-19 13:34:06 +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 6852577796 Fixed missing app param in link. 2006-02-02 02:29:50 +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 23362b2bf1 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.
2006-01-30 06:08:00 +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 2ba2f22fe7 Fixed CSS for recommended page. Added dynamic recommended page and template. Fixed link to recommended page. 2006-01-30 05:09:33 +00:00
mike.morgan%oregonstate.edu 0f48a50efd Fixed more broken links. 2006-01-30 02:36:04 +00:00
mike.morgan%oregonstate.edu 9e280c14a8 New rewrite rules to break stuff (unintentionally!). 2006-01-30 02:27:11 +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
mike.morgan%oregonstate.edu 6ae3620716 Fixed header/footer to link to feeds/login/logout/register.
Added feeds template.
2006-01-29 23:47:15 +00:00
mike.morgan%oregonstate.edu c9fa04c9b7 Added flexibility for human-readable args in rss.php.
Added feeds.php, to list possible feeds -- reference page.
2006-01-29 23:46:42 +00:00
mike.morgan%oregonstate.edu 1faf1a5e02 Forgot to turn caching back on. 2006-01-29 23:13:29 +00:00
mike.morgan%oregonstate.edu 3b72d514ef First working version of RSS, with caching. 2006-01-29 23:12:35 +00:00
mike.morgan%oregonstate.edu 3debfc5486 Fixed references to non-existent header/footer files. 2006-01-29 07:07:15 +00:00
bugzilla%micropipes.com f520dd503c - Ratecomment is now secured
- Made create, verify, recover, and reset scripts
2006-01-29 06:49:48 +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
bugzilla%micropipes.com b39867e5fd Minor modifications to addon/login
New templates:  createaccount.tpl recoverpassword.tpl resetpassword.tpl verifyaccount.tpl
2006-01-29 06:47:24 +00:00
mike.morgan%oregonstate.edu 459efc7f29 Cleaned up the author panel, fixed link titles. 2006-01-28 23:57:27 +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
mike.morgan%oregonstate.edu aa18703c11 Fixed version history and moved it to the bottom of the addon list. It's not an important feature. 2006-01-28 23:02:34 +00:00
mike.morgan%oregonstate.edu 16669e4ae1 Progress with RSS, fixes for wrappers, comment styles, navigation, etc. 2006-01-28 22:42:26 +00:00
mike.morgan%oregonstate.edu c7023ec57f REPO_DIR doesn't apply to public/ so it shouldn't be in init.php. 2006-01-28 22:18:13 +00:00
mike.morgan%oregonstate.edu 36105953a3 Modified config-dist.php. 2006-01-28 22:14:43 +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 f5ab38d11d Added the call so the template starts - page works now 2006-01-28 18:34:15 +00:00
mike.morgan%oregonstate.edu 3af16dbbb3 Couple of minor changes. 2006-01-26 16:26:18 +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 19611af58c Fixed validation errors, bad links, added cat sidebar, themes, extensions. 2006-01-26 00:53:30 +00:00
mike.morgan%oregonstate.edu 9cbdbdae6d 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? 2006-01-26 00:52:44 +00:00
bugzilla%micropipes.com 620356e8b9 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?)
2006-01-24 05:25:51 +00:00
mike.morgan%oregonstate.edu 0bc06dc978 Ok, added these for real this time. :)
Still have to flesh these out, but that won't take long.
2006-01-23 03:29:51 +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
bugzilla%micropipes.com c050d97fe8 USE_DB_SESSIONS does nothing now 2006-01-22 23:51:06 +00:00
bugzilla%micropipes.com 19c0bb3f83 fixed typo 2006-01-22 23:49:48 +00:00
bugzilla%micropipes.com d72e4798dc Typo in these files, </body> and </html> was in there twice 2006-01-22 23:47:39 +00:00
mike.morgan%oregonstate.edu 93d92ad012 Removed from root. 2006-01-22 23:33:59 +00:00
mike.morgan%oregonstate.edu 81f41ff205 Updated the addons template to not have missing links. 2006-01-18 22:54:38 +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 683bcf2219 Added comment about avoiding caching. 2006-01-12 03:17:55 +00:00
mconnor%steelgryphon.com 5803423691 more fixes 2005-12-30 04:51:35 +00:00
mike.morgan%oregonstate.edu 1d9463f585 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.
2005-12-29 02:22:18 +00:00
mike.morgan%oregonstate.edu 93eeb390e6 Fixed broken links. 2005-12-29 02:13:18 +00:00
mike.morgan%oregonstate.edu 5667c6f228 Fixed naming inconsistencies. 2005-12-29 02:10:55 +00:00
mike.morgan%oregonstate.edu cf5773c85f Cleaned up the crappy indenting and commenting. 2005-12-28 23:20:40 +00:00
mike.morgan%oregonstate.edu 20eb6a0598 Fixed pre-processing and includes for all scripts. 2005-12-28 23:17:17 +00:00
mike.morgan%oregonstate.edu a514a45565 Fixed image paths. "img" is deprecated, sticking with "images" even though it's 3 characters crappier. :) 2005-12-28 23:16:55 +00:00
mike.morgan%oregonstate.edu 7948a3e8d6 Added .htaccess file, fixed some comments, updated config-dist so it's a little less confusing. 2005-12-22 22:28:57 +00:00
mike.morgan%oregonstate.edu 14cc521ed7 Placeholder for developer stuff. 2005-12-22 20:51:39 +00:00
mike.morgan%oregonstate.edu aff1c094ab Removing css dir. 2005-12-22 20:49:03 +00:00
mike.morgan%oregonstate.edu fd4f6cebdc restructuring... 2005-12-22 20:45:57 +00:00
mike.morgan%oregonstate.edu 4946494a6f Added htaccess back in. 2005-12-22 20:41:50 +00:00
mike.morgan%oregonstate.edu c1b2ce50e9 Removed this, no longer needed. 2005-12-22 20:37:58 +00:00
mike.morgan%oregonstate.edu 0458bf8402 Added shared and developer sections. 2005-12-22 20:34:05 +00:00
mike.morgan%oregonstate.edu f8c59562c7 Restructuring repository for improved modularity. 2005-12-22 20:30:28 +00:00
mike.morgan%oregonstate.edu 12f6cf72ab Removing Smarty from CVS -- because it should be managed at a system level. 2005-12-22 19:41:58 +00:00
mike.morgan%oregonstate.edu 8089c8f8ef Removed demo dir. 2005-12-22 19:35:53 +00:00
mconnor%steelgryphon.com 635bfe09be big shiny perf rework 2005-12-22 18:55:38 +00:00
mike.morgan%oregonstate.edu bd68886b1f Added missing search plug-in images. 2005-12-22 18:02:43 +00:00
mike.morgan%oregonstate.edu a7d99a3ce2 Fixed favicon path in header. 2005-12-22 02:40:55 +00:00
mike.morgan%oregonstate.edu dc0c1b6ce0 Added favicon. 2005-12-22 02:40:24 +00:00
mike.morgan%oregonstate.edu f4cdaab9fb No need for directories. 2005-12-22 02:34:51 +00:00
mike.morgan%oregonstate.edu 45213867ca Added search engines, images, new CSS for v2.0. 2005-12-22 02:28:25 +00:00
mike.morgan%oregonstate.edu 905063bb31 Added search-engine data and images. 2005-12-22 01:27:05 +00:00
mike.morgan%oregonstate.edu 9f5426abf4 Added images needed for v2.0. 2005-12-22 01:17:22 +00:00
mike.morgan%oregonstate.edu 24f145727b Removing img dir -- gonna replace with images. 2005-12-22 01:08:16 +00:00
mike.morgan%oregonstate.edu 7ad0782599 php5 -> php4 2005-10-24 17:06:43 +00:00
mike.morgan%oregonstate.edu 599b996360 Changes for database-driven PHPSESSION implementation. See bug 312629. 2005-10-17 20:27:34 +00:00
mike.morgan%oregonstate.edu f2f9558fec Fix for bug 312611. 2005-10-17 17:47:40 +00:00
mike.morgan%oregonstate.edu 15c5d26193 checking in HREF fix for author homepages. 2005-10-12 00:14:37 +00:00
mike.morgan%oregonstate.edu 306f162f52 Started the creation of the session handler / auth class. Made some minor modifications elsewhere. 2005-08-16 01:52:38 +00:00
mike.morgan%oregonstate.edu 1fa82e99cd updated comments - sorry. 2005-08-09 00:32:52 +00:00
mike.morgan%oregonstate.edu 761d588772 added generic error handling - for lazy people. :) 2005-08-09 00:31:56 +00:00
mike.morgan%oregonstate.edu 93f19209f2 comments, etc:
Some adjustments to comments pages and styles.

css:
    Opinions adjustments.

addons:
    Fixed some bugs.
2005-08-09 00:30:39 +00:00
mike.morgan%oregonstate.edu 65c726de6c Also not a good idea... I am going to hand all this off to the server's PEAR installation. 2005-08-08 21:43:19 +00:00
mike.morgan%oregonstate.edu 3f74c4a384 yea - so this wasn't the best way to do this. 2005-08-08 21:34:22 +00:00
mike.morgan%oregonstate.edu 9ebeb67045 PEAR libraries, installed locally because they do not exist in REHL stable repo 2005-08-08 16:34:09 +00:00
mike.morgan%oregonstate.edu 3410ef89ce added some TODOs 2005-08-08 16:20:22 +00:00
mozilla%colinogilvie.co.uk a5ccd68271 Missing comma from last checkin 2005-07-30 20:42:05 +00:00
mozilla%colinogilvie.co.uk ad12bac7aa 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 02951da15e added jump-to for single results in search.php. adjusted the length of displayed descriptions on thef ront page. added an @todo for search.php, also affected: addon.php -- some addons do not have proper application metadata... :\ 2005-07-26 03:27:21 +00:00
mike.morgan%oregonstate.edu bf21d55122 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 0124997ae5 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 6ab62071a9 Policy documents. 2005-07-25 07:36:05 +00:00
mike.morgan%oregonstate.edu d3df583818 nightly checkin. adjustments in some naming conventions. 2005-07-25 07:35:01 +00:00
mike.morgan%oregonstate.edu 0fd28e841e 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 9328a8c8e2 Search modifications. 2005-07-24 10:31:23 +00:00
mike.morgan%oregonstate.edu 724d5d383a updated some search items. 2005-07-24 02:05:49 +00:00
mike.morgan%oregonstate.edu 8fd2c663bd 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 7be8f2e8fa 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 7b9d7cb7e5 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 5c0a99c09c Add support for viewing all the preview images 2005-07-21 17:03:09 +00:00
mozilla%colinogilvie.co.uk 9f130a102a 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 143a112dd6 installation instructions. 2005-07-21 02:00:57 +00:00
mike.morgan%oregonstate.edu 02f9d041c6 Placeholder for addon previews page. 2005-07-21 01:59:50 +00:00
mike.morgan%oregonstate.edu c78d022c07 Messed with paths, search boxes, etc. Nothing here is permanent. 2005-07-21 01:58:50 +00:00
mike.morgan%oregonstate.edu e59c497f4a 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 067530cd6a 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