Commit graph

49 commits

Author SHA1 Message Date
Scott Walters
1942ccc9b6 Let CHI modules other than just DBI get their hands on dbh and perhaps other things in the future;
add an "args" : [ "dbh" ] entry to the "cache" : { } config block
2011-03-10 20:44:05 -05:00
Colin Kuskie
67a66647ec CHI requires a switch to keep track of cache size. Also, flush should be mapped to CHI's clear method. Fixes bug #11565. 2010-05-11 10:09:55 -07:00
Colin Kuskie
4a9a46f328 Add missing module to Cache::CHI. Fix tests to add a cache config if the current config file does not have one. 2010-05-02 00:27:32 -07:00
Colin Kuskie
006d1efffc Fix a double my syntax warning in Cache/CHI. 2010-04-29 13:02:05 -07:00
Doug Bell
ecde77e2a8 add perldoc 2010-04-29 12:21:50 -05:00
Doug Bell
8af3eb2c69 add CHI cache module 2010-04-29 12:21:49 -05:00
Colin Kuskie
a3a073296c Add POD and fix typos to get POD coverage up 2009-04-01 03:53:34 +00: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
3cb07d4152 fix lineage cache clearing, syntax warning, db cache storable usage 2008-11-04 22:47:11 +00:00
JT Smith
44c74c2299 added some database cache tests while testing out a theory, the theory is busted, but at least we have some more tests 2008-05-02 20:03:33 +00:00
Graham Knop
0451af48ea protect against database cache corruption 2008-03-13 22:32:33 +00:00
Graham Knop
d9d524a2fe Use UTF8 for database connection when connecting to MySQL 2008-03-07 17:45:19 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +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
936054ba19 Multiple fixes:
- Probably fix "more-geturl-bugs", but hard to verify.
  - Fix "last-modified-problem", approximately.  (Difficult or impossible
    in the general case for externally-retrieved content.)
  - Fix "rss-syndication".
  - Fix unnamed bug where Database caches would try to Storable::freeze
    non-references and thereby crash.
  - Fix "apache-version-component-in-wrong-place".
2006-08-29 16:44:41 +00:00
Wouter van Oijen
efe05d8469 Fixed typo in SQL query 2006-04-28 21:43:41 +00:00
JT Smith
44e03d36e5 added database cache cleaner 2006-04-27 05:29:48 +00:00
JT Smith
8c6b0e3fc3 chunk deletion wasn't working properly 2006-02-28 21:33:36 +00:00
JT Smith
b745ab0ef6 added database cache option 2006-02-27 18:26:07 +00:00
Wouter van Oijen
7366c7abf9 Fixing my mistake... 2006-02-17 16:14:27 +00:00
Wouter van Oijen
ea72e3927c Fixed syntax error (Compilation Failed) 2006-02-17 12:27:08 +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
Colin Kuskie
ae3439bb6a space out operator 2006-01-14 04:37:53 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
JT Smith
9520b4ce48 migrating datetime api for session 2006-01-10 17:06:41 +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
JT Smith
fdfb9bf5ae merging 6.7.8 changes and bug fixes 2005-11-30 20:33:40 +00:00
JT Smith
58753a86e9 more traps 2005-11-26 03:21:50 +00:00
JT Smith
d1402a5a60 added some extra traps 2005-11-26 03:05:37 +00:00
JT Smith
560318df51 Fixed a bug where privileges were not being set correctly on cache files
and that was causing write errors.
 - fix [ 1281437 ] hidden children appear when changing assetsToHide
2005-09-11 14:37:34 +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
Colin Kuskie
a4a2179249 fix POD errors, re sf #1279861 2005-09-06 19:50:23 +00:00
JT Smith
0e34bdfc1d fixed the nasty logout bug 2005-08-16 13:37:11 +00:00
Matthew Wilson
ac7f170b98 *** empty log message *** 2005-08-13 17:57:10 +00:00
JT Smith
8a5c997441 updated rich edit to 1.45
fixed cache privileges problem
added new buttons to rich edit
rich edit now defaults to allow any HTML tags
2005-08-05 22:06:14 +00:00
JT Smith
a8b8660183 fixed a few things in the new caching system 2005-07-12 02:58:32 +00:00
JT Smith
13b52b07f2 new caching system 2005-07-12 00:28:25 +00:00
JT Smith
d72dd21826 fixed a couple bugs and added size aware file cache 2005-07-07 19:53:19 +00:00
JT Smith
18ae37a518 fix [ 1201650 ] Server-wide Cache can be viewed/cleared by an admin 2005-05-20 19:20:12 +00:00
JT Smith
25319188b0 Added a cache disabling config option for developers who are testing
performance.
2005-04-28 22:34:42 +00:00
Len Kranendonk
d8ead51499 Overcome maximum key length of 255 characters 2005-04-25 13:40:54 +00:00
Len Kranendonk
b417ef09b2 Added support for memcached distributed caching 2005-04-25 05:50:43 +00:00