[00:00:10] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:01:07] 03(mod) Enable VisualEditor on ptwikiversity and ptwikibooks for testing - 10https://bugzilla.wikimedia.org/60182 +comment (10James Forrester) [00:01:31] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:03:33] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:04:44] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:05:47] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:07:19] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:08:01] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:08:36] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:09:40] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:10:14] 03(mod) First edit in VE doesn't launch KeepGoing campaign - 10https://bugzilla.wikimedia.org/59932 (10Jon) [00:13:39] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:14:37] 03(mod) Migrate "DrTrigon's tools" (pywikibot/bots/drtrigonbot) bugs from JIRA (TS) to Bugzilla (set up product etc) - 10https://bugzilla.wikimedia.org/55673 +comment (10dr.trigon) [00:14:56] 03(mod) Changes to VisualEditor on eswiki as result of vote - 10https://bugzilla.wikimedia.org/60188 +comment (10jforrester) [00:21:57] 03(NEW) Flow: Terms of Service for edit title doesn't wrap - 10https://bugzilla.wikimedia.org/60703 minor; MediaWiki extensions: Flow; () [00:28:03] 03(NEW) Default licensing text should be generic - 10https://bugzilla.wikimedia.org/60704 minor; MediaWiki extensions: Flow; () [00:28:15] 03(mod) Default licensing text should be generic - 10https://bugzilla.wikimedia.org/60704 (10wctaiwan) [00:40:43] what is the reason, that I find rev_user == None in the revision-table? [00:43:24] Given that rev_user is an integer, you are probably not finding it being the string "None" [00:43:39] do you mean Null? (Which would also be super-odd) [00:44:00] I query with Python and get None for some lines [00:44:07] I'll try in sql [00:44:38] select rev_user, rev_user_text, rev_page from revision where rev_page in (12) and rev_id = 273534948; [00:44:40] NULL [00:45:06] ccomment is NULL too [00:45:07] 03(mod) Mobile menu broken for non-JS users of large screens - 10https://bugzilla.wikimedia.org/60186 +comment (10gerritadmin) [00:45:08] 03(mod) Mobile menu broken for non-JS users of large screens - 10https://bugzilla.wikimedia.org/60186 (10Gerrit Notification Bot) [00:45:19] is that on enwiki? [00:45:23] jepp [00:45:48] its the Article 'Anarchism' :) [00:45:55] ironic [00:46:06] there are other pages where this happenes [00:46:08] I have no idea, I would guess something exploded once upon a time [00:46:20] oh i know [00:47:01] Its suppressed, the null comes because you're querying a redacted view, not the real db [00:47:24] https://en.wikipedia.org/w/index.php?title=Anarchism&oldid=273534948 [00:47:43] edited by (Username or IP removed)  [00:48:25] rev_deleted is 14, which is DELETED_COMMENT | DELETED_USER | DELETED_RESTRICTED [00:48:57] which raises the interesting point that the tool labs allows you to query for all oversighted pages... [00:49:32] do you think that assuming all users with rev_user=NULL and rev_text=NULL to be deleted users? [00:49:47] rev_user_text [00:49:52] lbenedix: Well you could just look at rev_deleted [00:50:14] lbenedix: In general no, the null thing is tool labs specific, on a real mediawiki db it wouldn't look like that [00:50:16] I want to keep the query simple, because I have to query some pages [00:50:29] ~13mio pages [00:52:53] is there a list of values rev_deleted can have? [00:53:56] yep [00:54:30] Its a binary flag, so it can be bitwise combination of the Revision::DELETED_* constants [00:55:13] https://www.mediawiki.org/wiki/Bitfields_for_rev_deleted [00:55:46] its 5 bits, so 32 possible values [00:56:33] I think I'll count the NULL-Values as 'unknown' Users [00:57:44] 03(NEW) VisualEditor: Providing more clear indication about invalid image size on new Media Settings>Advanced Settings - 10https://bugzilla.wikimedia.org/60705 normal; VisualEditor: Editing Tools; () [00:58:04] 03(mod) VisualEditor: Providing more clear indication about invalid image size on new Media Settings>Advanced Settings - 10https://bugzilla.wikimedia.org/60705 (10ryasmeen) [01:01:57] 03(NEW) Option to get API:Query results unsorted - 10https://bugzilla.wikimedia.org/60706 normal; MediaWiki: API; () [01:02:17] hi. is it possible to override single i18n messages from an extension in LocalSettings? [01:02:47] why not overriding it in the i18n file? [01:02:59] improper: Better to override in wiki [01:03:21] improper: You can override by creating a page named MediaWiki: [01:05:09] lbenedix: i don't want to get in trouble with later updates [01:05:29] bawolff: sounds good. will the content override all languages then? [01:06:10] improper: i think it will only override the default language of the wiki [01:06:12] improper: Not generally. (It depends on what type of message it is. Content messages are used usually in the same language, interface language messages aren;t) [01:06:24] improper: you can create per-language overrides on subpages like MediaWiki:/de etc. [01:08:27] improper: There's some docs at https://www.mediawiki.org/wiki/System_messages that you might be interested in [01:11:32] bawolff: MatmaRex: thanks, exactly what i was looking for. :) [01:13:37] * lbenedix had not even heard of this cool feature [01:15:20] lbenedix: It lets wikipedians customize stuff without having to bother us. They use it quite a lot [01:46:36] 03(mod) Skinning system improvement (tracking) - 10https://bugzilla.wikimedia.org/27292 summary (10Bartosz Dziewoński) [01:46:44] 03(mod) Core skins should initialise and include like other skins/extensions do - 10https://bugzilla.wikimedia.org/60453 (10Bartosz Dziewoński) [01:46:45] 03(mod) Skinning system improvement (tracking) - 10https://bugzilla.wikimedia.org/27292 (10Bartosz Dziewoński) [01:50:39] 03(mod) Notices while creating another account - 10https://bugzilla.wikimedia.org/41462 +comment (10Alex Monk) [01:54:12] 03(mod) Notification objects are hard to access - 10https://bugzilla.wikimedia.org/57400 +comment (10krenair) [02:01:20] 03(mod) enable Flow on two enwiki WikiProject pages - 10https://bugzilla.wikimedia.org/60178 +comment (10risker.wp) [02:13:34] Hello! [02:13:41] Hi! [02:20:09] 03(mod) Notification objects are hard to access - 10https://bugzilla.wikimedia.org/57400 +comment (10matma.rex) [02:20:21] 03(mod) toc hide on live preview doesn't work anymore - 10https://bugzilla.wikimedia.org/60030 +comment (10gerritadmin) [02:21:44] 03(mod) Flow actions don't show up in CheckUser - 10https://bugzilla.wikimedia.org/60275 +comment (10risker.wp) [02:25:19] 03(mod) Flow actions don't show up in CheckUser - 10https://bugzilla.wikimedia.org/60275 +comment (10okeyes) [02:42:09] 03(mod) Notification objects are hard to access - 10https://bugzilla.wikimedia.org/57400 +comment (10gerritadmin) [02:42:10] 03(mod) Notification objects are hard to access - 10https://bugzilla.wikimedia.org/57400 (10Gerrit Notification Bot) [02:51:43] Hello! [02:52:34] 03(mod) The text of custom toggles is no longer copiable - 10https://bugzilla.wikimedia.org/60441 +comment (10matma.rex) [02:54:26] 03(mod) Statistic page not entirely correct - 10https://bugzilla.wikimedia.org/38085 +comment (10Dan Jacobson) [02:54:57] 03(mod) Statistic page not entirely correct - 10https://bugzilla.wikimedia.org/38085 (10Dan Jacobson) [03:00:59] * SamB wonders what [[Category:Foo|bar]] could possibly be meant to do [03:02:07] 03(mod) Statistic page not entirely correct - 10https://bugzilla.wikimedia.org/38085 +comment (10Bawolff (Brian Wolff)) [03:02:23] SamB: Puts page in category Foo, but sorts it as if the page is titled "bar" [03:02:37] ah [03:02:40] so the page falls under the letter "B" instead of whatever letter the page title actually starts with [03:03:04] SamB: MediaWiki is not known for its intuitive mark up syntax ;) [03:11:39] 03(mod) Mediawiki.ui buttons: long text strings overflow button container - 10https://bugzilla.wikimedia.org/60660 (10spage) [03:21:10] 03(mod) Statistic page not entirely correct - 10https://bugzilla.wikimedia.org/38085 +comment (10jidanni) [03:24:44] 03(mod) Statistic page not entirely correct - 10https://bugzilla.wikimedia.org/38085 +comment (10jidanni) [03:35:01] 03(mod) EventLogging of Echo notifications broken - 10https://bugzilla.wikimedia.org/60550 +comment (10ori) [03:35:26] Uh oh, I've released a jidanni [03:35:51] oh I keep forgetting that Dan Jacobson is jidanni [03:44:48] 03(mod) Statistic page not entirely correct - 10https://bugzilla.wikimedia.org/38085 +comment (10bawolff+wn) [03:56:29] 03(mod) Statistic page not entirely correct - 10https://bugzilla.wikimedia.org/38085 +comment (10jidanni) [04:42:36] 03(mod) Add a quick link to nuke a user from the #contentsub links on Special:Contributions - 10https://bugzilla.wikimedia.org/55424 +comment (10gerritadmin) [04:42:37] 03(mod) Add a quick link to nuke a user from the #contentsub links on Special:Contributions - 10https://bugzilla.wikimedia.org/55424 (10Gerrit Notification Bot) [04:50:12] 03(mod) Make ULS more lightweight (tracking) - 10https://bugzilla.wikimedia.org/56292 (10Kunal Mehta (Legoktm)) [04:50:13] 03(mod) Evaluate which resource loader modules really need position => top - 10https://bugzilla.wikimedia.org/47075 (10Kunal Mehta (Legoktm)) [07:19:47] 03(NEW) Disable iOS autocorrect for captchas - 10https://bugzilla.wikimedia.org/60707 normal; Wikipedia App: Generic; () [07:21:29] 03(mod) Disable iOS autocorrect for captchas - 10https://bugzilla.wikimedia.org/60707 (10Yuvi Panda) [07:50:16] 03(NEW) Android app gives a blank screen if zero saved articles - 10https://bugzilla.wikimedia.org/60708 normal; Wikipedia App: Save Article; () [07:54:35] 03(NEW) multiversion/getMWVersion prints version line twice now, broken - 10https://bugzilla.wikimedia.org/60710 normal; Wikimedia: General/Unknown; () [07:55:12] 03(mod) multiversion/getMWVersion prints version line twice now, broken - 10https://bugzilla.wikimedia.org/60710 (10Ariel T. Glenn) [08:09:40] 03(NEW) Suggestion list does not go away if I type something in the search box and delete it - 10https://bugzilla.wikimedia.org/60711 normal; Wikipedia App: Search; () [08:14:12] * SamB wonders how to link to an image page, rather than display it ... [08:28:57] SamB: https://www.mediawiki.org/wiki/Images#Link_behavior [08:35:33] 03(NEW) App crashes when article is scrolled after rotating to horizontal orientation - 10https://bugzilla.wikimedia.org/60712 normal; Wikipedia App: Generic; () [08:37:27] 03(mod) Changing default and system font on urdu wikipedia - 10https://bugzilla.wikimedia.org/60685 +comment (10Nemo) [08:37:32] 03(mod) Add a Nastaleeq font to urdu - 10https://bugzilla.wikimedia.org/56939 +comment (10Nemo) [08:43:18] 03(NEW) Search seems slow compared to m.wikipedia.org - 10https://bugzilla.wikimedia.org/60713 normal; Wikipedia App: Search; () [08:45:12] 03(mod) Font support (tracking) - 10https://bugzilla.wikimedia.org/53015 summary (10Nemo) [08:45:42] Saruman: I see. [08:45:58] 03(mod) Urdu: add a font in Nastaʿlīq/Nastalique/Nastaleeq/Nastaliq style - 10https://bugzilla.wikimedia.org/56939 summary; +comment (10Nemo) [08:45:58] 03(mod) Font support (tracking) - 10https://bugzilla.wikimedia.org/53015 (10Nemo) [08:45:59] 03(mod) Add free and open licensed font for Urdu script - 10https://bugzilla.wikimedia.org/46693 (10Nemo) [08:56:32] 03(mod) Duplicate Links to the same page - 10https://bugzilla.wikimedia.org/60678 +comment (10jamesin.hongkong.1) [09:07:44] 03(mod) SQLite 3.x / 1.8.0.5 + 1.9 / SMW_SQLStore3_Queries / CREATE TEMPORARY TABLE ... "ENGINE": syntax error - 10https://bugzilla.wikimedia.org/50155 +comment (10MWJames) [09:30:00] 03(NEW) The 'Other Languages' list on the app is confusing--show only language names - 10https://bugzilla.wikimedia.org/60714 normal; Wikipedia App: Localization/Translation/Language; () [09:43:46] 03(mod) Wikidata interface stored in cache using wrong language code - 10https://bugzilla.wikimedia.org/60715 +comment (10jayvdb) [09:48:28] I want to install mediawiki. do you know which os is the best acording to perfomance? [09:48:49] we want to use this wiki for a university [09:49:21] linux or windows 2008 server? [09:50:39] for your own sanity, don't run on Windows [09:51:13] ok which no visual linux? [09:51:25] it works, but has a few quirks and is less compatible with various extensions [09:51:48] extension are more importent for me [09:51:52] any linux would do. the one with up to date packages is better [09:52:24] (just don't use a package of medawiki) [09:52:30] debian or Ubuntu? [09:53:15] I have limited ram and cpu so I should use the best according to the performance [09:53:26] not much difference as long as it's not Debian Stable Petrified Mammoth Shit [09:54:02] :) [09:54:26] ok thanks [09:55:32] how can i install it in labs? I have an acount there [09:55:51] I mean should I switch to the tools? [09:57:24] 03(mod) $smwgNamespace seems not to working in 1.9 beta-1 - 10https://bugzilla.wikimedia.org/57823 +comment (10MWJames) [10:19:27] 03(mod) Support query result refresh with an update button provided for inline-queries - 10https://bugzilla.wikimedia.org/24979 +comment (10MWJames) [10:20:38] I m facing a problem when i run vagrant provision in wikimedia vagrant. here is the ourput of vagrant provision https://dpaste.de/MpWn#L8,9,10,11,12,13,14,15,16,17,18,19,20,27,33,42,43,45,51,52,53,54,55,56,57,58,59,60,61,62,70,76https://dpaste.de/MpWn#L8,9,10,11,12,13,14,15,16,17,18,19,20,27,33,42,43,45,51,52,53,54,55,56,57,58,59,60,61,62,70,76 [10:23:17] I m facing a problem when i run vagrant provision in wikimedia vagrant. here is the ourput of vagrant provision http://tinyurl.com/opchqem [10:27:44] 03(mod) Incorrect treatment of non-basic latin characters in ol and ul formats of {{#ask:}} - 10https://bugzilla.wikimedia.org/60336 +comment (10MWJames) [10:41:39] 03(NEW) [Regression] Placeholder for search input is black instead of gray (again) - 10https://bugzilla.wikimedia.org/60716 normal; MediaWiki: Skin and page rendering; () [10:55:26] 03(mod) LocalisationCache::readPHPFile should suppress warnings around ini_set - 10https://bugzilla.wikimedia.org/60658 +comment (10Jacob Clark) [10:56:36] 03(mod) LocalisationCache::readPHPFile should suppress warnings around ini_set - 10https://bugzilla.wikimedia.org/60658 (10Jesús Martínez Novo (Ciencia Al Poder)) [10:57:15] 03(NEW) Display article badges on client - 10https://bugzilla.wikimedia.org/60717 normal; MediaWiki extensions: WikidataClient; () [10:58:41] 03(mod) Display article badges on client - 10https://bugzilla.wikimedia.org/60717 (10Bene*) [10:58:46] 03(mod) Featured and good article badges - 10https://bugzilla.wikimedia.org/40810 (10Bene*) [10:58:52] 03(mod) UI for article badges - 10https://bugzilla.wikimedia.org/58990 (10Bene*) [11:19:50] 03(mod) The text of custom toggles is no longer copiable - 10https://bugzilla.wikimedia.org/60441 +comment (10martineznovo) [11:22:46] 03(mod) Job Queue handling does not work for shared code (wiki farms) - 10https://bugzilla.wikimedia.org/60698 (10Jesús Martínez Novo (Ciencia Al Poder)) [11:30:11] can anyone help me with this error https://dpaste.de/GZFG ? [11:46:13] 03(NEW) FlaggedRevs: After saving a page the notice "1 change in this version is pending review ..." is not shown - 10https://bugzilla.wikimedia.org/60718 normal; VisualEditor: General; () [11:58:49] 03(NEW) Job queue changes in MediaWiki 1.22 needs RELEASE NOTES mention - 10https://bugzilla.wikimedia.org/60719 normal; MediaWiki: JobQueue; () [11:58:49] 03(mod) Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 (10Jesús Martínez Novo (Ciencia Al Poder)) [11:59:08] 03(mod) Job queue changes in MediaWiki 1.22 needs RELEASE NOTES mention - 10https://bugzilla.wikimedia.org/60719 (10Jesús Martínez Novo (Ciencia Al Poder)) [12:05:01] 03(mod) Job queue changes in MediaWiki 1.22 needs RELEASE NOTES mention - 10https://bugzilla.wikimedia.org/60719 +comment (10Markus Glaser) [12:07:30] 03(mod) Display article badges on client - 10https://bugzilla.wikimedia.org/60717 +comment (10benestar.wikimedia) [12:08:31] 03(mod) Job queue changes in MediaWiki 1.22 needs RELEASE NOTES mention - 10https://bugzilla.wikimedia.org/60719 +comment (10matma.rex) [12:10:28] 03(mod) On-request job queue handling needs RELEASE NOTES mention - 10https://bugzilla.wikimedia.org/60719 summary; +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [12:12:58] 03(mod) [Regression] Placeholder for search input is black instead of gray (again) - 10https://bugzilla.wikimedia.org/60716 +comment (10Bartosz Dziewoński) [12:20:21] 03(mod) [Regression] Placeholder for search input is black instead of gray (again) - 10https://bugzilla.wikimedia.org/60716 +comment (10gerritadmin) [12:20:24] 03(mod) [Regression] Placeholder for search input is black instead of gray (again) - 10https://bugzilla.wikimedia.org/60716 (10Gerrit Notification Bot) [12:20:33] 03(mod) [Regression] Placeholder for search input is black instead of gray (again) - 10https://bugzilla.wikimedia.org/60716 +comment (10matma.rex) [12:30:01] Hello! [12:42:40] 03(mod) Featured and good article badges - 10https://bugzilla.wikimedia.org/40810 +comment (10benestar.wikimedia) [12:43:43] 03(mod) mailman emails taking long time for delivery, getting stuck in sodium - 10https://bugzilla.wikimedia.org/59731 +comment (10akosiaris) [13:50:37] 03(NEW) Jenkins should run tests for the Wikipedia app before merge - 10https://bugzilla.wikimedia.org/60720 normal; Wikimedia: Continuous integration; () [14:00:23] 03(NEW) Support dialog animation in Firefox - 10https://bugzilla.wikimedia.org/60721 normal; VisualEditor: Editing Tools; () [14:05:39] 03(mod) User blocked from editing talk page still can edit IP talk page with his autoblocked IP - 10https://bugzilla.wikimedia.org/48813 +comment (10Umherirrender) [14:11:40] 03(mod) Option to get API:Query results unsorted - 10https://bugzilla.wikimedia.org/60706 +comment (10Umherirrender) [14:56:50] 03(NEW) Please upload two POTUS video addresses to Commons - 10https://bugzilla.wikimedia.org/60722 enhancement; Wikimedia: General/Unknown; () [14:57:17] 03(mod) Please upload two POTUS video addresses to Commons - 10https://bugzilla.wikimedia.org/60722 (10Tomasz W. Kozlowski) [14:57:19] 03(mod) Please upload the 2014 SOTU address video to Commons - 10https://bugzilla.wikimedia.org/60681 (10Tomasz W. Kozlowski) [15:00:46] 03(mod) Jobs are no longer executed - 10https://bugzilla.wikimedia.org/58719 +comment (10Joerg) [15:06:10] https://www.mediawiki.org/wiki/Parsoid/Setup asks to install npm and nodejs from the repos, but they conflict. How do I go from there? [15:08:39] delete the words npm and [15:08:45] some distros bundle them together [15:08:54] since they're bundled upstream [15:08:59] some split them up [15:10:09] 03(mod) Urdu: add a font in Nastaʿlīq/Nastalique/Nastaleeq/Nastaliq style - 10https://bugzilla.wikimedia.org/56939 (10syed.wamiq) [15:11:51] 03(mod) version.py does not work properly for SVN working copies - 10https://bugzilla.wikimedia.org/54686 +comment (10gerritadmin) [15:22:40] 03(mod) Invalidate navbar cache when JSON is edited - 10https://bugzilla.wikimedia.org/52343 +comment (10gerritadmin) [15:26:30] 03(mod) Wikidata interface stored in cache using wrong language code - 10https://bugzilla.wikimedia.org/60715 +comment (10gerritadmin) [15:26:33] 03(mod) Wikidata interface stored in cache using wrong language code - 10https://bugzilla.wikimedia.org/60715 (10Gerrit Notification Bot) [15:32:31] 03(mod) LocalisationCache::readPHPFile should suppress warnings around ini_set - 10https://bugzilla.wikimedia.org/60658 +comment (10Jacob Clark) [15:37:35] 03(mod) Jobs are no longer executed - 10https://bugzilla.wikimedia.org/58719 (10T. Gries) [15:37:36] 03(mod) Job Queue handling does not work for shared code (wiki farms) - 10https://bugzilla.wikimedia.org/60698 (10T. Gries) [15:38:24] 03(NEW) Flow floods watchlist - 10https://bugzilla.wikimedia.org/60723 normal; MediaWiki extensions: Flow; () [15:39:48] 03(mod) Wikidata interface stored in cache using wrong language code - 10https://bugzilla.wikimedia.org/60715 +comment (10Marius Hoch) [15:40:25] 03(mod) Submit button text displays in wrong language - 10https://bugzilla.wikimedia.org/59693 +comment (10hoo) [15:51:56] 03(mod) Mediawiki.ui buttons: long text strings overflow button container - 10https://bugzilla.wikimedia.org/60660 +comment (10Bartosz Dziewoński) [15:52:01] 03(mod) Mediawiki.ui buttons: long text strings overflow button container - 10https://bugzilla.wikimedia.org/60660 +comment (10gerritadmin) [15:52:04] 03(mod) Mediawiki.ui buttons: long text strings overflow button container - 10https://bugzilla.wikimedia.org/60660 (10Gerrit Notification Bot) [16:01:14] 03(mod) delete.py: pagename is not recognized for edit summary - 10https://bugzilla.wikimedia.org/60564 +comment (10gerritadmin) [16:04:09] 03(mod) Wikidata interface stored in cache using wrong language code - 10https://bugzilla.wikimedia.org/60715 +comment (10hoo) [16:29:28] 03(NEW) Disclaimer text on MassMessage input form is inaccurate ("Save page" v. "Send") - 10https://bugzilla.wikimedia.org/60724 minor; MediaWiki extensions: MassMessage; () [16:31:12] 03(NEW) Use prettier (more colo[u]rful) form submission buttons in MassMessage - 10https://bugzilla.wikimedia.org/60725 normal; MediaWiki extensions: MassMessage; () [16:32:00] 03(mod) Disclaimer text on MassMessage input form is inaccurate ("Save page" v. "Send") - 10https://bugzilla.wikimedia.org/60724 +comment (10Bartosz Dziewoński) [16:33:33] 03(NEW) Specify tabindex for MassMessage input controls - 10https://bugzilla.wikimedia.org/60726 normal; MediaWiki extensions: MassMessage; () [16:52:23] 03(mod) Add multiple values for a claim - 10https://bugzilla.wikimedia.org/54542 +patch (10Merlijn van Deen) [16:53:27] I'm going to make some batch changes to pywikipedia bugs. Please +q wikibugs if it's getting too annoying [16:53:37] 03(mod) Picasa copier upload script similar to flickrripper.py - 10https://bugzilla.wikimedia.org/54565 +patch (10Merlijn van Deen) [16:53:52] 03(mod) New option "-no" to djvutext.py - 10https://bugzilla.wikimedia.org/54566 (10Merlijn van Deen) [16:54:24] 03(mod) Ignore swiss-related articles in spellcheck.py - 10https://bugzilla.wikimedia.org/54564 +patch (10Merlijn van Deen) [17:04:58] 03(mod) Pagegenerator: follow redirects, intersection, exclusion - 10https://bugzilla.wikimedia.org/54537 +patch; +comment (10Merlijn van Deen) [17:07:23] 03(mod) Add multiple values for a claim - 10https://bugzilla.wikimedia.org/54542 +comment (10Merlijn van Deen) [17:07:23] 03(mod) claimit.py: enable claim with the same property, but different value - 10https://bugzilla.wikimedia.org/54415 +comment (10valhallasw) [17:09:51] 03(mod) Remove error-prone invalid-char exception - 10https://bugzilla.wikimedia.org/54539 +comment (10Merlijn van Deen) [17:13:08] 03(mod) weblinkchecker exclude webarchive - 10https://bugzilla.wikimedia.org/54551 +comment (10valhallasw) [17:15:15] 03(mod) weblinkchecker exclude webarchive - 10https://bugzilla.wikimedia.org/54551 +patch; +comment (10Merlijn van Deen) [17:16:18] 03(mod) spellcheck.py — Remember words skipped in a page - 10https://bugzilla.wikimedia.org/54554 +comment (10valhallasw) [17:16:19] 03(mod) Thanks broken on enwiki stable (not on mediawiki.org) - 10https://bugzilla.wikimedia.org/60551 +comment (10tomasz) [17:17:23] 03(mod) spellcheck.py — Remember words skipped in a page - 10https://bugzilla.wikimedia.org/54554 +comment (10valhallasw) [17:17:26] 03(mod) spellcheck.py — Remember words skipped in a page - 10https://bugzilla.wikimedia.org/54554 +patch (10Merlijn van Deen) [17:19:13] 03(mod) Disclaimer text on MassMessage input form is inaccurate ("Save page" v. "Send") - 10https://bugzilla.wikimedia.org/60724 +comment (10Bartosz Dziewoński) [17:19:13] 03(mod) Default licensing text should be generic - 10https://bugzilla.wikimedia.org/60704 (10Bartosz Dziewoński) [17:25:56] 03(mod) Lightbox should have a helper to download photos - 10https://bugzilla.wikimedia.org/56495 +comment (10gerritadmin) [17:37:57] 03(NEW) "Lock timeout exceeded" at Bugzilla/Search/Recent.pm line 72 - 10https://bugzilla.wikimedia.org/60727 normal; Wikimedia: Bugzilla; () [17:38:40] 03(mod) "Lock timeout exceeded" at Bugzilla/Search/Recent.pm line 72 - 10https://bugzilla.wikimedia.org/60727 (10Tomasz W. Kozlowski) [17:57:33] 03(mod) Year 10,000 problem - 10https://bugzilla.wikimedia.org/30148 +i18n; +comment (10Ori Livneh) [17:57:44] Nikerabbit: ^ [17:58:30] and MaxSem [17:59:10] lulz [17:59:17] lol [17:59:44] hmm [17:59:58] ori: it's not an i18n problem [18:00:27] it explodes in your domain area hence it is:P [18:00:38] it's your area; if you think Language::sprintfDate shouldn't handle such cases that's fine with me, you understand it better [18:01:07] so: not an i18n problem but a problem that could use input from i18n people :) [18:01:12] o hi ori [18:01:19] hey [18:01:21] s/input/fix/ [18:01:27] ori: you wanted to look at https://gerrit.wikimedia.org/r/#/c/82100/ when i fix it, and i just did [18:01:40] ori: comes together with https://gerrit.wikimedia.org/r/#/c/110683/1 and https://gerrit.wikimedia.org/r/#/c/97307/5 [18:03:20] I think this is a matter of consistency in date handling: wfTimestamp() considers it a valid date hence FeaturedFeeds faithfully continues to proceed [18:03:56] 03(mod) Add [[Special:Purge/Page]] - 10https://bugzilla.wikimedia.org/59622 +comment (10gerritadmin) [18:04:03] MaxSem: right; it's natural for developers to expect the output of wfTimestamp( TS_MW, ... ) to be valid input for Language::date [18:04:46] MaxSem: https://gerrit.wikimedia.org/r/#/c/110703/ [18:05:03] as a temporary workaround, at least [18:05:28] i have to run. MaxSem, go ahead and deploy it if you like. [18:05:30] ori, can you put a @fixme there? [18:05:32] MatmaRex: i'll look at those later, thanks! [18:05:45] MaxSem: i can't, literally getting kicked out of the bldg [18:05:51] will do so later, or you can do it, sorry! [18:05:52] gee [18:06:30] 03(mod) Flow floods watchlist - 10https://bugzilla.wikimedia.org/60723 +comment (10Oliver Keyes) [18:11:00] ori: it's easy to fix, just tedious to change the code [18:14:02] ori: but of course DateTime doesn't support 5 year digits, so meh PHP sucks [18:16:12] https://bugs.php.net/bug.php?id=42351 [18:18:41] 03(mod) site.loadrevisions(): None is returned if no Page param is passed - 10https://bugzilla.wikimedia.org/60406 +comment (10gerritadmin) [18:19:03] 03(mod) site.loadrevisions(): None is returned if no Page param is passed - 10https://bugzilla.wikimedia.org/60406 (10xqt) [18:23:43] hi [18:24:29] what the ex:maintenanceshell does, that I am able to run maintenance scripts without a need of having shellaccess? [18:24:56] 03(mod) MobileFrontend doesn't remember user choice (mobil/desktop) in some use cases - 10https://bugzilla.wikimedia.org/54885 summary; +comment (10Kelson [Emmanuel Engelhart]) [18:33:08] 03(mod) Year 10,000 problem - 10https://bugzilla.wikimedia.org/30148 (10Alex Monk) [18:33:08] 03(mod) RESOLVED HUMOROUS (TRACKING) - 10https://bugzilla.wikimedia.org/29079 (10Alex Monk) [18:34:28] lol [18:36:06] I actually removed it from resolved humerous. [18:36:15] Not so funny when it's actually causing exceptions in production you see [18:37:25] I didn't notice it was blocking resolved humorous. I though you added it, but in fact you removed it. No problem :P [18:42:37] 03(mod) Set $wgCategoryCollation to 'uca-fr' on the French Wikipedia and rebuild category sort keys - 10https://bugzilla.wikimedia.org/54680 +comment (10Filipus Klutiero) [18:43:27] umm, I have a php error, I cant run a scrit [18:43:30] script [18:44:11] it tells me "no such file or directory", but I can see the file in the directory tree [18:44:16] what might be wrong? [18:46:04] the error message is "PHP Warning: require_once(__DIR__/Maintenance.php) [function.require-once]:failed to open stream: No such file or directory in /mw/maintenance/importDump.php on line 27", what might be wrong? [18:46:35] apparently, PHP doesn't recognize __DIR__ [18:46:41] Yeah [18:46:46] That'd be an old version of PHP [18:47:02] so what does it mean? [18:47:09] You have a version of PHP before 5.3 [18:47:23] Krenair: no way, I have PHP 5.4 (FastCGI) [18:47:37] huh. [18:47:39] Juandev: your PHP cli binaries are not [18:47:52] Juandev, run php --version [18:48:04] check if you have a /usr/bin/php53 or something [18:48:24] I see 5.2.17 [18:49:04] MediaWiki requires PHP 5.3.2+ [18:49:35] maybe you have php >= 5.3 somewhere else, and not in the $path [18:50:01] umm, let me ask WP [18:50:44] 03(mod) [Regression] Placeholder for search input is black instead of gray (again) - 10https://bugzilla.wikimedia.org/60716 +comment (10gerritadmin) [18:52:34] Vulpix: /usr/bin is where? [18:53:07] /usr/bin is in /usr/bin [18:53:16] that's an absolute path [18:53:48] so root/usr/bin? [18:54:11] no [18:55:41] so where the usr directory should be located? [18:56:42] /usr is under / [18:56:44] in /usr [18:59:02] I dont see it [18:59:26] do a "ls /" [19:00:25] 03(NEW) VisualEditor: Math formulas don't display correctly after save (until page is reloaded) - 10https://bugzilla.wikimedia.org/60728 normal; VisualEditor: General; () [19:01:35] ah here [19:07:46] 03(mod) [Regression] Placeholder for search input is black instead of gray (again) - 10https://bugzilla.wikimedia.org/60716 (10Bartosz Dziewoński) [19:08:37] 03(mod) Set $wgCategoryCollation to 'uca-fr' on the French Wikipedia and rebuild category sort keys - 10https://bugzilla.wikimedia.org/54680 +comment (10matma.rex) [19:09:03] ok, there isjust /usr/bin/php53s [19:11:33] 03(mod) "Download as PDF" doesn't show references inside template - 10https://bugzilla.wikimedia.org/44552 +comment (10Allan Aguilar) [19:24:13] 03(mod) MobileFrontend doesn't remember user choice (mobil/desktop) in some use cases - 10https://bugzilla.wikimedia.org/54885 +comment (10kelson) [19:25:13] 03(mod) [Regression] Placeholder for search input is black instead of gray (again) - 10https://bugzilla.wikimedia.org/60716 +comment (10jrobson) [19:28:48] I see that [[Special:Diff/12345]] will be deployed with 1.23wmf12, but I don't seem to be able to translate it at http://translatewiki.net/w/i.php?language=pl&module=special&title=Special:AdvancedTranslate [20:04:45] 03(mod) Special:Log's "Performer" field should support autocompletion - 10https://bugzilla.wikimedia.org/48241 +comment (10Alex Monk) [20:12:15] 03(mod) Special:Log's "Target" field should support autocompletion - 10https://bugzilla.wikimedia.org/48242 +comment (10Alex Monk) [20:18:37] 03(mod) Special:Log's "Performer" field should support autocompletion - 10https://bugzilla.wikimedia.org/48241 +comment (10krenair) [20:21:43] 03(mod) Year 10,000 problem - 10https://bugzilla.wikimedia.org/30148 +comment (10ori) [20:43:26] Hmm, how hard would it probably be for Wikipedia to add some "If you want this page deleted ..." help text at the top of any of the logged-in user's pages? (Especially emptyish ones, like ) [20:52:38] 03(mod) Special:Log's "Performer" field should support autocompletion - 10https://bugzilla.wikimedia.org/48241 +comment (10gerritadmin) [20:52:38] 03(mod) Special:Log's "Performer" field should support autocompletion - 10https://bugzilla.wikimedia.org/48241 (10Gerrit Notification Bot) [20:55:15] 03(mod) Special:Log's "Performer" field should support autocompletion - 10https://bugzilla.wikimedia.org/48241 (10Alex Monk) [21:00:05] 03(mod) VisualEditor: Make MW's core "edit source" functionality load in-page - 10https://bugzilla.wikimedia.org/42141 (10Alex Monk) [21:00:05] 03(mod) VisualEditor: Offer to retain changes when switching to the "Edit Source" tab - 10https://bugzilla.wikimedia.org/57462 (10Alex Monk) [21:06:04] my mediawiki installation hangs during last steps with gateway time-out [21:06:21] from PHP slowlog I see that last calls are to [0x00007f2358dcff18] fopen() /usr/share/mediawiki/includes/HttpFunctions.php:842 [21:06:24] [0x00007f2358dcfdb0] execute() /usr/share/mediawiki/includes/installer/Installer.php:1523 [21:07:30] it seems as if there were problems with firewall, but I just flushed iptables rules [21:09:08] also I tried setting default_socket_timeout to 1s, but fopen call still doesn't time out for some reason [21:24:16] 03(mod) Specify default language on a per-page basis - 10https://bugzilla.wikimedia.org/9360 +comment (10psychonaut) [21:34:54] 03(mod) "Lock timeout exceeded" at Bugzilla/Search/Recent.pm line 72 - 10https://bugzilla.wikimedia.org/60727 +upstream; +comment (10Sam Reed (reedy)) [21:40:37] 03(NEW) "Mobile view" footer link not displayed in desktop view - 10https://bugzilla.wikimedia.org/60729 normal; MediaWiki extensions: MobileFrontend; () [21:41:05] Hi all. Please tell me what means "Must be given in binary format" in MediaWiki API help for cmstartsortkey and cmendsortkey? [21:41:27] 03(mod) core hangs on killed http(s) connection - 10https://bugzilla.wikimedia.org/55127 +comment (10valhallasw) [21:45:26] 03(mod) "Mobile view" footer link not displayed in desktop view - 10https://bugzilla.wikimedia.org/60729 +comment (10bingle-admin) [22:00:48] 03(mod) "Mobile view" footer link not displayed in desktop view - 10https://bugzilla.wikimedia.org/60729 +comment (10Jon) [22:09:53] 03(mod) BetaFeatures: Code quality - Nested P elements in HTMLTextBlockField - 10https://bugzilla.wikimedia.org/56504 +comment (10gerritadmin) [22:09:54] 03(mod) BetaFeatures: Code quality - Nested P elements in HTMLTextBlockField - 10https://bugzilla.wikimedia.org/56504 (10Gerrit Notification Bot) [23:01:20] i'm trying to use the hook LocalFilePurgeThumbnails [23:01:36] and the documentation doesn't seem to match the actual hook in the code [23:02:32] though, I was able to get around that [23:02:41] however, when i try to get the url of the thumbnail [23:02:43] it tells me [23:02:43] mwstore://local-backend/local-thumb/d/d9/Test.png [23:03:34] 03(mod) Jobs are no longer executed - 10https://bugzilla.wikimedia.org/58719 (10Aaron Schulz) [23:04:01] how do i get the actual url? [23:05:54] 03(mod) Search listing redirects as "redirect Wikispecies:WS:xyz" instead of just "WS:xyz" - 10https://bugzilla.wikimedia.org/57471 +comment (10pirsquared17) [23:10:41] 03(mod) Bots should be ignored - 10https://bugzilla.wikimedia.org/60443 (10PiRSquared17) [23:23:55] 03(mod) mailman emails taking long time for delivery, getting stuck in sodium - 10https://bugzilla.wikimedia.org/59731 +comment (10federicoleva) [23:24:40] 03(mod) mailman emails taking long time for delivery, getting stuck in sodium - 10https://bugzilla.wikimedia.org/59731 (10Nemo) [23:24:40] 03(mod) Get mail relay out of Yahoo! blacklist: apply to Yahoo for whitelisting bulk mail - 10https://bugzilla.wikimedia.org/56414 (10Nemo) [23:29:10] 03(mod) Get mail relay out of Yahoo! blacklist: apply to Yahoo for whitelisting bulk mail - 10https://bugzilla.wikimedia.org/56414 normal->major; +comment (10Cyberpower678) [23:29:24] 03(mod) Get mail relay out of Yahoo! blacklist: apply to Yahoo for whitelisting bulk mail - 10https://bugzilla.wikimedia.org/56414 +comment (10krenair) [23:42:19] 03(mod) On-request job queue handling needs RELEASE NOTES mention - 10https://bugzilla.wikimedia.org/60719 (10Nemo) [23:42:19] 03(mod) Job queue improvements contain unannounced schema changes - 10https://bugzilla.wikimedia.org/41100 (10Nemo)