Commit graph

39 commits

Author SHA1 Message Date
Colin Kuskie
275fcd0bb8 Do not return content from cacheByHTTP if the request errors, otherwise callers can process bad content, like SC assets expecting RSS feeds and getting 404 error pages. 2012-03-13 21:29:32 -07:00
Doug Bell
8e9dc4823f allow WebGUI::Cache to do more than File, Database 2010-04-29 12:21:49 -05:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
d9c1f88eab cleaning up some imports 2008-11-24 04:00:46 +00:00
Graham Knop
c017e52939 clean up and comment parseKey in cache 2008-07-09 20:50:57 +00:00
Graham Knop
97f75c2a33 better handling of character encoding in Cache 2008-07-08 16:55:08 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
33b9d25e07 Cache pod does not accurately reflect the Module usage 2007-08-14 20:01:15 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
JT Smith
a7504f380a removed memcached support
added check for new modules
2007-05-30 18:34:25 +00:00
JT Smith
aeba6ec83c merging 7.1.4 changes 2006-11-03 04:36:13 +00:00
Drake
bebf3f159c Make all LWP user agents use env_proxy. 2006-10-26 20:07:43 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
Wouter van Oijen
efe05d8469 Fixed typo in SQL query 2006-04-28 21:43:41 +00:00
JT Smith
b745ab0ef6 added database cache option 2006-02-27 18:26:07 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
Matthew Wilson
250d8ff944 lots o' fixes. 2006-01-15 04:25:33 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +00:00
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
JT Smith
62d1c58ae4 - Added cache to settings which increased performance by .02 seconds per
page.
 - Added user cache which increased performance by more than .1 seconds per
   page.
 - Added some new indicies to make asset queries .01 to .1 seconds faster per query.
 - fix [ 1274488 ] Visitors language not recognized 6.7.2
2005-09-10 15:37:03 +00:00
JT Smith
4b93aa1914 merging 6.6.5 changes 2005-07-25 19:03:14 +00:00
JT Smith
13b52b07f2 new caching system 2005-07-12 00:28:25 +00:00
Len Kranendonk
f99b5dab44 Cache::Memcached was required / should be optional 2005-04-25 12:10:14 +00:00
Len Kranendonk
b417ef09b2 Added support for memcached distributed caching 2005-04-25 05:50:43 +00:00
JT Smith
9bd63571a9 fixed dataform require field bug
added cache root option
2005-04-21 01:41:09 +00:00
JT Smith
55c709a051 updated copyright 2005-02-07 00:52:47 +00:00
JT Smith
2b6eb201a9 changed POD formatting 2004-09-14 02:22:38 +00:00
JT Smith
c866d00c1b changed company name 2004-09-03 17:01:59 +00:00
JT Smith
6613992f3d removed the need for Data::Serializer 2004-06-08 18:37:11 +00:00
JT Smith
403082ed23 updated copyright year 2004-02-29 15:40:11 +00:00
JT Smith
3eec10dc49 added a per-site config file option for international message caching 2004-02-22 21:50:29 +00:00
Martin Kamerbeek
e98b19fd76 Allow for caching complex datasructures. 2004-02-03 20:51:27 +00:00
JT Smith
deec9cd409 fixed pod errors. 2003-05-26 17:53:19 +00:00
JT Smith
3cbbb5dce4 Added a little error handling to the setByHTTP method. 2003-03-13 02:07:30 +00:00
JT Smith
b956825a7e Changed cache setByHTTP method to return the content retrieved as part of the method. 2003-03-13 02:01:30 +00:00
JT Smith
fa44bd2a31 converting systems to use the cache system 2003-03-12 05:15:22 +00:00
JT Smith
c3c06514f3 Exposed a Cache API and moved page caching settings from the config file to the UI. 2003-03-11 06:50:59 +00:00