12 Commits

Author SHA1 Message Date
mike.morgan%oregonstate.edu
f59bbc1df6 Fixed newest list type, which should have been pointing at main.DateAdded instead of version.DateUpdated. See bug 333530.
git-svn-id: svn://10.0.0.236/trunk@194114 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-11 07:44:05 +00:00
mike.morgan%oregonstate.edu
859ef08523 Search optimization, comments pagination. Fixed unnecessary result rows in search.php and used the same method in comments. Fixed issues with comments pagination.
git-svn-id: svn://10.0.0.236/trunk@193497 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-04 11:37:22 +00:00
mike.morgan%oregonstate.edu
03dce017a7 Updated queries for rss and extensions/themes pages.
git-svn-id: svn://10.0.0.236/trunk@193252 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-30 07:24:19 +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
d496eb2529 Caching touch-up.
git-svn-id: svn://10.0.0.236/trunk@190638 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 01:15:40 +00:00
mike.morgan%oregonstate.edu
1c94be83ff Added flexibility for human-readable args in rss.php.
Added feeds.php, to list possible feeds -- reference page.


git-svn-id: svn://10.0.0.236/trunk@188442 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-29 23:46:42 +00:00
mike.morgan%oregonstate.edu
e44a657cb2 Forgot to turn caching back on.
git-svn-id: svn://10.0.0.236/trunk@188441 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-29 23:13:29 +00:00
mike.morgan%oregonstate.edu
aec8d6c146 First working version of RSS, with caching.
git-svn-id: svn://10.0.0.236/trunk@188440 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-29 23:12:35 +00:00
mike.morgan%oregonstate.edu
b652a61727 Progress with RSS, fixes for wrappers, comment styles, navigation, etc.
git-svn-id: svn://10.0.0.236/trunk@188405 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-28 22:42:26 +00:00
mike.morgan%oregonstate.edu
ea5be0330d Fixed pre-processing and includes for all scripts.
git-svn-id: svn://10.0.0.236/trunk@186684 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-28 23:17:17 +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