| Commit message (Collapse) | Author | Age |
|
|
|
| |
This will break a lot of plugin tests, but can't be avoided
|
|
|
|
|
|
| |
These fields might still be accessed from the outside, so in order to
not break backwards compatibility, this uses magic methods that emit
deprecation errors.
|
| |
|
|
|
|
| |
this group is skipped by default
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. cachetime setting should only be applied to the cache_renderer
class. Previously it was applied to cache_parser (and by
extension cache_handler).
2. two special cachetime values, -1 & 0, weren't handled, per
FS#2183
To handle the cachetime setting, -1, disable caching, a new
property _nocache is added. When that property is true, any cache
file must not be used and storecache() should not store any values
|
|
This very basic test ensures that the useCache method works as
expected for simple scenarios. This test case fails without commit
a8795974051a91137b01ff88dbf5586a647b24ce and then also triggers the
warning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152
|