mike.morgan%oregonstate.edu
6218d16e39
Added htmlspecialchars() to debug output for AMO update script. See bug 357812.
...
git-svn-id: svn://10.0.0.236/trunk@214625 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-02 20:04:54 +00:00
mike.morgan%oregonstate.edu
beb79469a1
Update to version comparison in update script to avoid SQL problems when comparing strings like 2.0 and 2.0b1. See bug 356435.
...
git-svn-id: svn://10.0.0.236/trunk@213623 18797224-902f-48f8-a5cc-f745e15eee43
2006-10-13 22:42:58 +00:00
mike.morgan%oregonstate.edu
88dec35617
Fixes for Addons -> Add-ons in titles, etc. Just rudimentary changes there.
...
Added an update-hashes script as a small part of bug 302287.
git-svn-id: svn://10.0.0.236/trunk@201325 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-30 05:30:03 +00:00
mike.morgan%oregonstate.edu
4051feadbd
Fixes for bugs 332843, 337189, 336598, 333355. Thanks to trev, Ryan for writing patches for XSL and rewrites.
...
git-svn-id: svn://10.0.0.236/trunk@196180 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-08 21:58:59 +00:00
bugzilla%micropipes.com
5f5ba56b27
fix for 334747 and to make shaver happy :)
...
git-svn-id: svn://10.0.0.236/trunk@194730 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-19 23:15:47 +00:00
mike.morgan%oregonstate.edu
c98d8b147e
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.
...
git-svn-id: svn://10.0.0.236/trunk@193493 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-04 09:28:55 +00:00
mike.morgan%oregonstate.edu
b1ca6217f4
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()
git-svn-id: svn://10.0.0.236/trunk@192507 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 00:43:09 +00:00
mike.morgan%oregonstate.edu
49af614e5e
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.
git-svn-id: svn://10.0.0.236/trunk@190662 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 08:35:55 +00:00
mike.morgan%oregonstate.edu
acde7a345e
Fixed cache problems in recommended.php, search.php, update.php.
...
git-svn-id: svn://10.0.0.236/trunk@190635 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 01:02:28 +00:00
mike.morgan%oregonstate.edu
036183a565
Fixed problems that were preventing caching in these two files.
...
git-svn-id: svn://10.0.0.236/trunk@190559 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-20 08:42:37 +00:00
mike.morgan%oregonstate.edu
972c2d1a78
Fixed error in loop over db result set.
...
git-svn-id: svn://10.0.0.236/trunk@190556 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-20 05:16:17 +00:00
mike.morgan%oregonstate.edu
ecf3b401e3
Added central config for caching and shadow DB.
...
git-svn-id: svn://10.0.0.236/trunk@190540 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-19 13:26:05 +00:00
mike.morgan%oregonstate.edu
a028bb0747
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.
git-svn-id: svn://10.0.0.236/trunk@187748 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-18 10:11:04 +00:00