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

28 Коммитов

Автор SHA1 Сообщение Дата
mike.morgan%oregonstate.edu 133eafc0db 36000 is too long. Moving timeout for the pfs/plugins cache to 1800. 2006-07-15 00:22:40 +00:00
mike.morgan%oregonstate.edu 49db9008ed Added fix to prevent PFS from getting messed up by a proxy (or any other page) -- when trying to fix bug 343977. Using $_SERVER['SCRIPT_NAME'] was inaccurate when proxying PFS to pfs.php. 2006-07-12 16:59:35 +00:00
uid815 fa5cb980b2 added Wladimir's patch. gcSession used to be a private method, but it's not anymore 2006-05-12 23:21:24 +00:00
mike.morgan%oregonstate.edu 9651623936 Fixes:
332936
    332885
    332819
2006-04-06 03:26:09 +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 c07e2d4d73 Added PFS documents. 2006-03-28 22:45:08 +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
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 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 352a258bb1 Fixed unnecessary Auth.php include. 2006-02-20 05:16:38 +00:00
mike.morgan%oregonstate.edu c1fa0f65b8 Fixed ordering in startProcessing so is_cached() can work properly. 2006-02-19 13:34:06 +00:00
mike.morgan%oregonstate.edu c8b79f112b Added central config for caching and shadow DB. 2006-02-19 13:26:05 +00:00
mike.morgan%oregonstate.edu 6d61b0e87b 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 68d7c5899c Modified config-dist.php. 2006-01-28 22:14:43 +00:00
mike.morgan%oregonstate.edu 48d03b8682 *.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 46aa28a059 - 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 96546cc2ff USE_DB_SESSIONS does nothing now 2006-01-22 23:51:06 +00:00
mike.morgan%oregonstate.edu 77eec7a4b0 Added comment about avoiding caching. 2006-01-12 03:17:55 +00:00
mconnor%steelgryphon.com 0cfe61a0d9 more fixes 2005-12-30 04:51:35 +00:00
mike.morgan%oregonstate.edu 188e943861 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 0098441920 Cleaned up the crappy indenting and commenting. 2005-12-28 23:20:40 +00:00
mike.morgan%oregonstate.edu fc2a4ee7de Fixed pre-processing and includes for all scripts. 2005-12-28 23:17:17 +00:00
mike.morgan%oregonstate.edu b3b615b654 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 3b9875fc95 Restructuring repository for improved modularity. 2005-12-22 20:30:28 +00:00