Last modified: 2007-08-25 13:10:39 UTC
I'm hosting some wikis on one domain and I'm using a shared path for all CategoryTree extension, e.g: # http://mediawiki.org/wiki1 # http://mediawiki.org/wiki2 # http://mediawiki.org/extensions The current configuration of CategoryTree requires that the "extensions" path *should be* inside the wiki. I propose to add a new variable $wgCategoryTreeExtPath (default: '/extensions/CategoryTree') to allow user to configure their path (in my case: '/../extensions/CategoryTree').
Created attachment 3417 [details] Patch to allow different path for CategoryTree ext
Fixed in r21044, thanks for the patch.
This seems like a crappy way to do it; surely better to be generic? Recommend reverting.
*** Bug 8286 has been marked as a duplicate of this bug. ***