https://bugzilla.wikimedia.org/show_bug.cgi?id=27001
--- Comment #29 from Sam Reed (reedy) <[email protected]> --- (In reply to comment #26) > (In reply to comment #24) > > Having said that, it would seem as this is all MW/client side, anyone should > > be able to install it on their own wiki without too much of an issue. > > As a super-amateru sysadmin I was deterred by these requirements that I don't > understand and I was too busy / lazy to find out this week with all the GSOC > stuff: > > > > Requires HTTP_Request2 from PEAR > > For charting, requires gd > > https://github.com/mozilla/mediawiki-bugzilla Yup, after installing those, with the default requires using: <bugzilla> { "product": "Bugzilla", "priority":"P1" } </bugzilla> I get results working fine! 3 pull requests already https://github.com/mozilla/mediawiki-bugzilla/pull/19 and https://github.com/mozilla/mediawiki-bugzilla/pull/20 and https://github.com/mozilla/mediawiki-bugzilla/pull/21 For our usage: require_once( "$IP/extensions/mediawiki-bugzilla/Bugzilla.php" ); $wgBugzillaRESTURL = "https://bugzilla.wikimedia.org/bzapi"; $wgBugzillaURL = "https://bugzilla.wikimedia.org"; then <bugzilla> { "product": "MediaWiki", "status": "NEW" } </bugzilla> (well, I think it's working. It's taking a long time to save the page ;)) (note, its slow due to a lot of results!) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
