[02:31:04] Would the php method $title = Title::newFromText( "title" ); return an error message if "title" exists? [02:31:15] already checked documentation, didn't say for this case [11:19:21] hi all [11:19:40] is there anyway to mass revert changes made by a specific user? [11:19:59] I have my bot and am admin on gu.wiki [11:23:43] any bot script? or if anybody else can help by reverting recent changes made by [[user:आर्यावर्त]] on gu,wiki [11:24:02] I believe pywikibot has a script for that [11:25:41] does it? [11:26:07] revertbot.py [11:26:10] can you let me know which script? I checked but couldn't find any with obvious names, e.g. rollback, revert, etc. [11:26:20] revertbot.py is for reverting bot's own changes [11:26:37] it doesn't have any parameters, or am I missing something there? [11:27:03] -username [11:27:26] great, let me try [11:31:59] cgt: no unfortunately it doesn't accept -username, i tried and script was reverting my own bot edits [11:32:14] maybe you have an old version of the script [11:36:26] I just downloaded the core an hour ago [11:36:45] well the version I have clearly has a -username parameter [11:37:32] just pulled from core, it still has a username parameter [11:42:07] Yes, sorry, even my version has that parameter [11:42:27] the problem I think I am facing is due to the fact that the user name is in indic script [11:49:39] hurray... finally its working, thanks cgt [11:49:47] yw [13:15:39] Excuse me? How can I translate the messages on the navigational bar? [13:22:45] hi… you could've waited ten minutes before quitting [14:53:14] hmm, with visual editor insert media, it's finding images off of commons, but not off the local wiki? [14:57:35] hum, maybe because the api isn't finding them? zomg? [15:01:25] oh hum, it is finding the image in question, it's just not at the top of hits for some odd reason [16:38:36] does the api call AllImages also list commons images? [16:45:56] Why should MediaWiki's API on one site support searching an entirely different site? [17:04:02] curl 'https://commons.wikimedia.org' [17:04:02] curl: (60) SSL certificate problem: unable to get local issuer certificate [17:04:24] andre__, I read the output from api.php wrong [17:04:42] Ok, that IS a problem since it's borking instant commons for people (the SSL issue) [17:06:15] though ... that could be a curl bug... [17:06:19] or a config error [17:06:21] lemme see [17:06:40] * kim_bruning should troubleshoot first, THEN blab. disregard above :-P [17:46:32] kim_bruning: Just blame everyone else [17:46:34] Much easier [17:46:34] :D [17:53:29] welp, this was my solution (bottom of page) [17:53:31] https://www.mediawiki.org/wiki/Talk:InstantCommons#Stop_working [17:56:27] Reedy, Oh, right, sorry, yes, it's all YOUR fault [17:56:35] Don't know why, but , if that makes you happy, sure! [17:56:36] Many people would agree [17:56:53] In the beginning, God created heaven and earth [17:57:10] This has widely been considered a bad idea, and has made many people Very Angry. [19:16:51] Hello. Could someone please help with https://phabricator.miraheze.org/T1104 - CreateWiki extension for creating databases on a wiki farm logs entries on wiki created rather than the Meta wiki [19:40:48] hmm, where's bug tracker for visualeditor? [19:40:54] would like to do feature request :-) [19:55:49] kim_bruning: phabricator.wikimedia.org [19:57:04] d'oh. Thank you [21:10:17] Has anyone run the LdapAuthentication on a recent mediawiki install? I'm trying to get it going on 1.28.0 but thus far failing to figure out how to get it to actually auth .. using a unmerged change already to get it load so I'm in the danger zone clearly -- https://gerrit.wikimedia.org/r/#/c/214817/ [21:22:25] lburton: this is the local config that mediawiki-vagrant uses to setup LdapAuth -- https://github.com/wikimedia/mediawiki-vagrant/blob/master/puppet/modules/role/templates/ldapauth/LdapAuthentication.php.erb [21:37:14] bd808: sweet, thanks yeah the authmanager stuff works w/1.28.0 and that gerrit reviews contents [21:37:45] now on to fixing other extensions and such on this old mediawiki install :)