[00:01:52] 03(mod) Interwikis should not be removed from - 10https://bugzilla.wikimedia.org/55247 (10Ricordisamoa) [00:01:55] 03(mod) interwiki.py should keep links inside if there - 10https://bugzilla.wikimedia.org/55295 (10Ricordisamoa) [00:19:56] 03(mod) TMH gives duration=0.0 s for a 2 minute wav file - 10https://bugzilla.wikimedia.org/61441 +comment (10bawolff+wn) [00:23:18] 03(mod) TMH gives duration=0.0 s for a 2 minute wav file - 10https://bugzilla.wikimedia.org/61441 +comment (10bawolff+wn) [00:24:32] brion: eh, still here? [00:24:52] yo [00:25:55] 03(mod) replace.py and one-by-one modification - 10https://bugzilla.wikimedia.org/55046 summary (10Ricordisamoa) [00:26:27] brion: how exactly do I search? http://en.wikipedia.org/w/api.php?format=json&action=query&prop=info&titles=Steve%20J&inprop=url just says "missing" [00:27:43] Cykey: that query is asking for info about a specific page, called "Steve J". it doesn't exist, so the 'missing' key is present in the returns, and the page id is -1 also [00:27:49] right [00:28:39] Cykey: depending on what you're looking for, https://www.mediawiki.org/wiki/API:Search may be appropriate? [00:30:13] brion: cheers thanks. Also, do you think I can get all the stuff I need in one go? I don't want to do 2 requests :/ [00:30:38] Cykey: you might be able to use the 'generator' mode on search to drive the second request all in one [00:32:40] 03(mod) featured.py to handle featured files & assessments template - 10https://bugzilla.wikimedia.org/55035 +comment (10Ricordisamoa) [00:40:30] 03(mod) sax exception vc-element in Netfront 3.5 - 10https://bugzilla.wikimedia.org/61451 +comment (10johnmi) [00:42:49] brion: man I'm really confused about this one [00:45:41] Cykey: seen examples at https://www.mediawiki.org/wiki/API:Query#Generators etc? [00:47:11] brion: ...yeah still confusing [00:49:19] Cykey: so what queries do you have so far? [00:49:41] brion: I need to turn this: [00:49:43] http://en.wikipedia.org/w/api.php?format=json&action=query&prop=info|extracts&titles=Rob%20Pike|Steve%20Jobs&inprop=url&exchars=50&explaintext [00:49:50] into a search that returns the same data [00:51:12] Cykey: tried generator=search etc? [00:51:45] {"servedby":"mw1128","error":{"code":"gsrnosearch","info":"The search parameter must be set"}} [00:51:47] bleh [00:52:28] hold n [00:52:29] on [00:52:47] 03(mod) shell: Requesting temporary lift of IP cap - 10https://bugzilla.wikimedia.org/61449 +shell (10jeremyb) [00:52:59] Andre around now? [00:53:22] brion: but it is set, hm. http://en.wikipedia.org/w/api.php?format=json&action=query&prop=info|extracts&titles=Rob%20Pike&inprop=url&exchars=50&explaintext&generator=search&search=Rob%20Pike [00:53:56] Cykey: "Parameters passed to a generator must be prefixed with a g. For instance, when using generator=backlinks, use gbltitle instead of bltitle." [00:56:55] 03(mod) throttle exception for session at Small Museum Assoc. conf (2014-02-17) - 10https://bugzilla.wikimedia.org/61449 summary (10jeremyb) [00:56:56] Gloria: around? (Sorry for bothering you so much.) [00:56:57] I was wondering if you could bzcat hiwiki-20140205-pages-meta-current.xml.bz2 | grep -i "\[\[:c:" [00:56:57] 03(mod) redirecting domain tartupeedia.ee to Wikipedia page - 10https://bugzilla.wikimedia.org/44893 +comment (10bugzilla+org.wikimedia) [00:56:57] I would do it but I'm not sure I want to download the dump [00:56:57] it's large [00:56:57] brion: http://en.wikipedia.org/w/api.php?format=json&action=query&prop=info|extracts&titles=Rob%20Pike&inprop=url&exchars=50&explaintext&generator=search&srsearch=Rob%20Pike so it says it needs to be prefixed with "g", but the example has "srsearch"? [00:56:57] (example is at the bottom of https://www.mediawiki.org/wiki/API:Search) [00:57:32] Cykey: 'sr' for 'search', plus 'g' for generator [00:57:35] => gsr [00:58:06] * Cykey punches himself [00:58:30] :) [00:58:38] it's a little funky i know [00:58:58] brion: alright now that's working, except ugh... [00:59:26] I'm searching for "Rob%Pike" (why do I keep using this guy's name haha..) and it returns "Brian Kernighan" [00:59:33] Is that not a "character search"? [00:59:50] Like, "Steve J" should return "Steve Jobs", "Steve Jones", etc [01:00:18] Cykey: "Rob Pike" appears in the "Brian Kernighan" page etc [01:00:26] you may need to change the sort options, let's check... [01:00:43] Yeah, I want to search the "wikipedia article catalog" though, but the article page [01:01:16] Cykey: hmm, try with &gsrwhat=nearmatch [01:01:20] s/bot/not/ [01:01:46] 03(mod) KeyError 'user' in wikipedia.getLatestUploader - 10https://bugzilla.wikimedia.org/56827 +comment (10Ricordisamoa) [01:02:18] 03(mod) Interwiki prefix c: could be used as a shortcut for commons:, but conflicts with Hindi Wikipedia configuration - 10https://bugzilla.wikimedia.org/4676 +comment (10drevitchi) [01:02:40] brion: http://en.wikipedia.org/w/api.php?format=json&action=query&prop=info|extracts&inprop=url&exchars=50&explaintext&generator=search&gsrsearch=Steve%20J&gsrwhat=nearmatch [01:02:42] umm.. [01:02:50] in fact, try http://en.wikipedia.org/w/api.php?format=json&action=query&prop=info|extracts&inprop=url&exchars=50&explaintext&generator=search&gsrsearch=Can&gsrwhat=nearmatch [01:02:52] heh too near :D [01:02:55] "Canada" isn't even listed ;P [01:03:12] Cykey: oh do you want prefix matches? [01:03:18] that'll be different... [01:03:42] brion: I suppose? Like "Can" -> "Canada", "Cantenna" [01:04:02] yeah you want the search suggestions .... let's see if that's usable through generators [01:04:21] I hope! [01:04:42] hmmmm, standard way of getting prefix matches is through https://www.mediawiki.org/wiki/API:Opensearch [01:05:25] though.... you can ask for the xml format and get some more data in that [01:05:27] brion: I guess you can't use generators with that? [01:05:44] 03(mod) TMH gives duration=0.0 s for a 2 minute wav file - 10https://bugzilla.wikimedia.org/61441 +comment (10bawolff+wn) [01:05:54] Cykey: try http://en.wikipedia.org/w/api.php?action=opensearch&format=xml&search=Steve%20J [01:06:08] 03(mod) update multiple data in Wikibase items at once - 10https://bugzilla.wikimedia.org/55148 summary (10Ricordisamoa) [01:06:09] Yeah, works [01:06:12] \o/ [01:06:21] but ... ;P [01:06:37] of course it's a slightly different format, enjoy :P :) [01:06:48] wait can I be like [01:07:00] ?action=opensearch|query? [01:07:24] Cykey: unfortunately only one action allowed at a time [01:07:32] aww [01:10:53] 03(mod) TMH gives duration=0.0 s for a 2 minute wav file - 10https://bugzilla.wikimedia.org/61441 +comment (10bawolff+wn) [01:11:19] 03(mod) Support optional capturing groups in replaceExcept - 10https://bugzilla.wikimedia.org/54562 summary (10Ricordisamoa) [01:12:11] brion: is there a reason why "jsonfm" returns a lot less data than "xmlfm" ? http://en.wikipedia.org/w/api.php?action=opensearch&format=json&search=Steve%20J&format=jsonfm [01:12:50] Cykey: specifically for OpenSearch, the XML return is an extended format defined for some version of Internet Explorer [01:12:57] the extra fields didn't get defined in JSON format i think [01:13:05] though we may be able to add them, it might have got added to the spec [01:13:22] "some version of IE"? [01:13:23] huh [01:13:29] ? [01:13:34] LOL [01:34:11] 03(mod) TMH gives duration=0.0 s for wav files containing ID3 tags - 10https://bugzilla.wikimedia.org/61441 summary (10Bawolff (Brian Wolff)) [01:47:03] 03(NEW) Broken RC feed entries - 10https://bugzilla.wikimedia.org/61452 normal; MediaWiki extensions: Flow; () [01:48:44] 03(mod) TMH gives duration=0.0 s for wav files containing ID3 tags - 10https://bugzilla.wikimedia.org/61441 +comment (10gerritadmin) [01:48:47] 03(mod) TMH gives duration=0.0 s for wav files containing ID3 tags - 10https://bugzilla.wikimedia.org/61441 (10Gerrit Notification Bot) [01:49:52] 03(mod) Broken RC feed entries - 10https://bugzilla.wikimedia.org/61452 +comment (10Alex Monk) [01:56:14] 03(mod) Flow actions to RC feeds are useless and don't say what action was taken - 10https://bugzilla.wikimedia.org/60559 +comment (10Kunal Mehta (Legoktm)) [01:56:15] 03(mod) Broken RC feed entries - 10https://bugzilla.wikimedia.org/61452 +comment (10Kunal Mehta (Legoktm)) [02:19:54] 03(mod) Review Pages - 10https://bugzilla.wikimedia.org/55053 +comment (10Ricordisamoa) [02:19:55] 03(mod) Flagged Revision - 10https://bugzilla.wikimedia.org/55081 +comment (10ricordisamoa) [02:20:59] 03(mod) implement support for Flagged Revisions - 10https://bugzilla.wikimedia.org/55081 summary (10Ricordisamoa) [02:21:56] 03(mod) implement support for Flagged Revisions - 10https://bugzilla.wikimedia.org/55081 (10Ricordisamoa) [02:24:04] 03(mod) Wiki system admins should be able to whitelist installed Lua libraries - 10https://bugzilla.wikimedia.org/61432 summary (10Bawolff (Brian Wolff)) [02:41:20] 03(mod) adding 'bot' argument for NewpagesPageGenerator() - 10https://bugzilla.wikimedia.org/55028 summary (10Ricordisamoa) [03:18:59] 03(mod) mw.webfonts is much too aggressive at overriding default fonts - 10https://bugzilla.wikimedia.org/56796 +comment (10Kartik Mistry) [03:22:26] 03(NEW) Weekly report fails due to move - 10https://bugzilla.wikimedia.org/61453 normal; Wikimedia: Bugzilla; () [03:24:26] 03(mod) Weekly report fails due to move - 10https://bugzilla.wikimedia.org/61453 +comment (10Sam Reed (reedy)) [03:35:14] 03(mod) Install DynamicPageList on en.wikivoyage - 10https://bugzilla.wikimedia.org/60204 +comment (10saqib.qayyum) [03:45:16] 03(mod) Install DynamicPageList on en.wikivoyage - 10https://bugzilla.wikimedia.org/60204 +comment (10bawolff+wn) [03:54:35] 03(mod) Install DynamicPageList on en.wikivoyage - 10https://bugzilla.wikimedia.org/60204 +comment (10saqib.qayyum) [04:01:35] 03(mod) Consider safely optimizing embedded SVG icons in MediaWiki core - 10https://bugzilla.wikimedia.org/59744 +comment (10gerritadmin) [04:08:51] 03(NEW) Have a summary description for Special:ProtectedPages and Special:ProtectedTitles - 10https://bugzilla.wikimedia.org/61454 normal; MediaWiki: Special pages; () [04:16:36] 03(mod) Install DynamicPageList on en.wikivoyage - 10https://bugzilla.wikimedia.org/60204 +comment (10bawolff+wn) [04:23:00] 03(mod) LiquidThreads at wikitech.wikimedia.org - 10https://bugzilla.wikimedia.org/46479 +comment (10b) [04:59:18] 03(NEW) Color Contrast - 10https://bugzilla.wikimedia.org/61455 normal; MediaWiki extensions: Popups; () [05:05:20] 03(mod) Add "reverse" for namespace selection on advanced Special:Search - 10https://bugzilla.wikimedia.org/17734 +comment (10Chad H.) [05:07:40] 03(mod) Don't propose to create a page under a title with prefix:, intitle:, incategory: or other search operators - 10https://bugzilla.wikimedia.org/21102 +comment (10Chad H.) [05:10:33] 03(mod) Namespace misdisplayed. - 10https://bugzilla.wikimedia.org/24026 +comment (10Chad H.) [05:10:33] 03(mod) search-redirect shows wrong Namespace - 10https://bugzilla.wikimedia.org/23822 +comment (10Chad H.) [05:18:25] 03(mod) Include redirects probably should be the default when searching - 10https://bugzilla.wikimedia.org/60040 +comment (10innocentkiller) [06:17:37] 03(mod) KeyError 'user' in wikipedia.getLatestUploader - 10https://bugzilla.wikimedia.org/56827 +comment (10info) [06:56:30] 03(mod) TMH gives duration=0.0 s for wav files containing ID3 tags - 10https://bugzilla.wikimedia.org/61441 +comment (10gerritadmin) [07:48:20] 03(mod) TMH gives duration=0.0 s for wav files containing ID3 tags - 10https://bugzilla.wikimedia.org/61441 +comment (10Bawolff (Brian Wolff)) [07:54:48] How fast is it to count the number of rows in the RC table? [07:55:13] I was wondering if it would be easy to add the number of recent (content?) edits to Special:Statistics. [07:56:42] 03(mod) Color Contrast - 10https://bugzilla.wikimedia.org/61455 +comment (10Prateek Saxena) [07:56:47] 03(mod) Popups: Light grey text is too light - 10https://bugzilla.wikimedia.org/61411 +comment (10psaxena) [07:57:10] Nemo_bis: lets find out! [07:58:23] 03(mod) Popups: Light grey text is too light - 10https://bugzilla.wikimedia.org/61411 +comment (10psaxena) [07:58:25] MariaDB [enwiki_p]> select count(*) from recentchanges; [07:58:27] 1 row in set (45.00 sec) [07:58:30] Nemo_bis: ^ [07:58:52] MariaDB [foundationwiki_p]> select count(*) from recentchanges; [07:58:54] 1 row in set (0.05 sec) [08:00:11] Hrm. [08:00:44] Then it would need something smarter like the new thing used for the job queue I suppose. [08:01:16] you could cache it in memcache and increment that when new events are added and decrease it upon purging of the table [08:01:34] similar to what betafeatures does [08:02:49] O_o Nah. [08:03:14] Oh, one could just make the difference between rev_id of first and last row after all. [08:04:21] (No namespace distinctions.) [08:06:21] that wouldn't include log entries too [08:23:59] Hello, what is the best way to remmove a large number of spam accounts which were created overnight? I use Nuke for posts, but it doesnt seem to be able to handle accounts. [08:31:07] 03(NEW) vagrant enable-role followed by vagrant up should trigger a puppet run - 10https://bugzilla.wikimedia.org/61456 normal; MediaWiki-Vagrant: General; () [08:35:53] p858snake|l: Hello, what is the best way to remmove a large number of spam accounts which were created overnight? I use Nuke for posts, but it doesnt seem to be able to handle accounts. [08:36:01] p858snake|l: was just before you joined, thought you might be able to answer [08:36:46] 03(mod) Wikidata: inappropriate language prompts - 10https://bugzilla.wikimedia.org/61446 +need-volunteer (10Lydia Pintscher) [08:37:07] or to mass-block, but since they made no edits other than to their own user pages i guess its safe to delete [08:37:55] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10gtisza) [08:40:56] ori: There is a maintence script or I do believe there is a Nuke ext for user acs now [08:41:09] Extension:User merge and delete is also good [08:42:22] 03(mod) Article feedback extension at ml.wikipedia - 10https://bugzilla.wikimedia.org/31641 +comment (10Tisza Gergő) [08:42:51] 03(mod) Enable Article Feedback Tool v5 on it.wikivoyage - 10https://bugzilla.wikimedia.org/43328 +comment (10Tisza Gergő) [08:43:01] 03(mod) Enable "Article Feedback" on Georgian Wikipedia (ka.wikipedia.org) - 10https://bugzilla.wikimedia.org/38443 +comment (10Tisza Gergő) [08:43:17] 03(mod) Install ArticleFeedbackv5 on pt.wikibooks.org - 10https://bugzilla.wikimedia.org/48777 +comment (10Tisza Gergő) [08:43:31] 03(mod) Update ArticleFeedback (v2) on Hungarian Wikipedia to ArticleFeedbackv5 - 10https://bugzilla.wikimedia.org/44601 +comment (10gtisza) [08:48:23] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10federicoleva) [08:53:01] 03(mod) Enable "Article Feedback" on Georgian Wikipedia (ka.wikipedia.org) - 10https://bugzilla.wikimedia.org/38443 +comment (10Nemo) [08:54:49] 03(mod) Remove C namespace alias from Hindi Wikipedia - 10https://bugzilla.wikimedia.org/61431 +comment (10Siddhartha Ghai) [08:56:26] 03(mod) Update ArticleFeedback (v2) on Hungarian Wikipedia to ArticleFeedbackv5 - 10https://bugzilla.wikimedia.org/44601 +comment (10Nemo) [08:57:45] 03(mod) Hindi Wikiprojects (tracking) - 10https://bugzilla.wikimedia.org/41348 (10Siddhartha Ghai) [08:57:46] 03(mod) Remove C namespace alias from Hindi Wikipedia - 10https://bugzilla.wikimedia.org/61431 (10Siddhartha Ghai) [09:03:31] is there any code — editable on-wiki — which tells something to be displayed above and at the left of every page? or is that only available through a skin? [09:05:45] p858snake|l could you point to that nuke extension? [09:06:29] 03(mod) Article feedback extension at ml.wikipedia - 10https://bugzilla.wikimedia.org/31641 +comment (10Nemo) [09:07:04] this? https://www.mediawiki.org/wiki/Extension:BlockandNuke [09:08:16] 03(mod) Enable Article Feedback Tool v5 on it.wikivoyage - 10https://bugzilla.wikimedia.org/43328 +comment (10Nemo) [09:26:19] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10Bawolff (Brian Wolff)) [09:33:09] 03(mod) Investigate how to fake HTTP headers - 10https://bugzilla.wikimedia.org/48218 +comment (10gerritadmin) [09:35:48] 03(mod) action=raw&templates=expand does not expand extension tag parameters - 10https://bugzilla.wikimedia.org/61341 +comment (10fuujuhi-ml1) [09:37:15] 03(mod) delete instance integration-meetbot once archives have been migrated - 10https://bugzilla.wikimedia.org/61130 +comment (10Antoine "hashar" Musso) [09:42:33] 03(mod) Install ArticleFeedbackv5 on pt.wikibooks.org - 10https://bugzilla.wikimedia.org/48777 +comment (10Nemo) [09:44:13] DrSlony: no, extension:nuke, it should be bundled in the main core download isn't it [09:44:37] ah, for user deletion you mean? [09:45:59] For that it should be enough to purge the archive table and then run https://www.mediawiki.org/wiki/Manual:RemoveUnusedAccounts.php [09:47:32] What?! The links to code go to GitHub now? O_o [09:57:28] DrSlony: thanks for pointing out this deficiency in docs, I've updated https://www.mediawiki.org/wiki/Manual:Combating_vandalism#Standard_cleanup_tools [10:06:41] Nemo_bis regarding docs, the BlockAndNuke page needs a tiny but significant change [10:07:36] A note DO NOT USE? [10:09:35] 03(mod) Add warning after null edit so that user knows nothing has been saved - 10https://bugzilla.wikimedia.org/11463 +comment (10markehurd) [10:09:37] Nemo_bis https://www.mediawiki.org/wiki/Extension:BlockandNuke th require_once key should have "And" capitalized [10:12:54] 03(mod) wikibase-item-summary-wblinktitles-connect message doesn't have third parameter ($3) - 10https://bugzilla.wikimedia.org/47213 +comment (10gerritadmin) [10:13:54] DrSlony: I cana't say I'm interested in docs of random extensions; please edit directly or sugggest on talk [10:14:33] And if an extension proves valuable for you please help contributing to https://www.mediawiki.org/wiki/Manual:Combating_vandalism and Manual:Combating_spam [10:15:23] 03(mod) [RDFIO] Can't find SMW_SQLStore2 - 10https://bugzilla.wikimedia.org/61027 +comment (10Samuel Lampa) [10:20:08] I wouldn't have supposed there could be that many M. Hurd https://bugzilla.wikimedia.org/show_bug.cgi?id=11463 [10:21:33] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10gtisza) [10:24:16] 03(mod) Jenkins triggering false failures on /mediawiki/services/parsoid/deploy - 10https://bugzilla.wikimedia.org/61351 +comment (10Antoine "hashar" Musso) [10:29:15] hi [10:29:23] Krenair: allive? [10:35:24] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10federicoleva) [10:37:00] 03(mod) VisualEditor: Better, automatic reference adding within VE (including parsing destination URL, access timestamps, and intelligent defaults) - 10https://bugzilla.wikimedia.org/60768 +comment (10juandevojnikov) [10:45:31] ah i can edit without making an accunt good [10:49:11] 03(mod) VisualEditor: Copying text sometimes makes the page jump in Firefox - 10https://bugzilla.wikimedia.org/55433 +comment (10juandevojnikov) [10:51:58] 03(mod) Enable on redirects - 10https://bugzilla.wikimedia.org/60425 +comment (10juandevojnikov) [10:54:30] 03(mod) No sampled-1000 tsv file for 2014-02-06 on stat1002 - 10https://bugzilla.wikimedia.org/60955 (10christian) [11:11:56] 03(mod) Discarding live preview of content font broken - 10https://bugzilla.wikimedia.org/56081 +comment (10Sucheta Ghoshal) [11:13:22] 03(mod) wikibase-item-summary-wblinktitles-connect message doesn't have third parameter ($3) - 10https://bugzilla.wikimedia.org/47213 +comment (10Marius Hoch) [11:18:58] 03(mod) Lua: add getClaims(property) helper function - 10https://bugzilla.wikimedia.org/46160 +comment (10hoo) [11:20:23] 03(mod) GitBlit main page sets Cache-Control: no-cache - 10https://bugzilla.wikimedia.org/49371 (10Nemo) [11:21:42] 03(mod) Bugzilla Weekly Report to wikitech-l@ fails due to move: "DB connection failure FAILED" - 10https://bugzilla.wikimedia.org/61453 normal->major; summary; +comment (10Andre Klapper) [11:22:18] 03(NEW) Disable Bugzilla audit email on kaulen - 10https://bugzilla.wikimedia.org/61457 normal; Wikimedia: Bugzilla; () [11:44:45] 03(mod) Lua: add getClaims(property) helper function - 10https://bugzilla.wikimedia.org/46160 +comment (10Daniel Kinzler) [11:46:25] 03(mod) Enable on redirects - 10https://bugzilla.wikimedia.org/60425 +comment (10aklapper) [11:47:38] 03(mod) Remove C namespace alias from Hindi Wikipedia - 10https://bugzilla.wikimedia.org/61431 +comment (10This, that and the other) [12:10:13] 03(mod) Investigate how to fake HTTP headers - 10https://bugzilla.wikimedia.org/48218 +comment (10zfilipin) [12:11:08] Hi, I exported all pages to xml, but how do I export all uploaded files? [12:11:20] with their descriptions intact [12:14:20] 03(NEW) Add support for @custom-browser Cucumber tag to mediawiki_selenium Ruby gem - 10https://bugzilla.wikimedia.org/61458 normal; Wikimedia: Quality Assurance; () [12:14:23] 03(mod) Add support for @custom-browser Cucumber tag to mediawiki_selenium Ruby gem - 10https://bugzilla.wikimedia.org/61458 (10Željko Filipin) [12:15:53] 03(mod) Implement Ruby/Selenium/Cucumber/page-object coding conventions - 10https://bugzilla.wikimedia.org/60335 (10Željko Filipin) [12:15:53] 03(mod) Add support for @custom-browser Cucumber tag to mediawiki_selenium Ruby gem - 10https://bugzilla.wikimedia.org/61458 (10Željko Filipin) [12:17:18] dumpUploads.php lists all files like so "mwstore://local-backend/local-public/9/9f/HistBlue.png" but thats useless without shell access [12:20:47] a quick sed and wget -i and im sorted [12:21:34] 03(mod) Add support for @custom-browser Cucumber tag to mediawiki_selenium Ruby gem - 10https://bugzilla.wikimedia.org/61458 +comment (10gerritadmin) [12:21:37] 03(mod) Add support for @custom-browser Cucumber tag to mediawiki_selenium Ruby gem - 10https://bugzilla.wikimedia.org/61458 (10Gerrit Notification Bot) [12:30:03] 03(mod) Redirect uk.wikimedia.org to wikimedia.org.uk - 10https://bugzilla.wikimedia.org/56938 +comment (10aklapper) [12:44:54] 03(NEW) Undefined variable: IP - 10https://bugzilla.wikimedia.org/61459 normal; MediaWiki extensions: Translate; () [12:46:51] 03(mod) Undefined variable: IP - 10https://bugzilla.wikimedia.org/61459 +comment (10jamie) [12:49:58] 03(mod) sax exception in vc-element in "Netfront 3.5" browser - 10https://bugzilla.wikimedia.org/61451 summary (10Andre Klapper) [12:57:06] 03(mod) Looking up a username that's not registered in Special:Contributions should give warning - 10https://bugzilla.wikimedia.org/60524 +comment (10Anjana S) [13:04:36] 03(mod) Have a summary description for Special:ProtectedPages and Special:ProtectedTitles - 10https://bugzilla.wikimedia.org/61454 normal->15enhancement (10Andre Klapper) [13:05:39] 03(mod) Popups: Light grey text is too light - 10https://bugzilla.wikimedia.org/61411 +comment (10Durga) [13:07:43] 03(mod) throttle exception for session at Small Museum Assoc. conf (2014-02-17) - 10https://bugzilla.wikimedia.org/61449 +comment (10Andre Klapper) [13:13:29] 03(mod) Cursor jumps to the end of the summary field after pasting more text than is allowed - 10https://bugzilla.wikimedia.org/61450 normal->minor (10Andre Klapper) [13:18:32] Curious queries: https://gerrit.wikimedia.org/r/#/q/project:%255Emediawiki/.%252B+is:merged+message:meeting,n,z [13:23:09] 03(NEW) Increasing the width of the summary box - 10https://bugzilla.wikimedia.org/61460 enhancement; MediaWiki: General/Unknown; () [13:32:12] 03(mod) Increasing the width of the summary box - 10https://bugzilla.wikimedia.org/61460 +comment (10Andre Klapper) [13:33:32] 03(mod) page footer should show MW version info - 10https://bugzilla.wikimedia.org/61406 summary (10Andre Klapper) [13:33:43] 03(mod) Lua: Allow using labels in mw.wikibase - 10https://bugzilla.wikimedia.org/46160 summary; +comment (10Marius Hoch) [13:35:58] 03(mod) Lua: Allow using labels in mw.wikibase.entity.formatPropertyValues - 10https://bugzilla.wikimedia.org/46160 summary (10Marius Hoch) [13:36:38] 03(mod) Display custom page title in category pages - 10https://bugzilla.wikimedia.org/61414 (10Andre Klapper) [13:38:16] 03(mod) Failed to parse (unknown error) with math due to SELinux - 10https://bugzilla.wikimedia.org/5625 summary (10Andre Klapper) [13:39:13] 03(mod) [Android] Keyboard is not dismissed post successful edit - 10https://bugzilla.wikimedia.org/61326 +comment (10gerritadmin) [13:39:16] 03(mod) [Android] Keyboard is not dismissed post successful edit - 10https://bugzilla.wikimedia.org/61326 (10Gerrit Notification Bot) [13:39:32] 03(mod) Implement locale-specific sorting for Tibetan language (bo) - 10https://bugzilla.wikimedia.org/61421 (10Andre Klapper) [13:40:01] 03(mod) Dev version: Edit save takes me to a blank page - 10https://bugzilla.wikimedia.org/60696 +comment (10yuvipanda) [13:44:24] 03(mod) Use new MessageCache::get hook in WikimediaMessages extension - 10https://bugzilla.wikimedia.org/61448 (10Andre Klapper) [13:45:05] 03(NEW) Changing the color of text in the block this user button - 10https://bugzilla.wikimedia.org/61461 enhancement; MediaWiki: User blocking; () [13:47:24] 03(mod) Arrow images are backwards in source header - 10https://bugzilla.wikimedia.org/61308 +comment (10Thiemo Mättig) [13:47:48] 03(mod) Minor references problem on Pierre Duhem - 10https://bugzilla.wikimedia.org/61435 +comment (10Andre Klapper) [13:57:03] 03(mod) Include math extension again in default MediaWiki tarball - 10https://bugzilla.wikimedia.org/61415 summary; +comment (10Andre Klapper) [13:58:32] 03(mod) search should not be a case sensitive - 10https://bugzilla.wikimedia.org/61142 +comment (10Lydia Pintscher) [13:58:57] 03(mod) Give warning on account creation when user name is adjusted silently - 10https://bugzilla.wikimedia.org/61416 normal->minor; +design (10Andre Klapper) [14:02:23] 03(mod) Add support for @custom-browser Cucumber tag to mediawiki_selenium Ruby gem - 10https://bugzilla.wikimedia.org/61458 +comment (10gerritadmin) [14:02:39] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10sri@ultimizedsolutionz.com) [14:02:54] 03(NEW) SkinAfterBottomScripts doesn't run on mobile (Conflict with Google Analytics Integration extension) - 10https://bugzilla.wikimedia.org/61462 normal; MobileFrontend: beta; () [14:05:18] https://www.mediawiki.org/wiki/Thread:Talk:Design/Design_process_and_documentation [14:09:44] 03(mod) Increasing the width of the summary box - 10https://bugzilla.wikimedia.org/61460 +comment (10anjanasasindran123) [14:13:00] 03(mod) Impossible to search a commit from Gerrit - 10https://bugzilla.wikimedia.org/36467 +comment (10federicoleva) [14:13:20] 03(mod) Increasing the width of the summary box - 10https://bugzilla.wikimedia.org/61460 +comment (10aklapper) [14:17:14] good morning [14:20:18] 03(mod) RC feeds to set up after wikitech's RC feed works - 10https://bugzilla.wikimedia.org/61444 normal->trivial; +comment (10Peter Bena) [14:20:20] is there a way to change the maximum upload size i can upload? [14:20:40] 03(mod) Section headings should have some clickable anchor for passing links - 10https://bugzilla.wikimedia.org/16691 +comment (10Shikha Shree) [14:22:09] 03(NEW) Gerrit search: enable secondary index to allow latest operators - 10https://bugzilla.wikimedia.org/61463 normal; Wikimedia: Git/Gerrit; () [14:22:10] 03(mod) Impossible to search a commit from Gerrit - 10https://bugzilla.wikimedia.org/36467 (10Nemo) [14:22:10] 03(mod) Restore full text search/grepping on the whole repository - 10https://bugzilla.wikimedia.org/49674 (10Nemo) [14:22:27] 03(mod) Show category links above the edit box - 10https://bugzilla.wikimedia.org/2679 +comment (10Shikha Shree) [14:22:49] 03(mod) Cursor jumps to the end of the summary field after pasting more text than is allowed - 10https://bugzilla.wikimedia.org/61450 +comment (10brion) [14:24:20] 03(mod) API's list=recentchanges should have rcrelated parameter (provide Special:RelatedChanges/Special:RecentChangesLinked functionality via API) - 10https://bugzilla.wikimedia.org/15552 +comment (10Shikha Shree) [14:24:54] 03(mod) Make table of contents for category pages: Subcategories, Pages, Media - 10https://bugzilla.wikimedia.org/8178 +comment (10Shikha Shree) [14:40:48] 03(mod) Jenkins triggering false failures on /mediawiki/services/parsoid/deploy - 10https://bugzilla.wikimedia.org/61351 +comment (10gerritadmin) [14:40:50] 03(mod) Jenkins triggering false failures on /mediawiki/services/parsoid/deploy - 10https://bugzilla.wikimedia.org/61351 (10Gerrit Notification Bot) [14:41:38] 03(mod) Add support for @custom-browser Cucumber tag to mediawiki_selenium Ruby gem - 10https://bugzilla.wikimedia.org/61458 +comment (10gerritadmin) [14:42:07] 03(mod) Jenkins triggering false failures on /mediawiki/services/parsoid/deploy - 10https://bugzilla.wikimedia.org/61351 +comment (10gerritadmin) [14:44:06] 03(mod) Jenkins triggering false failures on /mediawiki/services/parsoid/deploy - 10https://bugzilla.wikimedia.org/61351 +comment (10gerritadmin) [14:45:08] 03(mod) Jenkins triggering false failures on /mediawiki/services/parsoid/deploy - 10https://bugzilla.wikimedia.org/61351 +comment (10gerritadmin) [14:45:26] 03(mod) Jenkins triggering false failures on /mediawiki/services/parsoid/deploy - 10https://bugzilla.wikimedia.org/61351 +comment (10gerritadmin) [14:46:55] 03(NEW) deleted page shows up in search results on Wikidata - 10https://bugzilla.wikimedia.org/61464 normal; MediaWiki: Search; () [14:51:11] 03(mod) Database lock time out when renaming an account with 180,000+ edits - 10https://bugzilla.wikimedia.org/60798 +comment (10trijnstel) [15:02:28] 03(mod) Add support for @custom-browser Cucumber tag to mediawiki_selenium Ruby gem - 10https://bugzilla.wikimedia.org/61458 +comment (10gerritadmin) [15:03:53] 03(mod) Add support for @custom-browser Cucumber tag to mediawiki_selenium Ruby gem - 10https://bugzilla.wikimedia.org/61458 (10Željko Filipin) [15:09:07] 03(mod) Include math extension again in default MediaWiki tarball - 10https://bugzilla.wikimedia.org/61415 +comment (10arnaud.cheritat) [15:22:39] 03(mod) Jenkins triggering false failures on /mediawiki/services/parsoid/deploy - 10https://bugzilla.wikimedia.org/61351 +comment (10gerritadmin) [15:28:24] Is there any way I can force MediaWiki to generate thumbnails for a page without actually opening it in the browser? [15:30:36] Lcawte: .... wget? [15:30:46] XMLHTTPRequest? [15:31:03] API parse? [15:44:10] brion: wget what? The server throws a HTTP 500 when trying to load a list of big pages, and I'm thinking it's due to the number of thumbnails it has to generate, loading it through the API also throws OOM errors (-> HTTP 500) [15:44:36] Lcawte: your server or wikimedia server? [15:44:56] and what sort of list fails? [15:46:21] A server I have access to... the pages are all 15000+ bytes long, and have lists that come through SMW (not the problem as far as I can tell, tried it on a seperate server running hte same config on almost identical specs just without hte images) [15:47:06] so the list includes images? [15:47:10] tried the same query without images? [15:47:12] or in smaller chunks? [15:47:41] if you know exactly what size and which images they will be you could pre-render them individually via API, but .... smaller chunks sounds easier [15:50:13] This is one example (this is a clone of the page minus the images, hence why it says "No image", on the production server it throws a thumbnail, well, it would, if it loaded)... I can find the images that should be there, and I think the thumbnails are a common size. How would I generate them via the API? [15:50:16] http://lcawtebmtest.shoutwiki.com/wiki/Basic [15:51:08] prop=imageinfo, pass appropriate parameters [15:51:30] but if they're small images i don't know if that'll be the same issue [15:51:39] can you debug on the production server, see the actual error messages? [15:52:09] The OOM errors on the server? Sure, I can grab those [15:52:39] 03(mod) Add an "all" option for recent changes to monitor the same pagename globally. - 10https://bugzilla.wikimedia.org/49874 (10Peter Bena) [15:54:21] wow that's a big unrolled loop construct in {{ThemeTable}} [15:55:06] Fyi, I didn't write any of these templates, I'm just the unlucky person that got stuck with fixing this :) [15:55:13] heheh [15:56:02] Lcawte: to confirm -- can you render the same template in production with the images commented out? [15:56:53] Can someone help me set up git-review, please? When I run "git-review -s" I get "Could not connect to gerrit" message. [15:57:25] 03(mod) Database lock time out when renaming an account with 180,000+ edits - 10https://bugzilla.wikimedia.org/60798 +comment (10Andre Klapper) [15:58:06] Having a look now, hang on. [16:05:57] Hmm, so it still appears not to load. [16:06:38] :( [16:07:24] * Lcawte thinks SMW should be burnt at the stake [16:18:52] 03(mod) Changing the color of text in the block this user button - 10https://bugzilla.wikimedia.org/61461 +comment (10Andre Klapper) [16:19:03] 03(mod) claims in diffs should link to their target - 10https://bugzilla.wikimedia.org/58010 (10Lydia Pintscher) [16:21:31] 03(mod) Include math extension again in default extensions of MediaWiki tarball - 10https://bugzilla.wikimedia.org/61415 summary (10Andre Klapper) [16:22:54] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10aklapper) [16:28:58] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10sri) [16:33:00] 03(mod) Have a summary description for Special:ProtectedPages and Special:ProtectedTitles - 10https://bugzilla.wikimedia.org/61454 +comment (10gerritadmin) [16:33:03] 03(mod) Have a summary description for Special:ProtectedPages and Special:ProtectedTitles - 10https://bugzilla.wikimedia.org/61454 (10Gerrit Notification Bot) [16:34:30] Fixed it, nvm. [16:46:53] 03(mod) migrate all .pep8 files content to setup.cfg - 10https://bugzilla.wikimedia.org/53353 summary; +comment (10Antoine "hashar" Musso) [17:02:05] 03(mod) Access to Wikimedia sites very slow from India - 10https://bugzilla.wikimedia.org/61437 normal->major; +comment (10Yann Forget) [17:04:06] 03(mod) Access to Wikimedia sites very slow from India - 10https://bugzilla.wikimedia.org/61437 +comment (10yannfo) [17:04:41] 03(mod) New instances are stuck in "The certificate retrieved from the master does not match the agent's private key." - 10https://bugzilla.wikimedia.org/61413 +comment (10abogott) [17:08:29] 03(mod) Access to Wikimedia sites very slow from India - 10https://bugzilla.wikimedia.org/61437 major->minor; +comment (10Faidon Liambotis) [17:09:14] 03(mod) Jenkins triggering false failures on /mediawiki/services/parsoid/deploy - 10https://bugzilla.wikimedia.org/61351 +comment (10hashar) [17:23:15] 03(mod) Wikidata: inappropriate language prompts - 10https://bugzilla.wikimedia.org/61446 +comment (10Thiemo Mättig) [17:23:54] 03(mod) Show category links above the edit box - 10https://bugzilla.wikimedia.org/2679 +comment (10matma.rex) [17:29:59] HI, is someone listen who can answer a general security question, about SESSION-IDs and SSL ? [17:31:56] don't ask if you can ask, just ask [17:33:24] MaxSem: ah, as usual (but sometimes, there is noone listening)... here's my question: [17:34:04] I just saw a system (non-MediaWIki) where https://www.example.com/portal/.....SESSSIONID=jksadfhaskjfhjsdfhjks [17:34:23] I think, this is fully opening attacks [17:34:31] and session hijacking [17:34:37] correct? [17:34:52] because the Url is NOT encrypted via SSL [17:35:11] and worse, the server does not use IP pinning [17:35:17] just checked this [17:35:54] the URL is encrypted in SSL, however there is a billion other ways how this can be insecure (or plainly stupid) [17:36:29] the url is encrypted, but in the logfiles ? no [17:36:34] for example, these URLs can be saved in your browsing history [17:37:00] I think, the url parameters are GET parameters [17:37:16] and are not part of the encrypted body (POST) [17:37:33] oh well, if someone hacks your server, they have a lot of other wondrous possibilities [17:37:46] luckily, not my server.... [17:38:35] i think, the SESSIONID as parameter is not encrypted [17:38:52] when being part of a GET [17:39:15] (perhaps I am wrong) [17:39:25] that is , why I am asking [17:42:36] 03(mod) Add proper email bounce handling to MediaWiki (with VERP) - 10https://bugzilla.wikimedia.org/46640 +comment (10Faidon Liambotis) [17:49:00] 03(mod) Wikidata: inappropriate language prompts - 10https://bugzilla.wikimedia.org/61446 +comment (10andy) [17:50:08] hey [17:52:30] is it a way to get localized namespace names? [17:52:39] i mean, in the code [17:56:20] 03(mod) Wikidata: inappropriate language prompts - 10https://bugzilla.wikimedia.org/61446 +comment (10Lydia Pintscher) [17:59:58] 03(mod) Access to Wikimedia sites very slow from India - 10https://bugzilla.wikimedia.org/61437 +comment (10federicoleva) [18:00:26] 03(mod) Wikidata: inappropriate language prompts - 10https://bugzilla.wikimedia.org/61446 +comment (10thiemo.maettig) [18:02:48] 03(mod) Review and Deploy Wikicaptcha - 10https://bugzilla.wikimedia.org/32695 +comment (10Aalekh Nigam) [18:03:59] 03(mod) Review and Deploy Wikicaptcha - 10https://bugzilla.wikimedia.org/32695 +comment (10aalekh1993) [18:05:28] hi! [18:08:07] 03(mod) Add proper email bounce handling to MediaWiki (with VERP) - 10https://bugzilla.wikimedia.org/46640 +comment (10Nemo) [18:16:17] 03(mod) LiquidThreads at wikitech.wikimedia.org - 10https://bugzilla.wikimedia.org/46479 +comment (10Quim Gil) [18:18:17] MaxSem: in the meantime I found enough sources for statements like "Q:SSL encodes POST data but a GET url is unencoded correct? A: If you GET a URL over SSL, a third party will not be able to see the URL, so the security is the same" [18:23:51] 03(mod) Access to Wikimedia sites very slow from India - 10https://bugzilla.wikimedia.org/61437 +comment (10faidon) [18:27:39] Wikinaut: but domain name leaks through DNS requests anyway, in both cases, I think. [18:29:54] Wikinaut, I already told you that URLs are encrypted [18:31:32] 03(NEW) Wrong encoding for message "Translate-checks-parameters-unknown" - 10https://bugzilla.wikimedia.org/61465 normal; MediaWiki extensions: Translate; () [18:35:42] 03(mod) Wrong encoding for message "Translate-checks-parameters-unknown" - 10https://bugzilla.wikimedia.org/61465 +comment (10niklas.laxstrom) [18:38:14] 03(mod) Install hanp extension parser function on Korean Wikipedia - 10https://bugzilla.wikimedia.org/13712 -patch -patch-need-review +i18n; +comment (10Nemo) [18:38:30] BartlomiejB: Yes, servername plus port number are not encrypted, this was wrongly reported (cited) in the quote from stackoverflow [18:38:41] MaxSem: Yes, I trust you, but I needed sources! [18:38:48] now I have found a few [18:39:06] [[HTTPS]]:P [18:39:08] https://stackoverflow.com/questions/198462/is-either-get-or-post-more-secure-than-the-other [18:39:20] https://stackoverflow.com/questions/643355/https-url-with-token-parameter-how-secure-is-it [18:39:35] http://answers.google.com/answers/threadview/id/758002.html [18:40:00] I needed sources, becuase I have to write a sec-report [18:40:34] if you have better source, pls. let me know [18:40:39] I am still interested [18:41:30] 03(mod) Item values are not linked when Javascript is disabled - 10https://bugzilla.wikimedia.org/61254 +comment (10thiemo.maettig) [18:53:11] 03(mod) Add inline editor to Special:Translations - 10https://bugzilla.wikimedia.org/37019 (10Nemo) [18:53:12] 03(mod) Wrong encoding for message "Translate-checks-parameters-unknown" - 10https://bugzilla.wikimedia.org/61465 +comment (10Nemo) [18:53:59] 03(mod) throttle exception for session at Small Museum Assoc. conf (2014-02-17) - 10https://bugzilla.wikimedia.org/61449 +comment (10gerritadmin) [18:54:34] 03(mod) throttle exception for session at Small Museum Assoc. conf (2014-02-17) - 10https://bugzilla.wikimedia.org/61449 +comment (10Tomasz W. Kozlowski) [18:57:35] 03(mod) Review and Deploy Wikicaptcha - 10https://bugzilla.wikimedia.org/32695 +comment (10aklapper) [19:06:44] 03(mod) throttle exception for session at Small Museum Assoc. conf (2014-02-17) - 10https://bugzilla.wikimedia.org/61449 (10jeremyb) [19:09:17] BartlomiejB: not just DNS, also SNI [19:09:55] (leak over HTTPS) [19:10:24] 03(mod) [TUX] Cannot confirm outdated translation on "page" view - 10https://bugzilla.wikimedia.org/47397 (10Pau Giner) [19:11:16] 03(mod) create wikimediaUA-announce mailing list - 10https://bugzilla.wikimedia.org/52947 (10Bohdan) [19:11:42] jeremyb: indeed. good to know this, thanks. [19:12:24] 03(mod) Add warning after null edit so that user knows nothing has been saved - 10https://bugzilla.wikimedia.org/11463 +comment (10Umherirrender) [19:12:39] BartlomiejB: also, PFS may be considered. (if the whole conversation is recorded and later server's key is compromised) [19:12:52] BartlomiejB: first thing is to figure out what the threat model is [19:16:49] 03(mod) Eliminate or reduce delay between selection of property and displaying of input fields when adding statements - 10https://bugzilla.wikimedia.org/61131 +comment (10thiemo.maettig) [19:19:24] in other news, I have been censored on Polish Wikipedia page on FB. :-/ they removed, among other things, my comment that linked to an article in [[Przegląd]] about pro-right-wing censorship in pl.wiki. the irony of this situation is priceless... [19:20:37] BartlomiejB: I've asked you not to mention stuff like that in this channel before. It's off-topic in this channel. [19:22:00] Deskana: details of HTTPS/TLS are off-topic too, but somehow you didn't mention it before. [19:22:17] BartlomiejB: I only read your last message. [19:23:19] Deskana: I don't talk about my messages. [19:23:34] Also, there's a massive difference between talking about technical things in an (unrelated) technical channel, and talking about being "censored" on a Facebook page. [19:23:52] 03(mod) UploadWizard fails badly with jshint - 10https://bugzilla.wikimedia.org/47161 +comment (10aklapper) [19:23:59] fair enough. I'll shut up now, then. [19:24:49] 03(mod) Write and run maintenance script for AbuseFilter to purge old IP data from logs - 10https://bugzilla.wikimedia.org/51573 +comment (10aklapper) [19:26:17] 03(mod) Simple web frontend for multiversion - 10https://bugzilla.wikimedia.org/56128 +comment (10Andre Klapper) [19:26:47] 03(mod) Review and Deploy Wikicaptcha - 10https://bugzilla.wikimedia.org/32695 +comment (10federicoleva) [19:26:53] 03(mod) Database connection errors display IP address - 10https://bugzilla.wikimedia.org/26811 +comment (10aklapper) [19:28:38] 03(mod) Update enable ArticleFeedbackv5 on Hungarian Wikipedia - 10https://bugzilla.wikimedia.org/44601 summary; +comment (10Tisza Gergő) [19:28:42] 03(mod) Rename namespace module to Malayalam in Malayalam language wikis - 10https://bugzilla.wikimedia.org/54951 +comment (10aklapper) [19:29:36] 03(mod) Flow edit_existing feature can have edit conflict - 10https://bugzilla.wikimedia.org/59011 +comment (10Andre Klapper) [19:30:17] 03(mod) GWToolset Jobs are not properly picked-up by runJobsLoopService - 10https://bugzilla.wikimedia.org/58692 +comment (10aklapper) [19:30:25] ori: can EventLogging log browser version and operating system? [19:30:44] and if it does, is it automatic, or do I have to log it manually with every event? [19:30:52] 03(mod) Move 'X' Icon to upper right corner in Media Viewer - 10https://bugzilla.wikimedia.org/58653 +comment (10Andre Klapper) [19:31:56] 03(mod) Create additional browser test for Preferences "Editing" tab - 10https://bugzilla.wikimedia.org/58901 +comment (10Andre Klapper) [19:31:56] 03(mod) Update enable ArticleFeedbackv5 on Hungarian Wikipedia - 10https://bugzilla.wikimedia.org/44601 +community-consensus-needed; +comment (10Nemo) [19:32:36] 03(mod) add ParserOutput::addJsConfigVars - 10https://bugzilla.wikimedia.org/37501 +comment (10Umherirrender) [19:33:06] aharoni: the user-agent is logged by default, and you can run that through a user-agent parser to derive the browser and OS. but you can also complement that with the value of 'navigator.platform' (if present) in JS. [19:33:13] 03(mod) Create API Upload Wizard Smoke Tests - 10https://bugzilla.wikimedia.org/58555 +comment (10Andre Klapper) [19:33:35] ori: ok, good. do I have any special reason to complement it? [19:33:58] 03(mod) Add "test image" category to "extensions/UploadWizard/test/api/upload-wizard_tests.py' script - 10https://bugzilla.wikimedia.org/58914 +comment (10Andre Klapper) [19:33:58] I'm asking for ULS. I want to try to log tofu detection and see on which browsers and OSs it happens. [19:34:32] 03(mod) some ManageTranslatorSandbox tests fail with "Element is no longer attached to DOM" - 10https://bugzilla.wikimedia.org/58742 +comment (10Andre Klapper) [19:34:41] aharoni: probably not; the UA should be adequate. though keep in mind that if you go look for the UA in historic ULS data, you won't find it, since it was only added recently. [19:35:12] ori np, it's for stuff that hasn't even been deployed yet :) [19:35:37] 03(mod) Python 3 compatibility - 10https://bugzilla.wikimedia.org/58053 +comment (10aklapper) [19:36:03] aharoni: you should be set then. feel free to ping me or nuria (from analytics) once you have some data if you'd like some help with extracting browser / platform from it [19:37:32] 03(mod) Update enable ArticleFeedbackv5 on Hungarian Wikipedia - 10https://bugzilla.wikimedia.org/44601 +comment (10Oliver Keyes) [19:40:55] 03(mod) GWToolset Jobs are not properly picked-up by runJobsLoopService - 10https://bugzilla.wikimedia.org/58692 +comment (10dan) [19:41:04] 03(mod) Review and Deploy Wikicaptcha - 10https://bugzilla.wikimedia.org/32695 +comment (10aalekh1993) [19:42:59] 03(mod) Wikidata: inappropriate language prompts - 10https://bugzilla.wikimedia.org/61446 +comment (10andy) [19:43:16] 03(mod) Cache JS config vars in parser output - 10https://bugzilla.wikimedia.org/58340 +comment (10Umherirrender) [19:57:32] 03(NEW) VisualEditor: TypeError: Object # has no method 'version' TypeError {} appearing while switching to Edit Source mode in Betalabs - 10https://bugzilla.wikimedia.org/61466 normal; VisualEditor: Editing Tools; () [20:06:55] 03(mod) Messages are not delivered on Portuguese Wikibooks (namespace incompatibility) - 10https://bugzilla.wikimedia.org/60132 +comment (10gerritadmin) [20:08:29] 03(mod) [tracking] OSM on Labs - 10https://bugzilla.wikimedia.org/58797 (10Nemo) [20:08:31] 03(mod) Wikimedia-hosted OpenStreetMap (OSM) / mapnik tileservers wanted for mobile usage - 10https://bugzilla.wikimedia.org/33980 (10Nemo) [20:08:53] 03(mod) Prepare dedicated hardware for tileserver - 10https://bugzilla.wikimedia.org/60831 (10Nemo) [20:09:00] 03(mod) Wikimedia-hosted OpenStreetMap (OSM) / mapnik tileservers wanted for mobile usage - 10https://bugzilla.wikimedia.org/33980 (10Nemo) [20:09:34] 03(mod) Prepare dedicated hardware for tileserver - 10https://bugzilla.wikimedia.org/60831 +comment (10Nemo) [20:09:35] 03(mod) [tracking] OSM on Labs - 10https://bugzilla.wikimedia.org/58797 (10Nemo) [20:10:28] !bug wgSecureLogin [20:10:29] https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=wgSecureLogin [20:14:11] 03(mod) Looking up a username that's not registered in Special:Contributions should give warning - 10https://bugzilla.wikimedia.org/60524 +comment (10Bawolff (Brian Wolff)) [20:21:50] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10bawolff+wn) [20:24:26] 03(mod) create wikimediaUA-announce mailing list - 10https://bugzilla.wikimedia.org/52947 +comment (10Andre Klapper) [20:30:39] 03(mod) Remove ArticleFeedbackv5 from Wikimedia wikis - 10https://bugzilla.wikimedia.org/61163 +comment (10sri) [20:32:18] 03(mod) Android app gives a blank screen if zero saved articles - 10https://bugzilla.wikimedia.org/60708 +comment (10gerritadmin) [20:32:22] 03(mod) Android app gives a blank screen if zero saved articles - 10https://bugzilla.wikimedia.org/60708 (10Gerrit Notification Bot) [20:42:56] is it possible to get a special page to send some sort of headers? (specifically, redirect) [20:43:46] oh wait nm, appears to be in the docs [20:59:54] 03(mod) Change printable link to javascript print() - 10https://bugzilla.wikimedia.org/22256 +comment (10Jarry1250) [21:16:12] 03(mod) Make domas' pageviews data available in semi-publicly queryable database format - 10https://bugzilla.wikimedia.org/42259 (10Nemo) [21:18:13] 03(mod) Remove includes/templates/Userlogin.php, use HTMLForm class or Xml methods in includes/SpecialUserlogin.php instead - 10https://bugzilla.wikimedia.org/10317 +comment (10Kunal Mehta (Legoktm)) [21:21:54] * SamB wishes he could claim edits he accidentally made while logged out ... [21:27:30] identify [21:29:00] Newbie here. With GoDaddy, I installed WikiMedia, but I can't find instructions on how to get the e-mail function to work. Are there instructions somewhere? [21:29:18] Guest40138, I hope you installed MediaWiki instead :) [21:29:30] lol. Probably so. [21:29:32] 03(mod) Review and deploy ThrottleOverride extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/25000 +comment (10gerritadmin) [21:30:15] i made a comment to a patch and it shows up as "draft" (in-line comments in the source file diff) -- what do i have to do to make those visible to others? [21:31:57] Guest40138, https://www.mediawiki.org/wiki/Manual:Configuration_settings#Email_notification_.28Enotif.29_settings ? [21:32:32] Niya: click on the "review" button [21:32:34] Thank you, andre_. But how do I get e-mail set up in the first place? I think PEAR is required. [21:33:12] 03(mod) should include link URLs in search? - 10https://bugzilla.wikimedia.org/52905 +comment (10pandiculation) [21:34:36] Vulpix: thank you [21:44:01] 03(mod) Redirect uk.wikimedia.org to wikimedia.org.uk - 10https://bugzilla.wikimedia.org/56938 +comment (10jeremyb) [21:46:10] 03(mod) User group for Serbo-Croatian Wiktionary and enable recent changes patrol - 10https://bugzilla.wikimedia.org/61380 +comment (10kolega2357) [21:53:47] 03(NEW) Login Error - 10https://bugzilla.wikimedia.org/61467 major; Pywikibot: login.py; () [21:53:48] 03(mod) User group for Serbo-Croatian Wiktionary and enable recent changes patrol - 10https://bugzilla.wikimedia.org/61380 +comment (10bugzilla+org.wikimedia) [21:55:09] 03(mod) Login Error - 10https://bugzilla.wikimedia.org/61467 +comment (10Merlijn van Deen) [21:55:49] I've made process. Now when I try to confirm an e-mail with an account, I get an error: [f97d2a5a] 2014-02-17 21:54:37: Fatal exception of type MWException. [21:56:05] I tried installing the PEAR mail module, but I still get the error. [21:56:16] !debug [21:56:16] For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [21:58:02] 03(mod) Review and deploy ThrottleOverride extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/25000 (10jeremyb) [22:00:47] also, godaddy sucks [22:05:37] Thank you, Reedy. Here are the errors: [22:05:38] 03(mod) VisualEditor: TypeError: Object # has no method 'version' TypeError {} appearing while switching to Edit Source mode in Betalabs - 10https://bugzilla.wikimedia.org/61466 (10ryasmeen) [22:05:39] Notice: Uncommitted DB writes (transaction from DatabaseBase::query (User::loadFromDatabase)). in /home/jv37vf6/public_html/wakashan/wiki/includes/db/Database.php on line 3944 Notice: DB transaction callbacks still pending (from Title::invalidateCache). in /home/jv37vf6/public_html/wakashan/wiki/includes/db/Database.php on line 3953 [22:06:21] Unfortunately, Vulpix, I can't back out now, but I think this is probably a common enough error. [22:07:45] why not back out of godaddy? [22:07:58] Because I purchased five years of services :) [22:09:04] wtf [22:09:13] sunk cost fallacy? [22:09:31] next time look for reviews before purchasing [22:09:43] next time don't buy 5 years [22:10:13] http://seclists.org/nmap-announce/2007/0 [22:10:22] Guest40138: these are notices, not errors; they shouldn't happen, and are usually triggered when something erlse whent wrong and normal operation was aborted. [22:10:30] also, MediaWiki 1.22 is buggy. If it's your first install, I'd recommend 1.21 instead [22:10:30] do you get any other errors before that? [22:10:41] (on the same page, i mean) [22:10:56] be sure you're aware of https://www.mediawiki.org/wiki/MediaWiki_1.22/Known_issues [22:11:24] ah, the MWException. No further info about it? [22:23:52] Not the sunk cost fallacy, but I'm not a programmer, I don't know how to configure things, and I've successfully used GoDaddy for years. The host I had before that was a nightmare. [22:25:02] DanielK_WMDE: Nothing before that except: [ab37a814] 2014-02-17 22:04:35: Fatal exception of type MWException [22:25:49] 03(mod) Login Error - 10https://bugzilla.wikimedia.org/61467 +comment (10Hassen Houssein) [22:26:37] Guest40138: add this to LocalSettings.php: $wgShowExceptionDetails = true; [22:28:50] Not a fix, but progress, Vulpix, thank you.... [22:29:28] the mediawiki skin renders MediaWiki:Sidebar into the sidebar, i would like to do that myself from couple other pages -- don't know what php functions to use [22:30:36] How do I delete all pages without a history? [22:30:54] they're all with history, even 1 edit, aren't they? [22:31:04] Nope, the history is gone. [22:31:09] But the page is somehow still there. [22:31:30] append ?action=purge [22:31:49] gry: this may be a start: https://www.mediawiki.org/wiki/Manual:Hooks/SkinBuildSidebar [22:33:44] where does it get the &$bar from? [22:34:30] gry: probably from MediaWiki:Sidebar [22:34:41] what function does it use to do that? [22:35:13] !class Skin [22:35:13] See https://doc.wikimedia.org/mediawiki-core/master/php/html/classSkin.html [22:35:15] Okay. It says that the PEAR mail package is not installed. I tried it on a different wiki on the same server and it works..., so I think the problem is I need to tell the localsettings.php file where PEAR is. Is there a setting for that? [22:37:01] gry: https://doc.wikimedia.org/mediawiki-core/master/php/html/Skin_8php_source.html#l01225 [22:37:37] Guest40138, try looking in its LocalSettings? [22:39:03] I know the path to the PEAR module, but I don't know how to tell wiki where it is. [22:40:02] Guest40138: try http://pear.php.net/manual/en/installation.checking.php [22:41:22] thanks, that looks useful, although pretty complicated and involves hooks; is there not a simpler way to retrieve and parse a page from within a skin, to display its contents in a certain location? [22:42:55] hooks are great [22:43:13] that's at least 4 new functions and a lof of new terms and concepts to learn I can see [22:43:45] they let you modify how MediaWiki works without editing MediaWiki source code, which prevents your modifications to be lost on next upgrade [22:43:52] 03(mod) Redirect uk.wikimedia.org to wikimedia.org.uk - 10https://bugzilla.wikimedia.org/56938 +comment (10gerritadmin) [22:43:53] besides, how can I do that from within a skin? can I set a hook thingie from within a skin? any examples of skins which do that? [22:43:53] 03(mod) Redirect uk.wikimedia.org to wikimedia.org.uk - 10https://bugzilla.wikimedia.org/56938 (10Gerrit Notification Bot) [22:44:11] 03(mod) Redirect uk.wikimedia.org to wikimedia.org.uk - 10https://bugzilla.wikimedia.org/56938 +comment (10jeremyb) [22:44:26] gry: You normally set hooks from extensions, or directly in LocalSettings.php [22:50:45] are there any skins which already do that, such as, for example, to build sidebar manually instead of using the builtin sidebar parser? [22:56:13] I'm clueless still.... I think a major part of the problem is that I'm using a subdomain. The new error is: [10975872] /wiki/Special:ConfirmEmail Exception from line 303 of /home/jv37vf6/public_html/wakashan/wiki/includes/UserMailer.php: PEAR mail package is not installed. I've tried throwing the PHP directory in a number of places, but to no avail. [22:56:56] Guest40138: doesn't godaddy have a cpanel control panel? If so, it might have a PEAR function. [22:57:19] I know that I have PEAR because it works for the wiki on my main domain. [22:57:43] I've tried copying it to various places in the subdomain, but either that just doesn't work or I'm doing it wrong. [22:57:59] And yes, I"m using cPanel. [22:58:45] Hm. [23:03:47] 03(mod) Redirect uk.wikimedia.org to wikimedia.org.uk - 10https://bugzilla.wikimedia.org/56938 +comment (10gerritadmin) [23:09:32] 03(mod) User group for Serbo-Croatian Wiktionary and enable recent changes patrol - 10https://bugzilla.wikimedia.org/61380 +comment (10kolega2357) [23:12:08] 03(mod) User group for Serbo-Croatian Wiktionary and enable recent changes patrol - 10https://bugzilla.wikimedia.org/61380 +comment (10bugzilla+org.wikimedia) [23:27:26] That irritating subdomain with tangible objects is calling me away from my compuer. Thanks for the help, everyone. I think I'm now even one step further along.... [23:54:18] anyone awake who knows an answer please? [23:54:40] true [23:54:44] that's an answer [23:55:07] Reedy: are there any skins which already do that, such as, for example, to build sidebar manually instead of using the builtin sidebar parser? [23:55:33] MobileFrontend [23:55:42] mmmm [23:57:15] Just wondering, but how does Cologne Blue do it? [23:57:59] gry: sounds like you might (or might not!) be interested in https://gerrit.wikimedia.org/r/#/c/108045/ -- it's not yet in core but I'm trying to push it there; certainly helps with making more modern navigation menus, like those you see on some/most WordPress blogs and whatnot [23:58:33] Amgine: haven't read its code but I think its layout is pretty similar, it probably uses builtin sidebar parser [23:58:58] It is similar, yet different, which was why I was asking.