[Wikidata-bugs] [Maniphest] [Commented On] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

2015-06-25 Thread gerritbot
gerritbot added a comment. Change 220933 merged by jenkins-bot: Remove extension initialization from autoloader. https://gerrit.wikimedia.org/r/220933 TASK DETAIL https://phabricator.wikimedia.org/T100813 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Wikidata-bugs] [Maniphest] [Commented On] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

2015-06-25 Thread gerritbot
gerritbot added a comment. Change 220933 had a related patch set uploaded (by Hoo man): Remove extension initialization from autoloader. https://gerrit.wikimedia.org/r/220933 TASK DETAIL https://phabricator.wikimedia.org/T100813 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/

[Wikidata-bugs] [Maniphest] [Commented On] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

2015-06-15 Thread gerritbot
gerritbot added a comment. Change 217947 merged by jenkins-bot: Remove extension initialization from autoloader. https://gerrit.wikimedia.org/r/217947 TASK DETAIL https://phabricator.wikimedia.org/T100813 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Wikidata-bugs] [Maniphest] [Commented On] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

2015-06-12 Thread gerritbot
gerritbot added a subscriber: gerritbot. gerritbot added a comment. Change 217947 had a related patch set uploaded (by JanZerebecki): Remove extension initialization from autoloader. https://gerrit.wikimedia.org/r/217947 TASK DETAIL https://phabricator.wikimedia.org/T100813 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

2015-06-02 Thread JanZerebecki
JanZerebecki added a comment. Probably need to use wfLoadExtension instead of wfLoadExtensions because the former takes a path. The later wouldn't find the sub-extensions. TASK DETAIL https://phabricator.wikimedia.org/T100813 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/pan

[Wikidata-bugs] [Maniphest] [Commented On] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

2015-06-01 Thread JeroenDeDauw
JeroenDeDauw added a comment. And of course we ought to get to having one extension per repo like all other extensions at some point... TASK DETAIL https://phabricator.wikimedia.org/T100813 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: JeroenDeDa

[Wikidata-bugs] [Maniphest] [Commented On] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

2015-05-29 Thread hoo
hoo added a comment. We also "work around" these globals in the travis setup and in the actual Wikidata build AFAIR. I think we should either remove them or make Wikibase run out of the box (if we can have sane enough defaults for that). TASK DETAIL https://phabricator.wikimedia.org/T100813

[Wikidata-bugs] [Maniphest] [Commented On] T100813: when the autoloader of Wikibase is loaded the Mediawiki installer fails

2015-05-29 Thread JanZerebecki
JanZerebecki added a comment. Quick hack I used to get around this: sed --in-place -e 's/||/\&\&/; s/!//' extensions/Wikibase/Wikibase.composer.php TASK DETAIL https://phabricator.wikimedia.org/T100813 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To