Commit Graph

100 Commits

Author SHA1 Message Date
bugzilla%micropipes.com
24a7af92ea fixed bugs 332825 and 332837 2006-04-06 06:15:03 +00:00
bugzilla%micropipes.com
7d527266cd Fixed bug 332824 2006-04-06 05:23:54 +00:00
bugzilla%micropipes.com
a606cb8145 Fixed bug 332818 2006-04-06 03:46:50 +00:00
mike.morgan%oregonstate.edu
9651623936 Fixes:
332936
    332885
    332819
2006-04-06 03:26:09 +00:00
bugzilla%micropipes.com
de9a4e35ff Fixed a copy/paste bug - thanks alanjstr (#332929) 2006-04-06 02:49:14 +00:00
mike.morgan%oregonstate.edu
b8b75c64da Added yahoo search plugin data. 2006-04-05 06:47:37 +00:00
mike.morgan%oregonstate.edu
f3948eb3ec Fixed devcomments. 2006-04-05 05:11:45 +00:00
mike.morgan%oregonstate.edu
ca997b9b81 Fixed update SNAFU (morgamic's fault) 2006-04-05 04:10:26 +00:00
mike.morgan%oregonstate.edu
8c532818ed Fixed missing alt tags in rss icon img. :) 2006-04-05 03:03:53 +00:00
mike.morgan%oregonstate.edu
471a5e6886 htaccess stuff in prod 2006-04-05 02:28:57 +00:00
mike.morgan%oregonstate.edu
3190db3bfa added app persistence in search form and main page. 2006-04-05 01:56:51 +00:00
mike.morgan%oregonstate.edu
40c1e3c4b5 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
751c84fe9d 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
6400b1fad1 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
1d27a08cf4 Added standardized rss icon. 2006-04-04 18:30:05 +00:00
mike.morgan%oregonstate.edu
532685f278 Fixed typo. 2006-04-04 15:51:48 +00:00
mike.morgan%oregonstate.edu
a2394646b8 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
b89a71331a Added app var to comments pagination so the header doesn't switch. 2006-04-04 11:40:29 +00:00
mike.morgan%oregonstate.edu
e953a80cea 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
9b019744c9 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
46a51f2abf Extensions and themes now support GUID 2006-04-02 07:24:27 +00:00
bugzilla%micropipes.com
9cd3abcea8 Bunch of new search engines added to search-engines page 2006-03-31 06:26:06 +00:00
bugzilla%micropipes.com
3382f17437 Couple of minor tweaks to the js when printing download links. 2006-03-31 05:59:17 +00:00
mike.morgan%oregonstate.edu
501c7d240b Updated queries for rss and extensions/themes pages. 2006-03-30 07:24:19 +00:00
bugzilla%micropipes.com
3b80a1f209 Changed the way you can download addons so mconnor is happy (potentially) :) 2006-03-30 03:43:13 +00:00
mike.morgan%oregonstate.edu
6038d51784 Updated default to have plugins/pfs cached by default. 2006-03-29 22:34:30 +00:00
mike.morgan%oregonstate.edu
da198ab66a Fixed tab for PFS page. 2006-03-29 22:31:26 +00:00
bugzilla%micropipes.com
4a1ce71da3 added winners and finalists to shadow db and cache arrays 2006-03-29 22:18:26 +00:00
mike.morgan%oregonstate.edu
78c9982ccd Fixed some minor linking problems and stuff. :) 2006-03-29 01:25:57 +00:00
mike.morgan%oregonstate.edu
13e903a92a Fixed broken links, styles for front page. 2006-03-29 01:07:45 +00:00
mike.morgan%oregonstate.edu
a5f35f1919 Added PHP files for pfs/plugins. 2006-03-29 00:12:22 +00:00
mike.morgan%oregonstate.edu
c07e2d4d73 Added PFS documents. 2006-03-28 22:45:08 +00:00
bugzilla%micropipes.com
d025ab6b36 added the winners page to our template 2006-03-28 22:43:12 +00:00
bugzilla%micropipes.com
173e5e6bc5 Added the finalists page to our template system, etc. 2006-03-28 22:13:12 +00:00
mike.morgan%oregonstate.edu
e86fb4f786 Updated CSS and adjusted Search. 2006-03-28 02:37:22 +00:00
bugzilla%micropipes.com
d13780a4b2 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
bugzilla%micropipes.com
3dd28aea0b - 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
0fe291771c 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
4c420a1b61 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
3d9e6a195b 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
a812ebde1c 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
9893b15c9b 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
59e3ea7861 fixed validation problem 2006-03-05 07:35:41 +00:00
bugzilla%micropipes.com
da4359d404 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
3a31aa214a Fixed broken link in previews template. 2006-02-21 09:08:50 +00:00
mike.morgan%oregonstate.edu
e4153e96d5 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
b82a319a92 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
5fa662579d Specified escaping charset to match content-type. 2006-02-21 01:22:34 +00:00
mike.morgan%oregonstate.edu
103fa762e5 Caching touch-up. 2006-02-21 01:15:40 +00:00
mike.morgan%oregonstate.edu
a36f54304e Fixed unnecessary "cacheid" variable. 2006-02-21 01:05:45 +00:00