1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-07 07:47:59 +01:00

14 Commits

Author SHA1 Message Date
secretr
2c94009a6b cache handler cleanup (more to do), clear() now accepts $related parameter for clearing nq_ and nomd5_ related entries 2009-09-25 20:17:34 +00:00
secretr
a1f98a1477 another global variable killed - get rid of $eTraffic 2009-09-13 10:29:56 +00:00
secretr
980a2486c8 Cache handler: parse error temporary fix (unkown method), reporduce: try static call ecache::retrieve() inside another object Better fix is required, new methods maybe, PHP in strict mod is throwing warnings (non-static method should not be called statically, assuming $this from incompatible context). 2009-08-03 18:21:46 +00:00
e107steved
1afc7a612c Update cache handling 2009-02-01 16:18:08 +00:00
e107steved
64b31b2abf Bugtracker #4578 and more - add caching, plugin.xml, admin logging 2008-12-20 10:39:29 +00:00
mcfly
cf3b108577 Support for new admin event trigger, using e_admin_events.php file in plugins 2008-12-03 00:43:00 +00:00
CaMer0n
dc4f2349a2 minor cleanup 2008-01-16 10:54:33 +00:00
CaMer0n
c6160ed083 Use of e_CACHE and e_UPLOAD implemented. 2008-01-10 03:14:09 +00:00
CaMer0n
161ee43eb3 Bugfix: custom CachePageMD5 was failing when used in e_module.php 2007-12-09 00:12:08 +00:00
e107steved
d26c99ea60 Add in 'Force' flag 2007-06-25 21:13:40 +00:00
sweetas
034ce9d97b converted back to ascii removing BOM 2007-06-21 16:55:10 +00:00
mrpete
8a7c840d01 Fix: cache files should not be world-writeable; incompatible with cgi-mode php 2007-03-04 15:01:28 +00:00
mcfly
90cce5fef0 Added new System Cache in addition to the regular cache. System cache will contain only system config type info and no real page content, that will still be handled by the regular cache 2007-02-04 17:36:16 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00