7 Commits

Author SHA1 Message Date
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
1ddda77ff5 Added Cache_Lite as a replacement for Smarty in hopes that it will improve performance.
git-svn-id: svn://10.0.0.236/trunk@190646 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 04:27:40 +00:00
mconnor%steelgryphon.com
3d55a7096a more fixes
git-svn-id: svn://10.0.0.236/trunk@186740 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-30 04:51:35 +00:00
mike.morgan%oregonstate.edu
64be11b7e4 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.


git-svn-id: svn://10.0.0.236/trunk@186693 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-29 02:22:18 +00:00
mike.morgan%oregonstate.edu
cc607a6cbc Cleaned up the crappy indenting and commenting.
git-svn-id: svn://10.0.0.236/trunk@186685 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-28 23:20:40 +00:00
mike.morgan%oregonstate.edu
d5cf5d55fe Restructuring repository for improved modularity.
git-svn-id: svn://10.0.0.236/trunk@186440 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-22 20:30:28 +00:00