[00:06:21] 03(mod) $wgEnableImageWhitelist should be disabled on enwiki (and other wikis?) - 10https://bugzilla.wikimedia.org/52290 +comment (10cananian) [00:17:38] 03(mod) Some extensions register their namespaces too late - 10https://bugzilla.wikimedia.org/45031 +comment (10gerritadmin) [00:21:24] 03(mod) Template creating CSS in a table's cell does not come through - 10https://bugzilla.wikimedia.org/44498 +comment (10cananian) [00:24:55] 03(mod) CentralNotice should not be displayed in print view - 10https://bugzilla.wikimedia.org/50820 +comment (10spam) [00:25:23] 03(mod) CentralNotice should not be displayed in print view - 10https://bugzilla.wikimedia.org/50820 +comment (10spam) [00:25:54] 03(mod) Use variables to show/hide items in the navigation bar - 10https://bugzilla.wikimedia.org/50762 +comment (10gerritadmin) [00:27:02] 03(mod) Use variables to show/hide items in the navigation bar - 10https://bugzilla.wikimedia.org/50762 (10Molly White) [00:27:33] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 +comment (10Fabrice Florin) [00:28:03] I can not install Wiki farm. Do anyone know to install Wiki farm? [00:29:53] hi [00:31:33] I think I just found a bug in the css of "vector" style. [00:32:57] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 +comment (10risker.wp) [00:36:21] 03(mod) Template creating CSS in a table's cell does not come through - 10https://bugzilla.wikimedia.org/44498 (10kwwilliams) [00:45:31] 03(mod) VisualEditor: Remove obsolete retry token logic in mw.Target - 10https://bugzilla.wikimedia.org/51253 +comment (10gerritadmin) [00:45:34] 03(mod) VisualEditor: Remove obsolete retry token logic in mw.Target - 10https://bugzilla.wikimedia.org/51253 (10Gerrit Notification Bot) [00:47:18] 03(NEW) Create CentralAuth role - 10https://bugzilla.wikimedia.org/52306 normal; Tools: MediaWiki-Vagrant; () [00:48:13] 03(mod) Inserting an existing reference puts it at the start of the paragraph instead of where the cursor is - 10https://bugzilla.wikimedia.org/52159 +comment (10Rastus.Vernon) [00:53:38] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 +comment (10Alex Monk) [00:54:05] 03(mod) Wikidata logo incorrect - 10https://bugzilla.wikimedia.org/52214 +comment (10ebe123_wiki) [00:54:13] 03(NEW) Using div tag to add hidden comments - 10https://bugzilla.wikimedia.org/52307 normal; VisualEditor: General; () [00:55:26] ori-l, still there? [00:55:59] ievnk, bugzilla is your friend :) [00:56:14] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 (10bsitu) [00:56:29] ppl here will simply forget it the moment there is something newer and shinier [01:04:51] Rehi. [01:05:36] oi. [01:06:08] I re-uploaded a couple of files on user request and have just noticed they disappeared from their Special:ListFiles [01:06:11] is this normal? [01:06:19] yurik: hey [01:06:47] oh, i just realized i screwed up my commit [01:07:11] hey ori-l, i looked at tim's comment, but it seems he was only talking about content handler (which wouldn't affect anything), unlike the user rights, which automatically create a new user group [01:07:25] well, let's ask him [01:07:38] TimStarling, paging, all mighty tim ^ [01:08:05] i think you have to say his name three times [01:08:13] what? [01:08:23] TimStarling, debating https://gerrit.wikimedia.org/r/#/c/76325/ [01:08:37] TimStarling: you suggested moving some namespace configs (like the contenthandler) outside the CanonicalNamespace hook [01:08:38] regarding partial registration of grobal vars [01:08:48] because you figured it wouldn't be an issue to have some dangling namespace config stuff if the namespace isn't registered [01:08:53] does that extend to permissions? [01:09:50] 03(mod) VisualEditor: floating toolbar causes scrolling of large pages to be very slow - 10https://bugzilla.wikimedia.org/52014 +comment (10James Forrester) [01:10:10] (i'm about to update the patch, but the change is not relevant to this question, so disregard it.) [01:10:16] it doesn't add a right [01:11:34] 03(mod) Image tarball dumps are not being generated - 10https://bugzilla.wikimedia.org/51001 +ops (10Daniel Zahn) [01:11:48] rights are added with $wgAvailableRights, not with $wgNamespaceProtection [01:12:27] yurik: I think that settles it then, no? [01:12:52] * yurik looks [01:13:54] and you can't change $wgNamespaceProtection from inside a CanonicalNamespaces hook [01:14:17] because it's not guaranteed that $wgNamespaceProtection will be read after CanonicalNamespaces is called [01:15:35] TimStarling, i quickly looked through the code, and it doesn't seem like zero ext ever touches $wgAvailableRights. It only has this: [01:15:37] $wgNamespaceProtection[NS_ZERO] = array( 'zero-edit' ); [01:15:38] $wgGroupPermissions['zeroadmin']['zero-edit'] = true; [01:16:10] and afterwards sysops can add users into zeroadmin group [01:16:19] changing $wgGroupPermissions does add a right [01:16:33] which means that if we always do this, all wikis will have a zeroadmin group [01:16:46] ori-l, ^ [01:17:05] yes, and a group as well, obviously [01:17:07] TimStarling, so we shouldn't touch wggroupperm unless it is part of the config wiki [01:17:09] (meta) [01:17:43] so it can't always be initialized. Can we do it inside the wgExtensionFunctions[] hook? [01:19:15] maybe in a SetupAfterCache hook [01:19:54] !wg ExtensionFunctions [01:19:54] https://www.mediawiki.org/wiki/Manual:$wgExtensionFunctions [01:20:28] hi Lcawte [01:20:29] what about just doing it in CommonSettings.php? [01:20:44] yes, if you like [01:20:54] I think that makes more sense [01:20:55] TimStarling, actually, i noted that commonsettings has it already: [01:21:00] Hi TimStarling :) [01:21:08] 03(mod) VisualEditor: If running on an old MW so jquery.client doesn't have what we need, don't just fail silently - 10https://bugzilla.wikimedia.org/51606 +comment (10gerritadmin) [01:21:13] require_once( "$IP/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.php" ); [01:21:14] $wgGroupPermissions['zeroadmin']['zero-edit'] = true; [01:21:16] $wgZeroRatedMobileAccessEnableZeroConfigPages = true; [01:21:50] 03(mod) Generate selser change assignments dynamically - 10https://bugzilla.wikimedia.org/50316 +comment (10gerritadmin) [01:21:54] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 (10kwwilliams) [01:21:54] 03(mod) Generate selser change assignments dynamically - 10https://bugzilla.wikimedia.org/50316 (10Gerrit Notification Bot) [01:22:28] 03(mod) VisualEditor: Deleting plain text from a large page with backspace or delete is very slow - 10https://bugzilla.wikimedia.org/52013 +comment (10James Forrester) [01:22:41] So just remove it from the extension; this extension is very WMF-specific, and even if it weren't I don't think it's unreasonable for an extension to leave that for the wiki's site admin to configure manually. [01:25:45] 03(mod) rel=canonical of https pages should point to http - 10https://bugzilla.wikimedia.org/48402 +comment (10jforrester) [01:29:19] yurik, i updated the patch [01:29:33] i think the gerrit notification bot is down [01:29:41] or just tardy. [01:30:01] It's tardy sometimes [01:30:04] ori-l, thx, i think not having it should be enough. I will try to check if that right still appears though - wouldn't want it to be shown for everything [01:35:11] ori-l, made a minor fix - will review it a bit more and commit. The minor bug - what if someone declares it equal to 1. In that case it will work in one case, but not in the other, massive headace [01:42:05] 03(mod) VisualEditor: Links to current page should show as bold - 10https://bugzilla.wikimedia.org/50497 (10crypticc62) [01:45:59] 03(mod) SMW master giving error in runJobs.php - 10https://bugzilla.wikimedia.org/52293 +comment (10jamie) [01:46:02] 03(mod) VisualEditor: Links to current page should show as bold - 10https://bugzilla.wikimedia.org/50497 +comment (10James Forrester) [01:46:03] 03(mod) VisualEditor: Links are not shown as redlinks when their target is blank (or as 'stub-alternate-colour' if appropriate) - 10https://bugzilla.wikimedia.org/37901 (10James Forrester) [01:47:56] 03(NEW) Display a Sitenotice and no Anonnotice - 10https://bugzilla.wikimedia.org/52308 normal; MediaWiki: General/Unknown; () [02:03:25] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 +comment (10gerritadmin) [02:03:28] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 (10Gerrit Notification Bot) [02:15:10] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 +comment (10Risker) [02:16:43] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 (10bsitu) [02:25:04] 03(mod) rel=canonical of https pages should point to http - 10https://bugzilla.wikimedia.org/48402 +comment (10rlane32) [02:31:44] https://encyclopediadramatica.se/Ironholds#Wikipedia_vandalism [02:31:44] https://encyclopediadramatica.se/Ironholds#Wikipedia_vandalism [02:31:46] justice [02:31:47] sysop [02:31:49] committing vandalism [02:31:52] justice must be served [02:31:52] https://encyclopediadramatica.se/Ironholds#Wikipedia_vandalism [02:31:53] https://encyclopediadramatica.se/Ironholds#Wikipedia_vandalism [02:31:53] https://encyclopediadramatica.se/Ironholds#Wikipedia_vandalism [02:31:53] https://encyclopediadramatica.se/Ironholds#Wikipedia_vandalism [02:31:54] https://encyclopediadramatica.se/Ironholds#Wikipedia_vandalism [02:31:54] https://encyclopediadramatica.se/Ironholds#Wikipedia_vandalism [02:31:54] `Winslow a3li AaronSchulz aboSamoor addshore Amqui AntiSpamMeta apergos APexilI ashley aude avar awjr AzaToth azi`_ B0r3dw15dom b_jonas basile bitgeek BlastHardcheese blobaugh bonsaikitten bruges c camerin Catie catsup catx Cerise chalcedny Chappie-san chasmo chrisc cj ColtonPhillips contradictioned CosmicLogick cscott csteipp_afk daemon Danny_B Danwe_WMDE Dereckson Dessa_ devunt divec dreamer dtm dungodung|away dytrivedi e0je eagles0513875 ecmabot- [02:31:54] wm edsanders|away egrep ekarlso- ekristen Elfix Elmer Elsie enhydra exobuzz Extreme FastLizard4 fazio felipe` Firefishy fo0bar franny FRiZzO Fru1cyn1pz Garnig ggherdov Gika Gmac_ gopher65 GorillaWarfare grantbow greg-g Guest87707 gwicke_away harej hellekin HeXiLeD hexmode Hosiryuhosi ievnk InezK Internet13 ircman Isarra Izawayz JackWinter jahnreektor James_F|Away jarry1250 JasonDC Jasper_Deng_away jayne JD|cloud jem- jeremyb JeroenDeDauw jorm JPeter [02:31:55] son jubo2 jzerebec1i j^ Kaare Kaelten kart_ Kester Kinny klaas Krenair Krinkle kudu Kyzz Lcawte legoktm lerc loigb lubyou Lydia_WMDE Mamizou manybubbles|away marcoil marienz mark marktraceur Matrixiumn mattis^1 Maximillion mc_fail_ mdale1 michael_nz MichaelC|Sleep Milenko mjau^ Mono mooeypoo Morbus Moussekateer mutante n3b Nasqueron Nemo_bis neverendingo Nietzsche Nikerabbit nileshc NimeshNeema Nischayn22|Away nobit notawaff1e Odysimus Olipro ori-l [02:32:09] !ops ^ [02:32:13] oh [02:32:17] sorry [02:32:18] Lol Pilif12p [02:32:23] c: +b maybe? [02:32:24] Pilif12p pls [02:32:32] Krenair: i did... [02:32:41] oh. right. sorry. [02:32:42] c: that line blended in with the pinging [02:32:55] it was with all the pings. am so used to them being one line up from the kick [02:33:55] GorillaWarfare: I try. [02:45:31] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 (10Alex Monk) [02:45:55] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 +comment (10gerritadmin) [02:46:16] c: ping [02:46:53] what [02:47:12] O.O [02:47:25] c++? [02:47:41] c: I assume your nick gets highlighted all the time [02:47:55] only if it appears at the beginning of a line [02:48:35] See PM [02:48:44] you should add [_] at the end of your nick and be a cup. [02:49:05] Krenair: i don't have a reply for you [02:49:05] c[_] <-- see? [02:49:19] mooeypoo: someone already has that [02:49:23] aww [02:49:30] c: Why was anonymous3 kickbanned? [02:49:44] Krenair: we had reasonable suspicion that he was a troll [02:51:06] Jasper_Deng: So did I, however c decided to ignore my PM. [02:54:33] i didn't ignore it, I said I didn't have a reply for you [02:54:49] 03(mod) MobileFrontend don't support ReCaptcha - 10https://bugzilla.wikimedia.org/52207 (10Steph) [03:02:25] 03(mod) changes since last visit (diff=0) do not work in wikidata - 10https://bugzilla.wikimedia.org/49434 +comment (10PiRSquared17) [03:02:42] !foo is bar [03:02:42] Key was added [03:02:56] !foo [03:02:56] bar [03:03:12] just checking that it is still linked from -visualeditor [03:07:53] 03(mod) Add sanitized User-Agent to default fields logged by EventLogging - 10https://bugzilla.wikimedia.org/52295 +comment (10marc) [03:08:19] !MediaWiki:anontalkpagetext [03:08:20] Displayed at the bottom of talk pages of anonymous users. [03:08:37] 03(mod) Fonts for angwiki (Old English Wikipedia) and other Old English wikis - 10https://bugzilla.wikimedia.org/51917 +comment (10pirsquared17) [03:09:58] !apiclient del [03:09:58] Successfully removed apiclient [03:09:59] !apiclient is https://www.mediawiki.org/wiki/API:Client_code [03:09:59] Key was added [03:10:33] !foo del [03:10:34] You are not authorized to perform this, sorry [03:10:39] i used to be >_> [03:12:14] c: I dunno you.. ask Krinkle for trusted [03:12:44] Db looks normal to me Krinkle , not sure what you were seeing. [03:13:29] T13|sleeps: Look at http://bots.wmflabs.org/~wm-bot/db/%23mediawiki.htm [03:13:42] there's a gazillin entries for MediaWiki:* [03:13:49] they weren't there before [03:14:38] Oh... [03:14:44] Interesting [03:15:09] There are a LOT of channels linked here... [03:15:22] So... anyone could have added them. [03:16:04] One of my next wm-bot upgrades is an improved infodump [03:16:30] T13|sleeps: Can you link #mediawiki-parsoid to #mediawiki? [03:16:40] (like #mediawiki-visualeditor) [03:16:53] http://bots.wmflabs.org/~wm-bot/db/%23mediawiki-parsoid.htm [03:16:59] what it has I'll import (got it copied locally) [03:17:01] 03(mod) Interaction with OpenODBC causes extra data to be saved into the article - 10https://bugzilla.wikimedia.org/51521 +comment (10pirsquared17) [03:17:06] I'm not at a computer and it is a paun from phone. [03:17:13] T13|sleeps: who doesn't know who charitwo is ? [03:17:27] Are you wm-bot admin in both chan? [03:17:35] No only in mw and mw-ve [03:17:45] 03(mod) Change name of Neapolitan language from "Nnapulitano" to "Napulitano" - 10https://bugzilla.wikimedia.org/43793 +comment (10pirsquared17) [03:26:52] @infobot-share-trust+ #mediawiki-parsoid [03:26:52] You inserted channel #mediawiki-parsoid to shared db [03:27:27] :) [03:28:00] Krinkle2: add me back or else! [03:28:02] 03(mod) MobileFrontend don't support ReCaptcha - 10https://bugzilla.wikimedia.org/52207 (10Steph) [03:28:21] c: back to what [03:28:40] the trusted users whatever, i used to be able to modify commands [03:29:01] modify which commands... what are you talking about? wm-bot ? [03:29:18] yes [03:29:28] @trusted [03:29:28] I trust: petan\|w!.*@wikimedia/Petrb (2admin), .*@wikimedia/.* (2trusted), .*@wikipedia/.* (2trusted), .*@mediawiki/..* (2trusted), .*@wikipedia/MZMcBride (2admin), .*@wikimedia/Krinkle (2admin), .*@fsf/.* (2trusted), .*@unaffiliated/valhallasw (2trusted), .*@wikinews/bawolff (2admin), .*@unaffiliated/jeroendedauw (2trusted), .*@MediaWiki/.* (2trusted), [03:29:44] You can do here c [03:29:57] Most are linked here anyways. [03:30:06] c: You were never in there afaik. Since when are you active in MediaWiki? [03:30:06] i don't have a mediawiki cloak though [03:30:15] c: I think you're referring to cvnbot wikia? [03:30:35] Krinkle2: no, i used to be able to add and del wm-bot commands [03:35:51] Krinkle2: easier to talk here [03:36:06] yeah [03:36:15] Infobot commands no, some other commands do alow it. [03:37:08] I imagine anything not context related to a channel would work in PM (so only stuff for roots or things anyone can read) [03:37:22] for the rest we'd have to introduce a new syntax [03:50:13] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 +comment (10gerritadmin) [03:50:50] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 +comment (10Alex Monk) [04:04:50] 03(mod) Create CentralAuth role - 10https://bugzilla.wikimedia.org/52306 +comment (10krenair) [04:08:34] 03(mod) VisualEditor: Support editing of sections inside a page - 10https://bugzilla.wikimedia.org/48429 +comment (10Toby) [04:19:07] 03(NEW) Set automatic user categories of the Babel Extension in es.wikvoyage - 10https://bugzilla.wikimedia.org/52309 normal; Wikimedia: Site requests; () [04:20:37] 03(mod) Set automatic user categories of the Babel Extension in es.wikvoyage - 10https://bugzilla.wikimedia.org/52309 +comment (10ralgis) [04:32:36] is there an nginx guide? [04:34:23] im trying to install media wiki and it's saying the dir is not writable with sqlite [04:34:24] Unable to write to the directory "/usr/share/nginx/data". Change its permissions so that the webserver can write to it, and try again. [04:37:42] <^demon> dan408\: That just means the directory you chose for your data directory for SQLite isn't writeable by the webserver (so whatever nginx is running as) [04:37:57] nginx is running as nginx [04:38:05] and it is writeable [04:38:18] <^demon> /usr/share/nginx/data is? [04:38:24] yessir [04:38:32] drwxrwxrwx. 2 nginx nginx 4.0K Jul 30 21:24 data [04:39:01] <^demon> Hmmmm. [04:39:23] nothing in the error logs or the php-fpm logs [04:39:54] ^demon: found this http://wiki.nginx.org/MediaWiki gunna try that [04:55:51] 03(NEW) JSON validator allows an empty JSON block - 10https://bugzilla.wikimedia.org/52310 normal; MediaWiki extensions: BookManagerv2; () [04:56:05] 03(mod) JSON validator allows an empty JSON block - 10https://bugzilla.wikimedia.org/52310 (10Molly White) [04:56:05] 03(mod) Create an tool for edit books(group of pages) that reduces the learning curve - 10https://bugzilla.wikimedia.org/51239 (10Molly White) [05:05:58] !pastebin is To avoid overflowing the channel with inane amounts of text, use https://dpaste.org/ or other awesome pastebin sites to share code, errors, and other large texts. [05:05:58] This key already exist - remove it, if you want to change it [05:06:03] !pastebin [05:06:03] Please do not paste more than 2-3 lines of text into the channel as it disrupts the flow of conversation. When sharing multiple lines of code, please use a pastebin such as http://tools.wmflabs.org/paste and post a link to your paste in the channel. [05:10:23] is wm-bot going to yell at me when i paste multiline wikitext examples now? [05:11:24] !yell is ARHGHAHAHAHARHGHGH!!!!11 [05:11:24] Key was added [05:11:30] !yell | cscott [05:11:30] cscott: ARHGHAHAHAHARHGHGH!!!!11 [05:13:46] 03(mod) changes since last visit (diff=0) do not work in wikidata - 10https://bugzilla.wikimedia.org/49434 (10the.anonymouse.wikipedia) [05:14:17] :\ [05:15:02] !yell del [05:15:02] You are not authorized to perform this, sorry [05:15:16] * ori-l comforts c [05:15:23] !yell del [05:15:24] Successfully removed yell [05:15:33] don't add stupid commands [05:16:15] there's nothing stupid about humor. [05:16:48] 03(mod) ULS triggers aren't shown in IE8 in Windows XP on Wikipedia and Wiktionary sites - 10https://bugzilla.wikimedia.org/49548 +comment (10jeremyb) [05:17:37] !yell | c [05:17:49] !nick | wikibugs_ [05:17:49] There is no such key, you probably want to try: !tabcompletion, [05:17:56] !nick [05:17:56] There is no such key, you probably want to try: !tabcompletion, [05:18:02] hah, yes there is! [05:18:30] * c bites jeremyb  [05:19:30] * jeremyb stabs c in the keyboard [05:19:42] woah. [05:23:27] 03(mod) Add view frontend to the JSON block on Book: pages. - 10https://bugzilla.wikimedia.org/50989 +comment (10gerritadmin) [05:23:28] 03(mod) Add view frontend to the JSON block on Book: pages. - 10https://bugzilla.wikimedia.org/50989 (10Gerrit Notification Bot) [05:24:41] !arcade [05:46:37] 03(NEW) When using https on Wikidata, only some Wikivoyage links use https - 10https://bugzilla.wikimedia.org/52311 normal; MediaWiki extensions: WikidataRepo; () [05:56:38] @notify Platonides [05:56:39] I'll let you know when I see Platonides around here [05:56:46] @notify csteipp [05:56:46] I'll let you know when I see csteipp around here [07:01:55] 03(NEW) Disambiguator is totally different and wrong in Chinese wiki. - 10https://bugzilla.wikimedia.org/52312 normal; MediaWiki extensions: Disambiguator; () [07:15:03] 03(mod) VisualEditor: Provide a language inspector to handle blocks and similar - 10https://bugzilla.wikimedia.org/47759 +comment (10gerritadmin) [07:16:35] 03(NEW) HTML Email Notifications - Text snippets have weird characters - 10https://bugzilla.wikimedia.org/52313 normal; MediaWiki extensions: Echo; () [07:17:07] 03(NEW) When selecting 'Read page in...', Norwegian is sorted wrong - 10https://bugzilla.wikimedia.org/52314 normal; Wikipedia App: Localization/Translation/Language; () [07:17:31] 03(mod) HTML Email Notifications - Text snippets have weird characters - 10https://bugzilla.wikimedia.org/52313 (10Fabrice Florin) [07:19:37] 03(mod) Disambiguator is totally different and wrong in Chinese wiki. - 10https://bugzilla.wikimedia.org/52312 +comment (10Liangent) [07:21:03] 03(mod) Disambiguator is totally different and wrong in Chinese wiki. - 10https://bugzilla.wikimedia.org/52312 +i18n (10Liangent) [07:32:41] 03(mod) Create CentralAuth role - 10https://bugzilla.wikimedia.org/52306 +comment (10ori) [07:32:57] 03(mod) Request for removal of the "Phonetic" input layout for Odia - 10https://bugzilla.wikimedia.org/51371 +comment (10psubhashish) [07:42:08] 03(mod) links to local files not working though $wgUrlProtocols[] = "file:///" in LocalSettings - 10https://bugzilla.wikimedia.org/41584 +comment (10christian.muheim) [07:43:33] 03(mod) VisualEditor: Add support for dir/lang attributes to general text annotation editor (span, div, p, etc.) - 10https://bugzilla.wikimedia.org/41009 +comment (10Amir E. Aharoni) [07:44:22] 03(mod) VisualEditor: Add support for adding dir/lang attributes to paragraphs and similar elements (div, p, lists etc.) - 10https://bugzilla.wikimedia.org/41009 summary (10Amir E. Aharoni) [07:44:43] 03(mod) Correct the mime type for WOFF to application/font-woff - 10https://bugzilla.wikimedia.org/51593 +comment (10niklas.laxstrom) [07:45:12] 03(mod) links to local files not working though $wgUrlProtocols[] = "file:///" in LocalSettings - 10https://bugzilla.wikimedia.org/41584 +comment (10christian.muheim) [07:45:28] 03(mod) VisualEditor: Provide a language inspector to handle blocks and similar - 10https://bugzilla.wikimedia.org/47759 +comment (10amir.aharoni) [07:47:20] 03(mod) Wrong language in html emails - 10https://bugzilla.wikimedia.org/52298 +comment (10fflorin) [07:51:00] 03(mod) Tagging articles using old markup on VE - 10https://bugzilla.wikimedia.org/50527 +comment (10jayvdb) [08:07:13] 03(NEW) action=rollback shouldn't throw an edit conflict - 10https://bugzilla.wikimedia.org/52315 normal; MediaWiki: Page editing; () [08:26:28] 03(mod) Tagging articles using old markup on VE - 10https://bugzilla.wikimedia.org/50527 +comment (10cmckenna) [08:35:18] 03(mod) Entering language code should be sufficient to select the right language - 10https://bugzilla.wikimedia.org/51560 +comment (10henning.snater) [08:43:05] 03(mod) Add monitoring for Solr - 10https://bugzilla.wikimedia.org/52277 +comment (10niklas.laxstrom) [08:44:06] 03(NEW) MediaWiki code update sometime leave deleted files - 10https://bugzilla.wikimedia.org/52316 normal; Wikimedia Labs: deployment-prep (beta); () [09:07:16] 03(NEW) Save dialog half out of screen - 10https://bugzilla.wikimedia.org/52317 critical; VisualEditor: General; () [09:32:29] 03(NEW) SB 20130226 : #show is losing formatting of text properties - 10https://bugzilla.wikimedia.org/52318 normal; MediaWiki extensions: SemanticBundle; () [09:38:22] 03(mod) VisualEditor: Tool to set/unset text as superscript - 10https://bugzilla.wikimedia.org/51611 +comment (10Chris McKenna) [09:44:02] 03(mod) VisualEditor: Wikitext insertion warning needs to be more visible - 10https://bugzilla.wikimedia.org/52264 +comment (10Ltrlg) [09:48:21] 03(mod) Request for removal of the "Phonetic" input layout for Odia - 10https://bugzilla.wikimedia.org/51371 +comment (10runabh) [10:30:40] 03(NEW) Echo: ctrl+click & middle click - 10https://bugzilla.wikimedia.org/52319 normal; MediaWiki extensions: Echo; () [11:14:21] looks like luasandbox is segfaulting my php-fpm [11:19:42] WARNING: [pool www] child 8372 exited on signal 11 (SIGSEGV - core dumped) after 110.360475 seconds from start < lots of these errors which go away if i disable luasandbox [11:27:55] I am intersted in contributing for MediaWiki, I would like some help. Can anyone mentor me please? [11:29:43] !hacker | durga [11:29:43] durga: http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [11:29:51] is a good place to start reading [11:30:06] then consider postong on wikitech-l if you feel you need a direct mentor [11:31:06] I had gone through the site http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker . I will post on wikitech-l [11:31:10] Thank you [11:38:51] 03(mod) Periodical run of currently disabled special pages - 10https://bugzilla.wikimedia.org/15434 +comment (10federicoleva) [11:39:34] 03(mod) TemplateData styles are missing on live preview - 10https://bugzilla.wikimedia.org/51770 +comment (10Derk-Jan Hartman) [11:39:35] 03(mod) LivePreview: styles added by extensions are missing - 10https://bugzilla.wikimedia.org/24134 +comment (10Derk-Jan Hartman) [11:45:48] hi [11:46:00] guys, is threre a way I can see a delted page [11:53:49] anubhav: if you have sysops rights (or know someone that does) [11:53:59] :( [11:54:22] p858snake|l: actually I wanted to see the one with Spam content [11:55:20] i developing a filter as an extension to automatically detect spam, and It looks like the deleted pages labled with can be a great source for training [11:57:25] 03(NEW) Adding an image with caption besides a list creates whitespace in edit mode - 10https://bugzilla.wikimedia.org/52320 normal; VisualEditor: General; () [12:01:42] anubhav: can you define "I" better? [12:02:07] if you mean "my extension", it can presumably access the archive table; and yes, I was wondering how you were going to handle that, especially on foreign wikis [12:04:10] Hello , can anyone please help me in getting the repository of the mediawik bug . I'm a beginner and need someone to mentor me.Kindly help. [12:06:21] roopak: what do you want to do? [12:07:05] 03(NEW) the message diff-multi above comparison of several revisions has wrong directionality - 10https://bugzilla.wikimedia.org/52321 normal; MediaWiki extensions: WikidataRepo; () [12:07:06] 03(mod) WikiData RTL / BiDi tracker bug - 10https://bugzilla.wikimedia.org/36637 (10Amir E. Aharoni) [12:07:30] saper: I just need to clone a repository of a mediawiki bug.Can u please help me to get that [12:08:05] roopak: what do you mean by "a mediawiki bug"? [12:09:02] Sorry if i said something wrong. i just meant https://bugzilla.wikimedia.org/show_bug.cgi?id=49077 [12:10:20] roopak: this bug relates to Bugzilla, you want to fix your Bugzilla installation? [12:10:37] yup [12:12:29] I think you should check out bugzilla code, and they use bazaar I think (https://wiki.mozilla.org/Bugzilla:Bzr) [12:13:33] the problem in bug 49077 is that that thing is fixed in the newest development code, so what you can do is to "backport" it to the 4.2 code wikimedia are using [12:15:27] !hss [12:15:27] ZOMG!! http://bit.ly/2sYkfl [12:15:40] saper :What do I need to backport [12:16:10] the problem has been already fixed in the newest code [12:16:33] so you can look at the solution and see if and how it can be applied to the bugzilla 4.2 code [12:18:59] roopak: you can checkout https://git.wikimedia.org/summary/wikimedia%2Fbugzilla%2Fmodifications.git (git clone https://git.wikimedia.org/git/wikimedia/bugzilla/modifications.git) and try to submit the fix there [12:20:33] 03(mod) Apply strict validation when constructing DataValue objects - 10https://bugzilla.wikimedia.org/49264 (10Daniel Kinzler) [12:20:46] 03(mod) Undo operations in the Wikibase API - 10https://bugzilla.wikimedia.org/46352 (10Daniel Kinzler) [12:21:04] 03(mod) implement URL data type in the backend - 10https://bugzilla.wikimedia.org/49306 (10Daniel Kinzler) [12:21:53] 03(mod) implement URL data type in the backend - 10https://bugzilla.wikimedia.org/49306 (10Daniel Kinzler) [12:30:46] saper: how can i get the code of that particular bug? [12:34:18] Nikerabbit: I'm basically done with Special page for mass export of offline translation pages. Is this something you guys would be interested in adding to the official extension? [12:35:51] 03(mod) implement URL data type in the backend - 10https://bugzilla.wikimedia.org/49306 (10tobias.gritschacher) [12:36:16] Nikerabbit: I think there is a demand for a function like this in the commercial sector [12:37:35] roopak: bugs are problems with the code, not the code itself - I don't know what do you mean [12:37:38] 03(mod) anonymous edit warning is displayed multiple times - 10https://bugzilla.wikimedia.org/52023 (10Aude) [12:38:10] sane: if it is useful and can be made to pass the code review [12:38:35] saper: I just need the repository to clone and make the changes [12:39:19] sane: if you have mass export, do you also have mass import? [12:39:34] 03(mod) Debug Yandex translation service failures - 10https://bugzilla.wikimedia.org/50861 +comment (10federicoleva) [12:40:54] roopak: so get the bugzilla code from Bugzilla.org Bazaar (https://wiki.mozilla.org/Bugzilla:Bzr) [12:41:00] Nikerabbit: well it's obviously useful since the company I work for has paid me to implement it. I don't think that the open wikis that rely on user contributed content have so much use for it, but companies that use wikis and don't have time to translate their content by themselves have a lot of use for it [12:41:05] 03(mod) Interaction with OpenODBC causes extra data to be saved into the article - 10https://bugzilla.wikimedia.org/51521 +comment (10maury.markowitz) [12:41:23] Where can I read about the code reviewing process and the requirements to pass it? [12:41:39] sane: do you have the code somewhere? (github, whatever?) [12:42:27] sane: I'd checkout [[Gerrit]] [12:42:36] sane: it's not really written down anywhere, but the principle is that you submit the code (usually to gerrit, our code review system), and then developers will leave comments and code is improved until it is declared good enough and merged [12:43:22] saper: No, the company I work for owns the code right now... So I can't publish it, but I was thinking that if people are interested maybe I can convince them to publish it (or does the license maybe require all code to be published?) [12:43:31] and make sure that your company lets you to distribute the code with GPL-2.0+ license [12:46:01] http://i.imgur.com/iA0EArq.png [12:46:15] It's not so fancy, but does the job =) [12:46:29] sane: I'm not a layer but as long as you don't give the software to anyone you do not need to publish the code either [12:47:11] Ok, I don't see why they wouldn't want to publish it, but you never know [12:48:20] my clients usually like the idea, especially after I tell them how much upstreaming reduces the maintenance effort to keep the code working with new versions [12:48:53] Nikerabbit: Do you think that it would be necessary to implement mass import in order to pass the code review? As far as I'm concerned the importing isn't so annoying since you stay on the same page all the time. There's much more work in exporting every page since you need to go into translation view for each page [12:50:05] without my special page =) [12:51:36] sane: are those imports/exports [[Special:Export]] - xml compatible? [12:51:36] if you go to http://translatewiki.net/w/i.php?title=Special:Translate&taction=export you can use the dropdown and click export for each file [12:51:56] and after five or so you get bored and wish there was something better [12:54:15] I am interested in working on the bug 51378, I have gone through the sites http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker and http://www.mediawiki.org/wiki/How_to_contribute . I want to know how I can get started, and how to download the source code? [12:59:49] 03(mod) personal edit toolbar lost - 10https://bugzilla.wikimedia.org/21692 +comment (10mybugs.mail) [13:00:33] 03(mod) personal edit toolbar lost - 10https://bugzilla.wikimedia.org/21692 (10Helder) [13:00:35] 03(mod) Implement JavaScript mw.hooks framework - 10https://bugzilla.wikimedia.org/23580 (10Helder) [13:05:42] saper: It uses the same export function as the translate extension, so it's not XML [13:07:38] It's basically the same page as Nikerabbit posted, but you get a text box where you can type all the pages you want to export and the pages don't have to be marked as "in translation" in order to export. It basically makes the translation progress a bit faster [13:13:42] addshore, can you check if your bott is working? [13:21:13] 03(mod) ku.wikipedia: Alphabetical order in the categories - 10https://bugzilla.wikimedia.org/46235 (10ghybu.w) [13:25:27] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 +comment (10Skippy le Grand Gourou) [13:43:40] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 +comment (10lecotegougdelaforce) [13:48:51] 03(NEW) [MLEB] isBrowserSupported is not compatible with MW < 1.21 - 10https://bugzilla.wikimedia.org/52322 normal; MediaWiki extensions: UniversalLanguageSelector; () [13:52:07] 03(mod) Suggests nonsense words - 10https://bugzilla.wikimedia.org/52284 +comment (10Nik Everett) [13:52:41] 03(mod) Section handling in Semantic Forms - 10https://bugzilla.wikimedia.org/46662 +comment (10gerritadmin) [14:01:51] 03(NEW) Too many suggestions - 10https://bugzilla.wikimedia.org/52323 normal; MediaWiki extensions: CirrusSearch; () [14:07:33] 03(mod) AbuseFilter variable "new_wikitext" invalid for edits made from the mobile version - 10https://bugzilla.wikimedia.org/52062 (10Helder) [14:07:33] 03(mod) APIEditBeforeSave isn't replacing sections like the documentation claims - 10https://bugzilla.wikimedia.org/52077 +comment (10Helder) [14:17:02] 03(NEW) zimwriter should sort the mime types it gets before writing to file. - 10https://bugzilla.wikimedia.org/52324 enhancement; openZIM: zimwriter; () [14:19:48] 03(mod) VisualEditor: Dialogs should be repositionable/draggable - 10https://bugzilla.wikimedia.org/49969 (10Chris McKenna) [14:19:50] 03(mod) Save dialog half out of screen - 10https://bugzilla.wikimedia.org/52317 (10Chris McKenna) [14:20:54] sane: the offline translation progress you mean? [14:21:38] Nemo_bis: Yes, my implementation that is [14:24:01] sane: sorry if I missed it, but what's the use case for this? translators used to work with po files? [14:25:48] 03(NEW) Be more strict when validating URLs. - 10https://bugzilla.wikimedia.org/52325 normal; MediaWiki extensions: WikidataRepo; () [14:26:20] 03(mod) Save dialog half out of screen - 10https://bugzilla.wikimedia.org/52317 +comment (10Chris McKenna) [14:30:18] Nemo_bis: The company I work for has a massive manual for their product and I'm working with importing the manual to a wiki (basically done). It consists of hundreds of pages and they outsource the translation to a company that wants files. So every time they send the files in for translation there has to be an easy way to export all pages in one go [14:31:42] The manual is currently written in swedish and is going to be translated into english. I told my boss that it's possible to export every page one at a time, but he wasn't so enthusiastic about that and wanted me to find or implement a better tool for that [14:33:20] 03(mod) Implement value formatter for time data type - 10https://bugzilla.wikimedia.org/48937 +comment (10gerritadmin) [14:34:34] I'm thinking about making the tool better by combining Special:AllPages and my special page so that you just check a checkbox for every page you want to export. [14:36:12] 03(mod) Purging does not work on deployment-prep / beta labs - 10https://bugzilla.wikimedia.org/48203 +comment (10Antoine "hashar" Musso) [14:41:12] 03(NEW) VisualEditor: Toolbar overlaps top of page links - 10https://bugzilla.wikimedia.org/52326 normal; VisualEditor: Editing Tools; () [14:44:04] 03(mod) Be more strict when validating URLs. - 10https://bugzilla.wikimedia.org/52325 +comment (10Daniel Kinzler) [14:50:34] sane: put all the pages into a category. [14:50:46] sane: Special:Export lets you add all pages from a given category. [14:53:07] DanielK_WMDE: Yeah, but those files are wrapped in XML [14:54:24] sane: that's the only export facility mediawiki has (per default) [14:54:42] in what form would you like them? individual text files? [14:54:57] should be easy to generate that from the xml dump. i bet at least 10 people have written a script for that :) [14:55:35] DanielK_WMDE: I want them in the extension:Translate (.po) format [14:56:55] sane: ah! I think the translatewiki.net folks have tools for that. you can ask in #mediawiki-i18n [14:57:09] sane: or catch Nikerabbit, siebrand or Raymond_ :) [14:57:30] DanielK_WMDE: Yeah, I've talked with Nikerabbit. He helped me to get started with my tool [14:58:01] he should be able to tell you how to convert to .po... [14:58:21] i suppose you don't really need to convert, but your "wikitext" actually is in the right format already? [14:58:21] maybe TranslatExte could hook on Special:Export and :Import to support .po [14:58:36] have fun with that saper [14:58:42] saper: can't do that, .po lacks all the metadata. [14:58:49] but a separate interface for exporting po would be nice [14:58:54] Special:ExportPo or whatever [14:58:56] DanielK_WMDE: or we lack all metadata for .po? [14:59:00] 03(mod) Be more strict when validating URLs. - 10https://bugzilla.wikimedia.org/52325 +comment (10denny vrandecic) [14:59:12] saper: no, po lacks the metadata you need for importing a wiki page. [14:59:21] unless you want .po wrapped in mediawiki xml [14:59:40] which, i guess, is what sane already has... [15:01:58] I'm just using the same functions as the Translate extension does, the only difference is that you can export all the pages with one click. Their extension handles the rest [15:02:30] ok [15:04:48] 03(mod) "Upload file" link on ckb.wikipedia - 10https://bugzilla.wikimedia.org/51800 (10Calak) [15:11:17] hi [15:11:22] Anyone can help with a template? [15:11:34] should be easy [15:11:37] Probably [15:12:00] This is on Meta, if you want to reproduce it [15:12:27] I tried to save the page [[m:OTRS/queue]] with the content: info-{{{1}}} ({{#language:{{{1}}}|{{{2}}}}})[[Category:OTRS]][[Category:Templates]] [15:12:32] I get some error message [15:13:39] Technical_13: can you reproduce it? [15:14:06] 03(mod) Changing the commit description creates out-dated patch. - 10https://bugzilla.wikimedia.org/52292 +comment (10marcin.cieslak) [15:14:28] First thing is if it is an invalid lang code, you'll get an error. [15:14:44] yeah, but I can't even save the template [15:15:03] Second thing is template page itself will always show an error as the is no lang code [15:15:04] How can I fix it? [15:15:06] So... [15:15:23] 03(mod) Get rid of top regressions / top fixes endpoints in rt testing - 10https://bugzilla.wikimedia.org/52235 (10Marc Ordinas i Llopis) [15:16:02] {{{1}}} should be something like {{{1|en}}} [15:16:12] Technical_13: ah, thanks, works now [15:16:15] :) [15:16:21] :) [15:32:01] 03(mod) VisualEditor: Behaviour of default "Edit" tab should not vary by namespace (action=edit vs. veaction=edit) - 10https://bugzilla.wikimedia.org/50402 +comment (10johnbroughton) [15:36:43] 03(mod) Interaction with OpenODBC causes extra data to be saved into the article - 10https://bugzilla.wikimedia.org/51521 +comment (10krenair) [15:43:22] 03(mod) Use some local settings file for rt-server server.js - 10https://bugzilla.wikimedia.org/52114 +comment (10gerritadmin) [15:45:18] 03(mod) [OPS] foreachwiki on beta use all.dblist instead of all-wmflabs.dblist - 10https://bugzilla.wikimedia.org/41285 +comment (10gerritadmin) [15:58:30] 03(mod) [OPS] foreachwiki on beta use all.dblist instead of all-wmflabs.dblist - 10https://bugzilla.wikimedia.org/41285 +comment (10Antoine "hashar" Musso) [15:59:23] 03(mod) VisualEditor: Broken DivX browser plugin causes "myEventWatcherDiv" to be injected into the page - 10https://bugzilla.wikimedia.org/51423 +comment (10jforrester) [16:00:32] 03(mod) VisualEditor: Invalid titles for link target are not detected by link editor (e.g. "Foo{}bar" is allowed) - 10https://bugzilla.wikimedia.org/33094 (10Ed Sanders) [16:02:51] 03(mod) VisualEditor: Broken OpenODBC browser plugin causes "application/iodbc" to be injected into the page - 10https://bugzilla.wikimedia.org/51521 summary (10James Forrester) [16:03:50] 03(mod) VisualEditor: Broken DivX browser plugin causes "myEventWatcherDiv" to be injected into the page - 10https://bugzilla.wikimedia.org/51423 (10James Forrester) [16:03:53] 03(mod) VisualEditor: Broken OpenODBC browser plugin causes "application/iodbc" to be injected into the page - 10https://bugzilla.wikimedia.org/51521 (10James Forrester) [16:03:53] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10James Forrester) [16:04:10] 03(mod) VisualEditor: Broken browser plugins cause cruft to be injected into the page (tracker) - 10https://bugzilla.wikimedia.org/52327 (10James Forrester) [16:04:52] 03(mod) Tagging articles using old markup on VE - 10https://bugzilla.wikimedia.org/50527 (10kwwilliams) [16:07:15] Krenair: re: bug 51521, do you know where to report it upstreamn? [16:08:09] https://www.google.co.uk/search?q=iODBC [16:08:25] :p [16:08:33] 03(mod) VisualEditor: [Regression] Save dialog attaches to ProtectedNode once one is triggered, not the toolbar - 10https://bugzilla.wikimedia.org/52317 summary; +comment (10James Forrester) [16:08:35] 03(mod) VisualEditor: Toolbar overlaps top of page links - 10https://bugzilla.wikimedia.org/52326 (10James Forrester) [16:09:12] 03(mod) VisualEditor: Broken DivX browser plugin causes "myEventWatcherDiv" to be injected into the page - 10https://bugzilla.wikimedia.org/51423 +comment (10inez) [16:09:33] 03(mod) Get rid of top regressions / top fixes endpoints in rt testing - 10https://bugzilla.wikimedia.org/52235 +comment (10gerritadmin) [16:09:34] 03(mod) Get rid of top regressions / top fixes endpoints in rt testing - 10https://bugzilla.wikimedia.org/52235 (10Gerrit Notification Bot) [16:11:56] I can't tell who wrote the "OpenODBC" browser extension, though [16:12:19] I'll assume it's the same as iodbc :P [16:13:05] https://lists.sourceforge.net/lists/listinfo/iodbc-bugs [16:13:27] 03(mod) VisualEditor: Toolbar overlaps top of page links - 10https://bugzilla.wikimedia.org/52326 (10James Forrester) [16:13:56] 03(mod) VisualEditor: [Regression] Save dialog attaches to ProtectedNode once one is triggered, not the toolbar - 10https://bugzilla.wikimedia.org/52317 (10James Forrester) [16:13:58] 03(mod) VisualEditor: Dialogs should be repositionable/draggable - 10https://bugzilla.wikimedia.org/49969 (10James Forrester) [16:14:29] 03(mod) VisualEditor: [Regression] Save dialog attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 summary (10Krinkle) [16:15:01] 03(mod) Tagging articles using old markup on VE - 10https://bugzilla.wikimedia.org/50527 +comment (10nykevin.norris) [16:16:01] 03(mod) VisualEditor: [Regression] Save dialog attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 +comment (10gerritadmin) [16:16:03] 03(mod) VisualEditor: [Regression] Save dialog attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 (10Gerrit Notification Bot) [16:16:24] 03(mod) Implement value formatter for time data type - 10https://bugzilla.wikimedia.org/48937 +comment (10gerritadmin) [16:16:28] 03(mod) Implement value formatter for time data type - 10https://bugzilla.wikimedia.org/48937 (10Gerrit Notification Bot) [16:16:56] 03(mod) Implement value formatter for time data type - 10https://bugzilla.wikimedia.org/48937 +comment (10gerritadmin) [16:18:05] 03(mod) VisualEditor: [Regression] Save dialog sometimes attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 summary; +comment (10Krinkle) [16:18:59] 03(mod) Searching for "talk:" searches for the word talk in the namespace talk - 10https://bugzilla.wikimedia.org/52289 (10Nik Everett) [16:20:10] 03(mod) Get rid of top regressions / top fixes endpoints in rt testing - 10https://bugzilla.wikimedia.org/52235 +comment (10gerritadmin) [16:23:40] 03(mod) Get rid of top regressions / top fixes endpoints in rt testing - 10https://bugzilla.wikimedia.org/52235 +comment (10Marc Ordinas i Llopis) [16:24:16] 03(mod) Use some local settings file for rt-server server.js - 10https://bugzilla.wikimedia.org/52114 +comment (10Marc Ordinas i Llopis) [16:24:34] 03(mod) Improve performance of round-trip test setup - 10https://bugzilla.wikimedia.org/44652 +comment (10Marc Ordinas i Llopis) [16:30:44] 03(mod) APIEditBeforeSave isn't replacing sections like the documentation claims - 10https://bugzilla.wikimedia.org/52077 +comment (10gerritadmin) [16:32:06] 03(mod) APIEditBeforeSave isn't replacing sections like the documentation claims - 10https://bugzilla.wikimedia.org/52077 (10Marius Hoch) [16:42:56] is it possible to restrict page views to authorized users? [16:43:11] yes, but it's not perfect [16:43:19] (IIRC) [16:43:37] Do you want to restrict the whole wiki or just certain pages (i.e., a namespace)? [16:43:50] just certain pages [16:44:14] to multiple authorization groups [16:44:53] https://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_viewing_of_certain_specific_pages [16:45:00] I think this will help more than I can [16:45:11] thanks [16:45:38] basically, it's not easy to do [16:45:56] you can use some extensions to do it, but it's not good for really private info [16:45:58] !link [16:45:58] https://meta.wikimedia.org/wiki/Help:Link [16:46:01] !link del [16:46:01] Unable to find the specified key in db [16:46:15] PiRSquared: can you suggest an alternative wiki that can do this? [16:46:25] maybe Krinkle can [16:46:46] http://bots.wmflabs.org/~wm-bot/dump/%23mediawiki.htm [16:47:36] yac: Restricting the ability to view indivual pages is not supported. Any extension, blog post or otherwise claiming to do so is at your own risk. So far I have yet to see an implementation that isn't insecure. [16:47:54] If you need restriction, set up separate wikis and restrict view and account creation on the private wik [16:47:56] wiki* [16:48:10] 03(mod) Jenkins: Run SMW PHPUnit tests against REL1_19 - 10https://bugzilla.wikimedia.org/51746 +comment (10Jeroen De Dauw) [16:48:10] ^ that's a good idea [16:48:23] you can share user database and mediawiki software if you want to. Just make sure configuration is separate [16:48:36] that's what Wikimedia does for private wikis (e.g. office.wikimedia.org) [16:48:36] Oh.. I get it Krinkle [16:48:43] !links [16:48:43] https://meta.wikimedia.org/wiki/Help:Link [16:48:52] with the ammount of groups (and overlaps) I need it is unfeasable to run separate instances [16:48:53] ha [16:49:27] yac: I highly doubt that. An instance is nothing but a virtual path and a database. You don't need an "instance" of anything [16:49:48] All 800+ wikis the Wikimedia foundation runs are run from 1 copy of mediawiki/core. [16:49:55] !link is http://$1.wiki$2edia.org/$wiki_encoded_3* [16:49:55] it would be at least a process per wiki, no? [16:49:55] Key was added [16:50:13] !link en p foo{}bar [16:50:13] http://en.wikipedia.org/foo%7b%7dbar* [16:50:14] (well, distributed over different web servers, but each webserver can serve each wiki) [16:50:35] yac: Set up 2 domains or sub domains or even just subdirectories to point to the same directory [16:50:36] Hrmm. [16:50:41] !link del [16:50:42] Successfully removed link [16:50:53] Then in your LocalSettings, detect the path, and use wgConf to configure for different wikis [16:51:47] oh right, it's basicly running as cgi, so there is no basic idle load right [16:52:03] !link is http://www.mediawiki.org/wiki/$wiki_encoded_* [16:52:04] Key was added [16:52:05] rewrite in htaccess for both (e.g. example.org -> /srv/domains/example.org/public_html, then set up mediawiki in /srv/domains/example.org/mediawiki, then alias example.org/public_html/wiki-foo and wiki-bar both to ../mediawiki [16:52:12] set up rewrite path htaccess for both [16:52:20] !link foo{}bar [16:52:20] http://www.mediawiki.org/wiki/foo%7b%7dbar [16:52:23] 03(mod) Searching for "talk:" searches for the word talk in the namespace talk - 10https://bugzilla.wikimedia.org/52289 +comment (10Nik Everett) [16:52:24] https://www.mediawiki.org/wiki/Manual:Wiki_family [16:52:38] well, still one would have to authenticate with each wiki. I'm not sure I'd get good usability of this [16:52:46] that page is overly complicated, it is much simpler [16:52:53] yac: why? [16:52:58] yac: Share cookie domain? [16:53:19] 03(mod) Corrected words aren't bolded in suggestions - 10https://bugzilla.wikimedia.org/52286 +comment (10neverett+bugzilla) [16:53:19] yac: Unless you set up completely separate toplevel domains, there is no reason the session can't be shared. [16:53:32] right, I see [16:53:41] there can be shared user database [16:54:02] ok, I'll think about it. Thanks [16:54:10] if it is a subdomain, set cookie on *.example.org, or if on same domain in different directories, it'll work by default. [16:54:19] yep, wgSharedtables (or whatever it is called) [17:04:09] 03(mod) Tagging articles using old markup on VE - 10https://bugzilla.wikimedia.org/50527 (10kwwilliams) [17:11:10] 03(mod) Request for removal of the "Phonetic" input layout for Odia - 10https://bugzilla.wikimedia.org/51371 +comment (10psubhashish) [17:12:50] 03(NEW) Diff unusable if your link is off to one side of the page. - 10https://bugzilla.wikimedia.org/52328 major; VisualEditor: General; () [17:13:54] 03(mod) Diff unusable if your link is off to one side of the page. - 10https://bugzilla.wikimedia.org/52328 (10rachelqa99) [17:16:17] 03(mod) Request for removal of the "Phonetic" input layout for Odia - 10https://bugzilla.wikimedia.org/51371 +comment (10s.mazeland) [17:19:07] 03(mod) VisualEditor: Toolbar overlaps top of page links - 10https://bugzilla.wikimedia.org/52326 +comment (10cmckenna) [17:21:04] 03(mod) Clicking edit on a diff makes you edit the last version not the old one - 10https://bugzilla.wikimedia.org/52261 +comment (10Elitre) [17:22:09] 03(mod) Echo: ctrl+click & middle click - 10https://bugzilla.wikimedia.org/52319 (10Alex Monk) [17:23:05] 03(mod) Echo: ctrl+click & middle click - 10https://bugzilla.wikimedia.org/52319 +comment (10gerritadmin) [17:23:09] 03(mod) Echo: ctrl+click & middle click - 10https://bugzilla.wikimedia.org/52319 (10Gerrit Notification Bot) [17:28:05] 03(mod) VisualEditor: [Regression] Save dialog sometimes attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 +comment (10WhatamIdoing) [17:31:25] does wikimedia store revisions to an article in full or as diffs/deltas ? [17:32:03] Why do you need to know, out of curiosity? [17:33:36] 03(NEW) Provide reviewer counts per Gerrit changeset in batch form - 10https://bugzilla.wikimedia.org/52329 normal; Wikimedia: Git/Gerrit; () [17:35:14] yip: Full versions in general (by default anyways) [17:35:18] PiRSquared: Yep, sorry, out of curiosity mostly. And because I'm developing something where I'll want to store revisions. [17:35:28] bawolff: ok, thanks [17:35:29] okay [17:35:30] * greg-g waves to yip  [17:35:43] greg-g: :D [17:35:57] yip: Old versions can be compressed, I think some of the compression methods that are an option take into consideration deltas between revisions [17:37:22] yip: I'm not really sure what method of compression wikimedia actually uses. I think they might just gzip a bunch of old versions together which does take redundency into account [17:38:54] bawolff: ah ok. So there's a certain threshold when something becomes 'old enough' and then it's compressed? Or is _all_ history compressed? [17:39:35] yip: I'm not sure really sure what Wikimedia actually does [17:40:01] but i think it would get compressed by a maintenance script, which would have to be specificly run [17:41:03] yip: see maintenance/storage/compressOld.php in mediawiki [17:42:07] bawolff: ahh, thank you [17:42:54] 03(mod) List of users who edited the page in enhanced RC/watchlist is clutter and superfluous - 10https://bugzilla.wikimedia.org/51895 +comment (10zhorishna) [17:43:06] 03(mod) Provide reviewer counts per Gerrit changeset in batch form - 10https://bugzilla.wikimedia.org/52329 +comment (10gerritadmin) [17:43:10] 03(mod) Provide reviewer counts per Gerrit changeset in batch form - 10https://bugzilla.wikimedia.org/52329 (10Gerrit Notification Bot) [17:54:49] 03(mod) News extension fails in Rel 1.21 due to "setUseDynamicDates" - 10https://bugzilla.wikimedia.org/51836 summary; +comment (10Andre Klapper) [17:57:02] 03(mod) Enable Kulmus fonts for Hebrew - 10https://bugzilla.wikimedia.org/51098 +comment (10dovijacobs) [18:01:12] 03(mod) Tagging articles using old markup on VE - 10https://bugzilla.wikimedia.org/50527 +comment (10aklapper) [18:02:04] 03(NEW) in tables an empty bgcolor attribute is parsed suboptimally - 10https://bugzilla.wikimedia.org/52330 normal; MediaWiki: Parser; () [18:02:53] Do I need to request Editor userright for MediaWiki wiki on project:Requests or can I save time and do it here? I would be like to be able to review others' pending changes edits. [18:03:26] Hmm, am I allowed to just give arbitrary people rights. I'm not sure [18:03:31] I probably can [18:04:04] Technical_13: I'll just give it to you, and hope nobody yells at me [18:04:38] * YuviPanda yells at bawolff [18:04:41] DO YOU WANT COOKIES? [18:04:44] 03(mod) empty attribute should be discarded - 10https://bugzilla.wikimedia.org/51954 +comment (10cmckenna) [18:04:46] lol [18:05:05] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 +accessibility +design (10Helder) [18:05:08] 03(mod) Add monitoring for Solr - 10https://bugzilla.wikimedia.org/52277 (10Andre Klapper) [18:05:12] Technical_13: Congrats, you are an editor [18:05:12] bawolff: btw, the 'track uploads from a campaign via a category' got merged y'day [18:05:22] YuviPanda: yeah I saw :) [18:05:33] :) [18:05:35] Woo-hoo... [18:06:15] hi [18:06:21] * bawolff hates flagged revs. Nobody actually reviews things on mediawiki.org. I think it causes more harm than good [18:06:34] is there a fast way to get the page_id for a given title? [18:07:07] 03(mod) Set automatic user categories of the Babel Extension in es.wikvoyage - 10https://bugzilla.wikimedia.org/52309 normal->15enhancement; +shell (10Andre Klapper) [18:07:31] 03(mod) ULS triggers aren't shown in IE8 in Windows XP on Wikipedia and Wiktionary sites - 10https://bugzilla.wikimedia.org/49548 (10Andre Klapper) [18:07:45] lbenedix1: getArticleID() method of Title class [18:07:54] 03(mod) Enable Kulmus fonts for Hebrew - 10https://bugzilla.wikimedia.org/51098 +comment (10amir.aharoni) [18:08:17] bawolff: I'm on tool labs and a query for a page_id is taking about 10-20 sec [18:08:18] 03(mod) action=rollback shouldn't throw an edit conflict - 10https://bugzilla.wikimedia.org/52315 (10Andre Klapper) [18:08:31] you can use API obviously [18:08:33] lbenedix1: That's bad [18:08:42] you shouldn't need to [18:08:49] There's an index on that, page_id should be pretty instant [18:09:10] 03(mod) rel=canonical of https pages should point to http - 10https://bugzilla.wikimedia.org/48402 (10Andre Klapper) [18:09:21] lbenedix1: If you're looking up by page_title, make sure to include page_namespace [18:09:25] select page_id from page where page_title = 'Whitney Housten' limit 1 [18:10:42] 03(mod) Display a Sitenotice and no Anonnotice - 10https://bugzilla.wikimedia.org/52308 +comment (10Andre Klapper) [18:14:48] 03(mod) Default icon in vector for "profile" in personal tools should be gender neutral and fit with other site icons look & feel - 10https://bugzilla.wikimedia.org/41484 (10Andre Klapper) [18:19:47] 03(NEW) Navigation bars appear in diff view - 10https://bugzilla.wikimedia.org/52331 normal; MediaWiki extensions: BookManagerv2; () [18:19:55] 03(mod) Change "vote" to "watch", "bookmark" or "favorites" on Bugzilla interface - 10https://bugzilla.wikimedia.org/34490 +comment (10mybugs.mail) [18:20:15] 03(mod) Navigation bars appear in diff view - 10https://bugzilla.wikimedia.org/52331 (10Molly White) [18:20:16] 03(mod) Create basic tool for reading books(group of pages) - 10https://bugzilla.wikimedia.org/50386 (10Molly White) [18:20:22] 03(NEW) VisualEditor: - 10https://bugzilla.wikimedia.org/52332 normal; VisualEditor: ContentEditable; () [18:22:20] 03(NEW) Invalid argument supplied for foreach() in Profiler.php on line 313 - 10https://bugzilla.wikimedia.org/52333 normal; MediaWiki: General/Unknown; () [18:25:23] 03(mod) VisualEditor: Selecting with Shift-arrow selects the heading after a list item - 10https://bugzilla.wikimedia.org/52332 summary (10Amir E. Aharoni) [18:25:23] 03(NEW) Unknown or bad timezone (America/Pau dos Ferros) in Preferences.php on line 655 - 10https://bugzilla.wikimedia.org/52334 normal; MediaWiki: User preferences; () [18:27:26] 03(NEW) Cannot create account: the requested username is already taken in the unified login system - 10https://bugzilla.wikimedia.org/52335 normal; Wikimedia: General/Unknown; () [18:28:19] 03(mod) Tagging articles using old markup on VE - 10https://bugzilla.wikimedia.org/50527 (10kwwilliams) [18:28:31] 03(mod) Navigation bars appear in diff view - 10https://bugzilla.wikimedia.org/52331 (10Helder) [18:28:33] 03(mod) Navigation bar should not be added when the user click on "Show changes" - 10https://bugzilla.wikimedia.org/28386 (10Helder) [18:28:55] 03(NEW) VisualEditor: pasting with middle-click in X-Windows doesn't work when automatic scrolling is enabled - 10https://bugzilla.wikimedia.org/52336 normal; VisualEditor: ContentEditable; () [18:30:49] 03(mod) Tagging articles using old markup on VE - 10https://bugzilla.wikimedia.org/50527 +comment (10Kevin Norris) [18:35:31] 03(mod) rel=canonical of https pages should point to http - 10https://bugzilla.wikimedia.org/48402 +comment (10b) [18:37:02] 03(mod) links to local files not working though $wgUrlProtocols[] = "file:///" in LocalSettings - 10https://bugzilla.wikimedia.org/41584 +comment (10bawolff+wn) [18:38:50] Reedy: You'll mark https://bugzilla.wikimedia.org/48402 as resolved/fixed? [18:39:10] 03(NEW) Move email notification for watched pages into Echo - 10https://bugzilla.wikimedia.org/52337 normal; MediaWiki extensions: Echo; () [18:40:20] 03(mod) rel=canonical of https pages should point to http - 10https://bugzilla.wikimedia.org/48402 (10Sam Reed (reedy)) [18:40:42] ty [18:40:51] gj [18:41:25] next question: is it possible to get the categories for a given article [18:41:31] Yes [18:41:39] gg [18:41:55] greg-g: Why are you posting your initials? [18:42:01] !table categorylinks | lbenedix1 [18:42:01] lbenedix1: For help on creating tables in wikitext, see and [18:42:05] meh [18:42:11] !db categorylinks | lbenedix1 [18:42:11] Reedy: :P [18:42:11] lbenedix1: See http://www.mediawiki.org/wiki/Manual:categorylinks_table [18:42:30] (good game, for those who didnt' play DOOM/Quake/etc back in the day) [18:43:59] yuri_k: http://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/ [18:44:02] yurik: ^ [18:44:10] lbenedix1: Just to be clear, up above, the correct query was "select page_id from page where page_title = 'Whitney Housten' and page_namespace = 0 limit 1" [18:44:24] bawolff: Underscores. [18:44:27] yurik: "As We May Think" by Vannevar Bush, Jul 1945 [18:44:31] Unless your DB is fucked. [18:44:38] sorry, what elsie said [18:44:49] "select page_id from page where page_title = 'Whitney_Housten' and page_namespace = 0 limit 1" [18:45:03] bawolff: thx [18:45:25] much faster! (10 articles in <1sec) [18:49:58] 03(mod) VisualEditor: [Regression] Save dialog sometimes attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 +comment (10cmckenna) [18:50:53] is there a copy of the text-table on tool labs? [18:51:46] I don't believe it's available to users. [18:52:00] Also, you're in the wrong channel for this discussion. [18:52:04] right [18:52:04] You probably want #wikimedia-labs. [18:52:16] bawolff: any progress on the 'random in category' patch? [18:52:25] 03(mod) Don't use filename as alt attribute - 10https://bugzilla.wikimedia.org/52267 +comment (10Derk-Jan Hartman) [18:52:37] Umm, I fixed the code review a couple days ago. I have to write an api module for it [18:52:41] going to do that sometime soon [18:52:45] (tm) [18:52:51] bawolff: API module can come up as a different patchset, IMO [18:52:58] it's fine, meerrrggeeee! :) [18:53:05] let me poke brion when he turns up [18:53:07] yeah, I tend to agree [18:53:30] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 15enhancement->normal; +comment (10MZMcBride) [18:55:46] 03(mod) Be more strict when validating URLs. - 10https://bugzilla.wikimedia.org/52325 +comment (10Derk-Jan Hartman) [18:59:50] 03(mod) VisualEditor: If running on an old MW so jquery.client doesn't have what we need, don't just fail silently - 10https://bugzilla.wikimedia.org/51606 +comment (10gerritadmin) [19:00:09] 03(mod) Add "Work in progress" button to Gerrit - 10https://bugzilla.wikimedia.org/50842 +comment (10Chad H.) [19:00:56] NSA can't be that scary given on https://image.guim.co.uk/sys-images/Guardian/Pix/audio/video/2013/7/31/1375269604628/KS8-001.jpg they can't even be bothered to get people's logos that have alpha layers [19:01:47] 03(mod) Force all Wikimedia cluster traffic to be over SSL for all users (logged-in and anon) - 10https://bugzilla.wikimedia.org/47832 +comment (10Neil Kandalgaonkar) [19:01:51] bawolff: actually, that's the worrisome part -- they are powerful and incompetent [19:02:05] :) [19:02:25] once you are routinely snarfing data, and are used to a lacksidasical approach to who gets to look at that data, it becomes possible to do *really* worrisome things. [19:02:47] Actually the scary part is they are very competent in the scary areas like actually getting the data [19:03:19] 03(mod) VisualEditor: Add support for adding dir/lang attributes to paragraphs and similar elements (div, p, lists etc.) - 10https://bugzilla.wikimedia.org/41009 (10James Forrester) [19:03:22] i want to know more about 'trafficthief' [19:03:33] 03(mod) Some extensions register their namespaces too late - 10https://bugzilla.wikimedia.org/45031 +comment (10gerritadmin) [19:04:06] bawolff: "Once the rockets are up, who cares where they come down? / That's not my department," says Wernher von Braun. [19:04:08] bawolff: the proper saying is RealSoonNow(tm) I think :) [19:04:49] cscott: but make sure to call it research! [19:05:31] 03(mod) VisualEditor: Return of the invalid token on save attempt problem? - 10https://bugzilla.wikimedia.org/51915 +comment (10James Forrester) [19:07:58] 03(mod) Force all Wikimedia cluster traffic to be over SSL for all users (logged-in and anon) - 10https://bugzilla.wikimedia.org/47832 +comment (10krenair) [19:09:21] 03(mod) VisualEditor: If running on an old MW so jquery.client doesn't have what we need, don't just fail silently - 10https://bugzilla.wikimedia.org/51606 +comment (10James Forrester) [19:11:23] 03(mod) Force all Wikimedia cluster traffic to be over SSL for all users (logged-in and anon) - 10https://bugzilla.wikimedia.org/47832 +comment (10jalexander) [19:14:56] 03(mod) Uninstall UploadBlacklist extension from Wikimedia wikis - 10https://bugzilla.wikimedia.org/52056 +comment (10b) [19:16:57] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 (10kwwilliams) [19:17:14] Rasel160: [19:17:28] * sumanah attempts to get the notification sound played again :) [19:21:59] 03(mod) Inserting images totally buggy - 10https://bugzilla.wikimedia.org/52178 +comment (10James Forrester) [19:22:01] 03(mod) Should not be possible to drop images into the middle of a word - 10https://bugzilla.wikimedia.org/51292 +comment (10James Forrester) [19:22:55] 03(mod) VisualEditor: It should be clearer to users that they are inserting a media item in an odd place (e.g. into the middle of a word, middle of a paragraph) - 10https://bugzilla.wikimedia.org/51292 normal->15enhancement; summary (10James Forrester) [19:27:00] 03(mod) VisualEditor: Selection highlight for templates/etc. mis-placed - 10https://bugzilla.wikimedia.org/50913 summary; +comment (10James Forrester) [19:27:39] 03(mod) VisualEditor: Template/Image node shields should not not appear on top of the toolbar - 10https://bugzilla.wikimedia.org/50285 (10James Forrester) [19:28:48] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 +comment (10cmckenna) [19:30:22] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 +comment (10b) [19:30:59] 03(mod) VisualEditor: blocked-notice-logextract doesn't appear when editing user pages of blocked users with VE - 10https://bugzilla.wikimedia.org/51454 (10James Forrester) [19:31:54] 03(mod) VisualEditor: Saving fails silently for some blocked users - 10https://bugzilla.wikimedia.org/51999 (10James Forrester) [19:32:01] 03(mod) VisualEditor: Blocked users are not blocked from using VE (just from saving); should instead show with log entry - 10https://bugzilla.wikimedia.org/52004 summary (10James Forrester) [19:32:18] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 +comment (10b) [19:33:54] 03(mod) VisualEditor: Invocations of deleted images don't render at all - 10https://bugzilla.wikimedia.org/52186 summary (10James Forrester) [19:33:57] 03(mod) Mark up http errors + missing image errors with generic error attributes + error info in data-mw - 10https://bugzilla.wikimedia.org/48900 (10James Forrester) [19:33:58] 03(NEW) Selection highlighting breaks if an inline alien wraps. - 10https://bugzilla.wikimedia.org/52339 normal; VisualEditor: ContentEditable; () [19:34:57] 03(mod) Uninstall UploadBlacklist extension from Wikimedia wikis - 10https://bugzilla.wikimedia.org/52056 +comment (10MZMcBride) [19:35:25] 03(mod) Selection highlighting breaks if an inline alien wraps. - 10https://bugzilla.wikimedia.org/52339 +comment (10david) [19:36:22] what is the encoding of the database tables? utf8? [19:36:23] 03(mod) Image inside a table incorrectly removes a tag - 10https://bugzilla.wikimedia.org/50976 summary (10James Forrester) [19:36:32] I ask for the tool labs tables [19:36:55] * lbenedix1 knows about the tool labs irc chanel, but no one is answering there [19:38:06] Be patient. [19:38:56] lbenedix1: http://lmgtfy.com/?q=mysql+check+encoding+of+table [19:39:59] 03(mod) VisualEditor: pasting with middle-click in X-Windows doesn't work when automatic scrolling is enabled - 10https://bugzilla.wikimedia.org/52336 normal->minor; +comment (10James Forrester) [19:45:17] 03(mod) VisualEditor: Selecting with Shift-arrow selects the heading after a list item - 10https://bugzilla.wikimedia.org/52332 (10James Forrester) [19:46:44] 03(mod) Selection highlighting breaks if an inline alien wraps. - 10https://bugzilla.wikimedia.org/52339 +comment (10David Chan) [19:48:31] 03(NEW) Allow non-Gregorian dates for publication date. - 10https://bugzilla.wikimedia.org/52340 normal; MediaWiki extensions: BookManagerv2; () [19:48:49] 03(mod) Allow non-Gregorian dates for publication date. - 10https://bugzilla.wikimedia.org/52340 (10Molly White) [19:48:52] 03(mod) Create basic tool for reading books(group of pages) - 10https://bugzilla.wikimedia.org/50386 (10Molly White) [19:49:00] 03(mod) Allow non-Gregorian dates for publication date. - 10https://bugzilla.wikimedia.org/52340 normal->trivial (10Molly White) [19:49:45] 03(mod) VisualEditor: Media items are clearing templates (or they're being forced to width:100%?) - 10https://bugzilla.wikimedia.org/52320 summary (10James Forrester) [19:50:03] 03(mod) VisualEditor: Media items are clearing templates (or they're being forced to width:100%?) - 10https://bugzilla.wikimedia.org/52320 (10James Forrester) [19:50:12] 03(mod) VisualEditor: Media items are clearing templates (or they're being forced to width:100%?) - 10https://bugzilla.wikimedia.org/52320 (10James Forrester) [19:51:09] 03(mod) Provide ability to search for a chapter that's not displayed in the dropdown - 10https://bugzilla.wikimedia.org/51386 +comment (10Molly White) [19:51:28] 03(mod) VisualEditor: VE edit tab points to the wrong oldid on diff pages (earlier version not later one) - 10https://bugzilla.wikimedia.org/52261 summary (10James Forrester) [19:53:03] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 (10kwwilliams) [19:55:02] where is the documentation about the replacement of chars in the title of articles? (like ' ' -> '_') [19:55:16] 03(mod) VisualEditor: Provide a "view VE" mode for protected pages - 10https://bugzilla.wikimedia.org/51547 summary; +comment (10James Forrester) [19:57:30] 03(NEW) VisualEditor: image alt text redered as caption if it is last and contains {{val}} template - 10https://bugzilla.wikimedia.org/52341 normal; VisualEditor: ContentEditable; () [19:57:52] <^d> lbenedix1: You're looking for Title::secureAndSplit(). [19:57:59] 03(mod) VisualEditor: Selection highlighting breaks if an inline alien wraps - 10https://bugzilla.wikimedia.org/52339 summary (10James Forrester) [19:58:07] <^d> But there's not much in the way of formal docs that I know of. [20:00:00] 03(NEW) Remove "Remember my login"-option from the preferences ? - 10https://bugzilla.wikimedia.org/52342 normal; MediaWiki: User login and signup; () [20:00:45] 03(mod) Force all Wikimedia cluster traffic to be over SSL for all users (logged-in and anon) - 10https://bugzilla.wikimedia.org/47832 +comment (10rlane32) [20:03:36] 03(mod) Remove "Remember my login"-option from the preferences ? - 10https://bugzilla.wikimedia.org/52342 +comment (10swalling) [20:03:47] 03(mod) Remove "Remember my login"-option from the preferences ? - 10https://bugzilla.wikimedia.org/52342 (10Steven Walling) [20:04:06] 03(mod) Remove "Remember my login"-option from the preferences - 10https://bugzilla.wikimedia.org/52342 summary (10Steven Walling) [20:04:42] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 +comment (10b) [20:07:47] 03(mod) VisualEditor: Support editing of sections inside a page - 10https://bugzilla.wikimedia.org/48429 +comment (10jforrester) [20:08:36] 03(NEW) Invalidate navbar cache when JSON is edited - 10https://bugzilla.wikimedia.org/52343 normal; MediaWiki extensions: BookManagerv2; () [20:08:49] 03(mod) Invalidate navbar cache when JSON is edited - 10https://bugzilla.wikimedia.org/52343 (10Molly White) [20:08:49] 03(mod) Create basic tool for reading books(group of pages) - 10https://bugzilla.wikimedia.org/50386 (10Molly White) [20:14:51] 03(mod) Pressing Ctrl+K, quickly adjusting link target, then pressing Enter loses the adjustments and uses default link target (same as text) - 10https://bugzilla.wikimedia.org/52344 summary; +comment (10Bartosz Dziewoński) [20:15:06] 03(mod) Pressing Ctrl+K, quickly adjusting link target, then pressing Enter loses the adjustments and uses default link target (same as text - 10https://bugzilla.wikimedia.org/52344 summary; +comment (10James Forrester) [20:16:49] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 (10kwwilliams) [20:16:58] 03(NEW) VE does not apply PST (pre-save transform) when generating its diff - 10https://bugzilla.wikimedia.org/52345 normal; VisualEditor: General; () [20:20:28] 03(mod) VE does not apply PST (pre-save transform) when generating its diff - 10https://bugzilla.wikimedia.org/52345 +comment (10Legoktm) [20:22:58] 03(mod) Add "Work in progress" button/status to Gerrit workflow to reduce dashboard noise - 10https://bugzilla.wikimedia.org/50842 summary; +comment (10MZMcBride) [20:23:07] 03(NEW) Save dialog appears in funny locations - 10https://bugzilla.wikimedia.org/52346 normal; VisualEditor: General; () [20:23:47] 03(NEW) Use an IContextSource instead of globals - 10https://bugzilla.wikimedia.org/52347 normal; MediaWiki extensions: BookManagerv2; () [20:23:57] 03(mod) Use an IContextSource instead of globals - 10https://bugzilla.wikimedia.org/52347 (10Molly White) [20:23:58] 03(mod) Create basic tool for reading books(group of pages) - 10https://bugzilla.wikimedia.org/50386 (10Molly White) [20:25:19] 03(mod) VE does not apply PST (pre-save transform) when generating its diff - 10https://bugzilla.wikimedia.org/52345 +comment (10Bartosz Dziewoński) [20:35:32] 03(NEW) forceSearchIndex.php spits out warnings if it doesn't index any pages - 10https://bugzilla.wikimedia.org/52348 normal; MediaWiki extensions: CirrusSearch; () [20:35:49] MatmaRex: are you talking about something else? http://cl.ly/image/0z3J3V2B0W1V [20:36:46] 03(mod) MediaWiki code update sometime leave deleted files - 10https://bugzilla.wikimedia.org/52316 normal->major; +comment (10Greg Grossmeier) [20:37:12] legoktm: that's precisely what i am talking about, but that's also now what i am seeing, lol [20:37:16] let me try on en.wp [20:37:24] legoktm: actually, does template:test exist? [20:37:29] It does [20:37:40] https://en.wikipedia.org/wiki/Template:Test [20:37:42] lemme try, then [20:38:26] MatmaRex, legoktm: This works in older versions of MediaWiki (1.19) Maybe this was changed recently? [20:38:29] legoktm: http://i.imgur.com/mpZjVkT.png [20:38:41] o.O [20:38:43] Ohhhh [20:38:47] I'm using the API diff thingy [20:38:59] ah. well, then it's broken as well :P [20:39:08] legoktm: also, why not livepreview from prefs? that one does it correctly [20:39:19] 03(mod) VisualEditor: Links are not shown as redlinks when their target is blank (or as 'stub-alternate-colour' if appropriate) - 10https://bugzilla.wikimedia.org/37901 +comment (10Chris McKenna) [20:39:27] 03(mod) Add "Work in progress" button/status to Gerrit workflow to reduce dashboard noise - 10https://bugzilla.wikimedia.org/50842 +comment (10b) [20:39:39] i installed some custom JS that did that a few years ago and never bothered since it still works [20:39:57] it clearly doesn't. :P [20:40:20] 03(mod) VE does not apply PST (pre-save transform) when generating its diff - 10https://bugzilla.wikimedia.org/52345 +comment (10legoktm.wikipedia) [20:40:44] 03(mod) VisualEditor: Links are not shown as redlinks when their target is blank (or as 'stub-alternate-colour' if appropriate) - 10https://bugzilla.wikimedia.org/37901 (10Chris McKenna) [20:40:45] 03(mod) Visual Editor should color links - 10https://bugzilla.wikimedia.org/52173 (10Chris McKenna) [20:41:52] 03(mod) Pressing Ctrl+K, quickly adjusting link target, then pressing Enter loses the adjustments and uses default link target (same as text - 10https://bugzilla.wikimedia.org/52344 +comment (10Bartosz Dziewoński) [20:41:54] 03(mod) VisualEditor: Link inspector ignores typed text if user presses [enter] too quickly, explodes with new links - 10https://bugzilla.wikimedia.org/51415 +comment (10Bartosz Dziewoński) [20:43:14] 03(mod) MediaWiki code update sometime leave deleted files - 10https://bugzilla.wikimedia.org/52316 +comment (10hashar) [20:45:56] 03(mod) Save dialog appears in funny locations - 10https://bugzilla.wikimedia.org/52346 +comment (10Bartosz Dziewoński) [20:45:56] 03(mod) VisualEditor: [Regression] Save dialog sometimes attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 +comment (10Bartosz Dziewoński) [20:46:15] 03(mod) Visual Editor should color links - 10https://bugzilla.wikimedia.org/52173 +comment (10James Forrester) [20:46:17] 03(NEW) Editor counts for Italian Wikipedia all zero - 10https://bugzilla.wikimedia.org/52349 normal; Analytics: Wikistats; () [20:46:21] 03(mod) VisualEditor: Links are not shown as redlinks when their target is blank (or as 'stub-alternate-colour' if appropriate) - 10https://bugzilla.wikimedia.org/37901 +comment (10James Forrester) [20:48:38] 03(mod) VisualEditor: Links are not shown as redlinks when their target is blank (or as 'stub-alternate-colour' if appropriate) - 10https://bugzilla.wikimedia.org/37901 +comment (10jforrester) [20:50:40] 03(mod) VisualEditor: API does not apply PST (pre-save transform) when generating its diff - 10https://bugzilla.wikimedia.org/52345 normal->minor; summary; +comment (10James Forrester) [20:52:19] !bug 51378 [20:52:19] https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=51378 [20:54:41] 03(mod) VisualEditor: Tool to set/unset text as superscript - 10https://bugzilla.wikimedia.org/51611 +comment (10jforrester) [20:54:52] 03(mod) VisualEditor: Link editor requires ENTER for input - 10https://bugzilla.wikimedia.org/51065 +comment (10gerritadmin) [20:54:53] 03(mod) VisualEditor: Link inspector crashes when inserting link on non-linkable or empty selection - 10https://bugzilla.wikimedia.org/51404 +comment (10gerritadmin) [20:54:59] 03(mod) VisualEditor: Too many clicks needed to dismiss inlink editor - 10https://bugzilla.wikimedia.org/51523 +comment (10gerritadmin) [20:55:01] 03(mod) VisualEditor: Link inspector ignores typed text if user presses [enter] too quickly, explodes with new links - 10https://bugzilla.wikimedia.org/51415 +comment (10gerritadmin) [20:55:43] 03(mod) Allow sections to be indented/outdented - 10https://bugzilla.wikimedia.org/52350 (10Molly White) [20:55:43] 03(mod) Create an tool for edit books(group of pages) that reduces the learning curve - 10https://bugzilla.wikimedia.org/51239 (10Molly White) [20:59:21] 03(mod) Allow sections to be indented/outdented - 10https://bugzilla.wikimedia.org/52350 +comment (10molly.white5) [20:59:25] 03(NEW) Reference display bug in reference tooltip when using multiple lines - 10https://bugzilla.wikimedia.org/52351 normal; MediaWiki: Skin and page rendering; () [21:02:55] 03(mod) Clickable tabs overlap for small screen resolutions - 10https://bugzilla.wikimedia.org/20234 +comment (10gerritadmin) [21:04:57] 03(NEW) VisualEditor should handle and identically - 10https://bugzilla.wikimedia.org/52352 normal; VisualEditor: ContentEditable; () [21:08:37] 03(mod) VisualEditor: Link editor requires ENTER for input - 10https://bugzilla.wikimedia.org/51065 +comment (10James Forrester) [21:08:47] 03(mod) VisualEditor: Link inspector crashes when inserting link on non-linkable or empty selection - 10https://bugzilla.wikimedia.org/51404 +comment (10James Forrester) [21:08:55] 03(mod) VisualEditor: Too many clicks needed to dismiss inlink editor - 10https://bugzilla.wikimedia.org/51523 +comment (10James Forrester) [21:09:02] 03(mod) VisualEditor: Link inspector ignores typed text if user presses [enter] too quickly, explodes with new links - 10https://bugzilla.wikimedia.org/51415 +comment (10James Forrester) [21:10:47] 03(NEW) Building the search index for simplewiki crashed - 10https://bugzilla.wikimedia.org/52353 normal; MediaWiki extensions: CirrusSearch; () [21:13:18] 03(mod) Navigation bars appear in diff view - 10https://bugzilla.wikimedia.org/52331 +comment (10Raylton P. Sousa) [21:14:57] 03(mod) Building the search index for simplewiki crashed - 10https://bugzilla.wikimedia.org/52353 (10Nik Everett) [21:15:10] Hi, was wondering if there is a way to show a wiki page in game with only a little info instead of the whole page shown in the browser. [21:19:53] Eir1: Perhaps ?action=raw or ?action=render ? [21:20:05] 03(mod) Images: Auto-external links to image files display the image inline - 10https://bugzilla.wikimedia.org/51092 +comment (10C. Scott Ananian) [21:20:55] Has mediawiki been tested with MySQL 5.6.12? [21:21:20] Elsie, this is new to me, I'm admin and create accounts etc. Another staff member brought this to me, I'll see what I can find on those two commands, thanks. :) [21:21:21] 03(mod) diff display is unusable if link is to one side of the page - 10https://bugzilla.wikimedia.org/52328 summary (10Chris McMahon) [21:21:29] ah [21:21:35] !index.php [21:21:36] https://www.mediawiki.org/wiki/Manual:Parameters_to_index.php [21:21:44] Eir1: You may be interested in that. ^ [21:21:50] There's also a robust Web API at /api.php. [21:21:54] Depending on what you need. [21:22:08] our problem is we have the wiki tied to the game but too much text to scroll when you just want to see what items to use to make something. [21:22:20] thanks wm-bot, will check that out also [21:22:20] Hey Eir1, you are welcome! [21:25:16] 03(mod) Missing nowiki escaping when single quotes wrap new i/b tags - 10https://bugzilla.wikimedia.org/52103 (10ssastry) [21:26:00] 03(mod) Parsoid adding nowikis around colons preceded by a space - 10https://bugzilla.wikimedia.org/52035 (10ssastry) [21:26:45] 03(mod) Building the search index for simplewiki crashed - 10https://bugzilla.wikimedia.org/52353 +comment (10gerritadmin) [21:26:46] 03(mod) Building the search index for simplewiki crashed - 10https://bugzilla.wikimedia.org/52353 (10Gerrit Notification Bot) [21:26:51] 03(NEW) Run Minion testing instance for security testing - 10https://bugzilla.wikimedia.org/52354 enhancement; Wikimedia Labs: deployment-prep (beta); () [21:28:14] 03(mod) Building the search index for simplewiki crashed - 10https://bugzilla.wikimedia.org/52353 +comment (10gerritadmin) [21:29:00] 03(NEW) VisualEditor (and possibly other beta tools) need an exposed, easy-to-use on/off switch - 10https://bugzilla.wikimedia.org/52355 normal; Wikimedia: General/Unknown; () [21:29:04] 03(mod) Table cell with pipe causes nowiki - 10https://bugzilla.wikimedia.org/51919 (10ssastry) [21:29:20] 03(mod) Run Minion testing instance for security testing - 10https://bugzilla.wikimedia.org/52354 (10Greg Grossmeier) [21:29:50] 03(mod) VisualEditor (and possibly other beta tools) need an exposed, easy-to-use on/off switch - 10https://bugzilla.wikimedia.org/52355 (10MZMcBride) [21:30:39] 03(mod) Building the search index for simplewiki crashed - 10https://bugzilla.wikimedia.org/52353 (10Chad H.) [21:31:18] 03(mod) Implement way to round-trip tables with fosterable content that migrates out of the table - 10https://bugzilla.wikimedia.org/51217 (10ssastry) [21:32:49] 03(mod) forceSearchIndex.php spits out warnings if it doesn't index any pages - 10https://bugzilla.wikimedia.org/52348 +comment (10gerritadmin) [21:32:50] 03(mod) forceSearchIndex.php spits out warnings if it doesn't index any pages - 10https://bugzilla.wikimedia.org/52348 (10Gerrit Notification Bot) [21:33:34] 03(mod) forceSearchIndex.php spits out warnings if it doesn't index any pages - 10https://bugzilla.wikimedia.org/52348 +comment (10gerritadmin) [21:34:19] 03(mod) forceSearchIndex.php spits out warnings if it doesn't index any pages - 10https://bugzilla.wikimedia.org/52348 (10Chad H.) [21:34:25] 03(mod) personal edit toolbar lost - 10https://bugzilla.wikimedia.org/21692 +comment (10gerritadmin) [21:34:28] 03(mod) personal edit toolbar lost - 10https://bugzilla.wikimedia.org/21692 (10Gerrit Notification Bot) [21:34:57] 03(mod) Suggests nonsense words - 10https://bugzilla.wikimedia.org/52284 (10Chad H.) [21:37:33] 03(NEW) Login check without javascript broken - 10https://bugzilla.wikimedia.org/52356 major; MediaWiki extensions: CentralAuth; () [21:38:18] 03(mod) CirrusSearch suggests nonsense words - 10https://bugzilla.wikimedia.org/52284 summary (10MZMcBride) [21:39:50] I'm looking at Yuri's rough analysis of API usage and wow, generators are a well-kept secret judging by how few people are using them [21:39:54] 03(mod) Tabs overlap ('Edit' is missing) in Vector on Opera Mini - 10https://bugzilla.wikimedia.org/51276 +comment (10matma.rex) [21:40:43] the difference between getting wikitext & HTML as a result - also hard for them to figure out. those are output by different modules (parsing vs being one of the properties of a page) [21:41:42] "just gimme the page" (including grabbing the revision) - it's complex to find right now, although it is one of the examples [21:42:08] 03(NEW) Set up graphite monitoring for the beta cluster - 10https://bugzilla.wikimedia.org/52357 enhancement; Wikimedia: Continuous integration; () [21:42:10] 03(mod) Setup monitoring for Beta cluster - 10https://bugzilla.wikimedia.org/51497 (10Greg Grossmeier) [21:42:23] 03(mod) personal edit toolbar lost - 10https://bugzilla.wikimedia.org/21692 (10Alex Monk) [21:43:19] our developer docs in general, including API could use explanation of some concepts unique to MW: history, redirects, pages/revisions, etc. [21:43:25] yurik suggests a page called "recipes" [21:44:13] sumanah: generators are just something that's rarely used in APIs, i think, and thus might be hard to grasp for casual programmers [21:44:40] and wikitext and html can both be output by prop=revisions. [21:44:49] we have a template in the docs https://www.mediawiki.org/wiki/Template:ApiEx [21:44:56] (although the "just gimme the page" scenario kinda sucks, true) [21:45:11] * sumanah is notetaking on a conversation mooeypoo & yurik are having in person [21:45:17] 03(mod) HTML Email Notifications - Text snippets have weird characters - 10https://bugzilla.wikimedia.org/52313 +comment (10gerritadmin) [21:45:20] "more examples" they cry :) [21:45:20] 03(mod) HTML Email Notifications - Text snippets have weird characters - 10https://bugzilla.wikimedia.org/52313 (10Gerrit Notification Bot) [21:46:35] people at first often think they'll just want 1 page, but since they'll often end up actually wanting multiple pages, we should teach them that way from the start, as much as possible [21:46:40] (Yuri says) [21:47:23] in a geolocation search - we can use that for a generator. Can all be done in 1 API call. In response to 1 call, get page a with content, page b with content, etc. [21:47:50] * sumanah looks http://wikilocation.org/ [21:48:06] 03(mod) Place cursor after section name when editing Summary field - 10https://bugzilla.wikimedia.org/9937 +comment (10TMg) [21:48:35] Most pages have geocoordinates that weren't indexed by us - Max added extension that indexes them & added an extension to API that can return that info - wikilocation site might be a good interface, but the processing, we can do already in our API [21:49:16] 03(mod) Be more strict when validating URLs - 10https://bugzilla.wikimedia.org/52325 summary (10MZMcBride) [21:49:17] 03(NEW) Parsoid logs should include PID - 10https://bugzilla.wikimedia.org/52358 normal; Parsoid: General; () [21:49:51] as the user experience designers for API docs/etc. what else can we make easier for people? [21:50:14] well, their frameworks lead them to do stuff in a certain way, but often those frameworks don't make it easy to use an API well... [21:53:49] also we don't push ApiSandbox hard enough!@ [21:55:16] Hmm, where else would we push it? [21:55:31] (I don't disagree, but I don't see a lot of other options) [21:55:48] 03(mod) Reference display bug in reference tooltip when using multiple lines - 10https://bugzilla.wikimedia.org/52351 +comment (10Bartosz Dziewoński) [21:56:23] bawolff: we could embed it within the API documentation: "try it here" [21:56:28] we do that [21:56:34] It says right on the top [21:56:55] or you mean the non-autogenerated docs... [21:57:18] yes [21:57:29] Hey [21:57:32] hi InezK [21:58:44] Who from WMF would be the right person to e-mail and ask about certain data that I want to display on the chart - I know what I want to do and I know how I can do it - but maybe there is easier way, some nice tools, scripts, etc. [21:59:11] bawolff: I mean, like right in the API manual, right under a "here's how you do foo" example, add a sort of little sandbox right there - "type this in and hit Enter" [21:59:15] get it into people's muscle memory [21:59:36] sumanah: yeah, that sounds like a good idea [21:59:58] evidently it would require some changes to ApiSandbox [22:00:28] 03(mod) Some extensions register their namespaces too late - 10https://bugzilla.wikimedia.org/45031 +comment (10b) [22:00:58] 03(mod) Place cursor after section name when editing Summary field - 10https://bugzilla.wikimedia.org/9937 -patch -patch-reviewed (10Bartosz Dziewoński) [22:02:35] 03(mod) Some extensions register their namespaces too late - 10https://bugzilla.wikimedia.org/45031 +comment (10gerritadmin) [22:04:08] 03(mod) VisualEditor: [Regression] Save dialog sometimes attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 +comment (10gerritadmin) [22:04:51] 03(NEW) graphite isn't getting deploy events - 10https://bugzilla.wikimedia.org/52359 normal; Wikimedia: General/Unknown; () [22:04:59] 03(mod) Customise linktrail for Gujarati (gu) - 10https://bugzilla.wikimedia.org/48798 +comment (10dsvyas) [22:05:52] 03(mod) graphite isn't getting deploy events - 10https://bugzilla.wikimedia.org/52359 (10Greg Grossmeier) [22:06:57] 03(mod) Some extensions register their namespaces too late - 10https://bugzilla.wikimedia.org/45031 +comment (10MZMcBride) [22:08:08] 03(mod) Place cursor after section name when editing Summary field - 10https://bugzilla.wikimedia.org/9937 +comment (10Daniel Friesen) [22:08:14] 03(mod) personal edit toolbar lost - 10https://bugzilla.wikimedia.org/21692 +comment (10mybugs.mail) [22:08:42] 03(mod) Customise linktrail for Gujarati (gu) - 10https://bugzilla.wikimedia.org/48798 +comment (10sam) [22:08:58] 03(mod) Clickable tabs overlap for small screen resolutions - 10https://bugzilla.wikimedia.org/20234 +comment (10Bartosz Dziewoński) [22:09:38] 03(mod) Clickable tabs overlap for small screen resolutions - 10https://bugzilla.wikimedia.org/20234 (10Bartosz Dziewoński) [22:17:53] 03(mod) HTML Email Notifications - Text snippets have weird characters - 10https://bugzilla.wikimedia.org/52313 +comment (10gerritadmin) [22:20:20] 03(mod) Place cursor after section name when editing Summary field - 10https://bugzilla.wikimedia.org/9937 +comment (10matma.rex) [22:22:15] @trusted [22:22:15] I trust: petan\|w!.*@wikimedia/Petrb (2admin), .*@wikimedia/.* (2trusted), .*@wikipedia/.* (2trusted), .*@mediawiki/..* (2trusted), .*@wikipedia/MZMcBride (2admin), .*@wikimedia/Krinkle (2admin), .*@fsf/.* (2trusted), .*@unaffiliated/valhallasw (2trusted), .*@wikinews/bawolff (2admin), .*@unaffiliated/jeroendedauw (2trusted), .*@MediaWiki/.* (2trusted), [22:25:10] (Moriel is now arguing with people about space travel) [22:25:18] (so I guess we are done talking about the API) [22:25:25] lol [22:25:43] 03(mod) Parsing issue on a few of pl.wp's infoboxes - 10https://bugzilla.wikimedia.org/52305 (10ssastry) [22:26:35] 03(mod) Reference display bug in reference tooltip when using multiple lines - 10https://bugzilla.wikimedia.org/52351 (10Alex Monk) [22:26:57] 03(mod) graphite isn't getting deploy events - 10https://bugzilla.wikimedia.org/52359 +comment (10sam) [22:27:08] now mooeypoo & yurik are scheming about how to really reboot the space program, possibly with a war. this is what happens when I arrange a coworking day [22:29:29] re ssl: I trust my tin foil helmet over ssl any day [22:30:52] That's what the NSA wants you to think [22:31:23] * yurik goes to war [22:32:01] 03(mod) graphite isn't getting deploy events - 10https://bugzilla.wikimedia.org/52359 +comment (10Greg Grossmeier) [22:33:34] bawolff: now the nsa is making me think stuff? should I switch helmets? [22:34:00] 03(mod) graphite isn't getting deploy events - 10https://bugzilla.wikimedia.org/52359 +comment (10afeldman) [22:34:10] Caves form natural Faraday cages. Living in a cave is the only solution [22:35:26] 03(mod) graphite isn't getting deploy events - 10https://bugzilla.wikimedia.org/52359 +comment (10greg) [22:35:47] * hexmode moves to a cave [22:47:56] 03(NEW) Parsoid: Serializer should wrap invalid link targets in - 10https://bugzilla.wikimedia.org/52360 normal; Parsoid: General; () [22:49:41] 03(mod) FlaggedRevs PHP Fatal error: Call to a member function getParserOutput() on a non-object - 10https://bugzilla.wikimedia.org/49899 (10Sam Reed (reedy)) [22:50:48] 03(NEW) Edit Spinner and Edit's Continue Button on Opera Mobile Classic Funky - 10https://bugzilla.wikimedia.org/52361 normal; MediaWiki extensions: MobileFrontend; () [22:51:56] 03(NEW) Call to a member function getParserOutput() on a non-object in FlaggedRevs.class.php on line 575 - 10https://bugzilla.wikimedia.org/52362 normal; MediaWiki extensions: FlaggedRevs; () [23:09:08] 03(NEW) All parser tests with {{pipe}} fail. - 10https://bugzilla.wikimedia.org/52363 normal; Parsoid: tokenizer; () [23:09:20] 03(mod) All parser tests with {{pipe}} fail. - 10https://bugzilla.wikimedia.org/52363 (10C. Scott Ananian) [23:18:51] 03(mod) Remove secret.yml file - 10https://bugzilla.wikimedia.org/49158 (10Jeff Hall) [23:22:21] 03(mod) VisualEditor: [Regression] Save dialog sometimes attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 +comment (10James Forrester) [23:23:10] 03(mod) VisualEditor: Provide a "view VE" mode for protected pages - 10https://bugzilla.wikimedia.org/51547 (10John Mark Vandenberg) [23:23:11] 03(mod) VisualEditor: The read HTML should have hinting to allow full DOM copying (as opposed to just rich copying) from read mode into VE surfaces - 10https://bugzilla.wikimedia.org/52091 (10John Mark Vandenberg) [23:23:15] 03(mod) diff display is unusable if link is to one side of the page - 10https://bugzilla.wikimedia.org/52328 +comment (10James Forrester) [23:23:17] 03(mod) VisualEditor: [Regression] Save dialog sometimes attaches to context menu toolbar instead of platform toolbar - 10https://bugzilla.wikimedia.org/52317 +comment (10James Forrester) [23:33:09] 03(mod) Display a Sitenotice and no Anonnotice - 10https://bugzilla.wikimedia.org/52308 +comment (10porplemontage) [23:37:09] 03(mod) HTML Email Notifications - Text snippets have weird characters - 10https://bugzilla.wikimedia.org/52313 +comment (10Fabrice Florin) [23:50:31] 03(mod) VisualEditor (and possibly other beta tools) need an exposed, easy-to-use on/off switch - 10https://bugzilla.wikimedia.org/52355 +comment (10jared.zimmerman) [23:52:18] 03(mod) VisualEditor (and possibly other beta tools) need an exposed, easy-to-use on/off switch - 10https://bugzilla.wikimedia.org/52355 normal->major (10Jared Zimmerman (WMF))