[00:00:44] if you do, remove that [00:02:32] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 summary (10Calak) [00:02:47] 03(NEW) Setup monitoring for BetaLabs - 10https://bugzilla.wikimedia.org/51497 normal; Wikimedia: Continuous integration; () [00:02:49] 03(mod) continuous integration monitoring (tracking) - 10https://bugzilla.wikimedia.org/49459 (10Greg Grossmeier) [00:02:50] 03(mod) Use BetaLabs as a true canary for code deployments (tracking) - 10https://bugzilla.wikimedia.org/51494 (10Greg Grossmeier) [00:02:54] jorm: I undetstand [00:02:55] Ryan_Lane, uhhh... why? [00:02:59] *understand [00:03:08] kim_bruning: because that's unneeded [00:03:29] i'm writing an answer for you, though i expect it will be (once again) mis-interpreted, ignored, and that I will be accussed of bad faith. [00:03:32] kim_bruning: you have a proxy agent, proxy password, ldap base and a search attribute [00:03:50] Autologin now fails [00:04:02] what's doing auto-auth? [00:04:13] 03(mod) Add right of granting and revoking bot group to administrators - 10https://bugzilla.wikimedia.org/51495 +comment (10Calak) [00:04:14] apache? [00:04:14] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10CalakWiki) [00:04:18] via kerberos? [00:04:27] buuuut [00:04:33] 03(mod) Setup monitoring for BetaLabs - 10https://bugzilla.wikimedia.org/51497 (10Greg Grossmeier) [00:05:26] jorm: the Wikimedia community will always do that with new features, then they adapt and complain about the next new feature [00:06:07] oh wow [00:06:11] now my test user does log in [00:06:26] AND HAS GROUPS [00:06:29] heh [00:06:30] which I may need to munge a tad [00:06:37] but my main user is locked out [00:07:20] Adding User To WikiGroup \o/ [00:07:23] heh [00:07:27] mission half accomplished [00:07:55] 03(mod) Add index type_action - 10https://bugzilla.wikimedia.org/49199 (10Sean Pringle) [00:08:18] wait, something still went wrong? [00:08:20] 03(mod) Drop fj_new_sha1 field - 10https://bugzilla.wikimedia.org/49195 (10Sean Pringle) [00:09:09] 03(mod) Dropping ss_admins on wmf databases - 10https://bugzilla.wikimedia.org/49192 (10Sean Pringle) [00:09:35] 03(mod) Dropping cat_hidden - 10https://bugzilla.wikimedia.org/49194 (10Sean Pringle) [00:09:53] nono, it's in [00:10:01] just took a moment to get the job done [00:10:07] okay [00:10:13] so now why is my main user breaking [00:10:18] and then it's home and to bed [00:10:23] I prolly won't be home before 4 am [00:10:26] heh [00:10:26] but worth it ;-) [00:10:33] glad I could help you out ;) [00:10:54] You. Are. Awesome [00:11:01] there's not really a great tutorial for auto-auth + groups [00:11:56] ok, it breaks because the SearchStrings was DOMAIN\Username [00:12:18] and my own user apparantly can't quite be found using CN=kbruning for some reason [00:12:25] while CN=Test001 works fine [00:12:36] well, your cn is likely something other than kbruning [00:12:44] that's likely your samaccountname [00:13:01] PiRSquared: I have answered for you. [00:13:17] Thank you. I will look at it right now [00:14:01] 03(NEW) SMW\ParserTextProcessor issues with redirect handling - 10https://bugzilla.wikimedia.org/51498 normal; MediaWiki extensions: Semantic MediaWiki; () [00:14:11] Ryan_Lane, I was just ahead of you [00:14:15] Please bear in mind that I've been hopped up on cold medicine for the past 2 days. [00:14:36] my cn is Bruning, Kim [00:14:52] so if I log in with that on my actual laptop, that SHOULD work.... RIGHT? [00:14:56] lessee [00:14:58] 03(mod) SMW\ParserTextProcessor issues with redirect handling - 10https://bugzilla.wikimedia.org/51498 +comment (10gerritadmin) [00:16:45] so actually, I do need to use sAMAname , not CN [00:16:46] heh [00:16:48] letssee [00:19:56] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 +comment (10gerritadmin) [00:23:57] hmm, I can't combine samaccountname and cn and dc all at once? [00:24:09] combine them in which way? [00:24:14] for the search attr? [00:24:27] nope [00:24:40] that would be catastrophic. [00:25:07] only samaccount name is definitely unique, right? [00:25:10] I guess maybe cn is too [00:25:28] people should only be logging in with a single one of those values, right? [00:25:52] how is the username being set? [00:26:04] userprincipalname (UPN)? [00:27:16] it's being set from REMOTE_USER [00:27:26] which apparantly is supplying the SAMACCOUNTNAME [00:27:27] right, but how is REMOTE_USER being set? [00:27:31] but ... why should it? [00:27:32] RIGHT [00:27:34] * kim_bruning checks [00:27:47] oh, I have a few clues why [00:27:53] I'd surely hope it was consistent :) [00:27:57] among others because that's what the user names in the wiki are being set to atm [00:28:58] so now how to dig my way back out of this one? [00:29:02] * kim_bruning scratches head [00:30:34] so ok, only my group query need be different somehow [00:32:54] ok, so given that I get the samaccountname from REMOTE_USER [00:32:58] and I'm sort of stuck with it [00:33:01] now what? [00:33:05] * kim_bruning scratches head [00:36:33] 03(mod) link to page sections - 10https://bugzilla.wikimedia.org/51445 +comment (10This, that and the other) [00:36:43] Ryan_Lane, any ideas? [00:37:02] what's the problem? [00:37:28] rename the users in the wiki? :) [00:37:38] to be a consistent attribute? [00:38:08] that's basically a requirement for using ldap with mediawiki anyway [00:38:16] the user names need to match ldap [00:38:49] well... they do, but they match sAMAccountname [00:38:55] and the production server actually has that working [00:39:08] so use samaccountname as the searchattribute? [00:39:28] that should fetch the user's dn, and use then get the group list from memberof [00:39:46] s/use// [00:41:17] that's what I have [00:41:20] but that doesn't work [00:41:28] what doesn't work about it? [00:41:46] even more fun, if I disable the searchstrings on production, you can't log in there either [00:42:04] (production has neither groups nor autologin, just plain LDAP) [00:42:11] searchstrings doesn't make any sense with auto-auth [00:42:26] since the username is being set via auto-auth [00:42:34] and TFM says that you should use searchstrings in combo with the searchattributes [00:42:51] it depends [00:42:57] that's one way of doing it [00:43:03] well , if I comment out searchstrings in the autoauth, it no longer logs in [00:43:10] that's the easiest way of doing it for AD if you aren't using auto-auth [00:44:00] you can use proxyagent/proxypass/basedn/searchattributes and it'll work in production [00:44:20] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10This, that and the other) [00:44:21] if you want to scope your user and group searches, there's options for that too [00:44:30] http://www.mediawiki.org/wiki/Extension:LDAP_Authentication/Configuration_Options#Proxied_or_search_based_bind_options [00:45:31] so what am I doing wrong I wonder? [00:53:33] let's see if I can clear up anonymize and post my LDAP settings [00:53:54] I'm not entirely happy that the sysadmin gave me an atypical test account to play with btw :-P [00:53:56] well, you're doing totally different things in test and production ;) [00:54:14] which require different configurations [00:56:46] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10tomasz) [00:57:06] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 normal->15enhancement; +shellpolicy (10Tomasz W. Kozlowski) [00:58:40] Yes [00:58:46] I'm setting up in test [00:58:50] to roll out to production ;-) [00:59:12] http://pastebin.com/JNSs6shb [00:59:16] hmm [00:59:33] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10at.light) [01:00:19] I'm probably doing something very silly wrong [01:01:55] 03(mod) Statement group's property labels should always be visible on huge groups when scrolling down - 10https://bugzilla.wikimedia.org/51460 summary (10Daniel Werner) [01:02:20] plugging in an LdapSearchStrings makes it go [01:02:29] but then groups don't work :-/ [01:02:32] it's either or [01:04:44] * kim_bruning wonders if this is a corner case or whether PEBKAC? [01:04:46] ;-) [01:04:59] * kim_bruning pokes Ryan_Lane some more [01:05:07] last time today, I need to get home and get some sleep :-/ [01:05:37] $wgLDAPUseLocal = false; <— no need to set that, it's the default [01:05:44] I hate only ALMOST getting there [01:05:52] ah [01:05:57] $wgLDAPBaseDNs = array( "x"=>"cn=Users,dc=x,dc=y" ); <— that doesn't look right [01:06:19] are your users and your groups under cn=Users? [01:06:31] my users are [01:06:35] http://www.mediawiki.org/wiki/Extension:LDAP_Authentication/Configuration_Options#Proxied_or_search_based_bind_options [01:06:36] my groups prolly not [01:06:40] 03(mod) VisualEditor: Show the warning/error of a triggered AbuseFilter filter in the save dialog - 10https://bugzilla.wikimedia.org/50472 summary (10Krinkle) [01:06:41] 03(mod) VisualEditor: Show the warning of a triggered AbuseFilter filter in the save dialog - 10https://bugzilla.wikimedia.org/50472 summary (10Krinkle) [01:06:46] that should likely be dc=x,dc=y [01:06:50] roger [01:07:05] you can scope users and groups with $wgLDAPGroupBaseDNs and $wgLDAPUserBaseDNs [01:07:18] if the generic base is too inefficient [01:07:18] sure [01:07:28] I'd like it to work first ;-) [01:08:10] wait a sec [01:08:23] I dnno [01:08:27] cleaning it up seems to have done it [01:08:33] hang [01:09:17] yes [01:09:22] it's now getting everything [01:09:27] * kim_bruning hugs Ryan_Lane  [01:09:31] * kim_bruning collapses on desk [01:09:52] teamwork, good sir! [01:09:54] heh [01:10:21] it helps when someone knows what stuff is SUPPOSED to look like ^^;; [01:12:01] 03(mod) VisualEditor: Show the warning of a triggered AbuseFilter filter in the save dialog - 10https://bugzilla.wikimedia.org/50472 +comment (10gerritadmin) [01:12:16] Ryan_Lane, whereabouts are you located today, btw, if I may ask? [01:12:21] SF [01:12:32] 03(mod) Improve CAPTCHA readability - 10https://bugzilla.wikimedia.org/43546 +comment (10Jon) [01:15:48] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 -easy (10Krinkle) [01:16:53] always fun to point out where you got your help from O:-) [01:17:08] heh [01:17:58] 03(mod) Move Special:Disambiguations and relevant messages out of core to an extension - 10https://bugzilla.wikimedia.org/35981 +comment (10gerritadmin) [01:18:37] I'll roll this out tomorrow afternoon I guess [01:18:58] it's 3AM, and it's 1 hour and 6 minutes to get back home I figure [01:19:26] HA! The traffic jam map is 100% clear! [01:19:36] that's a near impossibility [01:19:47] (In sf I'll wager that just never happens period... ;-) [01:19:59] but hey, 3 AM :-P [01:20:13] 03(NEW) Review and deploy Disambiguator extension - 10https://bugzilla.wikimedia.org/51499 normal; Wikimedia: Extension setup; () [01:20:15] 03(mod) Extensions awaiting code review to be deployed on Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/31235 (10Krinkle) [01:21:03] Alright good sir [01:21:09] I shall wish you a good night, and adieu! [01:21:16] And you really helped me out :-) [01:32:36] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10tomasz) [01:55:01] 03(mod) Mobile cannot keep a login for more than 2 days - 10https://bugzilla.wikimedia.org/51377 +comment (10Jon) [01:55:36] 03(mod) Account creation doesn't let you refresh the captcha - 10https://bugzilla.wikimedia.org/51482 normal->15enhancement (10Jon) [01:56:10] 03(mod) Cannot watch things in file namespace - 10https://bugzilla.wikimedia.org/51458 (10Jon) [01:57:10] 03(mod) Cannot get from talk page to article - 10https://bugzilla.wikimedia.org/50952 normal->15enhancement (10Jon) [02:01:20] 03(NEW) VisualEditor: Beta notice incorrectly highlights "Leave feedback" link when hovering the notice - 10https://bugzilla.wikimedia.org/51500 normal; VisualEditor: General; () [02:07:29] 03(mod) Revision wrongly flagged as "automatically checked" after edit conflict - 10https://bugzilla.wikimedia.org/33481 (10Aaron Schulz) [02:10:36] 03(mod) VisualEditor: Support editing nowiki blocks - 10https://bugzilla.wikimedia.org/47678 +comment (10gerritadmin) [02:20:55] 03(mod) VisualEditor: Escape key (and on Macs additionally ⌘-. ) inside the main editor should cancel VE mode and return to action=view - 10https://bugzilla.wikimedia.org/50868 +comment (10Chris McKenna) [02:25:31] 03(mod) User:Abuse filter deleted on removeUnusedAccounts.php - 10https://bugzilla.wikimedia.org/45419 +comment (10Legoktm) [02:34:36] !export [02:34:36] To export pages from a wiki, navigate to Special:Export on the wiki, type in the names of the pages to export, and hit "export". See for an example of this form. See also: !import [02:35:13] !dump [02:35:13] For information on how to get dumps from Wikimedia Wikis, see http://meta.wikimedia.org/wiki/Data_dumps . For a how-to on importing dumps, see https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps . [02:42:08] I just installed mediawiki and when I try to create a page I get this error: Forbidden [02:42:09] You don't have permission to access /w/index.php on this server. [02:42:09] Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." [02:42:12] How do I fix this? [02:42:38] Check the permissions on the w/ directory? [02:42:46] And check the permissions on w/index.php? [02:43:11] they're what they should be 755 on directories 644 on files [02:43:44] And appropriately owned? [02:44:03] Is your wiki public? [02:44:09] no, private [02:44:17] only sysop can read, edit, and create [02:44:17] Does w/LICENSE work? [02:44:24] Or some other text file? [02:44:29] I don't know waht w/LICENSE is [02:44:37] Inside your wiki root, there are text files. [02:44:41] Try to load one of those. [02:44:42] I don't have that file [02:44:50] I've edited localsettings.php [02:44:55] to make the wiki private [02:44:56] 03(NEW) VisualEditor: Rewrite converter to be bottom-up - 10https://bugzilla.wikimedia.org/51501 normal; VisualEditor: Technical Debt; () [02:46:33] !nightly [02:46:42] https://www.mediawiki.org/wiki/Nightlies [02:46:42] Elsie: do I need to make a LICENSE file? [02:46:42] mildfate1: No. [02:46:42] !nightly alias nightlies [02:46:43] Alias is already existing [02:46:50] Slow bot is slow. [02:47:27] i need to do something with nightlies? [02:47:29] mildfate1: Do you see any text files in the wiki root directory? [02:47:32] No. [02:47:45] 03(mod) VisualEditor: Rewrite converter to be bottom-up - 10https://bugzilla.wikimedia.org/51501 (10James Forrester) [02:47:45] I see lots of files [02:47:46] 03(mod) VisualEditor: Whitespace characters should not take a pre-annotation unless they have non-whitespace after them in the annotation - 10https://bugzilla.wikimedia.org/48933 (10James Forrester) [02:48:00] mildfate1: Okay, do you see any text files? [02:48:14] I see no files ending in .txt [02:48:34] 03(mod) VisualEditor: Rewrite converter to be bottom-up - 10https://bugzilla.wikimedia.org/51501 +comment (10Roan Kattouw) [02:50:04] mildfate1: Do you see a file called "COPYING"? [02:50:19] yes [02:50:32] What happens when you try to access that file via your Web browser? [02:50:56] 03(mod) link to page sections - 10https://bugzilla.wikimedia.org/51445 +comment (10kpeterzell) [02:50:58] I can access it [02:51:05] Okay. [02:51:16] 03(mod) link to page sections - 10https://bugzilla.wikimedia.org/51445 +comment (10Keegan Peterzell) [02:51:17] 03(mod) VisualEditor: Link input widget should understand section links - 10https://bugzilla.wikimedia.org/50881 +comment (10Keegan Peterzell) [02:51:19] What kind of Web server are you using? [02:51:29] apache, I think [02:51:36] hosted at namecheap.com [02:51:43] Do you see the file "load.php"? [02:51:52] Can you load "load.php" in your browser? [02:52:18] I can load "load.php" in browser [02:52:32] So it's only index.php that's causing trouble? [02:53:39] I guess. I can access my wiki, and see other pages, it's only when I try to "save" a page in its creation do I get the error [02:53:58] Oh. [02:54:13] I enter an article name in the address bar, click create, write some stuff, then "submit" and I get the 403/404 [02:54:29] 03(mod) Subpage Slash in Somali Wikipedia - 10https://bugzilla.wikimedia.org/49600 +comment (10at.light) [02:54:33] Sorry, I missed the "create a page" part. [02:54:38] I thought you couldn't access index.php at all. [02:55:34] is it still fixable? [02:55:53] Can you edit pre-existing pages? [02:56:08] 03(NEW) VisualEditor: Reduce event rapid fire in CE - 10https://bugzilla.wikimedia.org/51502 normal; VisualEditor: Technical Debt; () [02:57:41] I can't [02:59:32] You get the same error? [02:59:44] 03(NEW) Add an HTML comment to MediaWiki's page source explaining load.php - 10https://bugzilla.wikimedia.org/51503 enhancement; MediaWiki: General/Unknown; () [03:00:09] 03(mod) Beta notice look - 10https://bugzilla.wikimedia.org/51335 +comment (10This, that and the other) [03:00:12] Forbidden [03:00:15] You don't have permission to access /w/index.php on this server. [03:00:15] Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. [03:00:41] But you're saying that regular (non-edit) actions work? [03:00:50] Such as viewing a page at /w/index.php?title=Main_Page ? [03:00:54] right, I can see the main page [03:00:57] I can log in [03:01:05] With that URL structure? [03:01:09] I can see other special pages [03:01:16] I followed the url shortening guide [03:01:24] Right... [03:01:42] so it's actually http://mywiki.net/wiki/Main_Page [03:01:58] Does /w/index.php?title=Main_Page work? [03:02:15] yea [03:02:29] Does /w/index.php?title=Main_Page&action=edit work? [03:02:58] I can load the page, no guarantee I can make an edit and save it [03:03:02] you want me to try? [03:03:14] Does /w/index.php?title=Main_Page&action=submit work? [03:03:30] does not work [03:03:42] 03(mod) VisualEditor: Reduce event rapid fire in CE - 10https://bugzilla.wikimedia.org/51502 normal->major (10James Forrester) [03:03:43] What happens? [03:04:17] wait [03:04:21] visiting that page works [03:04:31] getting to that page by clicking "submit" does not [03:04:41] Forbidden [03:04:42] You don't have permission to access /w/index.php on this server. [03:04:42] Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. [03:04:45] on-click "submit" [03:04:53] Does /w/index.php work? [03:05:00] With no trailing ?... [03:05:15] There's no "submit" button in MediaWiki. Do you mean "Save page"? [03:05:18] redirects me to /wiki/Main_Page [03:05:32] yea, sorry, every time I said submit I meant save page [03:05:50] So it's only a POST submission that's failing? [03:05:53] Odd. [03:06:06] mildfate1: is /w/index.php set to the proper permissions? [03:06:37] mildfate1: can you PM me a link to the site? [03:07:27] permissions on index are 644 [03:08:13] mildfate1: can you create me an account with admin rights so I can see whats happening? [03:08:20] 03(mod) Fatal error in SnakSerializer - 10https://bugzilla.wikimedia.org/51493 +comment (10gerritadmin) [03:09:13] can you ask me what you'd look for and ill tell you what i see? [03:11:10] mildfate1: would take 10x longer and make it a headache to help you [03:11:54] Question: big site, big database. Jobs are taking a long time to execute (moderdate refreshLinks taking ~3 seconds) [03:11:59] I have several ideas on the cause but I need to take a look, you can disable my account in 30 minutes [03:12:01] What options do I have? [03:12:29] Betacommand: How do I make an account and give it admin rights? [03:13:27] Special:CreateAccount [03:13:29] 03(mod) Section handling in Semantic Forms - 10https://bugzilla.wikimedia.org/46662 +comment (10gerritadmin) [03:13:50] Special:UserRights [03:15:19] pm me [03:15:51] call me, maybe [03:17:57] how many downloads per day/week/month do we get? [03:19:24] of what? [03:20:04] MediaWiki [03:20:19] oh, that thing. [03:20:35] this being #mediawiki [03:20:53] i must have gotten lost again. [03:20:56] anyways, i don't think we track it. [03:22:50] we used to track it [03:26:04] we could embed a reference to a static asset on our servers or a tracking beacon [03:26:11] in the final step of the installer [03:26:21] i'm not sure what a raw download count would tell you [03:26:27] Downloads are completely separate from installs. [03:28:01] download.wikimedia.org probably has access logs. [03:29:32] it used to have access logs and a periodic statistical analysis [03:30:18] have you checked kraken? [03:32:53] no [03:43:34] 03(mod) Special:NewItem return error "Could not create a new page. It already exists." although it does not exist - 10https://bugzilla.wikimedia.org/46535 +comment (10Aude) [03:49:45] 03(NEW) Import failed: Format text/plain is not supported for content model Scribunto - 10https://bugzilla.wikimedia.org/51504 normal; MediaWiki: Export/Import; () [03:51:58] 03(mod) tags should be applied to the minimal rather than maximal content - 10https://bugzilla.wikimedia.org/50841 +comment (10gerritadmin) [04:01:51] 03(mod) EventLogging on the beta cluster should work well and match production (tracking) - 10https://bugzilla.wikimedia.org/49723 +comment (10Ori Livneh) [04:06:21] 03(mod) Add an HTML comment to MediaWiki's page source explaining load.php - 10https://bugzilla.wikimedia.org/51503 +easy (10MZMcBride) [04:22:15] 03(mod) top icons: featured star and good plus layout - 10https://bugzilla.wikimedia.org/51420 +comment (10jayvdb) [04:28:54] 03(mod) top icons and hidden templates - 10https://bugzilla.wikimedia.org/51420 trivial->normal; summary; +comment (10John Mark Vandenberg) [04:32:21] 03(NEW) SF AutoEdit API doesn't require edit token - 10https://bugzilla.wikimedia.org/51505 enhancement; MediaWiki extensions: SemanticForms; () [04:34:35] 03(NEW) Augment revisions with edit distance - 10https://bugzilla.wikimedia.org/51506 normal; MediaWiki: General/Unknown; () [04:35:45] 03(mod) Augment revisions with edit distance - 10https://bugzilla.wikimedia.org/51506 (10jeblad) [04:41:26] 03(mod) Language factory uses too simplistic caching - 10https://bugzilla.wikimedia.org/38439 (10jeblad) [04:51:56] 03(mod) In RTL (hewiki and arwiki) wikis, can't remove categories - 10https://bugzilla.wikimedia.org/51490 normal->major; +comment (10John Mark Vandenberg) [04:56:15] 03(mod) Summary does not use language direction - 10https://bugzilla.wikimedia.org/38488 (10jeblad) [04:57:42] 03(mod) VisualEditor: Add keyboard shortcut for heading level - 10https://bugzilla.wikimedia.org/33512 +comment (10Matthew Flaschen) [04:59:43] 03(NEW) Keyboard shortcut for "Clear formatting" - 10https://bugzilla.wikimedia.org/51507 normal; VisualEditor: General; () [05:01:48] 03(mod) VisualEditor: top icons: featured star and good plus layout - 10https://bugzilla.wikimedia.org/51420 summary; +comment (10John Mark Vandenberg) [05:01:48] 03(mod) VisualEditor: Handle 'meta' templates better - 10https://bugzilla.wikimedia.org/51322 (10John Mark Vandenberg) [05:05:52] 03(mod) Font for arabic displays Arabic characters folded on each other - 10https://bugzilla.wikimedia.org/45507 (10jeblad) [05:08:11] 03(mod) Vagrant very slow with two processor setting and IO-APIC conflict - 10https://bugzilla.wikimedia.org/51473 +comment (10gerritadmin) [05:16:08] 03(mod) The value "auto" for attribute "dir" is html5 - 10https://bugzilla.wikimedia.org/40127 (10jeblad) [05:16:10] 03(mod) tag_summary missing records - 10https://bugzilla.wikimedia.org/51254 +comment (10rohde) [05:17:23] 03(mod) The value "auto" for attribute "dir" is html5 - 10https://bugzilla.wikimedia.org/40127 (10jeblad) [05:21:32] 03(mod) Merge items in Wikidata - 10https://bugzilla.wikimedia.org/38664 (10jeblad) [05:32:27] I just installed the categorytree extension, but instead of pluses (+) next to my categories that expand I have x's [05:32:30] how do I fix this? [05:54:45] 03(mod) VisualEditor: Title is not updated on save if DISPLAYTITLE changed - 10https://bugzilla.wikimedia.org/50341 +comment (10John Mark Vandenberg) [06:06:26] 03(mod) Vagrant very slow with two processor setting and IO-APIC conflict - 10https://bugzilla.wikimedia.org/51473 (10Ori Livneh) [06:17:22] 03(mod) update-guest-additions script doesn't work - 10https://bugzilla.wikimedia.org/51471 +comment (10ori) [06:28:49] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10Todor Ivanov) [06:29:24] 03(mod) update-guest-additions script doesn't work - 10https://bugzilla.wikimedia.org/51471 +comment (10mflaschen) [06:36:44] 03(NEW) POTD Title returned by expandtemplates is not correct. - 10https://bugzilla.wikimedia.org/51508 normal; MediaWiki: API; () [06:46:41] 03(NEW) Wikimark square bracket is this an expected working ? - 10https://bugzilla.wikimedia.org/51509 normal; MediaWiki: General/Unknown; () [06:54:02] 03(NEW) Please upload converted file of NSA video to English Wikipedia - 10https://bugzilla.wikimedia.org/51510 normal; Wikimedia: Site requests; () [06:55:49] 03(mod) VisualEditor: Bad typing/backspacing behaviour for Malayalam - 10https://bugzilla.wikimedia.org/50566 +comment (10vssun9) [07:01:23] 03(mod) VisualEditor: Bad typing/backspacing behaviour for Malayalam - 10https://bugzilla.wikimedia.org/50566 (10This, that and the other) [07:01:26] 03(mod) Unexpected editing behavior for typing Malayalam text - 10https://bugzilla.wikimedia.org/50507 (10This, that and the other) [07:10:11] 03(NEW) Bad backspacing behavior for vowel symbol characters of Malayalam - 10https://bugzilla.wikimedia.org/51511 normal; VisualEditor: General; () [07:15:34] 03(mod) Bad backspacing behavior for vowel symbol characters of Malayalam - 10https://bugzilla.wikimedia.org/51511 +comment (10Santhosh Thottingal) [07:15:48] 03(NEW) Breakdown of traffic by OS does not present Google Chrome OS yet - 10https://bugzilla.wikimedia.org/51512 normal; Analytics: Wikistats; () [07:20:31] 03(mod) Bad backspacing behavior for vowel symbol characters of Malayalam - 10https://bugzilla.wikimedia.org/51511 +comment (10vssun9) [07:29:49] 03(mod) Implement inline comment support using OKFN annotator - 10https://bugzilla.wikimedia.org/46440 +comment (10Nick Stenning) [07:31:00] 03(mod) Implement inline comment support using OKFN annotator - 10https://bugzilla.wikimedia.org/46440 +comment (10nick) [07:35:05] 03(mod) update-guest-additions script doesn't work - 10https://bugzilla.wikimedia.org/51471 +comment (10gerritadmin) [07:49:07] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10CalakWiki) [07:56:29] 03(NEW) update.php fatal error on line 170. - 10https://bugzilla.wikimedia.org/51513 normal; MediaWiki: Maintenance scripts; () [08:04:41] 03(NEW) update.php does not give any response. - 10https://bugzilla.wikimedia.org/51514 normal; MediaWiki: Maintenance scripts; () [08:04:56] 03(mod) update-guest-additions script doesn't work - 10https://bugzilla.wikimedia.org/51471 +comment (10gerritadmin) [08:06:34] 03(mod) update-guest-additions script doesn't work - 10https://bugzilla.wikimedia.org/51471 (10Matthew Flaschen) [08:06:40] 03(mod) update.php does not give any response. - 10https://bugzilla.wikimedia.org/51514 +comment (10zoglun) [08:08:16] 03(mod) update.php does not give any response. - 10https://bugzilla.wikimedia.org/51514 +comment (10zoglun) [08:14:13] 03(mod) update-guest-additions script doesn't work - 10https://bugzilla.wikimedia.org/51471 +comment (10ori) [08:31:10] Why I can't use iwbacklinks as a prop but I can use langlinks, iwlinks ? [08:31:11] https://en.wikipedia.org/w/api.php [08:33:17] 03(NEW) removing "minor edit" fails - 10https://bugzilla.wikimedia.org/51515 normal; VisualEditor: Editing Tools; () [08:35:18] 03(mod) Fatal error in SnakSerializer - 10https://bugzilla.wikimedia.org/51493 +comment (10gerritadmin) [08:40:42] 03(mod) Specific thumbnail cannot be purged - 10https://bugzilla.wikimedia.org/47087 +comment (10ariel) [08:51:48] 03(mod) Activate Article Feed Back V5 on fa.wikipedia - 10https://bugzilla.wikimedia.org/51321 +comment (10Amir Ladsgroup) [08:58:27] 03(mod) Specific thumbnail cannot be purged - 10https://bugzilla.wikimedia.org/47087 +comment (10ariel) [09:02:20] 03(mod) update.php does not give any response. - 10https://bugzilla.wikimedia.org/51514 +comment (10zoglun) [09:21:02] 03(mod) [editEntity API] Refactoring: use Serializers to generate API results - 10https://bugzilla.wikimedia.org/49863 (10tobias.gritschacher) [09:21:53] https://www.mediawiki.org/wiki/Multimedia looks much better now [09:21:56] hello Firefishy [09:25:45] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10freak) [09:28:04] 03(mod) Upload summary should be in site language not in user language of the uploader or they should be shown in the user language of the reader - 10https://bugzilla.wikimedia.org/51474 summary; +comment (10Rainer Rillke @commons.wikimedia) [09:29:26] 03(mod) Not remembering IME selection for logged-in users - 10https://bugzilla.wikimedia.org/50790 +comment (10Santhosh Thottingal) [09:31:35] Hi... Can anyone please tell me how to find a new line character with replace.py? \r\n or \n or \r doesn't work. [09:36:08] 03(NEW) enwikivoyage site code overlaps with linked article text - 10https://bugzilla.wikimedia.org/51516 normal; MediaWiki extensions: WikidataRepo; () [09:36:28] 03(mod) enwikivoyage site code overlaps with linked article text - 10https://bugzilla.wikimedia.org/51516 normal->major (10Aude) [09:41:57] with a reg exp? [09:58:13] 03(NEW) Related sites in sidebar should use

and not

- 10https://bugzilla.wikimedia.org/51517 normal; MediaWiki: Skin and page rendering; () [10:01:23] 03(mod) Related sites in sidebar should use

and not

- 10https://bugzilla.wikimedia.org/51517 normal->trivial (10Rainer Rillke @commons.wikimedia) [10:01:55] 03(mod) Related sites in sidebar should use

and not

- 10https://bugzilla.wikimedia.org/51517 +comment (10rainerrillke) [10:12:38] 03(mod) Create smoke test suite - 10https://bugzilla.wikimedia.org/50576 +comment (10zfilipin) [10:19:56] 03(NEW) update.php fails - 10https://bugzilla.wikimedia.org/51518 normal; MediaWiki extensions: WikidataRepo; () [10:21:09] 03(mod) update.php fails - 10https://bugzilla.wikimedia.org/51518 +comment (10Daniel Kinzler) [10:28:40] 03(NEW) Unicode (UTF-8) enotif summary is rendered percent-encoded - 10https://bugzilla.wikimedia.org/51519 normal; MediaWiki: Email; () [10:29:04] well, not really percent- but whatever [10:29:33] e0je: he probably needed ?s [10:31:35] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10t.i.ivanov) [10:32:35] 03(NEW) Morph "What links here" into a "Context" tab next to "Discussion" - 10https://bugzilla.wikimedia.org/51520 enhancement; MediaWiki: Skin and page rendering; () [10:32:47] 03(mod) Morph "What links here" into a "Context" tab next to "Discussion" - 10https://bugzilla.wikimedia.org/51520 +design (10Quim Gil) [10:33:35] 03(mod) Sidebar toolbox is too crowded - 10https://bugzilla.wikimedia.org/43170 +comment (10qgil) [10:33:41] 03(mod) Morph "What links here" into a "Context" tab next to "Talk" - 10https://bugzilla.wikimedia.org/51520 summary (10Quim Gil) [10:34:42] 03(mod) wbgetclaims gives empty result, when filtered for property - 10https://bugzilla.wikimedia.org/50061 (10tobias.gritschacher) [10:37:01] 03(mod) wbgetclaims gives empty result, when filtered for property - 10https://bugzilla.wikimedia.org/50061 +comment (10gerritadmin) [10:38:13] 03(NEW) Interaction with OpenODBC causes extra data to be saved into the article - 10https://bugzilla.wikimedia.org/51521 normal; VisualEditor: General; () [10:41:20] 03(mod) Extend wb_terms with a terms_weight column - 10https://bugzilla.wikimedia.org/51227 +comment (10gerritadmin) [10:43:10] 03(NEW) Support for SFN and similar references - 10https://bugzilla.wikimedia.org/51522 enhancement; VisualEditor: General; () [10:44:51] 03(NEW) Too many clicks needed to dismiss inlink editor - 10https://bugzilla.wikimedia.org/51523 normal; VisualEditor: General; () [10:46:25] 03(NEW) Link editor should indicate redirs - 10https://bugzilla.wikimedia.org/51524 enhancement; VisualEditor: General; () [10:47:40] 03(mod) Wikimark square bracket is this an expected working ? - 10https://bugzilla.wikimedia.org/51509 (10Mahitgar) [10:47:41] 03(mod) VisualEditor: nowiki tags are being added without markup changes - 10https://bugzilla.wikimedia.org/51462 (10Mahitgar) [10:48:14] 03(mod) CSSJanus: border-radius is incorrectly interpreted as top-right-bottom-left - 10https://bugzilla.wikimedia.org/49074 (10Krinkle) [10:48:19] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10tomasz) [10:49:08] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10tomasz) [10:52:51] 03(mod) CSSJanus: border-radius is incorrectly interpreted as top-right-bottom-left - 10https://bugzilla.wikimedia.org/49074 +comment (10gerritadmin) [11:05:21] 03(mod) Morph "What links here" into a "Context" tab next to "Talk" - 10https://bugzilla.wikimedia.org/51520 +comment (10Nemo) [11:05:22] 03(mod) Sidebar toolbox is too crowded - 10https://bugzilla.wikimedia.org/43170 (10Nemo) [11:14:40] 03(NEW) '9' character plus newline inserted when typing in a section header after having hit backspace before a reference section - 10https://bugzilla.wikimedia.org/51525 normal; VisualEditor: ContentEditable; () [11:16:06] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10freak) [11:18:09] 03(mod) Dispatcher chokes on specific changes - 10https://bugzilla.wikimedia.org/51363 (10Daniel Kinzler) [11:20:17] 03(mod) "Edit links" from Wikipedia doesn't go directly to the Sitelinks anymore - 10https://bugzilla.wikimedia.org/51347 (10Daniel Kinzler) [11:20:33] 03(mod) Format of alias data is inconsistent in SetAliases - 10https://bugzilla.wikimedia.org/51192 (10Daniel Kinzler) [11:21:32] https://www.mediawiki.org/w/index.php?namespace=0&tagfilter=&translations=filter&title=Special:RecentChanges [11:21:39] How do I filter out translations? [11:23:19] 03(mod) Client fails with fatal error: Argument 1 passed to Wikibase\TermSqlIndex::__construct() must be an instance of Wikibase\StringNormalizer, string given - 10https://bugzilla.wikimedia.org/51099 (10Daniel Kinzler) [11:25:16] 03(mod) when sharing memcached objects between wikis, include repo ID and version - 10https://bugzilla.wikimedia.org/50303 (10Daniel Kinzler) [11:26:27] 03(mod) EditEntity (API) refactoring - 10https://bugzilla.wikimedia.org/48137 (10Daniel Kinzler) [11:27:35] 03(mod) Timevalue is stored invalid format - 10https://bugzilla.wikimedia.org/49425 +comment (10daniel.kinzler) [11:27:49] 03(mod) Track property data types in a database table. - 10https://bugzilla.wikimedia.org/49742 (10Daniel Kinzler) [11:28:07] 03(mod) wbgetclaims gives empty result, when filtered for property - 10https://bugzilla.wikimedia.org/50061 (10Daniel Kinzler) [11:31:28] 03(mod) WikibaseDataModel issues from outage - 10https://bugzilla.wikimedia.org/50371 (10Daniel Kinzler) [11:33:12] 03(mod) WikibaseDataModel issues from outage - 10https://bugzilla.wikimedia.org/50371 +comment (10daniel.kinzler) [11:38:48] 03(mod) Add editbugs user right to legitimate Bugzilla accounts - 10https://bugzilla.wikimedia.org/40497 +comment (10aklapper) [11:42:56] 03(mod) Add editbugs user right to legitimate Bugzilla accounts - 10https://bugzilla.wikimedia.org/40497 +comment (10federicoleva) [11:45:18] 03(mod) Create Wikipedia Tuvan - 10https://bugzilla.wikimedia.org/49328 (10polar_bear0901) [11:46:24] 03(mod) wikibase-sitelinks-wikivoyage message does not work in entity view - 10https://bugzilla.wikimedia.org/50798 +comment (10gerritadmin) [11:50:16] !paste [11:50:16] 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 or and post a link to your paste in the channel. [11:50:20] :o [11:50:29] !paste del [11:50:30] Unable to find the specified key in db [11:50:35] !pastebin del [11:50:35] Successfully removed pastebin [11:51:07] !pastebin is 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. [11:51:08] Key was added [11:51:30] 03(mod) Wrong ordering of search results - 10https://bugzilla.wikimedia.org/43238 +comment (10gerritadmin) [11:52:31] Does anyone know why I get logged out when I try to view a file? [11:54:02] 03(NEW) VisualEditor: Fix "Uncaught Error: Offset could not be translated to a DOM element and offset: 2409" - 10https://bugzilla.wikimedia.org/51526 normal; VisualEditor: General; () [11:56:44] 03(mod) Wrong ordering of search results - 10https://bugzilla.wikimedia.org/43238 +comment (10denny vrandecic) [11:57:12] 03(mod) Extend wb_terms with a terms_weight column - 10https://bugzilla.wikimedia.org/51228 (10denny vrandecic) [11:57:30] 03(mod) Extend wb_terms with a terms_weight column - 10https://bugzilla.wikimedia.org/51228 (10denny vrandecic) [11:57:45] 03(mod) Extend wb_terms with a terms_weight column - 10https://bugzilla.wikimedia.org/51227 (10denny vrandecic) [12:00:12] 03(mod) Related sites in sidebar should use

and not

- 10https://bugzilla.wikimedia.org/51517 +comment (10Rainer Rillke @commons.wikimedia) [12:03:06] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10t.i.ivanov) [12:06:30] 03(mod) Enhance and mingle MediaWiki extension Wikidata interwiki links with Universal Language Selector to provide option to choose display and input while visiting the link itself - 10https://bugzilla.wikimedia.org/51431 normal->15enhancement; +comment (10Andre Klapper) [12:07:16] 03(mod) Enhance and mingle MediaWiki extension Wikidata interwiki links with Universal Language Selector to provide option to choose display and input while visiting the link itself - 10https://bugzilla.wikimedia.org/51431 +comment (10aklapper) [12:08:28] 03(mod) Additional toggle option request for ULS input methods - 10https://bugzilla.wikimedia.org/51352 +comment (10Andre Klapper) [12:08:59] 03(mod) when sharing memcached objects between wikis, include repo ID and version - 10https://bugzilla.wikimedia.org/50303 +comment (10gerritadmin) [12:12:36] hello, i'm trying to make a link to an SMB share from a wiki but i don't seem to be able to get it to make a link [12:12:57] 03(mod) Translation pages that cannot be edited should not show an "Edit" tab - 10https://bugzilla.wikimedia.org/35946 +comment (10Quim Gil) [12:13:38] i tried with the windows notation (\\server\share\path) and the URL way (file://server/share/path), tried without any markup, tried with [], and i also tried what am i doing wrong? ;) [12:14:26] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10freak) [12:19:01] 03(NEW) VisualEditor: Default $wgVisualEditorNamespaces to $wgContentNamespaces instead of array( NS_MAIN ) - 10https://bugzilla.wikimedia.org/51527 normal; VisualEditor: MediaWiki integration; () [12:19:22] 03(mod) Translatable page header is at the bottom of the page - 10https://bugzilla.wikimedia.org/40694 +comment (10Quim Gil) [12:20:11] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10t.i.ivanov) [12:21:02] 03(NEW) Irregularities in adding and removing whitespaces - 10https://bugzilla.wikimedia.org/51528 normal; VisualEditor: General; () [12:23:37] 03(mod) VisualEditor: Default $wgVisualEditorNamespaces to $wgContentNamespaces instead of array( NS_MAIN ) - 10https://bugzilla.wikimedia.org/51527 +comment (10gerritadmin) [12:24:35] 03(mod) Related sites in sidebar should use

and not

- 10https://bugzilla.wikimedia.org/51517 +comment (10gerritadmin) [12:31:31] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10t.i.ivanov) [12:32:34] 03(NEW) Move "View history" to dropdown menu - 10https://bugzilla.wikimedia.org/51529 normal; MediaWiki: Skin and page rendering; () [12:32:38] 03(mod) Move "View history" to dropdown menu - 10https://bugzilla.wikimedia.org/51529 +design (10Quim Gil) [12:34:05] 03(mod) Related sites in sidebar should use

and not

- 10https://bugzilla.wikimedia.org/51517 +patch-in-gerrit (10Rainer Rillke @commons.wikimedia) [12:35:08] 03(NEW) Tab key behaves unexpectedly - 10https://bugzilla.wikimedia.org/51530 normal; VisualEditor: General; () [12:39:57] 03(mod) Pressing ENTER should load the filter conditions on Special:AbuseFilter/examine/log/... - 10https://bugzilla.wikimedia.org/51402 normal->minor (10Andre Klapper) [12:42:14] 03(mod) Related sites in sidebar should use

and not

- 10https://bugzilla.wikimedia.org/51517 +comment (10gerritadmin) [12:44:55] 03(NEW) Adding text after a link includes that text in the link - 10https://bugzilla.wikimedia.org/51531 normal; VisualEditor: ContentEditable; () [12:44:56] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10freak) [12:46:48] 03(mod) Related sites in sidebar should use

and not

- 10https://bugzilla.wikimedia.org/51517 +comment (10Rainer Rillke @commons.wikimedia) [12:48:24] 03(mod) Translatable page header is at the bottom of the page - 10https://bugzilla.wikimedia.org/40694 +comment (10federicoleva) [12:51:18] 03(NEW) Visual Editor: CTRL+Z gives pawn - 10https://bugzilla.wikimedia.org/51532 normal; VisualEditor: ContentEditable; () [12:53:51] 03(mod) tag_summary missing records - 10https://bugzilla.wikimedia.org/51254 +comment (10rohde) [12:56:27] 03(mod) Visual Editor: Adding text after a link includes that text in the link - 10https://bugzilla.wikimedia.org/51531 summary (10Chris McKenna) [12:56:31] 03(mod) Visual Editor: CTRL+Z gives pawn - 10https://bugzilla.wikimedia.org/51532 +comment (10cmckenna) [12:58:12] 03(mod) Create Wikipedia Tuvan - 10https://bugzilla.wikimedia.org/49328 +comment (10aklapper) [13:04:23] 03(mod) VisualEditor: A link can span whitespace but won't be displayed so cannot be edited or noticed - 10https://bugzilla.wikimedia.org/37835 +comment (10Chris McKenna) [13:05:39] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10t.i.ivanov) [13:09:06] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10t.i.ivanov) [13:16:00] 03(mod) VisualEditor should support the symbol insertion system from WikiEditor - 10https://bugzilla.wikimedia.org/38029 (10pamdavies7) [13:20:58] 03(mod) Long site code (e.g. enwikivoyage) overlaps with linked article text - 10https://bugzilla.wikimedia.org/51516 summary (10Andre Klapper) [13:22:14] 03(mod) Morph "What links here" into a "Context" tab next to "Talk" - 10https://bugzilla.wikimedia.org/51520 (10Andre Klapper) [13:22:32] 03(mod) Move "View history" to dropdown menu - 10https://bugzilla.wikimedia.org/51529 normal->15enhancement (10Andre Klapper) [13:29:13] Anybody got any idea why this code http://pastebin.com/gzB7NpKu starts causing the error in this pastebin? http://pastebin.com/hWq4xbiu [13:31:05] 03(mod) Support Python unit testing using `python setup.py test` - 10https://bugzilla.wikimedia.org/44220 (10Antoine "hashar" Musso) [13:31:06] 03(mod) Set up unit test running for pywikibot/core - 10https://bugzilla.wikimedia.org/50344 (10Antoine "hashar" Musso) [13:31:51] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10freak) [13:33:35] 03(mod) Font for arabic displays Arabic characters folded on each other - 10https://bugzilla.wikimedia.org/45507 +comment (10Andre Klapper) [13:36:42] Lcawte: I would assume it's because you are trying to insert a duplicate entry [13:36:55] for a unique field [13:37:40] AzaToth: Yeah, but I can't see where that is happening, I really doubt the database is borked... [13:38:20] Oh... wait... [13:38:56] 03(mod) "Edit links" from Wikipedia doesn't go directly to the Sitelinks anymore - 10https://bugzilla.wikimedia.org/51347 (10abraham.taherivand) [13:38:59] 03(NEW) "This page is a translated version of..." should be at the bottom - 10https://bugzilla.wikimedia.org/51533 enhancement; MediaWiki extensions: Translate; () [13:39:14] 03(mod) "This page is a translated version of..." should be at the bottom - 10https://bugzilla.wikimedia.org/51533 +design (10Quim Gil) [13:39:24] Lcawte: I would assume you never deleted or truncated {$this->mDBname}.{$table} between runs [13:39:28] 03(mod) Wikimark square bracket is this an expected working ? - 10https://bugzilla.wikimedia.org/51509 +comment (10Andre Klapper) [13:41:53] 03(mod) update.php fatal error on line 170. - 10https://bugzilla.wikimedia.org/51513 +comment (10aklapper) [14:03:00] help please. problem as specified in https://bugzilla.wikimedia.org/show_bug.cgi?id=51361#c3 is actually solved simply by adding quotes. should this be another bug? [14:03:31] AzaToth: Awesome, it works, thanks :) [14:06:45] 03(mod) Change default CCs in Parsoid / rights to do so ourselves? - 10https://bugzilla.wikimedia.org/51407 +comment (10aklapper) [14:08:50] how do I fix Could not acquire 'pidgeonclient_wiki:messages:en:status' lock. [14:08:57] 03(mod) VisualEditor: Crash in Chrome when attempting to cut certain content - 10https://bugzilla.wikimedia.org/50043 +comment (10krinklemail) [14:09:00] it just started happening at http://pidgeonclient.org/wiki [14:12:15] Can I get the outgoing links as well as incoming links for each page generated by generator=allpages of the Wikipedia EN API ? Why there is no prop=backlinks ? I can't get the outgoing and incoming links of a page on one go can I? I have to make another HTTP request for the incoming links? [14:14:34] 03(NEW) Can't save - 10https://bugzilla.wikimedia.org/51534 normal; VisualEditor: General; () [14:14:55] 03(mod) Install a new MediaWiki with Oracle 11g as Backend: Unable to complete the process - 10https://bugzilla.wikimedia.org/38411 +comment (10freak) [14:18:55] 03(mod) PostgreSQL misuse of pg_get_result - 10https://bugzilla.wikimedia.org/50091 +comment (10Marcin Cieślak) [14:21:01] 03(mod) Additional toggle option request for ULS input methods - 10https://bugzilla.wikimedia.org/51352 +comment (10mahitgar) [14:22:14] 03(mod) Can't remove invalid time values and get exception - 10https://bugzilla.wikimedia.org/49433 (10abraham.taherivand) [14:22:31] 03(mod) The create item link in Special:ItemDisambiguation - 10https://bugzilla.wikimedia.org/42358 (10abraham.taherivand) [14:22:52] 03(mod) spec out linked data interface for wikidata ontology - 10https://bugzilla.wikimedia.org/44582 (10abraham.taherivand) [14:23:08] 03(mod) LangLinkHandler must filter language by site group - 10https://bugzilla.wikimedia.org/50478 (10abraham.taherivand) [14:23:29] 03(mod) sites table got cleared on beta labs clients - 10https://bugzilla.wikimedia.org/50718 (10abraham.taherivand) [14:23:42] 03(mod) wbgetclaims does not need a baserevid param - 10https://bugzilla.wikimedia.org/50062 (10abraham.taherivand) [14:24:02] 03(mod) Fatal error on login attempt "WikibaseClient.php line 112: Class 'ValueParsers\ParserOptions' not found" - 10https://bugzilla.wikimedia.org/50807 (10abraham.taherivand) [14:24:26] 03(NEW) Parsoid: Non-existent images are not rendered - 10https://bugzilla.wikimedia.org/51535 normal; Parsoid: serializer; () [14:24:32] 03(mod) Include namespace at label when creating item via [Add links] - 10https://bugzilla.wikimedia.org/47774 (10abraham.taherivand) [14:24:56] 03(mod) "bot=" should work in all api modules rather than specifying "bot=1" - 10https://bugzilla.wikimedia.org/50934 (10abraham.taherivand) [14:25:28] 03(mod) api module wbsetclaim doesn't accept the bot param - 10https://bugzilla.wikimedia.org/50933 (10abraham.taherivand) [14:25:43] 03(mod) Cannot choose "Unknown value" or "No value" for a statement with Monobook skin - 10https://bugzilla.wikimedia.org/47942 (10abraham.taherivand) [14:26:23] 03(mod) Incomplete population of wb_terms table - 10https://bugzilla.wikimedia.org/46867 (10abraham.taherivand) [14:26:33] 03(mod) Don't use a closure in $wgExtensionFunctions - 10https://bugzilla.wikimedia.org/45167 (10abraham.taherivand) [14:26:48] 03(mod) Spec out registry/factory for formatters and parsers in the backend - 10https://bugzilla.wikimedia.org/49265 (10abraham.taherivand) [14:27:41] 03(mod) Chosen vs. select2 - 10https://bugzilla.wikimedia.org/51443 (10Andre Klapper) [14:28:10] 03(mod) Prefix "d:" is missing in the link of the message "wikibase-error-sitelink-already-used" - 10https://bugzilla.wikimedia.org/51060 +comment (10Toliño) [14:28:21] 03(mod) Improve API documentation for Wikibase - 10https://bugzilla.wikimedia.org/48724 (10abraham.taherivand) [14:29:10] 03(mod) wbeditentity removing aliases when used from javascript console - 10https://bugzilla.wikimedia.org/50983 (10abraham.taherivand) [14:29:22] 03(mod) Can't save - 10https://bugzilla.wikimedia.org/51534 +comment (10326374) [14:29:32] 03(mod) 'wbeditentity' API requests throw exception due to invalid XML - 10https://bugzilla.wikimedia.org/51376 (10abraham.taherivand) [14:30:26] 03(mod) Templates getting substituted when used in labels, descriptions, and aliases - 10https://bugzilla.wikimedia.org/48567 (10abraham.taherivand) [14:30:36] 03(mod) The value "auto" for attribute "dir" is html5 - 10https://bugzilla.wikimedia.org/40127 (10abraham.taherivand) [14:30:41] 03(mod) POTD Title returned by expandtemplates is not correct. - 10https://bugzilla.wikimedia.org/51508 (10Andre Klapper) [14:30:48] 03(mod) Gerrit: Custom repo name mapping for GitHub mirror - 10https://bugzilla.wikimedia.org/47274 (10christian) [14:30:52] 03(mod) Parsoid: Non-existent images are not rendered - 10https://bugzilla.wikimedia.org/51535 (10C. Scott Ananian) [14:30:55] 03(mod) [editEntity API] Refactoring: use Serializers to generate API results - 10https://bugzilla.wikimedia.org/49863 (10abraham.taherivand) [14:31:01] 03(mod) Can't save - 10https://bugzilla.wikimedia.org/51534 +comment (10Dan Wolff) [14:31:02] 03(mod) VisualEditor: Disable on pages which are maintained by the Translate extension - 10https://bugzilla.wikimedia.org/50284 +comment (10Dan Wolff) [14:31:22] 03(mod) Dispatcher chokes on specific changes - 10https://bugzilla.wikimedia.org/51363 (10abraham.taherivand) [14:31:31] 03(mod) Format of alias data is inconsistent in SetAliases - 10https://bugzilla.wikimedia.org/51192 (10abraham.taherivand) [14:31:51] 03(mod) Client fails with fatal error: Argument 1 passed to Wikibase\TermSqlIndex::__construct() must be an instance of Wikibase\StringNormalizer, string given - 10https://bugzilla.wikimedia.org/51099 (10abraham.taherivand) [14:32:01] 03(mod) EditEntity (API) refactoring - 10https://bugzilla.wikimedia.org/48137 (10abraham.taherivand) [14:32:05] 03(mod) Track property data types in a database table. - 10https://bugzilla.wikimedia.org/49742 (10abraham.taherivand) [14:32:10] 03(mod) wbgetclaims gives empty result, when filtered for property - 10https://bugzilla.wikimedia.org/50061 (10abraham.taherivand) [14:32:19] 03(mod) WikibaseDataModel issues from outage - 10https://bugzilla.wikimedia.org/50371 (10abraham.taherivand) [14:32:30] 03(mod) Wrong ordering of search results - 10https://bugzilla.wikimedia.org/43238 (10abraham.taherivand) [14:32:41] 03(mod) Extend wb_terms with a terms_weight column - 10https://bugzilla.wikimedia.org/51227 (10abraham.taherivand) [14:32:44] 03(mod) Please upload converted file of NSA video to English Wikipedia - 10https://bugzilla.wikimedia.org/51510 normal->15enhancement; +shell; +comment (10Andre Klapper) [14:32:51] 03(mod) when sharing memcached objects between wikis, include repo ID and version - 10https://bugzilla.wikimedia.org/50303 (10abraham.taherivand) [14:33:05] 03(mod) Disable ULS by default on all ml wiki projects. - 10https://bugzilla.wikimedia.org/51019 +comment (10viswaprabha) [14:34:26] 03(mod) Add editbugs user right to legitimate Bugzilla accounts - 10https://bugzilla.wikimedia.org/40497 +comment (10b) [14:34:54] 03(mod) Sidebar moves down when editing Arabic Wikipedia page in Monobook skin - 10https://bugzilla.wikimedia.org/51486 +comment (10Andre Klapper) [14:35:58] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10CalakWiki) [14:38:42] 03(mod) Improve CAPTCHA readability - 10https://bugzilla.wikimedia.org/43546 +comment (10b) [14:39:34] 03(mod) VoteNY not working with Postgresql. - 10https://bugzilla.wikimedia.org/51441 +comment (10Marcin Cieślak) [14:43:11] 03(mod) WAV audio support via TimedMediaHandler - 10https://bugzilla.wikimedia.org/32135 (10Jan Gerber) [14:45:06] 03(NEW) Comment field in file history doesn't respect oversight - 10https://bugzilla.wikimedia.org/51536 major; MediaWiki: General/Unknown; () [14:46:54] 03(mod) Can not delete image (Postgres) - 10https://bugzilla.wikimedia.org/49523 (10Marcin Cieślak) [14:46:56] 03(mod) Revision::fetchFromConds SELECT ... FOR UPDATE invalid in Postgres - 10https://bugzilla.wikimedia.org/47055 (10Marcin Cieślak) [14:47:21] 03(NEW) Change autoconfirmed settings on ckb wikipedia - 10https://bugzilla.wikimedia.org/51537 normal; Wikimedia: Site requests; () [14:47:32] 03(mod) Change autoconfirmed settings on ckb wikipedia - 10https://bugzilla.wikimedia.org/51537 (10Calak) [14:48:30] 03(mod) Change autoconfirmed settings on ckb wikipedia - 10https://bugzilla.wikimedia.org/51537 normal->15enhancement; +shell (10Tomasz W. Kozlowski) [14:49:11] 03(mod) Unicode (UTF-8) enotif summary has invalid quoted-printable encoding - 10https://bugzilla.wikimedia.org/51519 summary; +comment (10Andre Klapper) [14:51:37] 03(mod) Huge difference between 00,999 and 01,000 in TimedText (currently synchronized on a 1/4 second interval) - 10https://bugzilla.wikimedia.org/49408 (10Jan Gerber) [14:51:49] 03(mod) Create rollback group right on ckb wiki - 10https://bugzilla.wikimedia.org/51312 summary (10Calak) [14:54:50] 03(mod) Text sync varies between Commons and other players - 10https://bugzilla.wikimedia.org/49406 +comment (10Jan Gerber) [14:55:06] 03(mod) Use BetaLabs as a true canary for code deployments (tracking) - 10https://bugzilla.wikimedia.org/51494 (10Chris McMahon) [14:55:08] 03(mod) Special:NewPagesFeed intermittently fails on beta cluster; causes test failure - 10https://bugzilla.wikimedia.org/50622 (10Chris McMahon) [14:55:09] 03(mod) Setup monitoring for BetaLabs - 10https://bugzilla.wikimedia.org/51497 (10Chris McMahon) [14:56:03] 03(mod) Use BetaLabs as a true canary for code deployments (tracking) - 10https://bugzilla.wikimedia.org/51494 (10Chris McMahon) [14:56:05] 03(mod) Setup monitoring for BetaLabs - 10https://bugzilla.wikimedia.org/51497 (10Chris McMahon) [14:56:38] 03(mod) Use BetaLabs as a true canary for code deployments (tracking) - 10https://bugzilla.wikimedia.org/51494 (10Chris McMahon) [14:56:41] 03(mod) Entering AFTv5 feedback causes error - 10https://bugzilla.wikimedia.org/50623 (10Chris McMahon) [14:57:42] 03(mod) Enhance and mingle MediaWiki extension Wikidata interwiki links with Universal Language Selector to provide option to choose display and input while visiting the link itself - 10https://bugzilla.wikimedia.org/51431 +comment (10mahitgar) [15:05:04] 03(mod) Revision::fetchFromConds SELECT ... FOR UPDATE invalid in Postgres - 10https://bugzilla.wikimedia.org/47055 +comment (10Marcin Cieślak) [15:12:51] 03(mod) PostgreSQL syntax error: LOCK IN SHARE MODE when running Category - 10https://bugzilla.wikimedia.org/46594 +comment (10Marcin Cieślak) [15:12:55] 03(mod) PostgreSQL syntax error: LOCK IN SHARE MODE when running Category - 10https://bugzilla.wikimedia.org/46594 (10Marcin Cieślak) [15:12:56] 03(mod) Revision::fetchFromConds SELECT ... FOR UPDATE invalid in Postgres - 10https://bugzilla.wikimedia.org/47055 (10Marcin Cieślak) [15:14:24] 03(NEW) VisualEditor: Reverse selections break copy paste functionality - 10https://bugzilla.wikimedia.org/51538 normal; VisualEditor: ContentEditable; () [15:15:44] 03(mod) Limit the number of sections loaded at once into the table of contents dropdown. - 10https://bugzilla.wikimedia.org/51384 (10Raylton P. Sousa) [15:15:59] 03(mod) Provide ability to search for a chapter that's not displayed in the dropdown - 10https://bugzilla.wikimedia.org/51386 (10Raylton P. Sousa) [15:17:13] 03(mod) VisualEditor: Selecting and copying one node throws an exception - 10https://bugzilla.wikimedia.org/48604 +comment (10esanders) [15:18:28] 03(mod) Review and deploy Disambiguator extension - 10https://bugzilla.wikimedia.org/51499 +comment (10MZMcBride) [15:19:13] 03(mod) VisualEditor: Selecting and copying one node throws an exception - 10https://bugzilla.wikimedia.org/48604 +comment (10esanders) [15:19:59] 03(mod) Review and deploy Disambiguator extension - 10https://bugzilla.wikimedia.org/51499 +comment (10MZMcBride) [15:20:03] 03(mod) Install "Disambiguator" extension on WMF wikis - 10https://bugzilla.wikimedia.org/50174 +comment (10MZMcBride) [15:20:19] 03(mod) "Edit links" from Wikipedia doesn't go directly to the Sitelinks anymore - 10https://bugzilla.wikimedia.org/51347 +comment (10denny.vrandecic) [15:21:44] 03(NEW) Mediawiki no longer accepts unicode object property name without quotes - 10https://bugzilla.wikimedia.org/51539 normal; MediaWiki: ResourceLoader; () [15:23:53] 03(mod) Allow pages that do not follow the "book/chapter name" syntax to be included in the navigation. - 10https://bugzilla.wikimedia.org/51187 (10Molly White) [15:23:58] 03(NEW) Support cross-wiki rights notification in Echo - 10https://bugzilla.wikimedia.org/51540 blocker; MediaWiki extensions: Echo; () [15:24:23] 03(mod) Populate metadata, chapterlist, and prev/next in navbar from the JSON structure. - 10https://bugzilla.wikimedia.org/50957 (10Molly White) [15:25:17] 03(NEW) Support global account rights change notification in Echo - 10https://bugzilla.wikimedia.org/51541 blocker; MediaWiki extensions: Echo; () [15:26:05] 03(mod) Support cross-wiki rights change notification in Echo - 10https://bugzilla.wikimedia.org/51540 04BLOCKER->normal; summary (10MZMcBride) [15:26:10] 03(mod) User rights hook doesn't take into account cross-wiki or global user rights changes - 10https://bugzilla.wikimedia.org/51418 (10MZMcBride) [15:26:10] 03(mod) Support global account rights change notification in Echo - 10https://bugzilla.wikimedia.org/51541 (10MZMcBride) [15:26:43] 03(mod) Support global account rights change notification in Echo - 10https://bugzilla.wikimedia.org/51541 04BLOCKER->normal (10MZMcBride) [15:26:46] 03(mod) User rights hook doesn't take into account cross-wiki or global user rights changes - 10https://bugzilla.wikimedia.org/51418 (10MZMcBride) [15:26:57] Further bugspam. [15:27:19] You're the worst. [15:27:30] * Elsie beats Reedy. [15:28:06] 03(NEW) [Regression] "Special:FilePath?file=.." is broken - 10https://bugzilla.wikimedia.org/51542 normal; MediaWiki: Special pages; () [15:28:24] code-update-regression! [15:28:28] 03(mod) [Regression] "Special:FilePath?file=.." is broken - 10https://bugzilla.wikimedia.org/51542 normal->04BLOCKER; +code-update-regression (10Krinkle) [15:28:31] 03(mod) Parsoid: Non-existent images are not rendered - 10https://bugzilla.wikimedia.org/51535 +comment (10Gabriel Wicke) [15:28:31] 03(mod) Images: Handle http errors + missing image errors in LinkHandler image handling code - 10https://bugzilla.wikimedia.org/48900 +comment (10Gabriel Wicke) [15:29:00] * Elsie NP: "Circle Of Life - The Lion King" by Disney's Artists from "Disney Forever 2" [15:29:23] Any idea why I don't see the show/hide on my collapsable wikitables? Running 1.21.1. [15:29:41] asked this yesterday, but nobody could figure it out, maybe somebody can today? i'm having a strange issue with MW... "PHP Fatal error: Class 'InstallerOverrides' not found", "PHP Fatal error: Class 'MediaWiki' not found". It's not file permissions, I just downloaded and verified the tarball... [15:30:06] Pilif12p: Is your wiki public? [15:30:18] Elsie: yeah, it will be. [15:30:24] Can you provide a link to it? [15:30:26] Pilif12p: ^ [15:30:37] it's listening on localhost because I've got Varnish in front of it. [15:30:43] Does api.php load? [15:30:46] What about load.php? [15:31:03] 03(mod) Images: Handle http errors + missing image errors in LinkHandler image handling code - 10https://bugzilla.wikimedia.org/48900 (10C. Scott Ananian) [15:31:05] 03(mod) Add ULS language setting dialogue box in VisualEditor page settings - 10https://bugzilla.wikimedia.org/51356 summary; +comment (10Andre Klapper) [15:31:23] I don't have a LocalSettings.php yet, but when I go to http://libreglobe.com/w/mw-config/index.php it gives that error [15:31:44] PHP isn't set to show errors, so it's only in my nginx logs. [15:32:26] Which version of PHP are you running? [15:32:32] Does a test.php file load? [15:32:35] Uh, looking at https://bugzilla.wikimedia.org/show_bug.cgi?id=31187 https://gerrit.wikimedia.org/r/#/c/47519/ https://bugzilla.wikimedia.org/show_bug.cgi?id=51361#c7 should i simply mark https://bugzilla.wikimedia.org/show_bug.cgi?id=51539 as wontfix? [15:32:38] PHP 5.4.4-14+deb7u2 (cli) (built: Jun 5 2013 07:56:44) [15:32:40] With in it? [15:32:54] 03(mod) Feature request for VisualEditor language setting +ULS +Wikidata interwikis - 10https://bugzilla.wikimedia.org/51355 +comment (10aklapper) [15:33:00] I have another site in php using nearly identical config that loads fine. [15:33:11] 03(NEW) Gallery: Call to a member function getPrefixedDBkey() on a non-object in /var/www/w/includes/cache/LinkCache.php - 10https://bugzilla.wikimedia.org/51543 normal; MediaWiki: Parser; () [15:33:13] Which version of MediaWiki are you trying to install? [15:33:18] 1.21.1 [15:33:19] Can you disable Varnish to see if that's the cause? [15:33:27] 03(mod) Additional toggle option request for ULS input methods - 10https://bugzilla.wikimedia.org/51352 (10Andre Klapper) [15:33:39] Reedy: How do you know? [15:33:52] Hah [15:33:54] 03(mod) Comment field in file history doesn't respect oversight - 10https://bugzilla.wikimedia.org/51536 major->normal; +comment (10Eugene Zelenko) [15:33:57] I read the line above [15:34:15] I've tried disabling Varnish already, that wasn't the cause. [15:34:38] Where is the error presenting itself? [15:34:42] Does the installer form load? [15:34:44] well i'll be damned... Call to undefined function php_info() [15:34:44] It would sound like your php isn't loading in th other files [15:34:51] broken php is broken [15:34:58] so it is a php issue [15:34:59] wtf [15:35:06] Though [15:35:08] it's phpinfo(); [15:35:12] Right. [15:35:16] I always get that confused. [15:35:20] Try phpinfo(); instead. ;-) [15:35:35] PHP is the worst. [15:36:08] oh, now it works fine [15:36:23] [11:34] Where is the error presenting itself? [15:36:23] [11:34] Does the installer form load? [15:36:51] 03(mod) Let AbuseFilter be able to filter based on tag (rather than just apply them) - 10https://bugzilla.wikimedia.org/51421 summary; +comment (10James Forrester) [15:37:08] the installer doesn't load, that's where i'm getting the error. [15:37:24] 03(mod) Add editbugs user right to legitimate Bugzilla accounts - 10https://bugzilla.wikimedia.org/40497 +comment (10aklapper) [15:37:28] Where did you download the tarball from? [15:37:36] mediawiki.org [15:37:44] Which version of MediaWiki? [15:37:49] 1.21.1 [15:38:19] Pilif12p: And this is fresh install, there's no existing LocalSettings.php file, right? [15:38:25] right. [15:39:39] 03(mod) Images: Handle http errors + missing image errors in LinkHandler image handling code - 10https://bugzilla.wikimedia.org/48900 +comment (10Gabriel Wicke) [15:39:44] Did you change anything in mw-config/overrides.php? [15:39:52] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10aklapper) [15:40:13] nope. [15:41:29] 03(mod) Images: Handle http errors + missing image errors in LinkHandler image handling code - 10https://bugzilla.wikimedia.org/48900 (10Gabriel Wicke) [15:41:39] Maybe you're simply cursed. [15:41:51] that seems likely [15:42:18] And you're sure your webserver can read all the files? [15:42:35] i believe so. http://ix.io/6I0 [15:42:48] even when it's 777 i get the same problem [15:42:57] What about inside the mw-config directory? [15:43:36] 03(mod) Mingle Wikidata interwiki links with ULS to choose display and input while visiting the link itself - 10https://bugzilla.wikimedia.org/51431 summary (10Andre Klapper) [15:43:37] 03(mod) Feature request for VisualEditor language setting +ULS +Wikidata interwikis - 10https://bugzilla.wikimedia.org/51355 (10Andre Klapper) [15:43:51] http://ix.io/6I3 [15:43:53] The fact that we're still shipping with wiki.phtml is kind of silly. [15:44:27] 03(mod) Feature request for VisualEditor language setting +ULS +Wikidata interwikis - 10https://bugzilla.wikimedia.org/51355 +comment (10aklapper) [15:45:13] Pilif12p: Can you take a screenshot of the error you're getting? [15:45:28] Any idea why I don't see the show/hide on my collapsable wikitables? Running 1.21.1. [15:45:48] Baconheart: Can you provide a link to your wiki? [15:46:10] Elsie: No, sorry it's on a 10.0.0.0/8 net [15:46:11] oh, interesting... now it's a different error [15:46:37] Baconheart: What wikicode are you using? [15:46:42] Feel free to pastebin. [15:46:44] 03(mod) Comment field in file history doesn't respect oversight - 10https://bugzilla.wikimedia.org/51536 (10Alex Monk) [15:46:55] I think the collapse class changed at some point. [15:47:00] Elsie: ...wikicode... not sure, how do i find that? [15:47:18] I mean the page content of a wiki page that contains a table you want collapsed. [15:47:36] http://ix.io/6I4 [15:47:37] Generally collapsible tables are built using something like... [15:47:46] {| class="wikitable collapsible" [15:47:48] Or similar. [15:49:01] Elsie: Something simple as this. http://pastebin.com/P3GnHBw7 doesn't work. [15:49:25] yeah that's pretty much what I have. I think it used to work, I just noticed it no longer does. [15:50:38] https://en.wikipedia.org/wiki/Help:Collapsing [15:50:52] Make sure your JavaScript in the page "MediaWiki:Common.js" is relatively up-to-date. [15:51:15] https://en.wikipedia.org/wiki/MediaWiki:Common.js [15:51:31] Check the "Collapsible tables" section, Baconheart. [15:51:36] ack'd thanks for the direction. [15:51:54] If you're still having trouble, check your Web browser's JavaScript error console. [15:52:01] 03(mod) POTD Title returned by expandtemplates is not correct. - 10https://bugzilla.wikimedia.org/51508 +comment (10Brad Jorsch) [15:52:12] Pilif12p: Do you have a screenshot of the error? [15:52:12] 03(mod) Add right of granting and revoking bot group to administrators on ckb wikipedia - 10https://bugzilla.wikimedia.org/51496 +comment (10CalakWiki) [15:52:23] Pilif12p: That output, while interesting, doesn't look like a screenshot. [15:52:58] Elsie: that's all the error i'm getting, just in the nginx logs. [15:53:07] Elsie: I don't seem to have a common.js. Is that normal? [15:53:10] What happens in your Web browser? [15:53:17] nothing, just a blank page [15:53:30] Baconheart: The page is called "MediaWiki:Common.js". It's mostly blank by default, yeah. [15:53:32] 03(mod) Implement generic error handling from bug 48900 for images - 10https://bugzilla.wikimedia.org/51544 (10Gabriel Wicke) [15:53:32] 03(mod) Images: Handle http errors + missing image errors in LinkHandler image handling code - 10https://bugzilla.wikimedia.org/48900 (10Gabriel Wicke) [15:53:35] 03(mod) Implement generic error handling from bug 48900 for images - 10https://bugzilla.wikimedia.org/51544 (10Gabriel Wicke) [15:53:40] Baconheart: You may have a "MediaWiki:Monobook.js" or "MediaWiki:Vector.js" page. [15:54:18] "MediaWiki:Common.js" is site-wide and covers all skins. [15:54:27] 03(mod) Mark up http errors + missing image errors with generic error attributes + error info in data-mw - 10https://bugzilla.wikimedia.org/48900 summary (10Gabriel Wicke) [15:54:36] "MediaWiki:Monobook.js" and "MediaWiki:Vector.js" are site-wide, but are for skin-specific JavaScript. [15:54:59] Hm. All blank. [15:55:11] But you think collapsible tables used to work? [15:55:13] what. [15:55:21] what the hell. [15:55:26] Pilif12p: What? [15:55:30] i added display_errors = on to my php.ini [15:55:33] now it works [15:55:43] https://bugzilla.wikimedia.org/show_bug.cgi?id=19877 [15:55:46] Pilif12p: ^ [15:56:04] Glad to hear it's working now. [15:56:13] Baconheart: Did you recently upgrade MediaWiki? [15:56:16] Elsie: yeah I think it did but wouldn't bet my life on it. At some point I moved my crap to this wiki. I could be thinking of the old wiki. [15:56:19] i have no idea why that changed anything. [15:56:26] Baconheart: Sometimes people will hack up the actual JavaScript server files rather than editing pages on-wiki. [15:56:35] Elsie: Yes, but it was broken prior to upgrading. I was hoping the upgrade would fix. [15:56:52] Baconheart: The reason you want to use wiki pages is that it will preserve customizations like this across upgrades. [15:56:59] Okay. [15:57:09] So add that code to "MediaWiki:Common.js" and see if it works? [15:57:18] Be sure to bypass your browser cache. [15:57:49] Pilif12p: I was about to say I think you have a corrupt PHP extension or something. But as long as it's working now, it doesn't really matter. [15:58:29] Elsie: woo! I copied the whole thing (maybe too much) and it works now. Thanks much. [15:58:43] :-) [15:59:17] 03(mod) VisualEditor: Deleting newline before indented text deletes entire block - 10https://bugzilla.wikimedia.org/50995 +comment (10Chris McKenna) [15:59:23] 03(mod) VisualEditor: Don't extend links over wordbreaks - 10https://bugzilla.wikimedia.org/51463 +comment (10gerritadmin) [16:00:06] 03(NEW) Allow change patrolling - 10https://bugzilla.wikimedia.org/51545 normal; Huggle: Application; () [16:00:08] 03(mod) Filter by patrolled-status - 10https://bugzilla.wikimedia.org/34646 (10Nemo) [16:04:15] 03(mod) Pressing ENTER should load the filter conditions on Special:AbuseFilter/examine/log/... - 10https://bugzilla.wikimedia.org/51402 (10Helder) [16:04:40] 03(mod) Parsoid doesn't recognize (with space) - 10https://bugzilla.wikimedia.org/51405 (10Gabriel Wicke) [16:05:08] 03(mod) Parsoid doesn't recognize (with space) - 10https://bugzilla.wikimedia.org/51405 +comment (10gwicke) [16:07:31] 03(mod) Import failed: Format text/plain is not supported for content model Scribunto - 10https://bugzilla.wikimedia.org/51504 +comment (10Brad Jorsch) [16:07:31] 03(mod) Special:Import fails poorly if ContentHandler models don't match - 10https://bugzilla.wikimedia.org/45750 +comment (10Brad Jorsch) [16:07:52] 03(NEW) VisualEditor: Abandoning VE load by navigating away throws confirm box error - 10https://bugzilla.wikimedia.org/51546 normal; VisualEditor: MediaWiki integration; () [16:09:52] 03(mod) VisualEditor: Block slug deletion causing very odd corruption/skipping/repeat/pawns - 10https://bugzilla.wikimedia.org/51525 normal->major; summary (10James Forrester) [16:10:16] 03(mod) VisualEditor: Deleting all content removes input marker - 10https://bugzilla.wikimedia.org/50519 +comment (10Chris McKenna) [16:12:23] 03(mod) copyright notice can't be dismissed - 10https://bugzilla.wikimedia.org/47435 +comment (10Daniel Kinzler) [16:13:14] 03(mod) VisualEditor: Abandoning VE load by navigating away before Parsoid load complete throws API error dialog - 10https://bugzilla.wikimedia.org/51546 summary (10James Forrester) [16:14:48] 03(mod) Mediawiki no longer accepts unicode object property name without quotes - 10https://bugzilla.wikimedia.org/51539 +comment (10Siddhartha Ghai) [16:15:32] 03(NEW) View visual source needed for protected pages - 10https://bugzilla.wikimedia.org/51547 normal; VisualEditor: MediaWiki integration; () [16:16:38] nick waldir [16:16:54] 03(NEW) template edit icon attaches to the wrong object - 10https://bugzilla.wikimedia.org/51548 normal; VisualEditor: Editing Tools; () [16:18:20] 03(NEW) Show two editing/view source tabs at all times, even if you can't edit page - 10https://bugzilla.wikimedia.org/51549 normal; VisualEditor: MediaWiki integration; () [16:19:56] !b 51508 [16:19:56] https://bugzilla.wikimedia.org/51508 [16:26:51] 03(mod) Interaction with OpenODBC causes extra data to be saved into the article - 10https://bugzilla.wikimedia.org/51521 +comment (10PiRSquared17) [16:30:09] 03(NEW) Title jumps on open - 10https://bugzilla.wikimedia.org/51550 normal; MediaWiki extensions: MobileFrontend (Beta); () [16:32:28] 03(NEW) Wikimedia wikis with $wgLanguageCode = 'zh' error with certain input - 10https://bugzilla.wikimedia.org/51551 normal; Wikimedia: General/Unknown; () [16:38:00] 03(mod) Set $wgEnotifMinorEdits = true on Meta-Wiki - 10https://bugzilla.wikimedia.org/51108 +comment (10gerritadmin) [16:38:45] 03(mod) sitename for vote.wikimedia.org - 10https://bugzilla.wikimedia.org/51264 +comment (10gerritadmin) [16:39:04] 03(NEW) The following SSH command responded with a non-zero exit status. - 10https://bugzilla.wikimedia.org/51552 normal; Tools: MediaWiki-Vagrant; () [16:39:12] 03(mod) VisualEditor: Transclusion dialog should recommend TemplateData-hinted mandatory parameters - 10https://bugzilla.wikimedia.org/50747 +comment (10John Broughton) [16:39:31] 03(mod) Namespace Alias alternatives for fa.wiki - 10https://bugzilla.wikimedia.org/30743 +comment (10gerritadmin) [16:40:07] 03(mod) Create rollback group right on ckb wiki - 10https://bugzilla.wikimedia.org/51312 +comment (10gerritadmin) [16:40:41] 03(mod) Import sources for Zulu Wikipedia (zuwiki), Xhosa Wikipedia (xhwiki), and Setswana Wikipedia (tnwiki) - 10https://bugzilla.wikimedia.org/51327 +comment (10gerritadmin) [16:41:02] 03(NEW) Bulleted external link gets combined with template into one "Transclusion" unit - 10https://bugzilla.wikimedia.org/51553 normal; Parsoid: General; () [16:41:24] 03(mod) Set automatic user categories of the Babel Extension in es.wikinews - 10https://bugzilla.wikimedia.org/51297 +comment (10gerritadmin) [16:41:54] 03(mod) Remove '-', 'MediaWiki:Monobook.css' and 'MediaWiki:Monobook.js' from wgWhitelistRead in InitialiseSettings.php - 10https://bugzilla.wikimedia.org/48381 +comment (10gerritadmin) [16:42:39] 03(mod) The following SSH command responded with a non-zero exit status. - 10https://bugzilla.wikimedia.org/51552 +comment (10zfilipin) [16:42:46] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 +comment (10gerritadmin) [16:43:59] 03(mod) VisualEditor: Beta notices fly-out too narrow on some systems (even though its width is specified in ems) - 10https://bugzilla.wikimedia.org/51335 normal->minor; summary; +comment (10James Forrester) [16:46:27] 03(mod) VisualEditor: Deleting all content removes input marker - 10https://bugzilla.wikimedia.org/50519 +comment (10James Forrester) [16:46:28] 03(mod) VisualEditor: Blanking the page using Ctrl-A and Delete keys prevents further editing in Firefox - 10https://bugzilla.wikimedia.org/50947 +comment (10James Forrester) [16:46:58] 03(mod) VisualEditor: blanking an article and starting from scratch causes malformations - 10https://bugzilla.wikimedia.org/51169 +comment (10James Forrester) [16:46:58] 03(mod) VisualEditor: Blanking the page using Ctrl-A and Delete keys prevents further editing in Firefox - 10https://bugzilla.wikimedia.org/50947 +comment (10James Forrester) [16:47:59] 03(mod) The language used to render SVGs should be definable - 10https://bugzilla.wikimedia.org/32987 +comment (10Eduard Braun) [16:49:02] 03(mod) SUL2: Fatal calling $skin->getPersonalToolsList - 10https://bugzilla.wikimedia.org/50619 +comment (10Brad Jorsch) [16:54:50] 03(mod) wgExtraNamespaces tidiness in InitialiseSettings.php - 10https://bugzilla.wikimedia.org/50658 +comment (10gerritadmin) [16:56:59] 03(mod) Wikilink editing does not permit easy alteration of display text - 10https://bugzilla.wikimedia.org/50945 +comment (10cmckenna) [16:58:25] 03(mod) The following SSH command responded with a non-zero exit status. - 10https://bugzilla.wikimedia.org/51552 +comment (10gerritadmin) [16:58:39] 03(mod) The following SSH command responded with a non-zero exit status. - 10https://bugzilla.wikimedia.org/51552 +comment (10gerritadmin) [17:02:29] 03(mod) The following SSH command responded with a non-zero exit status. - 10https://bugzilla.wikimedia.org/51552 +comment (10gerritadmin) [17:02:37] 03(mod) Feature request for VisualEditor language setting +ULS +Wikidata interwikis - 10https://bugzilla.wikimedia.org/51355 +comment (10mahitgar) [17:02:59] 03(mod) The following SSH command responded with a non-zero exit status. - 10https://bugzilla.wikimedia.org/51552 +comment (10gerritadmin) [17:04:21] 03(mod) The following SSH command responded with a non-zero exit status. - 10https://bugzilla.wikimedia.org/51552 +comment (10Ori Livneh) [17:04:41] Hi! How can I get these boxes https://www.mediawiki.org/wiki/Template:Mbox for my wiki? [17:05:39] hei guys. what is a good option for me to stop spamming in my MW system? [17:06:00] i've just started a project and i have already 10 new spam users [17:08:37] 03(mod) Remove '-', 'MediaWiki:Monobook.css' and 'MediaWiki:Monobook.js' from wgWhitelistRead in InitialiseSettings.php - 10https://bugzilla.wikimedia.org/48381 (10Liangent) [17:08:46] 03(mod) VisualEditor: Add FlaggedRevs "accept pending revisions" to save dialog - 10https://bugzilla.wikimedia.org/49699 +comment (10risker.wp) [17:09:05] Elsie: think you could help banica? [17:09:14] I don't really know the answer. [17:09:40] !spam [17:09:40] For information about combating and handling spam in MediaWiki, see and . [17:11:45] banica: ^ [17:12:36] 03(mod) VisualEditor: Add FlaggedRevs "accept pending revisions" to save dialog - 10https://bugzilla.wikimedia.org/49699 +comment (10jforrester) [17:12:58] th4nk5 d00ds [17:13:46] let me check. thanks a lot [17:16:14] 03(mod) Cannot use object of type Message as array at RollbackAction - 10https://bugzilla.wikimedia.org/49338 +comment (10gerritadmin) [17:17:57] 03(NEW) VisualEditor: tags added to all markup in paragraph, including pre-existing - 10https://bugzilla.wikimedia.org/51554 normal; VisualEditor: ContentEditable; () [17:19:56] 03(NEW) librsvg seems unmaintained - 10https://bugzilla.wikimedia.org/51555 blocker; Wikimedia: SVG rendering; () [17:20:55] 03(mod) VisualEditor: tags added to all markup in paragraph, including pre-existing - 10https://bugzilla.wikimedia.org/51554 +comment (10cmckenna) [17:22:44] 03(mod) librsvg seems unmaintained - 10https://bugzilla.wikimedia.org/51555 +comment (10MZMcBride) [17:22:45] 03(mod) Re-evaluate librsvg as SVG renderer on Wikimedia wikis - 10https://bugzilla.wikimedia.org/38010 (10MZMcBride) [17:22:49] 03(mod) The language used to render SVGs should be definable - 10https://bugzilla.wikimedia.org/32987 +comment (10bawolff+wn) [17:23:31] 03(mod) VisualEditor: tags added to all markup in paragraph, including pre-existing - 10https://bugzilla.wikimedia.org/51554 +comment (10cmckenna) [17:24:26] 03(mod) Upload summary should be in site language not in user language of the uploader or they should be shown in the user language of the reader - 10https://bugzilla.wikimedia.org/51474 +comment (10jrobson) [17:29:15] 03(mod) VisualEditor: Blanking the page using Ctrl-A and Delete keys prevents further editing in Firefox - 10https://bugzilla.wikimedia.org/50947 +comment (10Chris McKenna) [17:33:42] 03(NEW) Investigate Linux containers - 10https://bugzilla.wikimedia.org/51556 normal; Tools: MediaWiki-Vagrant; () [17:34:06] 03(mod) Switching to mobile view and back leaves cookie behind - 10https://bugzilla.wikimedia.org/51465 normal->15enhancement; +comment (10Jon) [17:34:14] 03(mod) Investigate Linux containers - 10https://bugzilla.wikimedia.org/51556 (10Ori Livneh) [17:34:14] 03(mod) Create hermetic test environment runnable on labs infra - 10https://bugzilla.wikimedia.org/51492 (10Ori Livneh) [17:34:26] 03(mod) VisualEditor: Crash in Chrome when attempting to cut certain content - 10https://bugzilla.wikimedia.org/50043 +comment (10Oliver Keyes) [17:34:48] 03(NEW) Image resizing is wonky - 10https://bugzilla.wikimedia.org/51557 normal; MediaWiki extensions: MobileFrontend; () [17:37:37] 03(mod) Investigate Linux containers - 10https://bugzilla.wikimedia.org/51556 (10Ori Livneh) [17:37:40] 03(mod) Jenkins should run tests in disposable sandboxes - 10https://bugzilla.wikimedia.org/45499 (10Ori Livneh) [17:37:40] 03(mod) Jenkins: Setup Vagrant for some jobs (tracking) - 10https://bugzilla.wikimedia.org/48407 (10Ori Livneh) [17:38:52] 03(mod) Cannot use object of type Message as array at RollbackAction - 10https://bugzilla.wikimedia.org/49338 +comment (10gerritadmin) [17:38:53] 03(mod) Image resizing is wonky - 10https://bugzilla.wikimedia.org/51557 +comment (10Jon) [17:38:53] 03(mod) MobileFrontend images shown double-sized in Retina desktop, iOS 7 beta - 10https://bugzilla.wikimedia.org/49440 +comment (10jrobson) [17:46:06] 03(mod) Set $wgEnotifMinorEdits = true on Meta-Wiki - 10https://bugzilla.wikimedia.org/51108 (10Tomasz W. Kozlowski) [17:46:26] 03(mod) Support cross-wiki rights change notification in Echo - 10https://bugzilla.wikimedia.org/51540 normal->15enhancement (10Sam Reed (reedy)) [17:46:30] 03(mod) Support global account rights change notification in Echo - 10https://bugzilla.wikimedia.org/51541 normal->15enhancement (10Sam Reed (reedy)) [17:46:46] 03(mod) sitename for vote.wikimedia.org - 10https://bugzilla.wikimedia.org/51264 (10Tomasz W. Kozlowski) [17:47:41] 03(mod) Create rollback group right on ckb wiki - 10https://bugzilla.wikimedia.org/51312 (10Tomasz W. Kozlowski) [17:48:07] 03(mod) tools-mail doesn't deliver mails - 10https://bugzilla.wikimedia.org/51359 +comment (10Marc A. Pelletier) [17:48:10] 03(mod) Import sources for Zulu Wikipedia (zuwiki), Xhosa Wikipedia (xhwiki), and Setswana Wikipedia (tnwiki) - 10https://bugzilla.wikimedia.org/51327 (10Tomasz W. Kozlowski) [17:48:25] 03(mod) SMW\ParserTextProcessor issues with redirect handling - 10https://bugzilla.wikimedia.org/51498 +comment (10gerritadmin) [17:48:39] 03(mod) Set automatic user categories of the Babel Extension in es.wikinews - 10https://bugzilla.wikimedia.org/51297 (10Tomasz W. Kozlowski) [17:48:53] 03(mod) VisualEditor: Crash in Chrome when attempting to cut certain content - 10https://bugzilla.wikimedia.org/50043 (10James Forrester) [17:49:23] 03(mod) [SMW] 1.9.0 bugs (tracking) - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [17:49:24] 03(mod) SMW\ParserTextProcessor issues with redirect handling - 10https://bugzilla.wikimedia.org/51498 (10MWJames) [17:49:28] 03(mod) User:Abuse filter deleted on removeUnusedAccounts.php - 10https://bugzilla.wikimedia.org/45419 +comment (10thutchison_jr) [17:49:33] 03(mod) on he.wikivoyage TOC are on the left instead of right as you would expect in RTL wiki - 10https://bugzilla.wikimedia.org/46864 (10Tomasz W. Kozlowski) [17:49:40] 03(mod) SMW\ParserTextProcessor issues with redirect handling - 10https://bugzilla.wikimedia.org/51498 (10MWJames) [17:50:45] 03(mod) wgExtraNamespaces tidiness in InitialiseSettings.php - 10https://bugzilla.wikimedia.org/50658 (10Tomasz W. Kozlowski) [18:01:19] 03(mod) VisualEditor: Make some way to display display-less content (e.g. silent transclusions like {{lowercase title}}) - 10https://bugzilla.wikimedia.org/49633 +comment (10Chris McKenna) [18:03:52] 03(mod) Random button doesn't maintain browser history on desktop site in Chrome and Safari - 10https://bugzilla.wikimedia.org/37224 +comment (10jrobson) [18:14:43] My wiki is set up to allow only editing only by logged-in users. But I'd like to set up a page for anonymous comments. Is there an extension (that I haven't found yet) that might let me do that? [18:16:52] 03(mod) VisualEditor: {{refer�ncias}} is expanded to
- 10https://bugzilla.wikimedia.org/51145 +comment (10mybugs.mail) [18:22:11] 03(NEW) Visual Editor: Make template parameter names editable - 10https://bugzilla.wikimedia.org/51558 normal; VisualEditor: Editing Tools; () [18:22:38] 03(mod) Visual Editor: Make template parameter names editable - 10https://bugzilla.wikimedia.org/51558 (10Chris McKenna) [18:22:40] 03(mod) VisualEditor: Transclusion dialog improvements (tracking) - 10https://bugzilla.wikimedia.org/49833 (10Chris McKenna) [18:26:06] 03(NEW) MobileFrontend: Upload pageaction should use log-in CTA rather than toast warning - 10https://bugzilla.wikimedia.org/51559 normal; MediaWiki extensions: MobileFrontend; () [18:26:37] 03(NEW) Entering language code should be sufficient to select the right language - 10https://bugzilla.wikimedia.org/51560 major; Wikimedia: Wikidata; () [18:35:09] 03(NEW) Severe performance issue on history pages - 10https://bugzilla.wikimedia.org/51561 major; MediaWiki: History/Diffs; () [18:35:58] 03(mod) Severe performance issue on history pages - 10https://bugzilla.wikimedia.org/51561 +comment (10Eduard.Braun2) [18:36:58] 03(mod) MobileFrontend: Upload pageaction should use log-in CTA rather than toast warning - 10https://bugzilla.wikimedia.org/51559 +comment (10Jon) [18:37:40] 03(mod) Severe performance issue on history pages - 10https://bugzilla.wikimedia.org/51561 +comment (10Eduard.Braun2) [18:38:17] 03(mod) Wikimedia wikis with $wgLanguageCode = 'zh' error with certain input - 10https://bugzilla.wikimedia.org/51551 +comment (10gerritadmin) [18:38:34] 03(mod) VisualEditor: Make some way to display display-less content (e.g. silent transclusions like {{lowercase title}}) - 10https://bugzilla.wikimedia.org/49633 +comment (10James Forrester) [18:38:34] 03(mod) VisualEditor: Hidden templates should display as an icon in-page so they can be interacted with (e.g. a puzzle piece?) - 10https://bugzilla.wikimedia.org/49806 +comment (10James Forrester) [18:40:26] 03(mod) Interaction with OpenODBC causes extra data to be saved into the article - 10https://bugzilla.wikimedia.org/51521 +comment (10maury.markowitz) [18:41:44] 03(mod) Images: Auto-external links to image files display the image inline - 10https://bugzilla.wikimedia.org/51092 +comment (10gerritadmin) [18:45:14] 03(NEW)
in text content is not nowiki-escaped - 10https://bugzilla.wikimedia.org/51562 normal; Parsoid: General; () [18:45:25] 03(mod) Tabs dislocated on Special:Undelete - 10https://bugzilla.wikimedia.org/42016 +comment (10Umherirrender) [18:45:31] 03(mod)
in text content is not nowiki-escaped - 10https://bugzilla.wikimedia.org/51562 +comment (10gwicke) [18:46:05] 03(NEW) VisualEditor: 'feedback-thanks' message is broken - 10https://bugzilla.wikimedia.org/51563 normal; VisualEditor: MediaWiki integration; () [18:48:43] 03(mod) Wiki name is double escaped in left nav - 10https://bugzilla.wikimedia.org/51261 +comment (10gerritadmin) [18:50:35] 03(NEW) Vector: Module "ext.vector.footerCleanup" should not come in a separate http request - 10https://bugzilla.wikimedia.org/51564 normal; MediaWiki extensions: Vector; () [18:53:19] 03(mod) Vector: Module "ext.vector.footerCleanup" and "ext.vector.collapsibleNav" should not each load in a separate http request - 10https://bugzilla.wikimedia.org/51564 summary; +comment (10Krinkle) [19:02:36] 03(NEW) VisualEditor: save needs to cleanly refresh the page, rather than using the parsoid DOM - 10https://bugzilla.wikimedia.org/51565 normal; VisualEditor: MediaWiki integration; () [19:03:46] 03(mod) update.php fatal error on line 170. - 10https://bugzilla.wikimedia.org/51513 +comment (10zoglun) [19:05:38] 03(mod) VisualEditor: Show the warning of a triggered AbuseFilter filter in the save dialog - 10https://bugzilla.wikimedia.org/50472 +comment (10gerritadmin) [19:05:43] 03(mod) VisualEditor: 'feedback-thanks' message is broken - 10https://bugzilla.wikimedia.org/51563 +comment (10mybugs.mail) [19:08:56] 03(NEW) Limn: expose tab names in URL - 10https://bugzilla.wikimedia.org/51566 normal; Analytics: General/Unknown; () [19:09:32] 03(mod) Limn: expose tab names in URL - 10https://bugzilla.wikimedia.org/51566 normal->15enhancement (10Steven Walling) [19:09:55] 03(NEW) VisualEditor: Image is not displayed on Visual Editor - 10https://bugzilla.wikimedia.org/51567 normal; VisualEditor: Editing Tools; () [19:12:10] 03(NEW) Visual Editor: javascript doesn't work after saving a page - 10https://bugzilla.wikimedia.org/51568 normal; VisualEditor: General; () [19:14:11] 03(mod) Visual Editor: javascript doesn't work after saving a page - 10https://bugzilla.wikimedia.org/51568 +comment (10Chris McKenna) [19:14:11] 03(mod) VisualEditor: save needs to cleanly refresh the page, rather than using the parsoid DOM - 10https://bugzilla.wikimedia.org/51565 +comment (10Chris McKenna) [19:19:38] 03(mod) Foster-parentable metas not about-marked - 10https://bugzilla.wikimedia.org/51211 (10ssastry) [19:22:54] 03(mod) Implement way to round-trip tables with fosterable content that migrates out of the table - 10https://bugzilla.wikimedia.org/51217 (10ssastry) [19:25:33] 03(mod) Implement way to round-trip tables with fosterable content that migrates out of the table - 10https://bugzilla.wikimedia.org/51217 +comment (10azatoth) [19:26:25] 03(NEW) VisualEditor: Reduce number of load.php on edit (down from 3) - 10https://bugzilla.wikimedia.org/51569 normal; VisualEditor: MediaWiki integration; () [19:26:31] 03(mod) VisualEditor: Reduce number of load.php on edit (down from 3) - 10https://bugzilla.wikimedia.org/51569 (10Krinkle) [19:32:00] 03(mod) VisualEditor: Reduce number of load.php on edit (down from 3) - 10https://bugzilla.wikimedia.org/51569 (10James Forrester) [19:33:04] 03(mod) VisualEditor: Trigger "wikipage.content" hook when rendering new revision after save - 10https://bugzilla.wikimedia.org/51565 summary; +comment (10Krinkle) [19:35:10] 03(mod) Move "View history" to dropdown menu - 10https://bugzilla.wikimedia.org/51529 +comment (10Bartosz Dziewoński) [19:36:38] 03(mod) No CSS loads when the browser's JS is disabled - 10https://bugzilla.wikimedia.org/51256 +comment (10gerritadmin) [19:42:05] hei guys. i've install UserAdmin and ACL plugins and i got this error [19:42:07] Fatal error: Call to undefined function wfLoadExtensionMessages() in /home/marianba/public_html/wiki.trainingarena.ro/w/extensions/UserAdmin/SpecialUADMBase.class.php on line 59 [19:42:12] ow i can solve it? [19:42:13] 03(mod) Logging broken for GettingStarted (page-save-success logged as page-impression) - 10https://bugzilla.wikimedia.org/50204 +comment (10swalling) [19:44:33] 03(mod) VisualEditor: Refactor references dialog to allow immediate insertion of reference content - 10https://bugzilla.wikimedia.org/51152 +comment (10gerritadmin) [19:44:41] Where did you get the extensions from? [19:44:45] They're using very old code [19:44:53] 03(mod) No CSS loads when the browser's JS is disabled - 10https://bugzilla.wikimedia.org/51256 (10Raylton P. Sousa) [19:44:53] banica, http://www.mediawiki.org/wiki/Thread:Project:Support_desk/wfLoadExtensionMessages%28%29_removed_from_1.21.1%3F [19:45:24] 03(mod) VisualEditor: Trigger "wikipage.content" hook when rendering new revision after save - 10https://bugzilla.wikimedia.org/51565 (10James Forrester) [19:45:38] in webstart.php exist this line wfProfileIn( 'WebStart.php-conf' ); what does it do? [19:46:32] <^d> wfProfileIn() begins a profiling block. [19:46:38] <^d> wfProfileOut() ends it. [19:46:41] i cannot find a filename nor an object called webstart.php-conf [19:47:03] <^d> It's not a file, it's just the name of what's being profiled. [19:47:17] ^d: ahh yes but where is webstart.php-conf defined? [19:47:20] includes/WebStart.php [19:47:27] 03(mod) VisualEditor: Show the warning of a triggered AbuseFilter filter in the save dialog - 10https://bugzilla.wikimedia.org/50472 +comment (10James Forrester) [19:47:29] e0je: It's just text [19:47:54] Reedy: why is the purpse of that text? [19:48:18] To time between that call, and the relevant wfProfileOut( 'WebStart.php-conf' ); [19:49:13] 03(mod) VisualEditor: Default $wgVisualEditorNamespaces to $wgContentNamespaces instead of array( NS_MAIN ) - 10https://bugzilla.wikimedia.org/51527 +comment (10James Forrester) [19:49:33] so its just a random word defined to identify the begining of the profiling? [19:50:00] 03(mod) VisualEditor: Default $wgVisualEditorNamespaces to $wgContentNamespaces instead of array( NS_MAIN ) - 10https://bugzilla.wikimedia.org/51527 +comment (10gerritadmin) [19:53:52] 03(mod) sitename for vote.wikimedia.org - 10https://bugzilla.wikimedia.org/51264 +comment (10Thehelpfulone) [19:58:21] Reedy: so its just a random word defined to identify the begining of the profiling? [19:58:35] "random" yes [19:58:44] hey again [19:58:51] Usually it's related to the location of the code [19:59:33] any good way to remove a lot of spam and spambots? i've been told "at the moment for removing the spam users is that Media wiki's remove user extensions are all out of date. I could remove them from the database but it references multiple user based things over several different table so it would break the wiki. It is a real pain, I may look into it a bit further at the weekend. Though I have [19:59:40] spent a lot of time trying user merge and use removing plugins which on the whole do not work or are quite out of date and do not install." so trying to find a solution to this wikis problem [20:02:37] 03(NEW) unit tests fail depending on execution order - 10https://bugzilla.wikimedia.org/51570 normal; MediaWiki extensions: WikidataRepo; () [20:06:06] 03(NEW) AJAX delete removes instance row before instance is deleted - 10https://bugzilla.wikimedia.org/51571 enhancement; MediaWiki extensions: OpenStackManager; () [20:06:11] 03(mod) AJAX delete removes instance row before instance is deleted - 10https://bugzilla.wikimedia.org/51571 (10Ryan Lane) [20:10:35] 03(mod) sitename for vote.wikimedia.org - 10https://bugzilla.wikimedia.org/51264 +comment (10pinkampersand.wikimedia) [20:13:09] 03(mod) Switching to mobile view and back leaves cookie behind - 10https://bugzilla.wikimedia.org/51465 +comment (10mwalker) [20:18:52] 03(mod) Don't protect documentation pages for CentralNotice translation - 10https://bugzilla.wikimedia.org/51478 +comment (10Matt Walker) [20:24:00] 03(mod) Vector: Module "ext.vector.footerCleanup" and "ext.vector.collapsibleNav" should not each load in a separate http request - 10https://bugzilla.wikimedia.org/51564 +comment (10Bartosz Dziewoński) [20:24:02] 03(mod) Phase out the Vector extension; merge the good parts into core (tracking) - 10https://bugzilla.wikimedia.org/45051 (10Bartosz Dziewoński) [20:28:34] how can i restrict access for bots or spammers? any idea? [20:29:15] i have to many accesses in few hours for a new portal [20:30:19] Restrict access in what sense? [20:33:36] 03(mod) After login, securely redirect user through a central domain to establish a central session - 10https://bugzilla.wikimedia.org/46903 +comment (10gerritadmin) [20:37:20] 03(mod) After login, securely redirect user through a central domain to establish a central session - 10https://bugzilla.wikimedia.org/46903 +comment (10gerritadmin) [20:41:05] 03(mod) Echo: edit summary in notifications for talkpage messages is unclear - 10https://bugzilla.wikimedia.org/47934 (10bsitu) [20:41:46] 03(mod) Don't protect documentation pages for CentralNotice translation - 10https://bugzilla.wikimedia.org/51478 +comment (10James Alexander) [20:42:24] 03(NEW) Properly puppeti[sz]e purge-checkuser - 10https://bugzilla.wikimedia.org/51572 enhancement; Wikimedia: General/Unknown; () [20:49:09] 03(NEW) Write maintenance script to purge old IP data - 10https://bugzilla.wikimedia.org/51573 enhancement; MediaWiki extensions: AbuseFilter; () [20:49:43] all..in WebStart.php theres a constant check for MW_NO_OUTPUT_BUFFER but i cannot find where it is defined, what am i missing here. [20:50:33] e0je: Did you search the codebase for that string? [20:51:28] e0je: It's defined in thumb.php and img_auth.php. [20:51:36] Err. [20:51:42] No, that's MW_NO_OUTPUT_COMPRESSION. [20:52:04] Hmmm. Maybe that's just leftover code. [20:52:53] I grepped the entire directory [20:53:22] Yeah, I did as well. [20:53:26] It may just be leftover code. [20:53:34] 03(NEW) Make puppet cronjob to run SecurePoll/cli/purgePrivateVoteData.php - 10https://bugzilla.wikimedia.org/51574 enhancement; Wikimedia: General/Unknown; () [20:53:48] Elsie: so it should be removed or are these things dependant on extensions and stuff [20:53:51] ? [20:54:01] Not sure. I'm looking at the history now. [20:54:08] cool [20:55:19] how do you look at the history of a CONSTANT? [20:56:33] 03(mod) VisualEditor: Block slug deletion causing very odd corruption/skipping/repeat/pawns - 10https://bugzilla.wikimedia.org/51525 +comment (10azatoth) [20:56:51] !r 19996 [20:56:52] https://www.mediawiki.org/wiki/Special:Code/MediaWiki/19996 [20:57:35] e0je: Would you like to file a bug? [20:59:52] i have a gerrit account but i dont know how to use it yet .. [21:00:16] Elsie: ^ [21:00:32] did youjust file the bug in IRC? [21:01:36] e0je: Gerrit accounts and Bugzilla accounts are completely separate. [21:01:40] I haven't filed a bug about this issue. [21:01:47] I was still investigating it. [21:02:36] 03(mod) After login, securely redirect user through a central domain to establish a central session - 10https://bugzilla.wikimedia.org/46903 +comment (10Chris Steipp) [21:04:55] Elsie: sounds good, lmk how you do that if you dont mind thanx [21:05:40] e0je: Do you have a Bugzilla account? If not, you can create one at https://bugzilla.wikimedia.org [21:05:48] That's the central bug (issue) tracker for MediaWiki and Wikimedia. [21:09:54] Elsie: i can view history there too or is that git repo? [21:10:04] Bugzilla only tracks bugs. [21:10:19] https://git.wikimedia.org is a Git repo viewer. [21:13:03] fantastic thanks for that... [21:15:30] 03(mod) Sidebar moves down when editing Arabic Wikipedia page in Monobook skin - 10https://bugzilla.wikimedia.org/51486 +comment (10matma.rex) [21:20:03] 03(mod) Set $wgSecureLogin = true; on Wikimedia wikis - 10https://bugzilla.wikimedia.org/39380 +comment (10gerritadmin) [21:20:47] 03(mod) Sortable tables: CSS class "unsortable" should also work for rows outside the table heading - 10https://bugzilla.wikimedia.org/31060 +comment (10gerritadmin) [21:21:41] 03(NEW) Property:P407 "language" — if the whole property name is typed, value field disappears on property selection - 10https://bugzilla.wikimedia.org/51575 normal; Wikimedia: Wikidata; () [21:22:13] 03(mod) Property:P407 "language" — if the whole property name is typed, value field disappears on property selection - 10https://bugzilla.wikimedia.org/51575 (10deletesoftware) [21:23:53] e0je: I'm gonna file this bug, as the history is kind of tricky. [21:23:59] e0je: What's your Bugzilla username? [21:24:20] 03(mod) Improve chapter dropdown menu for books with lots of chapters - 10https://bugzilla.wikimedia.org/51257 +comment (10raylton.sousa) [21:31:39] hmm, why do we still ship JSMinPlus if we don't use it? [21:34:07] hello, I could use some help if anyone would be willing to do so [21:34:23] grmbl. how does this jshint work ? [21:34:36] it never reports anything for me. [21:34:40] and then jenkins does [21:34:56] I'm not sure. I'm new to this software [21:35:02] getting acquainted with it. [21:36:05] MaxSem: Why do we still ship redirect.phtml and wiki.phtml? [21:36:29] does anyone know how to change the maximum size of the logo from 135 x 135 pixels? [21:36:30] MaxSem: Also, your move from config/ to mw-config/ makes shit a real pain in the ass to track down. ;-) [21:36:31] i have no trouble with jenkins hooks, but if I can't setup the same shit on my side in 3 minutes then it just plain sucks.... [21:36:33] https://git.wikimedia.org/commitdiff/mediawiki%2Fcore.git/1fdaf8db1749313230d600d7c7337a3722a2d1e9 [21:36:41] wrong analogy:) [21:36:53] glurbl: you mean of the skin ? [21:37:03] What do you mean? [21:37:13] My analogies are always perfect. [21:37:13] there are logos everywhere, which one ? [21:37:14] I'm trying to put a file bigger than 135 x 135 [21:37:23] the main one, top left [21:37:36] change the skin [21:38:11] 03(NEW) Investigate whether MW_NO_OUTPUT_BUFFER can be removed from WebStart.php - 10https://bugzilla.wikimedia.org/51576 normal; MediaWiki: General/Unknown; () [21:38:13] e0je: ^^^^ [21:38:15] That's your bug. [21:38:17] It's limited to 135x135 because that is the amount of space the skin has available. If you want more, you will need to add CSS changes to make more room. [21:38:25] e0je: You can "CC" yourself on that bug if you have a Bugzilla account. [21:38:42] I'm trying to find the appropriate CSS file for that [21:38:46] not sure which [21:39:43] 03(mod) Investigate whether MW_NO_OUTPUT_BUFFER can be removed from WebStart.php - 10https://bugzilla.wikimedia.org/51576 (10MZMcBride) [21:42:22] ^demon: ^^ You may be interested in that bug. [21:42:29] <^demon> Which bug? [21:42:30] Or at least I mentioned you in it. [21:42:41] ^demon: https://bugzilla.wikimedia.org/show_bug.cgi?id=51576 [21:42:48] 03(mod) Write redirect rules for GitBlit - 10https://bugzilla.wikimedia.org/41961 +comment (10gerritadmin) [21:43:53] <^demon> Yeah I don't think it's needed anymore. Maybe let Tim chime in though in case there's something we're missing. [21:44:13] K. [21:44:14] I copied him. [21:44:20] It's obviously not a high priority. [21:44:34] Though it's kind of curious (to me) that PHP doesn't scream about the lack of a definition. [21:45:10] glurbl: in general, add the change to the mediawiki page [[MediaWiki:Vector.css]] [21:45:39] <^demon> It wouldn't. You're checking if it's defined or not. [21:45:39] This is assuming you are using the Vector skin, mostly WANT to keep using the vector skin and not redo the change every single update. [21:46:53] Sorry, I'm a noob. I'm trying to figure out how to change the skin right now. What is the default skin? [21:47:12] Vector [21:47:24] glurbl: Vector [21:47:55] got it, i will see what i can do [21:50:09] glurbl: you can override every style element of the Vector skin from there, if you know a bit of CSS. [21:50:44] I don't :p I suppose I should start learning. It's been years since I last touched web development stuff [21:51:14] CSS has been around for many years. ;-) [21:51:44] I know :p I never needed to mess with it though [21:52:03] programming scares me [21:52:04] hah [21:52:31] CSS is styling, not programming. :-) [21:52:56] you and your semantics! [21:53:00] 03(NEW) Update property subjects using a background dispatcher - 10https://bugzilla.wikimedia.org/51577 enhancement; MediaWiki extensions: Semantic MediaWiki; () [21:53:20] okay, PHP is programming though right? [21:53:28] In a sense. [21:54:03] PHP is a language [21:55:55] 03(mod) implement URL data type - 10https://bugzilla.wikimedia.org/49306 +comment (10gerritadmin) [21:56:11] 03(mod) implement URL data type - 10https://bugzilla.wikimedia.org/49306 +comment (10gerritadmin) [21:58:09] !hss [21:58:09] ZOMG!! http://bit.ly/2sYkfl [21:58:20] ...helpful message is helpful [21:58:40] 03(mod) Update property subjects using a background dispatcher - 10https://bugzilla.wikimedia.org/51577 +comment (10gerritadmin) [22:01:40] 03(mod) implement URL data type - 10https://bugzilla.wikimedia.org/49306 +comment (10gerritadmin) [22:04:35] 03(mod) [SMW] 1.9.0 bugs (tracking) - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [22:04:36] 03(mod) Update property subjects using a background dispatcher - 10https://bugzilla.wikimedia.org/51577 (10MWJames) [22:04:50] 03(mod) Switching to mobile view and back leaves cookie behind - 10https://bugzilla.wikimedia.org/51465 +comment (10jrobson) [22:07:44] 03(NEW) beta down with fatal from WikibaseLib.php - 10https://bugzilla.wikimedia.org/51578 critical; Wikimedia Labs: deployment-prep (beta); () [22:08:40] 03(mod) Notifications: Getting two "Thank"s from one user for the same edit is possible - 10https://bugzilla.wikimedia.org/51303 +comment (10gerritadmin) [22:10:49] 03(mod) beta down with fatal from WikibaseLib.php - 10https://bugzilla.wikimedia.org/51578 +comment (10cmcmahon) [22:12:28] chrismcmahon: so, that beta issue is due to wikidata changing their entire extension structure without much warning :) [22:13:47] greg-g: buncha cowboys [22:13:52] 03(mod) beta down with fatal from WikibaseLib.php - 10https://bugzilla.wikimedia.org/51578 +comment (10Greg Grossmeier) [22:13:58] just commented with link to message [22:14:04] as you can see there ^ :) [22:15:55] and more [22:15:56] 03(mod) beta down with fatal from WikibaseLib.php - 10https://bugzilla.wikimedia.org/51578 +comment (10Greg Grossmeier) [22:15:57] wait for it [22:15:59] there it si [22:17:02] Elsie: if it helps my bugzilla name is gotcha and email is j@wtfix.com [22:18:11] 03(mod) Import failed: Format text/plain is not supported for content model Scribunto - 10https://bugzilla.wikimedia.org/51504 +comment (10d_entous) [22:18:12] 03(NEW) Log-in and Sign-up pages should not have user button - 10https://bugzilla.wikimedia.org/51579 normal; MediaWiki extensions: MobileFrontend (Beta); () [22:19:23] wee [22:21:13] 03(mod) Morph "What links here" into a "Context" tab next to "Talk" - 10https://bugzilla.wikimedia.org/51520 +comment (10swalling) [22:23:54] 03(mod) beta down with fatal from WikibaseLib.php - 10https://bugzilla.wikimedia.org/51578 +comment (10Chad H.) [22:28:32] 03(mod) Improve CAPTCHA readability - 10https://bugzilla.wikimedia.org/43546 +comment (10swalling) [22:28:33] 03(NEW) configure beta labs for SUL2 - 10https://bugzilla.wikimedia.org/51580 normal; Wikimedia Labs: deployment-prep (beta); () [22:29:37] 03(mod) configure beta labs for SUL2 - 10https://bugzilla.wikimedia.org/51580 (10spage) [22:31:13] chrismcmahon: do we need to kick beta to get it back up? [22:34:16] greg-g: I'm not sure. Was the Wikibase merge to master premature and should be reverted for now? [22:34:45] chrismcmahon: JeroenDeDauw reverted it, beta did it's thing and updated and is now back up [22:34:51] 03(NEW) Deployment-prep deploys from master and uses a submodule with submodules - 10https://bugzilla.wikimedia.org/51581 normal; Wikimedia Labs: deployment-prep (beta); () [22:34:55] greg-g: wheeeeeee [22:35:01] 03(mod) beta down with fatal from WikibaseLib.php - 10https://bugzilla.wikimedia.org/51578 +comment (10jeroen_dedauw) [22:35:28] 03(mod) beta down with fatal from WikibaseLib.php - 10https://bugzilla.wikimedia.org/51578 +comment (10Greg Grossmeier) [22:42:26] all..in WebStart.php theres a constant check for MW_NO_OUTPUT_BUFFER but i cannot find where it is defined, what am i missing here. [22:42:30] all..in WebStart.php theres a constant check for MW_NO_OUTPUT_BUFFER but i cannot find where it is defined, what am i missing here. [22:42:35] all..in WebStart.php theres a constant check for MW_NO_OUTPUT_BUFFER but i cannot find where it is defined, what am i missing here. [22:43:23] 03(mod) beta down with fatal from WikibaseLib.php - 10https://bugzilla.wikimedia.org/51578 +comment (10innocentkiller) [22:43:28] Thanks for the triple post [22:43:36] lol [22:44:05] 03(mod) Import failed: Format text/plain is not supported for content model Scribunto - 10https://bugzilla.wikimedia.org/51504 +comment (10bjorsch) [22:45:24] all..in WebStart.php theres a constant check for MW_NOT_SETUP but i cannot find where it is defined and it seems important [22:45:58] sorry Reedy [22:46:21] Elsie: ^ [22:47:21] Hmm [22:47:31] Looks to have last changed when RoanKattouw_away merged ResourceLoader stuff [22:47:35] https://git.wikimedia.org/blobdiff/mediawiki%2Fcore.git/32377424b9492bca276d6f8036ed297bef726ed3/includes%2FWebStart.php [22:47:53] 03(mod) Save action doesn't handle abort hooks very elegantly - 10https://bugzilla.wikimedia.org/50727 major->04CRIT; +comment (10John Mark Vandenberg) [22:48:02] https://www.mediawiki.org/wiki/Special:Code/MediaWiki/72349 [22:49:04] 03(mod) Create an example JSON structure to be used in the navigation bar - 10https://bugzilla.wikimedia.org/50674 +comment (10gerritadmin) [22:49:57] <^demon> Reedy: Can we revert 72349? [22:50:33] Eh? [22:50:45] <^demon> r72349 ;-) [22:50:52] <^demon> I want to revert it. Makes my wiki slow. [22:51:01] Reedy: Elsie submitted a bug for MW_NO_OUTPUT_BUFFER but now i'm curious about MW_NO_SETUP [22:51:18] } elseif ( !defined( 'MW_NO_OUTPUT_BUFFER' ) ) { [22:51:46] That was moved into https://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/WebStart.php?r1=19995&r2=19996&pathrev=72349& [22:52:39] TimStarling: ^ Any idea what the MW_NO_OUTPUT_BUFFER constant check is for in WebStart.php? And why it doesn't seem to be defined anywhere in our repos? [22:52:49] I'm about to write a comment about that [22:53:13] Ahh [22:53:22] actually I'm going to file a whole bug [22:53:27] and MW_NO_SETUP [22:53:34] TimStarling: Elsie filed a bug [22:53:46] I think he means file another bug [22:54:06] 03(mod) Sidebar moves down when editing Arabic Wikipedia page in Monobook skin - 10https://bugzilla.wikimedia.org/51486 +comment (10Marius Hoch) [22:54:47] e0je: MW_NO_SETUP is defined in the "Maintenance" extension [22:54:59] define( 'MW_NO_SETUP', true ); //we use our own setup method to work with web requests [22:55:54] <^demon> That was pretty much the only reason I didn't delete MW_NO_SETUP a long time ago. [22:56:00] <^demon> Some extension or another still used it. [22:56:08] heh [22:56:23] That's it in git. No idea if some not migrated from svn do [22:56:34] Reedy: i cloned the repo and grep the entire repo with no define [22:56:57] e0je: cloned core or all extensions? [22:57:08] core [22:57:11] 03(mod) Implement way to round-trip tables with fosterable content that migrates out of the table - 10https://bugzilla.wikimedia.org/51217 +comment (10Derk-Jan Hartman) [22:57:21] hmm ic now.. [22:57:24] <^demon> Sometimes things are in core because extensions use them :) [22:57:33] <^demon> And sometimes things are still in core because extensions won't stop using them ;-) [22:57:41] ha [22:57:51] hey how to i clone extensions..? [22:58:16] <^demon> If you want all extensions, clone the mediawiki/extensions.git repository. [22:58:19] 03(mod) beta down with fatal from WikibaseLib.php - 10https://bugzilla.wikimedia.org/51578 +comment (10jeroen_dedauw) [22:58:20] do clone in my mediawiki repo or create another repo [22:58:29] <^demon> Then `git submodule update --init` to get all of them. [22:59:01] https://www.mediawiki.org/wiki/Download_from_Git#Using_Git_to_download_MediaWiki_extensions [22:59:14] 03(NEW) WebInstallerOutput::flush() non-functional - 10https://bugzilla.wikimedia.org/51582 normal; MediaWiki: Installer; () [22:59:21] there you go [22:59:59] 03(mod) Investigate whether MW_NO_OUTPUT_BUFFER can be removed from WebStart.php - 10https://bugzilla.wikimedia.org/51576 +comment (10tstarling) [23:01:55] <^demon> TimStarling: I had a time and a half trying to get that working when I wrote it. If memory serves, it's somewhat dependent on PHP's output bufferring settings. [23:07:25] where should the hi version of http://www.mediawiki.org/wiki/Help:Extension:UniversalLanguageSelector/Input_methods/hi-transliteration go? [23:13:21] 03(mod) Write redirect rules for GitBlit - 10https://bugzilla.wikimedia.org/41961 +comment (10Chad H.) [23:27:15] 03(mod) GitBlit main page sets Cache-Control: no-cache - 10https://bugzilla.wikimedia.org/49371 +upstream; +comment (10Chad H.) [23:34:05] 03(mod) Sidebar moves down when editing Arabic Wikipedia page in Monobook skin - 10https://bugzilla.wikimedia.org/51486 (10Bartosz Dziewoński) [23:34:17] 03(mod) Add mw.hook event for wikipage content ready - 10https://bugzilla.wikimedia.org/30713 summary (10Krinkle) [23:34:18] edit request: would someone please add hi to https://www.mediawiki.org/w/index.php?title=Template:Languages&action=edit The hi language subpages aren't showing up in the template coz its not listed here. Its protected so only admins can do this. [23:37:36] Krinkle: mw(function () { ... }); :P [23:39:24] 03(NEW) Add mw.hook event for wikipage: categories, langlinks, diff etc. - 10https://bugzilla.wikimedia.org/51583 normal; MediaWiki: JavaScript; () [23:42:28] Sid-G: Done [23:43:35] Reedy: Thanks :) [23:46:17] 03(NEW) Special:Nearby should show allow option for imperial units - 10https://bugzilla.wikimedia.org/51584 normal; MediaWiki extensions: MobileFrontend; () [23:52:13] 03(NEW) Visual Editor: link targets in image caption assumed to be same namespace when opened with ctrl+click - 10https://bugzilla.wikimedia.org/51585 normal; VisualEditor: Editing Tools; () [23:52:15] any easy way to block all users that are in a certain category? (well that have a certain category on their userpage)? [23:55:53] <^demon> Neppy: No. [23:56:18] <^demon> There's not really. Best thing you could do would be to fetch the names from the API, iterate over them, and block via the API (if it's a big number of people). [23:56:38] 03(mod) Special:Nearby should show allow option for imperial units - 10https://bugzilla.wikimedia.org/51584 normal->15enhancement; +comment (10Jon) [23:56:42] hm [23:57:08] its a ton of spambots, just trying to find some easy way to block them (and hes gone)