Use MediaWiki cache strategy and code#92
Use MediaWiki cache strategy and code#92LegNeato merged 1 commit intomozilla:masterfrom rdalverny:use_wm_cache
Conversation
|
Again, sorry for the delay! Does this affect the min version of mediawiki supported? We'll also need someone from mozilla to confirm that they use wfGetCache and their installation will continue to work. |
This removes all BugzillaCache* classes and code that used it, replaces it with MediaWiki `wfGetCache($wgMainCacheType)`, which provides sensibly the same set of options. Doing so also simplifies a first install, by removing specific configuration for this extension.
No worries!
Yes! Maybe I can add a section in the README about this (configuring |
|
I'm not sure who to ping for mozwiki...most of the bugs look like they haven't been touched in a bit. @christi3k? Or do you have any pointers to someone else? Thanks! |
|
I don't think @christi3k is going to be available to help. I think I have the right to merge pull requests. MozWiki should be updated to the latest LTS since 1.23 is being EOL'd in May. See https://www.mediawiki.org/wiki/Version_lifecycle#Versions_and_their_end-of-life |
|
Lets get this one in, sorry for the delay! |
|
Thank you! 😄 |
This removes all BugzillaCache* classes and code that used it, replaces it with MediaWiki
wfGetCache($wgMainCacheType), which provides sensibly the same set of options.Doing so simplifies a first install, by removing specific configuration for this extension; and reduces the code base.