uid815
66f6c18161
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
df51d2a76b
Fixes:
...
332936
332885
332819
2006-04-06 03:26:09 +00:00
mike.morgan%oregonstate.edu
0beb4dbfee
Updated default to have plugins/pfs cached by default.
2006-03-29 22:34:30 +00:00
mike.morgan%oregonstate.edu
b208ec17a1
Fixed tab for PFS page.
2006-03-29 22:31:26 +00:00
bugzilla%micropipes.com
91d2511c87
added winners and finalists to shadow db and cache arrays
2006-03-29 22:18:26 +00:00
mike.morgan%oregonstate.edu
de91d0a216
Added PFS documents.
2006-03-28 22:45:08 +00:00
bugzilla%micropipes.com
c127caab7d
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
3682e6b2d5
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
99ff40f313
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
05e6c5b7c0
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
4fca739edd
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
40b6f3da19
Fixed unnecessary Auth.php include.
2006-02-20 05:16:38 +00:00
mike.morgan%oregonstate.edu
bc71e7b76a
Fixed ordering in startProcessing so is_cached() can work properly.
2006-02-19 13:34:06 +00:00
mike.morgan%oregonstate.edu
5a5e2372f9
Added central config for caching and shadow DB.
2006-02-19 13:26:05 +00:00
mike.morgan%oregonstate.edu
c7023ec57f
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
36105953a3
Modified config-dist.php.
2006-01-28 22:14:43 +00:00
mike.morgan%oregonstate.edu
ec5593afb9
*.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
3fb1675da3
- 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
c050d97fe8
USE_DB_SESSIONS does nothing now
2006-01-22 23:51:06 +00:00
mike.morgan%oregonstate.edu
683bcf2219
Added comment about avoiding caching.
2006-01-12 03:17:55 +00:00
mconnor%steelgryphon.com
5803423691
more fixes
2005-12-30 04:51:35 +00:00
mike.morgan%oregonstate.edu
1d9463f585
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
cf5773c85f
Cleaned up the crappy indenting and commenting.
2005-12-28 23:20:40 +00:00
mike.morgan%oregonstate.edu
20eb6a0598
Fixed pre-processing and includes for all scripts.
2005-12-28 23:17:17 +00:00
mike.morgan%oregonstate.edu
7948a3e8d6
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
f8c59562c7
Restructuring repository for improved modularity.
2005-12-22 20:30:28 +00:00