https://bugzilla.wikimedia.org/show_bug.cgi?id=33284

--- Comment #2 from Aaron Schulz <aschulz4...@gmail.com> 2012-01-20 00:04:51 
UTC ---
This will actually require a moderate amount of refactoring. You need to be
able to get the MW version without knowing the file path yet. The current
getMediaWikiCli() functions is not very amenable to this. Also, you'd have to
do it a non-circular way. For example, locating the file path depends on
getting the MW version if you want to use file_exists() checks, which depends
on the --wiki param, which depends on the $wikiLess script list and the file
path. Of course, you are trying to *get* the file path. $wikiLess scripts
should just be assumed to exists I guess.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to