[00:08:18] 03(mod) Add margin: .5em; to #loginend for consistence with #userloginForm - 10https://bugzilla.wikimedia.org/45775 +comment (10Alex Monk (Krenair)) [00:09:53] New patchset: Kaldari; "mediawiki.jqueryMsg: Implement HTML support" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53017 [00:10:13] 03(mod) boards.wikipedia.org redirect - 10https://bugzilla.wikimedia.org/46341 +comment (10dzahn) [00:10:48] New review: Kaldari; "New unit test added. Notice how it actually executes the script command when you run the Qunit test :(" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/53017 [00:11:25] Can't seem to find an answer anywhere. Is it safe to delete the contents of image/temp folder in the root of the Mediawiki installation? [00:11:40] images* [00:17:56] Change merged: Kaldari; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/54589 [00:18:34] New patchset: MarkTraceur; "Add tests for case-(in)sensitive magic words" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53993 [00:18:34] New patchset: MarkTraceur; "Add test case for parsoid's extension handling" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54805 [00:18:40] New patchset: Pgehres; "Adding wfWaitForSlaves before we melt the centralauth cluster." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/54806 [00:26:27] New review: Catrope; "Per IRL convo with Asher, let's make the batch size 1000 but only wait for slaves every 10th batch. ..." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/54806 [00:28:18] New patchset: Kaldari; "CSS tweak to line everything up." [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/54810 [00:29:05] Change merged: Kaldari; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/54810 [00:29:18] Hmmm... I have a Scribunto error. Lua error: Internal error: The interpreter exited with status 1. [00:29:37] Do I understand it correct that this means I have pointed the interpreter to the wrong place? [00:32:28] 03(mod) Liquidthreads per default on Wikimedia Sverige chapter wiki - 10https://bugzilla.wikimedia.org/46339 +comment (10prolineserver) [00:32:30] 03(mod) LiquidThreads on se.wikimedia.org: Change from opt-in to opt-out - 10https://bugzilla.wikimedia.org/46182 +comment (10prolineserver) [00:33:01] 03(mod) LiquidThreads on se.wikimedia.org: Change from opt-in to opt-out - 10https://bugzilla.wikimedia.org/46182 (10Alex Monk (Krenair)) [00:43:20] New review: Bsitu; "(3 comments)" [mediawiki/extensions/Thanks] (master) - https://gerrit.wikimedia.org/r/54524 [00:49:07] Reedy: ping [00:54:13] 03(mod) Space characters in [pagecounst-raw] titles - 10https://bugzilla.wikimedia.org/45178 +comment (10dvanliere) [00:54:21] 03(mod) Space characters in [pagecounst-raw] titles - 10https://bugzilla.wikimedia.org/45178 (10Diederik van Liere) [01:03:28] Slowly getting Scribuntu to work... But getting an error when trying to save modules. Fatal error: Call to undefined method MWNamespace::getNamespaceContentModel() in C:\wamp\www\wiki\extensions\scribunto\engines\LuaCommon\SiteLibrary.php on line 43 ... anyone have an idea? [01:04:55] New patchset: Tim Starling; "[JobQueue] Optimized redis queue to use Lua scripts." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53718 [01:06:00] 03(mod) v2 logo for Sanskrit Wikipedia - 10https://bugzilla.wikimedia.org/27661 (10Nemo) [01:06:01] 03(mod) Corrected logo for Sanskrit Wikipedia - 10https://bugzilla.wikimedia.org/40222 (10Nemo) [01:09:38] Ah... writing anything in the debug console gives : Error sending API request: SyntaxError: JSON.parse: unexpected character [01:11:36] "Fatal error: Call to undefined method MWNamespace::getNamespaceContentModel()" just means it wants MW 1.21 [01:12:12] i.e. git master [01:13:38] Ok, then I'll go another step further with this. I *WANT* that Lua scripting. [01:15:01] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53718 [01:16:55] what is the proper lua check if param is empty? (like in wikitext {{#if:{{{param|}}}|yes|no}}) [01:19:31] New patchset: Kaldari; "Initial version of Thanks extension" [mediawiki/extensions/Thanks] (master) - https://gerrit.wikimedia.org/r/54524 [01:20:57] how about: (args.param or '') ~= '' [01:21:56] or equivalently: not args.param or args.param == '' [01:22:35] does not work in case like: [01:22:45] {{tmpl|param= [01:22:46] [01:22:48] }} [01:23:02] because it doesn't pass empty string [01:23:11] but two newlines [01:23:13] Trim it first [01:24:49] are you sure? [01:25:08] New patchset: Lwelling; "Allow job queues to optionally request jobs not be processed immediately" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52601 [01:26:53] yes, i just tested it on test2 [01:27:11] and mw.text.trim seems not deployed yet [01:28:07] TimStarling: https://test2.wikipedia.org/wiki/Male_user:Danny_B./sandbox [01:28:24] Does a parser function on a page prevent the caching of the rest of the page or does a parser function on a page force every page view to essentially be a page purge? I've operated under the assumption that all of the page is cached except for the parser call. [01:28:24] unless i do something incorrect [01:28:59] Banaticus: eg. #time is cached [01:29:09] 03(NEW) ConfirmEdit prompting for CAPTCHA breaks saving of new page from Semantic Forms - 10https://bugzilla.wikimedia.org/46342 normal; MediaWiki extensions: ConfirmEdit (CAPTCHA extension); () [01:29:11] not sure about the others (the logical ones) [01:29:29] Danny_B: numbered arguments are not trimmed, whitespace is preserved [01:29:33] named arguments are trimmed [01:29:45] it's the same in scribunto and normal templates [01:30:06] your example is a numbered argument [01:30:24] ah! ok, thx. when the mw.text(.trim) will be available then? [01:31:31] just use string.gsub [01:32:08] New review: Lwelling; "I committed from the wrong branch, and it seems I'll have to concentrate to fix it so I'll do it in ..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/52601 [01:32:18] yeah, i'll steal it from the mw.text sources ;-) [01:33:35] Danny_B: doesn't #time require a call on the server to get the current time, though? [01:34:55] Banaticus: i am not familiar with backend, i just said what i know from day to day observation. - if you want to have the time updated, you need to do empty edit (even purge does not work) [01:36:27] New review: Kaldari; "@Bsitu: Right now, it's adding the 'thank' link anywhere there is already an 'undo' link. Perhaps we..." [mediawiki/extensions/Thanks] (master) - https://gerrit.wikimedia.org/r/54524 [01:40:27] Danny_B: which wiki are you looking at? I'm fairly certain that #time on en.wikipedia.org will display the correct time on every page view unless your browser caches the page result, no edit required [01:41:46] Banaticus: https://cs.wikipedia.org/wiki/MediaWiki:Konec_maz%C3%A1n%C3%AD [01:42:14] you should see the actual time in utc+1 (not date - that is counted) [01:46:25] Danny_B: #time on a page doesn't refresh on every page view, but if a page calls a template which has #time in it, then the displayed result is updated on every page view -- so does that updated time display prevent the caching of the rest of the page by the Mediawiki server or is calling a template like that equivalent to a full page purge on every page view? [01:47:31] New review: Yurik; "(1 comment)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/54508 [01:47:52] Banaticus: as i said above - i am not familiar with backend. please consult with senior devs here, thx [01:48:44] Any more experienced devs w [01:49:28] who would care to comment on that question? Does a page which calls a template which has a parser function in it equivalent to a full page purge on every page view or is the rest of the page cached and only the templated part run past the server on page view? [02:00:26] New patchset: Pgehres; "Adding wfWaitForSlaves before we melt the centralauth cluster." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/54806 [02:03:01] New review: Tim Starling; "Like Aaron says, the idea is overload protection rather than cache stampede protection. I think the ..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/54712 [02:13:34] New patchset: Tim Starling; "Improve caching in fetchModuleFromParser" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/54327 [02:13:41] Change merged: Tim Starling; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/54327 [02:13:54] 03(NEW) Lost create entry in recent changes - 10https://bugzilla.wikimedia.org/46343 normal; MediaWiki extensions: WikidataClient; () [02:23:12] New review: Tim Starling; "VitaliyFilippov: for example, your migration script won't work on WMF because we use Ceph, not a pla..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/34338 [02:37:15] 03(NEW) issues naively applying Agora mw-ui-button styles - 10https://bugzilla.wikimedia.org/46344 minor; MediaWiki extensions: General/Unknown; () [02:39:08] 03(mod) issues naively applying Agora mw-ui-button styles - 10https://bugzilla.wikimedia.org/46344 (10spage) [02:50:13] Hi, for some reason the drop-downs aren't working on the navigation bar. I'm using the vector skin. I have 4 sub-links in each main category. I'm using MediaWiki v1.19.4 mySQL v5.5.23 PHP v3.4.11.1 The site is here: www.ruthless.cc/wiki [02:51:07] install the vector extension [02:51:54] So, nobody knows whether a page which has a template that calls a parser function is equivalent to a full page purge on every page view, or whether most of the page is cached and only the template is run past the parser? [02:52:38] Danny_B told you already, it's cached [02:52:49] New patchset: Tim Starling; "Add parser method to call parser functions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52060 [02:53:02] Thanks [02:53:33] Banaticus: not most of the page, the whole page is cached [02:54:36] TimStarling: how can the whole page be cached when a page that calls a template which has a #time function in it always displays the correct time on page view? Something must be calling the server to show the right time. [02:54:42] {{#time:s}} will update once a month or so [02:54:49] it doesn't show the correct time [02:57:13] TimStarling: If I put {{#time: g:i:sa d M Y}} in a template and cal that on a page, then keep hitting refresh in the browser (not page purging or explicitly refreshing the cache) the time updates to show a different seconds value on each refresh -- see http://ship195.org/wiki/User:Bart/sandbox [02:58:15] maybe someone disabled caching on that wiki [02:58:56] http://en.wikipedia.org/wiki/Template:Time also shows the correct day, but its last edit was back on the 6th -- if it doesn't refresh on page load, it should be off by several days [03:03:10] yeah, well it could be that it disables caching [03:03:15] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52060 [03:03:26] and that I forgot that I put that in the code when I wrote it [03:03:45] or that someone else put it in the code later but made it somehow be invisible in the copy of the #time parser function that I am staring at [03:08:42] New patchset: Spage; "Generate varying CSS for Vector skin vs. default." [mediawiki/extensions/Agora] (master) - https://gerrit.wikimedia.org/r/54819 [03:13:28] * Dantman should experiment with neural nets by tying them into the reverse dns based "Do they have root access?" for the short url tool [03:19:02] 03(mod) not all language links showing up - 10https://bugzilla.wikimedia.org/45839 (10rupert.thurner) [03:23:13] New patchset: Aaron Schulz; "[JobQueue] Added support for delayed jobs with JobQueueRedis." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53315 [03:25:13] New review: Aaron Schulz; "Untested" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/53315 [03:29:41] 03(mod) Update Lekhani typing scheme for Narayam based on jquery.ime changes - 10https://bugzilla.wikimedia.org/40913 +comment (10psubhashish) [03:29:44] 03(mod) "Cancel" link when editing a page should either be a button or not be there at all. - 10https://bugzilla.wikimedia.org/40601 summary; +comment (10Isarra) [03:32:39] 03(mod) Incorrect spelling in Odia in ULS - 10https://bugzilla.wikimedia.org/45605 +comment (10psubhashish) [03:36:24] 03(mod) Incorrect spelling in Odia in ULS - 10https://bugzilla.wikimedia.org/45605 +comment (10psubhashish) [03:38:46] Change merged: jenkins-bot; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/52061 [03:45:39] 03(NEW) Adding properties depends on JavaScript - 10https://bugzilla.wikimedia.org/46345 normal; MediaWiki extensions: WikidataRepo; () [03:55:06] New review: Tim Starling; "Looks pretty straightforward." [mediawiki/core] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/52994 [03:57:16] 03(mod) gerrit-wm cycling on freenode - 10https://bugzilla.wikimedia.org/46312 +comment (10jeremyb) [03:57:36] 03(mod) gerrit-wm cycling on freenode - 10https://bugzilla.wikimedia.org/46312 (10jeremyb) [04:08:04] New patchset: Aaron Schulz; "[JobQueue] Factored "root job" de-duplication code into base class." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52994 [04:08:08] 03(NEW) iPad rotation sometimes leaves 1/5 of the screen blank - 10https://bugzilla.wikimedia.org/46346 minor; Wikipedia App: Generic; () [04:08:35] 03(mod) Move wikibugs and gerrit-wm out of #mediawiki - 10https://bugzilla.wikimedia.org/46322 +comment (10b) [04:12:15] New review: Tim Starling; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53189 [04:18:11] 03(mod) Underline for every group in sidebar in IE9, IE10 - 10https://bugzilla.wikimedia.org/45536 summary (10Hotae) [04:18:20] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52994 [04:18:40] 03(mod) Underline for every group in sidebar in IE9, IE10 - 10https://bugzilla.wikimedia.org/45536 +comment (10kht1992) [04:19:32] 03(mod) iPad rotation sometimes leaves 1/5 of the screen blank - 10https://bugzilla.wikimedia.org/46346 +comment (10mgrover) [04:26:15] New patchset: Ori.livneh; "Add measurement from nav start to just before 'onload' event" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/54703 [04:26:16] New patchset: Ori.livneh; "Enable performance reporting on mobile alpha/beta" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/54705 [04:28:09] New review: Ori.livneh; "@Mattflaschen: I amended the commit message and the property description in the schema to be more sp..." [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/54703 [04:35:53] 03(mod) [TUX] Alphabetically sort languages in Special:SearchTranslations page - 10https://bugzilla.wikimedia.org/46317 (10Santhosh Thottingal) [04:36:44] New patchset: Tim Starling; "Add option to pass sources to TimedMediaTransformOutput" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/51978 [04:37:24] Change merged: jenkins-bot; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/51978 [04:40:12] New patchset: Aaron Schulz; "[JobQueue] Added JobQueueFederated class for partitioned queues." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/51823 [04:41:07] New review: Aaron Schulz; "Rebased and summary updated" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/51823 [04:50:45] Change merged: Subramanya Sastry; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54722 [04:55:13] Change merged: Subramanya Sastry; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54796 [05:09:41] New patchset: Aaron Schulz; "[JobQueue] Added JobQueueFederated class for partitioned queues." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/51823 [05:11:56] 03(mod) Suggestion: Rename "Bad image list" to better title - 10https://bugzilla.wikimedia.org/14281 +comment (10b) [05:16:22] New patchset: devunt; "make error message pretty" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54822 [05:16:36] New review: Ori.livneh; "@Mattflaschen: even if we do not use frames ourselves (and I'm not sure we don't -- grepping through..." [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/54701 [05:24:33] how can i make jenkins-bot run second build to give me a Verified+2? [05:25:20] devunt: Do you have +2? [05:25:35] PleaseStand, no [05:25:48] at mediawiki/core.git [05:26:19] For those without +2 (including me), Jenkins will only run the lint checks automatically for security reasons. [05:27:24] ah, ok [05:29:29] New patchset: Santhosh; "Use ULS for long language list in SearchTranslations page" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53732 [05:29:50] 03(mod) [TUX] Alphabetically sort languages in Special:SearchTranslations page - 10https://bugzilla.wikimedia.org/46317 +comment (10santhosh.thottingal) [05:30:52] Color me impressed... GIT makes the upgrading incredibel seamless and painfree. THANK you good people. [05:38:03] 03(mod) Set $wgCategoryCollation to 'uca-fi' on Finnish wikis and rebuild category sort keys - 10https://bugzilla.wikimedia.org/46330 +comment (10silvonen) [05:38:44] PleaseStand: https://gerrit.wikimedia.org/r/#/c/54823/ [05:40:12] So there's a separate list for that? [05:42:08] yeah. i don't think anyone loves the idea; it's just a temporary measure until the testrunner is effectively isolated [05:46:40] 03(mod) Expose relevant version info in interface somewhere for Scribunto, Lua, PHP, etc. - 10https://bugzilla.wikimedia.org/39655 summary; +comment (10MZMcBride) [05:54:41] 03(mod) Remove includes/templates/Userlogin.php, use Xml methods in includes/SpecialUserlogin.php instead - 10https://bugzilla.wikimedia.org/10317 (10spage) [05:55:37] New patchset: Santhosh; "(Bug 45559) - [TUX] Clicking group selector does nothing until data is loaded" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/54824 [05:56:33] 03(mod) [TUX] Clicking group selector does nothing until data is loaded - 10https://bugzilla.wikimedia.org/45559 +comment (10santhosh.thottingal) [06:00:37] 03(mod) [TUX] "You have unsaved changes" warning broken - 10https://bugzilla.wikimedia.org/46237 (10Santhosh Thottingal) [06:16:25] New review: Tim Starling; "It looks nice. But I wonder if we could do better than a user preference in terms of discoverability. " [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53802 [06:19:30] 03(mod) iPad rotation sometimes leaves 1/5 of the screen blank - 10https://bugzilla.wikimedia.org/46346 +comment (10matthewrbowker.wiki) [06:22:01] New review: Tim Starling; "Also, consider using I1cbb2cc8 if it seems convenient. It was written for this application." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54712 [06:23:25] New review: Spage; "Thanks for the patch, I incorporated in my work branch. Agora forms shall return :)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54698 [06:23:25] New review: MZMcBride; "I still don't think we want users (editors and readers alike) caring about this. From their point of..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53802 [06:25:26] 03(NEW) HTML error - 10https://bugzilla.wikimedia.org/46347 normal; VisualEditor: ContentEditable; () [06:26:23] New patchset: Aaron Schulz; "Added a PoolCounterWorkViaCallback convenience class." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54618 [06:33:36] 03(mod) MessageCache.php: Could not acquire lock - 10https://bugzilla.wikimedia.org/43516 +comment (10tstarling) [06:38:45] New review: Aaron Schulz; "How does this make a difference?" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/54655 [06:40:15] 03(mod) Remove includes/templates/Userlogin.php, use Xml methods in includes/SpecialUserlogin.php instead - 10https://bugzilla.wikimedia.org/10317 +comment (10tylerromeo) [06:48:29] Can you get information from the API on Help pages as well specifically? [06:48:45] and are they linked via language like articles? [06:48:56] or do each language have unique help pages [06:53:59] 03(mod) VisualEditor: Clean up inconsistent documentation of event emissions - 10https://bugzilla.wikimedia.org/45872 +comment (10krinklemail) [06:55:05] New patchset: Aaron Schulz; "Refactored use of $wgMemc in JobQueueDB to use a field." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54825 [06:56:22] 03(mod) inconsistent revision id and html content - 10https://bugzilla.wikimedia.org/46014 +comment (10anthonyzhang) [07:11:08] 03(mod) VisualEditor: Clean up inconsistent documentation of event emissions - 10https://bugzilla.wikimedia.org/45872 +comment (10krinklemail) [07:35:19] New review: Daniel Friesen; "Most of this debugging stuff is request dependant. It does not belong inside a special page." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53802 [07:45:46] 03(NEW) Create mailing list for oversight requests at Portuguese Wikipedia - 10https://bugzilla.wikimedia.org/46348 enhancement; Wikimedia: Mailing lists; () [08:11:28] New review: VitaliyFilippov; "In fact, it is optional (and totally not needed in most cases). Thanks to 'T' prefix the patch won't..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/34338 [08:12:56] New patchset: Santhosh; "(Bug 46237) - [TUX] "You have unsaved changes" warning broken" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/54827 [08:13:00] New review: Hashar; "I am not sure whether we want to do one backend query per function call. The idea of the original im..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/53574 [08:13:30] 03(mod) [TUX] "You have unsaved changes" warning broken - 10https://bugzilla.wikimedia.org/46237 +comment (10santhosh.thottingal) [08:21:41] New patchset: Ori.livneh; "Spring cleaning, pt. 2" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/54828 [08:28:17] New review: Hashar; "What we could do is try / catch the exception and log the username + user signature that we attempte..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/31321 [08:30:50] 03(NEW) Reference list produces errors if ParserClearState fires after tags, but before - 10https://bugzilla.wikimedia.org/46349 normal; MediaWiki extensions: Cite; () [08:36:01] New patchset: Santhosh; "Remove custom plurals for Nso and Sl in favour of CLDR" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54350 [08:44:20] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54350 [08:51:18] 03(mod) Move wikibugs and gerrit-wm out of #mediawiki - 10https://bugzilla.wikimedia.org/46322 +comment (10aklapper) [09:02:13] 03(mod) issues naively applying Agora mw-ui-button styles - 10https://bugzilla.wikimedia.org/46344 +comment (10Andre Klapper) [09:03:14] 03(mod) boards.wikipedia.org redirect - 10https://bugzilla.wikimedia.org/46341 +patch-in-gerrit (10Andre Klapper) [09:03:23] 03(mod) Add margin: .5em; to #loginend for consistence with #userloginForm - 10https://bugzilla.wikimedia.org/45775 +comment (10aklapper) [09:06:40] New patchset: Santhosh; "Allow the retrieval of the plural rule type for a given number" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45708 [09:11:42] 03(mod) Scribunto should expose a version and LUA version on Special:Version - 10https://bugzilla.wikimedia.org/39655 summary; +comment (10Antoine "hashar" Musso) [09:12:13] 03(mod) Scribunto should expose a version and Lua version on Special:Version - 10https://bugzilla.wikimedia.org/39655 summary (10MZMcBride) [09:12:15] hashar: "Lua", not "LUA". :-) [09:12:22] http://www.lua.org/about.html [09:14:09] 03(mod) find a better fix on LoadBalancer connection error - 10https://bugzilla.wikimedia.org/33036 +comment (10hashar) [09:15:31] 03(NEW) htcp cache purges for images do not seem to clear europe upload squid caches - 10https://bugzilla.wikimedia.org/46350 major; Wikimedia: General/Unknown; () [09:15:34] 03(mod) Thumbnail/imagescaler (tracking) - 10https://bugzilla.wikimedia.org/41371 (10Andre Klapper) [09:15:48] 03(mod) htcp cache purges for images do not seem to clear europe upload squid caches - 10https://bugzilla.wikimedia.org/44508 +comment (10aklapper) [09:16:07] New review: Santhosh; "phew!, 54 days and 12 patchsets to make jenkins happy." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45708 [09:16:35] 03(mod) htcp cache purges for images do not seem to clear europe upload squid caches - 10https://bugzilla.wikimedia.org/46350 +comment (10Andre Klapper) [09:17:24] New patchset: Hashar; "rm python version of the daemon" [mediawiki/extensions/PoolCounter] (master) - https://gerrit.wikimedia.org/r/54832 [09:18:10] 03(mod) jenkins: jobs for PoolCounter extension - 10https://bugzilla.wikimedia.org/46261 +comment (10hashar) [09:20:27] 03(mod) blog: update wmf favicon.ico - 10https://bugzilla.wikimedia.org/46256 +comment (10hashar) [09:21:30] 03(mod) Update favicons on shop, blog, and anything else using the WMF logo (tracking) - 10https://bugzilla.wikimedia.org/45940 +comment (10Antoine "hashar" Musso) [09:22:41] 03(mod) Enable rollbacker and patroller groups, change days and edits for the Autoconfirmed group, and the sysop group have the ability of grant patroller and rollbacker permissions on eswikivoyage - 10https://bugzilla.wikimedia.org/44285 +comment (10aklapper) [09:25:00] 03(mod) *
  • hack renders incorrectly in Parsoid - 10https://bugzilla.wikimedia.org/41289 +comment (10aklapper) [09:30:53] 03(mod) Attribution of contribution of White Cat -> とある白い猫 - 10https://bugzilla.wikimedia.org/36718 +comment (10Andre Klapper) [09:32:18] 03(mod) Reference list produces errors if ParserClearState fires after tags, but before - 10https://bugzilla.wikimedia.org/46349 (10Andre Klapper) [09:33:01] 03(mod) Reference list produces errors if ParserClearState fires after tags, but before - 10https://bugzilla.wikimedia.org/46349 +patch +patch-need-review; +comment (10Andre Klapper) [09:33:54] Krenair: editbugs handed out to Rahul [09:36:26] Yay. [10:06:09] Hello everyone. I'd like to put a link to a Skype chat in a mediawiki page. The link looks like skype:?chat&blob=1gmn8GLKbzggBDkdimEjvIV6KkniZcwJrtjRKRdbJsqMbkOmffUHST6b1-TbTtYtHou8MCVO7CbuYGGIfoOPmztawrBKr_AgDQ9zPhoWZ9DJmiwN9cRz5He8JAnE0-x3QWICkbbRgWqAV5J5LBpit0qz_sGEmnNlU14CtYkwWCZd8MhWwmWy2zgwFhY [10:06:33] When I put it in MW using standard syntax — [my_link my_text] — the parser ignores it [10:06:39] Sure, same goes for tag [10:06:42] What do I do? [10:06:46] you need to allow the skype protocol in localsettings [10:07:07] see here: http://www.mediawiki.org/wiki/Manual:$wgUrlProtocols [10:07:25] Oh gee, thanks heaps [10:07:29] I'll try that at once [10:09:40] New review: Ori.livneh; "Example re: frames: we have several events with webHost set to translate.googleusercontent.com, whic..." [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/54701 [10:10:12] 03(mod) ReferencedEntitiesFinder::findClaimLinks does not find items used in Snaks with deleted property with data type item - 10https://bugzilla.wikimedia.org/45904 (10Daniel Werner) [10:14:29] Denny_WMDE: cheers mate, it worked like a charm [10:24:02] 03(NEW) Local time zone dv.wikis - 10https://bugzilla.wikimedia.org/46351 enhancement; Wikimedia: Site requests; () [10:26:19] 03(mod) bugzilla should redirect when you access http://bugzilla.wikimedia.org:443/ - 10https://bugzilla.wikimedia.org/46328 (10Andre Klapper) [10:26:22] 03(mod) Install sitemap extension into bugzilla, and then update bugzilla robots.txt - 10https://bugzilla.wikimedia.org/33406 (10Andre Klapper) [10:27:45] 03(mod) Local time zone dv.wikis - 10https://bugzilla.wikimedia.org/46351 (10Ushau97) [10:28:25] 03(mod) Tabbing from summary field should not go to the search box - 10https://bugzilla.wikimedia.org/46336 summary; +comment (10Helder) [10:33:32] hi, just to make sure, mediawiki uses proper hashes for passwords, i do not have to setup a salt myself after installtion, correct? [10:36:32] 03(mod) Local time zone dv.wikis - 10https://bugzilla.wikimedia.org/46351 +shell (10Andre Klapper) [10:36:53] kauwlna, right [10:36:55] kauwlna: Yup, salts are random. [10:37:11] sweet, thank [10:37:12] s [10:37:22] ^_^ In fact excessively cryptographically random [10:37:49] you can change $wgSecretKey for something with better entropy, but that is little used nowadays [10:37:52] And if I ever find the time to finish that branch... those hashes will start to use pbkdf2 [10:37:54] http://www.mediawiki.org/wiki/Manual:$wgSecretKey [10:38:25] wgSecretKey has pretty much nothing to do with password hashing [10:38:37] $wgSecretKey = "9999999999999)"; ;) [10:38:51] New patchset: Platonides; "$wgContLang global unneeded in braceSubstitution() since fc00763f0" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54842 [10:38:59] And now that we have CryptRand it's actually not really needed anymore. [10:40:07] ;) we could probably even omit it from the installer in the future. Unless the server has one mild issue that makes it marginally better to have a secret key. [10:40:26] New patchset: Nikerabbit; "Skeleten for twn main page" [translatewiki] (master) - https://gerrit.wikimedia.org/r/54843 [10:41:21] The salt doesn't actually need the cryptorandom source. That's needed for the email, password reset, etc... tokens. [10:42:16] Dantman, there could be extensions using it [10:42:39] Hunt down and kill! [10:43:39] Anything actually depending on that secret key is liable to be written in a way that handles security poorly. [10:44:17] *sigh* now that I recall... I think we did have one extension using it in a way that was hard to fix. [10:45:32] CheckUser ? [10:45:51] Can't remember but I don't think that was it [10:46:05] it seems to rely on it for salting the emails [10:46:29] New patchset: Nikerabbit; "Skeleton for twn main page" [translatewiki] (master) - https://gerrit.wikimedia.org/r/54843 [10:47:13] * Platonides sees with relief that its use in SecurePasswords extension is only for legacy support [10:47:34] New patchset: Santhosh; "(Bug 45639) - [TUX] Messages from wrong message group displayed" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/54846 [10:48:51] Ok... CheckUser's use is mildly tricky. [10:49:13] 03(mod) [TUX] Messages from wrong message group displayed - 10https://bugzilla.wikimedia.org/45639 +comment (10santhosh.thottingal) [10:49:20] Though at least it's being used more for privacy obfuscation than real security. [10:50:40] Ideally we might find some other way to deal with that need to provide 1:1 identifiers without exposing the actual private data. [10:51:08] Maybe that could be done more securely by adding a new database table. [10:53:15] Instead of hashing using a secret key; every time you need one of those 1:1 hashes for something you don't already have one for you use CryptRand to give you a random hex string. Then save that key into the table along with the orignal text. [10:54:24] can i sort category pages by page creation time? [10:56:47] You get the same benefits of unique opaque identifiers. And you don't depend on the secret key actually being secret. Which is a great plus for user privacy. Since it becomes impossible for someone to break the keys even if they somehow get wgSecretKey. Since they would need to break into the database to get that table data. [10:57:12] b6: No we don't have an option like that in the codebase. [10:58:04] Dantman: thanks. can i use js or something to write a function to sort by page title? [10:58:27] Hmmm? It's already sorted by page title. [10:59:01] Dantman: yeah, you're right. the problem is that they are named, e.g., 2012 January 13. [10:59:29] Ok, the date issue is easily solved. [10:59:38] You just need to edit the pages. [10:59:49] you mean, move them to sane dates like yyyy-mm-dd? [10:59:56] Don't even need to do that. [11:00:21] You just specify the sort key. [11:00:47] ok. right now it looks like DEFAULTSORT:([0-9]{4}). is there a more complicated example around? [11:01:08] When you add a category to a page you can specify a sort key for it. Either inside the actual [[Category:Name|Sortkey]] or using {{DEFAULTSORT}} [11:01:39] can i capture three fields or so and specify like $3,$2,$1 or something? [11:01:39] That looks like a weird defaultsort. [11:02:05] yeah, maybe it was an abortive attempt to fix it. dunno, i just got here a few minutes ago. [11:02:20] The sort key should be something like 2012-01-13 [11:02:39] ISO dates sort nicely and should work for category sorting. [11:03:24] i'm not understanding something. the title of the page is awkward. where is the good date? i don't know the name of the key to sort by. [11:04:12] You provide it using DEFAULTSORT or in the [[Category:...|...]]. [11:04:59] b6: How are you currently adding the category to the page? [11:05:04] the page is being populated by [[Category:{{DEFAULTSORT:([0-9]{4})}}]]. [11:06:30] That makes absolutely no sense. [11:07:08] sorry, i just got my account 10 minutes ago and that's what was there. [11:07:12] it seems to work, somewhat. [11:07:43] I don't see how. DEFAULTSORT isn't supposed to output anything. [11:08:23] Last I checked it's supposed to take input and set the default sort key used for all [[Category:...]] tags without an explicit sort key. [11:09:17] That code would set the sort key for every page to the text "([0-9]{4})" and negate the entire thing. [11:09:48] And the [[Category:...]] should break because the category name should be empty. [11:09:51] well, perhaps that code isn't actually populating that page. maybe it's done automatically somehow. [11:10:01] What is you wiki? [11:10:02] 03(NEW) Undo operations in the API - 10https://bugzilla.wikimedia.org/46352 normal; MediaWiki extensions: WikidataRepo; () [11:10:14] ...before I convince myself to sleep [11:10:28] Dantman: http://wiki.xinchejian.com/wiki/Category:Weekly_Staff_Meetings [11:10:34] Dantman: sorry, thanks for your patience. [11:11:05] because they chose crazy titles, those pages are sort of shuffled. [11:11:27] Ok that does absolutely nothing of any value. [11:11:38] DEFAULTSORT goes inside the pages, not the category. [11:11:45] ok. [11:12:42] so do i add something like DEFAULTSORT:2012-01-02 or whatever is appropriate to each page? [11:12:53] All that is doing is setting the sort key for the category. Which is pointless since there is none. To top it off it's in an includeonly and it's not being included so it's not even being used anyways. [11:12:58] Yeah. [11:13:59] Dantman: can i cause the category page to show the pages sorted in reverse? [11:14:06] e.g., most recent first? [11:15:44] No, not without doing something really convoluted. We don't have a reverse/DESC sort in our category pager. [11:15:50] ok, no problem. [11:15:55] thanks again for your help and patience. [11:16:19] I suppose our category system is a little more limited than I thought before. [11:17:01] well, i saw some stuff on the net about sorting client side in js. [11:17:10] There are valid reasons to want to add special behaviours to categories. [11:17:11] i could definitely write some hideous function to make that stuff sort correctly. [11:17:41] did i hear something about lua scriptability recently? [11:18:18] Not really. The only way you could possibly do that is if you used the API to completely replace the functionality of the CategoryPage. [11:18:30] too invasive for this thing. [11:18:41] And yes we have Lua. But it's only for inside of wikitext. [11:18:48] oh. [11:18:55] +1 for lua anyway. <3 [11:19:26] 03(mod) Undo operations in the Wikibase API - 10https://bugzilla.wikimedia.org/46352 (10jeblad) [11:19:26] It's so templates can do more complex things without needing more and more inefficient parser functions to do whacky things. [11:19:34] 03(mod) Interwiki links order on sr wiki - 10https://bugzilla.wikimedia.org/46167 (10Lydia Pintscher) [11:20:00] People started using WikiText as a programming language... ;) so we embedded a programming language into the parser. muahahaha [11:21:13] Dantman: thanks again, i wouldn't have been able to get it. i appreciate you taking the time to help me. [11:21:54] Danteman : And I am VERY grateful for that parser. :) [11:22:08] New patchset: Nikerabbit; "TUX broken if ULS is not enabled" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/54851 [11:23:06] 03(mod) [TUX] Loading of messages list fails in several ways for anonymous users - 10https://bugzilla.wikimedia.org/45893 +comment (10Niklas Laxström) [11:26:58] 03(mod) Add a link on the client when a Wikidata item exists, even when no other interwiki is already defined - 10https://bugzilla.wikimedia.org/46229 15enhancement->normal (10Lydia Pintscher) [11:30:00] New review: Platonides; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53189 [11:30:23] New patchset: Platonides; "Allow redirecting Message objects." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53189 [11:32:15] 03(NEW) Forbid to label properties as valid property IDs - 10https://bugzilla.wikimedia.org/46353 normal; MediaWiki extensions: WikidataRepo; () [11:38:40] New patchset: Daniel Kinzler; "Avoid HTML generation when preparing for edit." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54121 [11:40:27] are there some better browser stats than this: http://stats.wikimedia.org/wikimedia/squids/SquidReportClients.htm [11:45:37] New review: Platonides; "I have no problem with it being removed." [mediawiki/extensions/PoolCounter] (master) - https://gerrit.wikimedia.org/r/54832 [11:51:56] lbenedix: describe "better"? [11:53:40] 03(NEW) Zuul: upgrade to latest upstream version - 10https://bugzilla.wikimedia.org/46354 enhancement; Wikimedia: Testing Infrastructure; () [11:53:55] 03(mod) [Worked around] Zuul slow to report back to Gerrit - 10https://bugzilla.wikimedia.org/46176 summary; +comment (10Antoine "hashar" Musso) [11:53:57] 03(mod) Zuul: upgrade to latest upstream version - 10https://bugzilla.wikimedia.org/46354 (10Antoine "hashar" Musso) [11:54:17] 03(mod) [OPS] get python voluptuous package on gallium - 10https://bugzilla.wikimedia.org/44061 +comment (10Antoine "hashar" Musso) [11:54:18] 03(mod) Zuul: upgrade to latest upstream version - 10https://bugzilla.wikimedia.org/46354 (10Antoine "hashar" Musso) [11:55:24] p858snake|l: divided by site (enwiki, dewiki, wikidata, commons, ...) [11:57:53] 03(mod) setup a Zuul web portal! - 10https://bugzilla.wikimedia.org/46116 +comment (10Antoine "hashar" Musso) [12:09:42] 03(mod) PHP CodeSniffer sniff for php_sapi_name() - 10https://bugzilla.wikimedia.org/44633 +upstream; +comment (10Antoine "hashar" Musso) [12:13:51] 03(NEW) update.php fails on clean install with undefined method MysqlUpdater::dropExtensionIndex() - 10https://bugzilla.wikimedia.org/46355 blocker; MediaWiki extensions: ConfirmAccount; () [12:21:41] 03(mod) Zuul: upgrade to latest upstream version - 10https://bugzilla.wikimedia.org/46354 (10Željko Filipin) [12:30:23] 03(mod) [TUX] Make empty list message aware of current filters - 10https://bugzilla.wikimedia.org/45835 15enhancement->minor; +comment (10Niklas Laxström) [12:33:27] New patchset: Shirayuki; "Fix message key "sudo-error-sudo-ip"" [mediawiki/extensions/Sudo] (master) - https://gerrit.wikimedia.org/r/54856 [12:33:34] 03(mod) update.php fails on clean install with undefined method MysqlUpdater::dropExtensionIndex() - 10https://bugzilla.wikimedia.org/46355 +comment (10Platonides) [12:33:42] 03(mod) update.php fails on clean install with undefined method MysqlUpdater::dropExtensionIndex() - 10https://bugzilla.wikimedia.org/46355 (10Platonides) [12:36:07] 03(mod) autoupdate the databases! - 10https://bugzilla.wikimedia.org/45084 +comment (10Antoine "hashar" Musso) [12:38:31] 03(mod) Jenkins job: PHPUnit code coverage - 10https://bugzilla.wikimedia.org/31518 +comment (10hashar) [12:39:48] 03(mod) "Find and Replace" is missing when "Enable dialogs for inserting links, tables and more" is not checked - 10https://bugzilla.wikimedia.org/23942 15enhancement->normal; +comment (10TMg) [12:43:29] 03(mod) update.php fails on clean install with undefined method MysqlUpdater::dropExtensionIndex() - 10https://bugzilla.wikimedia.org/46355 +comment (10simsong) [12:46:00] 03(mod) migrate all beta instance from Lucid to Precise - 10https://bugzilla.wikimedia.org/45122 +comment (10Antoine "hashar" Musso) [12:51:16] 03(mod) Searching for # reloads the page - 10https://bugzilla.wikimedia.org/46334 major->15enhancement; summary (10Andre Klapper) [12:52:26] 03(mod) Create mailing list for oversight requests at Portuguese Wikipedia - 10https://bugzilla.wikimedia.org/46348 (10Andre Klapper) [12:55:59] 03(mod) inconsistent revision id and html content - 10https://bugzilla.wikimedia.org/46014 +comment (10aklapper) [13:00:17] 03(mod) setup a Zuul web portal! - 10https://bugzilla.wikimedia.org/46116 +comment (10Antoine "hashar" Musso) [13:00:21] New review: Nikerabbit; "(2 comments)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53718 [13:01:36] 03(mod) Find a way to mark a report as "needinfo" (stalled until specific input is provided) - 10https://bugzilla.wikimedia.org/36064 +comment (10aklapper) [13:05:31] New review: Nikerabbit; "(1 comment)" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/54327 [13:07:12] 03(mod) PDF generation does not support Complex Script Wikis (e.g. Indic languages) and needs to be re-written - 10https://bugzilla.wikimedia.org/28206 +comment (10វ័ណថារិទ្ធ) [13:10:10] New review: Nikerabbit; "(Not really related to this commit, feel free to take the discussion elsewhere.) I'm curious, are th..." [mediawiki/extensions/Agora] (master) - https://gerrit.wikimedia.org/r/54819 [13:11:16] 03(mod) "Find and Replace" is missing when "Enable dialogs for inserting links, tables and more" is not checked - 10https://bugzilla.wikimedia.org/23942 normal->minor; +comment (10Andre Klapper) [13:13:45] 03(mod) update.php fails on clean install with undefined method MysqlUpdater::dropExtensionIndex() - 10https://bugzilla.wikimedia.org/46355 +comment (10aklapper) [13:14:02] New review: Nikerabbit; "Tim: thanks. /me is a bit wiser now." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/52994 [13:19:36] New review: Nikerabbit; "PS: https://gerrit.wikimedia.org/r/54825" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/34677 [13:22:34] New patchset: Nikerabbit; "Position group selector menu correctly" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/54824 [13:24:03] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54592 [13:24:11] 03(NEW) brainsplit - 10https://bugzilla.wikimedia.org/46356 major; Wikimedia Labs: General; () [13:24:19] 03(mod) brainsplit - 10https://bugzilla.wikimedia.org/46356 (10Peter Bena) [13:24:27] 03(mod) MobileFrontend Selenium tests fail on Android - 10https://bugzilla.wikimedia.org/46223 +comment (10Željko Filipin) [13:24:47] 03(mod) MobileFrontend jobs should be created from template - 10https://bugzilla.wikimedia.org/46219 (10Željko Filipin) [13:27:31] New review: Nikerabbit; "This looks too simplistic. Edit one message, skip to next, edit and save -> dirty is false even if t..." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/54827 [13:30:01] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/54824 [13:36:25] 03(mod) jenkins-bot takes the liberty of merging - 10https://bugzilla.wikimedia.org/45719 +comment (10Antoine "hashar" Musso) [13:39:40] 03(NEW) Only put git directories on NFS - 10https://bugzilla.wikimedia.org/46357 normal; Wikimedia: Git/Gerrit; () [13:43:04] 03(mod) frame:expandTemplate doesn't work with parser functions - 10https://bugzilla.wikimedia.org/41769 +comment (10Brad Jorsch) [13:44:40] is it possible to deactivate the caching of the resourceloader? [13:47:54] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54842 [13:48:01] New patchset: Amire80; "(bug 45540) Show the "Accept" tooltip to proofreaders" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53752 [13:50:47] New patchset: Raimond Spekking; "[ArticleFeedbackv5] Complete overhaul of the optional and ignore message" [translatewiki] (master) - https://gerrit.wikimedia.org/r/54860 [13:52:16] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/54860 [13:52:31] 03(mod) MobileFrontend Selenium tests fail on Android - 10https://bugzilla.wikimedia.org/46223 (10Željko Filipin) [13:57:50] 03(NEW) Commons GlobalUsage should include media linked in statements - 10https://bugzilla.wikimedia.org/46358 normal; MediaWiki extensions: WikidataRepo; () [13:59:34] New patchset: Amire80; "(bug 45540) Show the "Accept" tooltip to proofreaders" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53752 [13:59:56] 03(mod) Get "add" button related DOM remnants out of jQuery.wikibase.claimlistview and don't use 'wb-claim' template for "add" button - 10https://bugzilla.wikimedia.org/45673 +comment (10Henning (WMDE)) [14:00:09] New patchset: J; "Add option to disable control elements per player" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/51979 [14:09:38] 03(mod) bugzilla should redirect when you access http://bugzilla.wikimedia.org:443/ - 10https://bugzilla.wikimedia.org/46328 minor->normal; +ops (10Mark A. Hershberger) [14:10:02] New patchset: Anomie; "Add text module" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/52186 [14:10:40] New patchset: Anomie; "Add text module" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/52186 [14:11:46] 03(NEW) use XFS for varnish - 10https://bugzilla.wikimedia.org/46359 normal; Wikimedia Labs: deployment-prep (beta); () [14:18:50] New patchset: Raimond Spekking; "Slightly rephrase message and add link" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/54861 [14:21:11] 03(mod) Special page on client to list which pages on the site are linked to an item - 10https://bugzilla.wikimedia.org/43994 +comment (10Anja Jentzsch) [14:23:04] 03(mod) [Lua] Introduce function sitelink(id) that takes an ID and returns the link within the client - 10https://bugzilla.wikimedia.org/46126 +comment (10Anja Jentzsch) [14:25:18] 03(mod) Improval of transparency for deleted/suppressed revisions - 10https://bugzilla.wikimedia.org/20206 +comment (10Andre Klapper) [14:25:41] 03(mod) Suppressing interlanguage links inclusion should also hide "Edit links" - 10https://bugzilla.wikimedia.org/45037 +comment (10anja.jentzsch) [14:26:19] 03(mod) [[Special:AbuseFilter/history]] does not show changes to private filters even though userrights include abusefilter-viewprivate - 10https://bugzilla.wikimedia.org/22033 +comment (10Andre Klapper) [14:29:22] 03(mod) Implement qualifiers - 10https://bugzilla.wikimedia.org/44683 +comment (10Anja Jentzsch) [14:29:23] 03(mod) No 'Arrays' component for the 'Extensions' product - 10https://bugzilla.wikimedia.org/45737 +comment (10Andre Klapper) [14:30:29] 03(mod) Deployment review of NamespaceRelations for Wikinews and Wiktionary - 10https://bugzilla.wikimedia.org/45666 +comment (10aklapper) [14:30:51] 03(mod) Disable anonymous page creation at tr.wikipedia - 10https://bugzilla.wikimedia.org/45066 +comment (10aklapper) [14:31:32] 03(mod) Can't edit title - 10https://bugzilla.wikimedia.org/45011 +comment (10aklapper) [14:31:41] 03(NEW) tests for property parser function - 10https://bugzilla.wikimedia.org/46360 normal; MediaWiki extensions: WikidataClient; () [14:32:38] 03(mod) PropertyDiff should include the data type - 10https://bugzilla.wikimedia.org/41107 normal->15enhancement; +comment (10Andre Klapper) [14:32:58] 03(mod) Implement qualifiers - 10https://bugzilla.wikimedia.org/44683 +comment (10henning.snater) [14:33:02] New review: Lwelling; "The goal was just consistency because Benny's code review was to use wrapper functions in my mods to..." [mediawiki/core] (master) C: -2; - https://gerrit.wikimedia.org/r/54655 [14:33:17] 03(NEW) handle no value and other property snak types in property parser function - 10https://bugzilla.wikimedia.org/46361 normal; MediaWiki extensions: WikidataClient; () [14:33:23] 03(mod) ULS search autocomplete doesn't handle RTL well: doesn't adapt direction, autocomplete text overlaps regular text - 10https://bugzilla.wikimedia.org/43951 +comment (10Andre Klapper) [14:34:05] 03(mod) Replace MD5 password hashing with WHIRLPOOL - 10https://bugzilla.wikimedia.org/28419 +comment (10aklapper) [14:34:52] 03(NEW) memcached support in property parser function - 10https://bugzilla.wikimedia.org/46362 normal; MediaWiki extensions: WikidataClient; () [14:35:11] 03(mod) CLDR doesn't build pt files correctly - 10https://bugzilla.wikimedia.org/34760 +testme; +comment (10Andre Klapper) [14:36:27] 03(mod) Enable Extension:GoogleNewsSitemap on el wikinews - 10https://bugzilla.wikimedia.org/37608 +comment (10aklapper) [14:36:46] 03(NEW) use terms table for property id/label lookups - 10https://bugzilla.wikimedia.org/46363 normal; MediaWiki extensions: WikidataClient; () [14:37:19] 03(mod) use terms table for property label lookups - 10https://bugzilla.wikimedia.org/46363 summary (10Aude) [14:38:03] New patchset: Raimond Spekking; "Consistency tweaks" [mediawiki/extensions/RevisionCommentSupplement] (master) - https://gerrit.wikimedia.org/r/54862 [14:40:11] 03(NEW) wb_terms table lookup in Wikibase Lib - 10https://bugzilla.wikimedia.org/46364 normal; MediaWiki extensions: WikidataRepo; () [14:40:33] 03(mod) Fix rebuildTermSearchKey script. - 10https://bugzilla.wikimedia.org/45234 +comment (10Anja Jentzsch) [14:42:01] 03(NEW) Need generic string value formatter - 10https://bugzilla.wikimedia.org/46365 normal; MediaWiki extensions: ValueFormatters; () [14:43:01] 03(mod) [Lua] Introduce function label(id) that takes an ID and returns the label in the language of the client - 10https://bugzilla.wikimedia.org/46125 +comment (10Anja Jentzsch) [14:44:19] 03(NEW) Use item formatter for claim diffs - 10https://bugzilla.wikimedia.org/46366 normal; MediaWiki extensions: WikidataRepo; () [14:44:29] 03(mod) [Lua] Restrict getEntity to connected entity only - 10https://bugzilla.wikimedia.org/46124 +comment (10Anja Jentzsch) [14:44:48] 03(mod) [WikiEditor Search and Replace] "Replace All" and "Replace Next" functions malfunction on IE7 - 10https://bugzilla.wikimedia.org/23591 +comment (10Andre Klapper) [14:44:51] 03(mod) "Search and replace" for IE does not correctly replace words but changes others - 10https://bugzilla.wikimedia.org/42073 +comment (10Andre Klapper) [14:44:59] 03(mod) Deployment review of NamespaceRelations for Wikinews and Wiktionary - 10https://bugzilla.wikimedia.org/45666 +comment (10Pavel Selitskas) [14:45:00] 03(mod) Dialogs: Search and Replace : Production : IE malfunction - 10https://bugzilla.wikimedia.org/22878 +comment (10Andre Klapper) [14:45:05] 03(mod) "Search and replace" for IE does not correctly replace words but changes others - 10https://bugzilla.wikimedia.org/42073 +comment (10aklapper) [14:46:17] 03(NEW) NewPagesFeed 'Set filters' unusable in Firefox - 10https://bugzilla.wikimedia.org/46367 major; MediaWiki extensions: PageTriage; () [14:46:25] 03(mod) Search and replace - not always displaying found term - 10https://bugzilla.wikimedia.org/22801 (10Andre Klapper) [14:49:29] 03(mod) Heading drop down stay open after inserting a heading - 10https://bugzilla.wikimedia.org/22492 +comment (10Andre Klapper) [14:50:33] 03(mod) WikiEditor issues (tracking) - 10https://bugzilla.wikimedia.org/24493 +comment (10Andre Klapper) [14:53:49] 03(mod) Insufficient param validation - 10https://bugzilla.wikimedia.org/39830 +patch-in-gerrit; +comment (10Andre Klapper) [14:56:57] 03(mod) WikipageEntityLookup fails on setups that have a table prefix - 10https://bugzilla.wikimedia.org/43229 (10Aude) [14:57:35] 03(mod) PropertyDiff should include the data type - 10https://bugzilla.wikimedia.org/41107 +comment (10Daniel Kinzler) [14:58:11] 03(mod) NewPagesFeed 'Set filters' unusable in Firefox - 10https://bugzilla.wikimedia.org/46367 +comment (10Željko Filipin) [14:58:24] 03(mod) bugzilla should redirect when you access http://bugzilla.wikimedia.org:443/ - 10https://bugzilla.wikimedia.org/46328 normal->minor (10Andre Klapper) [15:01:18] 03(mod) htcp cache purges for images do not seem to clear europe upload squid caches - 10https://bugzilla.wikimedia.org/46350 major->04CRIT; +comment (10Nemo) [15:02:52] 03(mod) handle no value and other property snak types in property parser function - 10https://bugzilla.wikimedia.org/46361 +comment (10aude.wiki) [15:04:01] 03(mod) bugzilla should redirect when you access http://bugzilla.wikimedia.org:443/ - 10https://bugzilla.wikimedia.org/46328 +comment (10Platonides) [15:05:23] 03(mod) ConfirmEdit prompting for CAPTCHA breaks saving of new page from Semantic Forms - 10https://bugzilla.wikimedia.org/46342 (10Andre Klapper) [15:05:28] 03(mod) Adding properties depends on JavaScript - 10https://bugzilla.wikimedia.org/46345 +javascript (10Andre Klapper) [15:05:48] 03(mod) filearchive mysql queries are not replication safe - 10https://bugzilla.wikimedia.org/46134 (10Andre Klapper) [15:06:04] Reedy: ping [15:14:40] 03(mod) VisualEditor: Clean up inconsistent documentation of event emissions - 10https://bugzilla.wikimedia.org/45872 (10James Forrester) [15:15:57] 03(mod) Code editor should not be cuffed to the enhanced toolbar - 10https://bugzilla.wikimedia.org/45850 minor->15enhancement (10Andre Klapper) [15:16:15] 03(mod) Chinese Wikisource AJAX suggestions don't work - 10https://bugzilla.wikimedia.org/38421 +comment (10aklapper) [15:19:58] 03(mod) Kindle 4 browser cannot open sections when JavaScript is *disabled* - 10https://bugzilla.wikimedia.org/46287 summary (10Andre Klapper) [15:24:26] 03(mod) HTML error - 10https://bugzilla.wikimedia.org/46347 +comment (10James Forrester) [15:33:33] New patchset: Anomie; "Add getVersionInfo() method" [mediawiki/php/luasandbox] (master) - https://gerrit.wikimedia.org/r/54867 [15:34:21] New review: Anomie; "Note this is to support fixing bug 39655." [mediawiki/php/luasandbox] (master) - https://gerrit.wikimedia.org/r/54867 [15:34:31] New review: Waldir; "(1 comment)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/54346 [15:34:42] hexmode: heja, any vague idea for a date for a 1.21.0 tarball? Wondering when I should start helping cleaning up bug reports with that TM [15:35:21] 03(mod) Filter page histories by user, or contributions by title - 10https://bugzilla.wikimedia.org/10788 +comment (10aklapper) [15:35:23] andre__: before the Amsterdam hackathon [15:36:04] hexmode, ah, great. So I'll ping on some of them already [15:36:26] andre__: so I may work with reedy to get a tarball out in the next week for RC [15:36:50] 03(mod) Implement JavaScript mw.hooks framework - 10https://bugzilla.wikimedia.org/23580 +comment (10aklapper) [15:36:54] andre__: could you CC me when you do? [15:37:23] bbiab [15:37:46] hexmode, on all of them? (maximum 32 tickets) Sure. [15:37:58] New patchset: Jeroen De Dauw; "Work on cleaning up the diff code [DO NOT MERGE]" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/54868 [15:38:08] andre__, I still get a lot of bugmail, so no problem [15:38:08] 03(mod) Filter page histories by user, or contributions by title - 10https://bugzilla.wikimedia.org/10788 (10Andre Klapper) [15:38:08] 03(mod) Implement JavaScript mw.hooks framework - 10https://bugzilla.wikimedia.org/23580 (10Andre Klapper) [15:38:18] hehe [15:38:58] 03(mod) Messages of log entries should support GENDER - 10https://bugzilla.wikimedia.org/24156 +comment (10Andre Klapper) [15:40:28] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10Andre Klapper) [15:42:10] 03(mod) Enable rollbacker and patroller groups, change days and edits for the Autoconfirmed group, and the sysop group have the ability of grant patroller and rollbacker permissions on eswikivoyage - 10https://bugzilla.wikimedia.org/44285 +comment (10krenair) [15:42:33] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10Andre Klapper) [15:43:17] 03(NEW) Update upload.wikimedia.org favicon - 10https://bugzilla.wikimedia.org/46368 enhancement; Wikimedia: General/Unknown; () [15:43:42] 03(mod) Should we keep the "model" and "format" params in EditPage? - 10https://bugzilla.wikimedia.org/41315 +comment (10Andre Klapper) [15:44:28] that's better :) [15:44:52] 03(mod) [Regression] E-Mail notification mail: page names with "&" come as "&" - 10https://bugzilla.wikimedia.org/43070 +comment (10aklapper) [15:46:03] 03(mod) Separate link class for anonymous users - 10https://bugzilla.wikimedia.org/43179 +comment (10Andre Klapper) [15:47:18] 03(mod) Add GET and PATH_INFO parameters to [[Special:Import]] URLs, allowing to populate the form - 10https://bugzilla.wikimedia.org/43426 +comment (10Andre Klapper) [15:48:53] 03(mod) ORMRow::insert() fails on PostgreSQL - 10https://bugzilla.wikimedia.org/43475 +comment (10Andre Klapper) [15:50:38] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45708 [15:52:07] hexmode: sigh, I've used your wrong email address for the last ~12 tickets (gmail.com instead of everybody.org). Sorry :-/ [15:52:29] 03(mod) [Regression] mwstore:// URLs appear in various error messages - 10https://bugzilla.wikimedia.org/34238 +comment (10aklapper) [15:52:34] andre__: np, goes to same place :) [15:52:47] Phou. That's what I wanted to hear, thanks :) [15:53:12] * hexmode believes in the unified inbox theory of email [15:53:39] though, I sometimes get my "From" messed up. [15:53:44] 03(mod) Enable rollbacker and patroller groups, change days and edits for the Autoconfirmed group, and the sysop group have the ability of grant patroller and rollbacker permissions on eswikivoyage - 10https://bugzilla.wikimedia.org/44285 +comment (10krenair) [15:53:48] 03(mod) Accesskey (p) for preview on edit doesn't work - 10https://bugzilla.wikimedia.org/43520 +comment (10aklapper) [15:53:54] but usually tbird is good about thaqt [15:55:04] 03(mod) PHP Fatal error: Call to a member function isLocal() on a non-object in Title.php - 10https://bugzilla.wikimedia.org/42649 +comment (10aklapper) [16:04:54] New patchset: Amire80; "(bug 45540) Show the "Accept" tooltip to proofreaders" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53752 [16:04:59] 03(mod) [OPS] get python voluptuous package on gallium - 10https://bugzilla.wikimedia.org/44061 +comment (10hashar) [16:06:35] 03(NEW) [UI] UI should make use of error messages returned in HTML - 10https://bugzilla.wikimedia.org/46369 normal; MediaWiki extensions: WikidataRepo; () [16:18:06] 03(mod) Add a parser function to get the label in a given language - 10https://bugzilla.wikimedia.org/45682 +comment (10denny vrandecic) [16:19:48] 03(mod) move Wikidata section to the top of Special:SpecialPages - 10https://bugzilla.wikimedia.org/45607 +comment (10denny vrandecic) [16:20:01] 03(mod) [Regression] E-Mail notification mail: page names with "&" come as "&" - 10https://bugzilla.wikimedia.org/43070 +comment (10Nemo) [16:23:27] wb Tanvir [16:23:41] Isarra: when are you going to push for https://gerrit.wikimedia.org/r/49082 ? :) [16:29:35] 03(mod) maintenance script for rebuilding secondary tables - 10https://bugzilla.wikimedia.org/42717 +comment (10denny vrandecic) [16:34:07] New patchset: Matthias Mullie; "Fix issues discovered after dewiki deployment" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/54870 [16:37:18] 03(NEW) editor does not respect zoom when zoom text only is used in Firefox - 10https://bugzilla.wikimedia.org/46370 minor; MediaWiki: Page editing; () [16:37:50] New patchset: Anomie; "(bug 39655) Add Lua version info to Special:Version" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/54872 [16:39:39] 03(mod) Scribunto should expose a version and Lua version on Special:Version - 10https://bugzilla.wikimedia.org/39655 +comment (10bjorsch) [16:40:41] 03(mod) Monitor effectiveness of HTCP purging - 10https://bugzilla.wikimedia.org/43449 (10Rob Lanphier) [16:43:10] New patchset: Matthias Mullie; "(bug 43419) Remove reader tools for editors in feedback page (bug 39818) Prevent self-moderation of ArticleFeedback posts" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/43203 [16:48:49] New patchset: Amire80; "(bug 43030) WIP: Filter unneeded messages from !additions" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/54632 [16:50:38] New review: Amire80; "It's still not completely tested, but the second patch set should make a lot more sense." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/54632 [16:59:44] New patchset: Pginer; "(bug 45540) Show the "Accept" tooltip to proofreaders" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/53752 [17:02:48] 03(mod) Purging for all sites but eqiad is broken - 10https://bugzilla.wikimedia.org/46350 summary; +comment (10Nemo) [17:03:18] 03(mod) VisualEditor: Clean up inconsistent documentation of event emissions - 10https://bugzilla.wikimedia.org/45872 (10Krinkle) [17:03:20] can I poke someone here to get my extension reviewed before my deadline? [17:08:13] 03(NEW) Semantic Maps 2.0.1.2 distance queries broken. - 10https://bugzilla.wikimedia.org/46371 normal; MediaWiki extensions: SemanticMaps; () [17:10:29] 03(mod) "Edit links" links should use underscores not spaces (DB key form) - 10https://bugzilla.wikimedia.org/46313 (10abraham.taherivand) [17:10:56] 03(mod) Encoding in site link widget is broken - 10https://bugzilla.wikimedia.org/46162 (10abraham.taherivand) [17:11:08] 03(mod) error bubble in site link widget is sticky - 10https://bugzilla.wikimedia.org/46161 (10abraham.taherivand) [17:11:24] 03(mod) [Simple inclusion syntax] Introduce config variable to enable Simple inclusion syntax - 10https://bugzilla.wikimedia.org/46130 (10abraham.taherivand) [17:13:30] 03(mod) Semantic Maps 2.0.1.2 distance queries broken. - 10https://bugzilla.wikimedia.org/46371 +comment (10mitchell_neill) [17:18:31] 03(mod) Claim-UI broken when language-table (Babel) is active - 10https://bugzilla.wikimedia.org/46123 (10abraham.taherivand) [17:18:40] 03(mod) Removing an add button in references (multiple lines) is disabled - 10https://bugzilla.wikimedia.org/46074 (10abraham.taherivand) [17:19:03] 03(mod) ReferencedEntitiesFinder::findClaimLinks does not find items used in Snaks with deleted property with data type item - 10https://bugzilla.wikimedia.org/45904 (10abraham.taherivand) [17:22:28] New review: JGonera; "That's cool! I'm still wondering if there is any workaround we could use for browsers that don't sup..." [mediawiki/extensions/NavigationTiming] (master) C: 1; - https://gerrit.wikimedia.org/r/54705 [17:30:31] 03(mod) Implement caching decorators for EntityLookup - 10https://bugzilla.wikimedia.org/45566 (10abraham.taherivand) [17:30:40] 03(mod) switch to disable phase 2 features in the client - 10https://bugzilla.wikimedia.org/45530 (10abraham.taherivand) [17:31:15] 03(mod) Auto-suggest in the search box should work on item labels - 10https://bugzilla.wikimedia.org/43020 (10abraham.taherivand) [17:31:19] 03(mod) Implement first version of simple inclusion syntax - 10https://bugzilla.wikimedia.org/43998 (10abraham.taherivand) [17:31:31] 03(mod) Extend Lua support to access the Repo data and implement GetEntity - 10https://bugzilla.wikimedia.org/44289 (10abraham.taherivand) [17:31:36] 03(mod) UI: removing alias that exists twice is not possible - 10https://bugzilla.wikimedia.org/45013 (10abraham.taherivand) [17:31:46] 03(mod) watchlist count doesn't take show/hide Wikidata into account - 10https://bugzilla.wikimedia.org/45041 (10abraham.taherivand) [17:34:39] Rahul_21: Hi [17:34:46] hows going Rahul_21? [17:35:24] harshkothari, going fine harshkothari !learning new things,its fun and best part people helping alot [17:35:43] cool what sort of work are you doing ?? Rahul_21 [17:36:12] andre__, hi, what was that IRC software we used in MeeGo meetings? I'm missing it in this first office hours I'm helping organizing... [17:36:24] 03(mod) CLDR doesn't build pt files correctly - 10https://bugzilla.wikimedia.org/34760 +comment (10malafaya) [17:36:56] 03(NEW) {{CONTENTLANGUAGE}} doesn't show the selected language - 10https://bugzilla.wikimedia.org/46372 enhancement; MediaWiki extensions: UniversalLanguageSelector; () [17:37:08] harshkothari, till now workd on 6 bugs,4 of which have been merged [17:37:19] andre__, ah, it was http://wiki.debian.org/MeetBot [17:37:27] harshkothari, now tryng my luck on extensions [17:37:37] which one ?? Rahul_21 [17:37:40] New review: Bsitu; "(2 comments)" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/43203 [17:37:44] * qgil wonders whether using http://wiki.debian.org/MeetBot for IRC meetings has been discussed in the past [17:39:01] harshkothari, i am thinking of make a new one !tryng to get ideas [17:39:30] ohh man Best wishes Rahul_21 :) [17:39:32] 03(mod) Fix rebuildTermSearchKey script. - 10https://bugzilla.wikimedia.org/45234 (10abraham.taherivand) [17:39:50] Rahul_21: any ideas? [17:40:03] harshkothari, what are you doing? [17:40:13] 03(mod) [Simple inclusion syntax] Return empty string on error cases - 10https://bugzilla.wikimedia.org/46129 (10abraham.taherivand) [17:40:17] 03(mod) [Simple inclusion syntax] Return empty string on error cases - 10https://bugzilla.wikimedia.org/46129 (10abraham.taherivand) [17:40:18] New review: Anomie; "(2 comments)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54121 [17:40:29] 03(mod) [Simple inclusion syntax] To support datatype commons media and string - 10https://bugzilla.wikimedia.org/46128 (10abraham.taherivand) [17:40:31] Rahul_21: I am busy with my research [17:40:41] 03(mod) [Simple inclusion syntax] To support datatype commons media and string - 10https://bugzilla.wikimedia.org/46128 (10abraham.taherivand) [17:40:51] lbenedix, do you have any?ideas are always welcome,i am new to this field but ill try my best [17:41:06] harshkothari, topic? [17:41:23] 03(mod) VisualEditor: Trying to auto select a word just after an alien node causes an exception in rangy. - 10https://bugzilla.wikimedia.org/46246 +comment (10inez) [17:41:34] Rahul_21: Genetic Algorithm Based Digital Filter Designing [17:41:51] qgil: yes [17:41:51] 03(mod) [Propagation] Need to propagate label changes - 10https://bugzilla.wikimedia.org/46127 (10abraham.taherivand) [17:41:57] if you want it, jeremyb_ is your best ally [17:42:12] harshkothari, go on man!best of luck! [17:42:15] 03(mod) [Propagation] Need to propagate label changes - 10https://bugzilla.wikimedia.org/46127 (10abraham.taherivand) [17:42:25] Rahul_21: thanks :) [17:42:53] 03(mod) [Lua] Introduce function sitelink(id) that takes an ID and returns the link within the client - 10https://bugzilla.wikimedia.org/46126 (10abraham.taherivand) [17:43:08] 03(mod) [Lua] Introduce function sitelink(id) that takes an ID and returns the link within the client - 10https://bugzilla.wikimedia.org/46126 (10abraham.taherivand) [17:43:25] 03(NEW) Validator 1.0alpha throws an error - 10https://bugzilla.wikimedia.org/46373 normal; MediaWiki extensions: Validator; () [17:43:32] 03(mod) [Lua] Introduce function label(id) that takes an ID and returns the label in the language of the client - 10https://bugzilla.wikimedia.org/46125 (10abraham.taherivand) [17:43:32] qgil: also, you rightly said how useful but mysterious WhatLinksHere is; wouldn't it be wonderful to have some icastic icon for it? yet, nothing on https://meta.wikimedia.org/wiki/Iconathon_2013 [17:43:37] lbenedix, ? [17:43:49] i dont know [17:43:49] 03(mod) [Lua] Introduce function label(id) that takes an ID and returns the label in the language of the client - 10https://bugzilla.wikimedia.org/46125 (10abraham.taherivand) [17:44:15] New patchset: Umherirrender; "ContentHandlerTest: Use dataProvider" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54879 [17:44:49] jeremyb_, hi pal! I have used MeetBot in previous projects with heavy IRC culture and is just great for minutes & archiving. I was thinking of filing an enhacement request... [17:45:01] 03(mod) [Lua] Restrict getEntity to connected entity only - 10https://bugzilla.wikimedia.org/46124 (10abraham.taherivand) [17:45:09] 03(mod) [Lua] Restrict getEntity to connected entity only - 10https://bugzilla.wikimedia.org/46124 (10abraham.taherivand) [17:45:11] is there anything you miss? [17:45:26] 03(mod) PDF generation does not support Complex Script Wikis (e.g. Indic languages) and needs to be re-written - 10https://bugzilla.wikimedia.org/28206 +comment (10Tomasz Finc) [17:45:30] New patchset: Kaldari; "(bug 46367) fixing display of filter flyout" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/54880 [17:45:30] 03(mod) Improve logging to investigate change dispatching issues. - 10https://bugzilla.wikimedia.org/45984 (10abraham.taherivand) [17:45:40] New review: Bsitu; "(2 comments)" [mediawiki/extensions/ArticleFeedbackv5] (master) C: -1; - https://gerrit.wikimedia.org/r/54870 [17:45:50] 03(mod) Improve logging to investigate change dispatching issues. - 10https://bugzilla.wikimedia.org/45984 (10abraham.taherivand) [17:46:18] 03(mod) HTML validation error on Wikidata 'Edit links' - 10https://bugzilla.wikimedia.org/45708 (10abraham.taherivand) [17:46:29] 03(mod) HTML validation error on Wikidata 'Edit links' - 10https://bugzilla.wikimedia.org/45708 (10abraham.taherivand) [17:46:55] Nemo_bis, good idea. I'm not deciding anything there. Why don't you propose it? [17:47:00] 03(mod) statement edits need to show up in watchlist and recent changes - 10https://bugzilla.wikimedia.org/45704 (10abraham.taherivand) [17:47:08] 03(mod) statement edits need to show up in watchlist and recent changes - 10https://bugzilla.wikimedia.org/45704 (10abraham.taherivand) [17:47:11] Nemo_bis, and btw... I was watching https://www.mediawiki.org/wiki/Events/The_Noun_Project_Iconathon - how many pages do we need? :( [17:47:23] Nemo_bis, watching the Meta page now as well... [17:47:36] 03(mod) [statements-ui] Deleted Items should be displayed as such in Snaks using them - 10https://bugzilla.wikimedia.org/45674 (10abraham.taherivand) [17:47:59] 03(mod) [statements-ui] Deleted Items should be displayed as such in Snaks using them - 10https://bugzilla.wikimedia.org/45674 (10abraham.taherivand) [17:48:32] 03(mod) Implement phase 2 change propagation - 10https://bugzilla.wikimedia.org/45568 (10abraham.taherivand) [17:48:52] 03(mod) Implement phase 2 change propagation - 10https://bugzilla.wikimedia.org/45568 (10abraham.taherivand) [17:49:22] 03(mod) status.wikimedia.org is using SSL cert from other domain - 10https://bugzilla.wikimedia.org/32796 +comment (10Rob Halsell) [17:49:26] 03(mod) Add more data access to Lua extension - 10https://bugzilla.wikimedia.org/45155 (10abraham.taherivand) [17:49:36] 03(mod) status.wikimedia.org is using SSL cert from other domain - 10https://bugzilla.wikimedia.org/32796 (10Rob Halsell) [17:49:43] 03(mod) Add more data access to Lua extension - 10https://bugzilla.wikimedia.org/45155 (10abraham.taherivand) [17:49:49] 03(mod) Review and deploy Score extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/33193 +comment (10greg) [17:50:57] 03(mod) API should return full error report from status objects. - 10https://bugzilla.wikimedia.org/45099 (10abraham.taherivand) [17:51:22] 03(mod) API should return full error report from status objects. - 10https://bugzilla.wikimedia.org/45099 (10abraham.taherivand) [17:51:36] 03(mod) Refactor API classes to consolidate error handling - 10https://bugzilla.wikimedia.org/45098 (10abraham.taherivand) [17:52:00] 03(mod) Refactor API classes to consolidate error handling - 10https://bugzilla.wikimedia.org/45098 (10abraham.taherivand) [17:52:18] New patchset: Kaldari; "(bug 46367) fixing display of filter flyout" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/54880 [17:53:11] 03(mod) {{CONTENTLANGUAGE}} doesn't show the selected language - 10https://bugzilla.wikimedia.org/46372 +comment (10Nemo) [17:53:15] 03(mod) Add a {{USERLANGUAGE}}/{{USERLANG}} magic word - 10https://bugzilla.wikimedia.org/2085 +comment (10Nemo) [17:53:19] 03(mod) NewPagesFeed 'Set filters' unusable in Firefox - 10https://bugzilla.wikimedia.org/46367 +patch-need-review; +comment (10Ryan Kaldari) [17:53:35] 03(mod) Suppressing interlanguage links inclusion should also hide "Edit links" - 10https://bugzilla.wikimedia.org/45037 (10abraham.taherivand) [17:53:53] 03(mod) Suppressing interlanguage links inclusion should also hide "Edit links" - 10https://bugzilla.wikimedia.org/45037 (10abraham.taherivand) [17:54:14] 03(mod) SpecialItemByTitle must not use Title object to represent remote title. - 10https://bugzilla.wikimedia.org/44968 (10abraham.taherivand) [17:54:29] 03(mod) SpecialItemByTitle must not use Title object to represent remote title. - 10https://bugzilla.wikimedia.org/44968 (10abraham.taherivand) [17:54:32] New review: Mattflaschen; "(1 comment)" [mediawiki/extensions/NavigationTiming] (master) C: -1; - https://gerrit.wikimedia.org/r/54703 [17:55:16] * jeremyb_ scrolls up [17:55:20] 03(mod) No PropertyDisambiguation - 10https://bugzilla.wikimedia.org/44934 (10abraham.taherivand) [17:55:41] 03(mod) No PropertyDisambiguation - 10https://bugzilla.wikimedia.org/44934 (10abraham.taherivand) [17:56:18] qgil: don't ask me, no idea why we're creating pages on mw.o, meta AND en.wiki [17:56:19] hey guys [17:56:25] it was done also for the Flow portal [17:56:28] 03(mod) "edit link" doesn't recognize namespace - 10https://bugzilla.wikimedia.org/44536 (10abraham.taherivand) [17:56:29] will i have issues with MW running on an event drive web server? [17:56:36] still better than creating stuff only on en.wiki [17:56:46] Nemo_bis, ouch and yeah. [17:57:18] 03(mod) "edit link" doesn't recognize namespace - 10https://bugzilla.wikimedia.org/44536 (10abraham.taherivand) [17:57:20] 03(mod) [OPS] get python voluptuous package on gallium - 10https://bugzilla.wikimedia.org/44061 +comment (10Antoine "hashar" Musso) [17:57:38] Nemo_bis, eminds me https://www.mediawiki.org/wiki/User:Qgil/Contributors#One_wiki - and btw whenever you have time I'd love to hear your feedback about that proposal [17:57:48] "voluptuous"? heh [17:58:10] New patchset: Reedy; "Update Wikidata related extensions for todays 1.21wmf12 deployment" [mediawiki/core] (wmf/1.21wmf12) - https://gerrit.wikimedia.org/r/54882 [17:58:19] 03(NEW) Score extension broken on test2.wikipedia.org - 10https://bugzilla.wikimedia.org/46374 normal; Wikimedia: General/Unknown; () [17:58:23] 03(mod) Review and deploy Score extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/33193 (10MZMcBride) [17:58:28] Change abandoned: TheDJ; "I have no idea about the status here, dropping patch set." [mediawiki/extensions/Collection] (master) - https://gerrit.wikimedia.org/r/31069 [17:59:16] greg-g: http://grossmeier.net/about is out of date, BTW. [17:59:34] Change abandoned: TheDJ; "No idea about current status, not planning on working on it." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33040 [18:00:08] 03(mod) Score extension broken on test2.wikipedia.org - 10https://bugzilla.wikimedia.org/46374 (10MZMcBride) [18:00:41] andre__, not sure how to use editbugs [18:00:58] Susan: yeah, had it open the other day to edit it, but it has slipped in priority :) [18:00:59] Change abandoned: TheDJ; "Old, I25052af7 seems more promising" [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/30621 [18:01:01] Rahul_21, you can now reassign bug reports and close them. I hope. [18:01:18] andre__, but how do i do it? [18:01:39] 03(mod) UploadWizard failing to recognize valid WikiText and licenses - 10https://bugzilla.wikimedia.org/35901 +comment (10MZMcBride) [18:01:53] 03(mod) Enable site link widget only for logged-in users - 10https://bugzilla.wikimedia.org/46232 (10Marius Hoch) [18:01:55] New patchset: Ori.livneh; "Re-create table if it was altered or dropped" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/54883 [18:01:58] hey colonelqubit [18:02:03] hey [18:02:06] greg-g: I just copied you on a bug I filed. Score isn't ready if it doesn't work on the test wikis. [18:02:34] Rahul_21, can you edit the assignee text field? and there is a dropdown menu for the status. [18:02:59] Looking for an invisible cookie I can put in the middle of a word to prevent search matches. [18:03:03] Change abandoned: TheDJ; "Neither I nor Brion liked this approach, so this does not require merging." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29968 [18:03:27] 03(mod) Set $wgCategoryCollation to 'uca-fi' on Finnish wikis and rebuild category sort keys - 10https://bugzilla.wikimedia.org/46330 +comment (10silvonen) [18:03:28] andre__, i dont have a drop down for the status,it still says NEW [18:04:04] 03(mod) Review and deploy Score extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/33193 +comment (10b) [18:04:57] Dantman: I believe Special pages are capable of handling requests. [18:04:57] Rahul_21, below the "new comment" box. [18:05:22] 03(mod) Need generic string value formatter - 10https://bugzilla.wikimedia.org/46365 +comment (10jeroen_dedauw) [18:05:28] 03(mod) Create “add link” dialog - 10https://bugzilla.wikimedia.org/40949 (10abraham.taherivand) [18:05:33] The LibreOffice project is looking for a repository for non-code binary assets like source images, etc. We've stored some of those in our MediaWiki install, but the interface isn't great for batch actions. What do you guys use yourself? Do you store those files in MediaWiki or using some other type of repository? [18:05:55] colonelqubit: or 3rd party plugins for MW or custom code [18:06:01] 03(mod) Create “add link” dialog - 10https://bugzilla.wikimedia.org/40949 (10abraham.taherivand) [18:06:14] andre__, yes,gives me 2 options,new and unconfirmed [18:06:15] colonelqubit: Define "batch actions" [18:06:30] New review: Krinkle; "Indeed. Title.exists itself is supposed to be the cache and utility abstractor. Not the fetcher." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/53574 [18:07:16] Rahul_21: I'm confused. Which bug report do you look at? Could you put a screenshot somewhere with that open dropdown? [18:08:11] marktraceur: I saw that there are some extensions for batch-upload, but I believe that's just the initial import. Is there a tool to batch-upload changes to more than one file at a time? [18:08:37] Susan: thanks for that Score update, good catch [18:08:46] andre__, https://bugzilla.wikimedia.org/show_bug.cgi?id=45775 [18:08:51] greg-g: My copy-paste skills are renowned. ;-) [18:08:52] marktraceur: i think something like versino control [18:09:08] Susan: you must have short cut keys for it or something :P [18:09:09] 03(NEW) upload python-voluptuous package to debian.org - 10https://bugzilla.wikimedia.org/46375 normal; Wikimedia: Testing Infrastructure; () [18:09:20] 03(mod) Editing textarea overflows out of bodyContent div - 10https://bugzilla.wikimedia.org/40610 -easy -patch-in-gerrit (10Krinkle) [18:09:28] New review: MarkTraceur; "OK, that seems unintuitive." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53574 [18:09:48] Rahul_21: you should see Unconfirmed, New, Assigned and Resolved in the dropdown below "Additional Comments" if you are logged in with rahul14m93 [18:10:42] marktraceur: We've also run into some speed/performance issues with files larger than 4MB. Are there innate limitations there, or can we fix the problem with more cpu/RAM? [18:11:00] andre__, i just can see two options in the drop down [18:11:10] colonelqubit: If you're distributing binaries, would you want to change files or upload new ones? It seems like you'd just upload LibreOffice-3.15.90.tgz or whatever and change redirects on the wiki for "Latest release" and the like. [18:11:41] marktraceur: We're thinking more binary assets for the websites, splash screens, etc.. [18:11:56] Hm. [18:12:14] 03(mod) Validator 1.0alpha throws an error - 10https://bugzilla.wikimedia.org/46373 +comment (10jeroen_dedauw) [18:12:15] colonelqubit: I don't know if there's an interface to let you mass-change files, no. [18:12:34] colonelqubit: I suspect your best option may be to look for, or write, a script to do this via the API,. [18:12:36] ok, thanks [18:12:40] marktraceur: anythign 3rd party like version control plugins? im helping him with this [18:12:43] New patchset: Demon; "Wrap requests to Lucene in a PoolCounter" [mediawiki/extensions/MWSearch] (master) - https://gerrit.wikimedia.org/r/54884 [18:12:48] Reedy: ping [18:12:57] 03(mod) Purging for all sites but eqiad is broken - 10https://bugzilla.wikimedia.org/46350 +comment (10aklapper) [18:13:08] New review: Krinkle; "If you want a nice abstraction from fetching it from the API, implement it in mw.Api, not in mw.Title." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53574 [18:13:15] 03(NEW) Update logging for Commons iOS app - 10https://bugzilla.wikimedia.org/46376 normal; Commons App: General; () [18:13:44] 03(mod) SSLCACertificatePath /etc/ssl/certs for all our virtual hosts - 10https://bugzilla.wikimedia.org/46325 +comment (10hashar) [18:13:45] eagles0513875_: There are extensions for git <--> mediawiki, but I'm not sure it's what you want [18:13:57] colonelqubit: ^ see what marktraceur just said [18:14:08] Reedy: can you tell me why you reviewed my extension -2? [18:14:11] yeah, looking that up now. I think that's just a git-mediawiki bridge [18:14:12] 03(mod) WikipageEntityLookup fails on setups that have a table prefix - 10https://bugzilla.wikimedia.org/43229 (10abraham.taherivand) [18:14:17] Change abandoned: Demon; "Redid this in MWSearch in I1298bc70" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54712 [18:14:24] colonelqubit: then we can use the existing LO git repo [18:14:27] paulproteus: ^^ offer something more helpful because I don't know if your git-mediawiki software handles files [18:14:39] Rahul_21, oh sorry, my fault [18:14:43] Rahul_21, could you try again please? [18:14:52] New review: Demon; "Needs I1cbb2cc8 merged. to core first." [mediawiki/extensions/MWSearch] (master) - https://gerrit.wikimedia.org/r/54884 [18:15:04] eagles0513875_: Being able to work in git would be lovely [18:15:08] 03(NEW) MeetBot for #wikimedia-office - 10https://bugzilla.wikimedia.org/46377 enhancement; Wikimedia: IRC; () [18:15:13] Rahul_21, I clicked one checkbox too low when giving you permissions and assigned the wrong rights to you. I'm sorry, should work now. [18:15:15] 03(mod) Selective serialization (tracking) - 10https://bugzilla.wikimedia.org/41948 (10Chris McMahon) [18:15:39] colonelqubit: i think we setup that plugin and test on my server and see if it is waht we want then we can further improve on it and fix it [18:15:47] if bugs are found be much less of a headache [18:15:58] colonelqubit: lets take this back to private if you want [18:16:19] marktraceur: question can MW be run on an event driven webserver such as apache2 or would it require php-fpm [18:16:19] New review: Anomie; "Tim: We certainly could do that, easily. I was just worried about it confusing people who have no id..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53802 [18:16:44] eagles0513875_: Considering that I'm running it on apache2 now, I'd suggest it's possible [18:16:49] :-) [18:17:05] marktraceur: prefork worker or event [18:17:12] andre__, i hope its done [18:17:12] Uhm [18:17:13] 03(mod) upload python-voluptuous package to debian.org - 10https://bugzilla.wikimedia.org/46375 +comment (10hashar) [18:17:17] 03(mod) Add margin: .5em; to #loginend for consistence with #userloginForm - 10https://bugzilla.wikimedia.org/45775 (10Rahul Maliakkal) [18:17:17] Not sure, honestly [18:17:26] marktraceur: i understand that php isnt thread safe and it seems like ubuntu defaults to using prefork [18:17:37] New review: Aaron Schulz; "(3 comments)" [mediawiki/extensions/MWSearch] (master) - https://gerrit.wikimedia.org/r/54884 [18:17:37] Probably that then. [18:17:45] bah im wanting ot avoid that [18:17:47] as its memory hungry [18:17:48] :( [18:18:06] But there may be some docs that allow the latter - sec [18:18:14] thanks marktraceur [18:18:51] Rahul_21, if there's any problems or things that are unclear about Bugzilla, don't hesitate to ask me. [18:19:14] 03(mod) MeetBot for #wikimedia-office - 10https://bugzilla.wikimedia.org/46377 (10Quim Gil) [18:19:26] eagles0513875_: I'm not sure, strangely. You may need to do research on your own. If it works, let us know, and write it up on mediawiki.org :) [18:19:41] 03(mod) Use item formatter for claim diffs - 10https://bugzilla.wikimedia.org/46366 (10abraham.taherivand) [18:19:54] andre__, sure bugzilla champ! [18:20:04] 03(mod) Use item formatter for claim diffs - 10https://bugzilla.wikimedia.org/46366 (10abraham.taherivand) [18:20:04] :) [18:20:04] will do marktraceur atm this is going on a testing machine [18:20:11] so prefork is fine i guess for now [18:20:25] 03(mod) wb_terms table lookup in Wikibase Lib - 10https://bugzilla.wikimedia.org/46364 (10abraham.taherivand) [18:20:47] 03(mod) wb_terms table lookup in Wikibase Lib - 10https://bugzilla.wikimedia.org/46364 (10abraham.taherivand) [18:21:09] 03(mod) Parsoid server check gets killed because of Jenkins' paranoia re: file descriptors - 10https://bugzilla.wikimedia.org/46296 +comment (10hashar) [18:21:43] 03(mod) Enable site link widget only for logged-in users - 10https://bugzilla.wikimedia.org/46232 (10abraham.taherivand) [18:22:07] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54618 [18:22:37] 03(mod) use terms table for property label lookups - 10https://bugzilla.wikimedia.org/46363 (10abraham.taherivand) [18:22:58] 03(mod) memcached support in property parser function - 10https://bugzilla.wikimedia.org/46362 (10abraham.taherivand) [18:23:01] 03(mod) CLDR doesn't build pt files correctly - 10https://bugzilla.wikimedia.org/34760 +comment (10Nemo) [18:23:09] New patchset: Adamw; "deal with sparse arrays" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/54885 [18:25:54] New review: Anomie; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54508 [18:30:56] 03(mod) MeetBot for #wikimedia-office - 10https://bugzilla.wikimedia.org/46377 (10MZMcBride) [18:32:50] Change abandoned: TheDJ; "I'm not in the loop on any of the latest changes to these Language objects, nor do I think I will be..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22727 [18:32:59] there. [18:33:10] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10dasch) [18:33:32] 03(mod) [Simple inclusion syntax] Deal with several values on the same property - 10https://bugzilla.wikimedia.org/46078 (10abraham.taherivand) [18:34:02] 03(mod) Non-Wikipedia mobile domains use Wikipedia's SSL certificate - 10https://bugzilla.wikimedia.org/34788 +comment (10Andre Klapper) [18:34:51] 03(mod) handle no value and other property snak types in property parser function - 10https://bugzilla.wikimedia.org/46361 +comment (10aude.wiki) [18:36:01] 03(mod) [Simple inclusion syntax] Deal with several values on the same property - 10https://bugzilla.wikimedia.org/46078 +comment (10aude.wiki) [18:36:18] 03(mod) [Simple inclusion syntax] To support datatype commons media and string - 10https://bugzilla.wikimedia.org/46128 +comment (10aude.wiki) [18:36:35] 03(mod) [Simple inclusion syntax] Return empty string on error cases - 10https://bugzilla.wikimedia.org/46129 +comment (10aude.wiki) [18:36:37] New patchset: Aaron Schulz; "[JobQueue] Added support for delayed jobs with JobQueueRedis." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53315 [18:36:45] 03(mod) Wikivoyage migration (tracking) - 10https://bugzilla.wikimedia.org/41184 (10James Forrester) [18:37:29] 03(mod) en.wp uses lang="simple" for simple: interlang links. - 10https://bugzilla.wikimedia.org/32483 +comment (10hartman.wiki) [18:39:49] 03(mod) "Download as PDF" contains broken licence link - 10https://bugzilla.wikimedia.org/41273 +comment (10hartman.wiki) [18:40:09] Change merged: Catrope; [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/54806 [18:40:59] New review: Bsitu; "(2 comments)" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/35168 [18:41:13] qgil: let me know if there's a particular meeting where you want meetbot. i have one i can start pretty easily but it's not set up too well. will work on setting it up better sometime in the next week [18:42:07] jeremyb_, see https://bugzilla.wikimedia.org/show_bug.cgi?id=46377 [18:42:49] jeremyb_, it could be useful in the IRC sprints we do for https://www.mediawiki.org/wiki/QA/Weekly_goals [18:43:12] wm2012 bot can reappear :) [18:43:21] jeremyb_, I'm actually surprised that a IRC heavy community like this doesn't have it already. Maybe others will adopt it when they see it in action [18:43:28] * aude found the bot useful [18:43:33] aude: :-) [18:43:45] aude: maybe we should change the name though [18:43:49] yeah [18:44:16] errrrr, bugzilla should uncheck the reset to default box for me once i've manually edited the value [18:44:30] 03(mod) Parsoid server check gets killed because of Jenkins' paranoia re: file descriptors - 10https://bugzilla.wikimedia.org/46296 +comment (10Mark Holmquist) [18:44:38] jeremyb_, aude I don't have a preference about bots. You know what MeetBot does. :) [18:45:10] qgil: nick? [18:45:23] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/54883 [18:45:39] qgil: wm2012 was/is a meetbot, used for our wikimania planning meetings [18:45:45] and other stuff [18:45:46] jeremyb_, :) MeetBot? [18:46:08] New review: Anomie; "(4 comments)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/54654 [18:46:46] aude, happy to see that everything is in place already [18:46:51] New patchset: Adamw; "Fully expand templates before scanning banner for fields" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28913 [18:47:24] New patchset: Ori.livneh; "Add measurement from nav start to just before 'onload' event" [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/54703 [18:47:35] New review: Mattflaschen; "Nice job. However, if you're changing the directory structure, the recommended one is to put all th..." [mediawiki/extensions/E3Experiments] (master) C: -1; - https://gerrit.wikimedia.org/r/54828 [18:47:44] New patchset: Umherirrender; "SideBarTest.php: Use dataProvider/use setMwGlobals" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54886 [18:48:17] qgil: errr, but that's taken, right? [18:48:44] Change merged: Mattflaschen; [mediawiki/extensions/NavigationTiming] (master) - https://gerrit.wikimedia.org/r/54703 [18:49:03] jeremyb_, mmm wm-meetbot :) As you see I'm trying hard to be not-original [18:49:41] ok... [18:49:51] * aude thinks that would work [18:49:53] 03(mod) Email notifications don't give a clue of what they're about - 10https://bugzilla.wikimedia.org/46316 (10Tomasz W. Kozłowski) [18:51:08] 03(mod) tests for property parser function - 10https://bugzilla.wikimedia.org/46360 (10abraham.taherivand) [18:51:24] New patchset: Adamw; "Fully expand templates before scanning banner for fields" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28913 [18:51:29] 03(mod) tests for property parser function - 10https://bugzilla.wikimedia.org/46360 (10abraham.taherivand) [18:51:37] 03(mod) Email notifications don't give a clue of what they're about - 10https://bugzilla.wikimedia.org/46316 (10MZMcBride) [18:53:42] 03(mod) Email notifications don't give a clue of what they're about - 10https://bugzilla.wikimedia.org/46316 +comment (10T. Gries) [18:54:05] 03(mod) ECHO: Email notifications don't give a clue of what they're about - 10https://bugzilla.wikimedia.org/46316 summary (10T. Gries) [18:54:05] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf12) - https://gerrit.wikimedia.org/r/54882 [18:55:01] New patchset: Ori.livneh; "Spring cleaning, pt. 2" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/54828 [18:57:34] 03(mod) Remove includes/templates/Userlogin.php, use Xml methods in includes/SpecialUserlogin.php instead - 10https://bugzilla.wikimedia.org/10317 +comment (10mflaschen) [18:58:43] New review: Mwalker; "(1 comment)" [mediawiki/extensions/CentralNotice] (master) C: -1; - https://gerrit.wikimedia.org/r/28913 [18:59:36] New patchset: TheDJ; "(bug 37107) Check if the destination title is protected" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/23007 [18:59:56] New review: TheDJ; "(2 comments)" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/23007 [19:00:43] New review: MZMcBride; "Editors should be in the business of page editing, not performance engineering." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53802 [19:04:25] New review: MarkTraceur; "(3 comments)" [mediawiki/extensions/UploadWizard] (master) C: -1; - https://gerrit.wikimedia.org/r/23007 [19:04:44] aude: who can moderate the internal list? i see no harej's [19:04:53] thedj: Thanks for the patch, I've turned it around pretty quickly for you there [19:04:58] and of course no kirills [19:05:02] New review: Mattflaschen; "True. I also remembered WikiEditor uses iframes." [mediawiki/extensions/NavigationTiming] (master) C: 1; - https://gerrit.wikimedia.org/r/54701 [19:05:15] valeriej: i never saw if etherpad was sorted [19:05:37] * marktraceur pricks up ears [19:05:39] jeremyb_: Hm? [19:05:44] jeremyb_: Etherpad troubles? [19:05:48] 03(mod) Validator 1.0alpha throws an error - 10https://bugzilla.wikimedia.org/46373 +comment (10mitchell_neill) [19:05:53] marktraceur: yesterday i think? [19:06:14] jeremyb_: Ah - the general order is that the server will go down infrequently, when it's handling a lot of load. [19:06:38] jeremyb_: My current position on that is that if we want to fix it we should pester the ops team to work on it and get it deployed properly. [19:06:56] marktraceur: thx [19:06:58] whois Nischayn22 [19:07:08] marktraceur: what's the URL? [19:07:09] jeremyb_: ? [19:07:17] jeremyb_: http://etherpad.wmflabs.org/pad [19:07:25] * aude back in a few minutes.... busy [19:07:26] jeremyb_, marktraceur : On Monday, yes. Yeah, I was mostly concerned about the bug day, but it worked out. [19:07:27] oh, /pad [19:07:38] thedj: Smooth :) [19:07:38] aude: technical@ [19:07:49] marktraceur: can't we make / useful? [19:07:56] valeriej, jeremyb_, the other mitigating factor is that the process always restarts gracefully. [19:08:19] jeremyb_: It used to be, but ^demon nuked the vandalised wiki that used to be there with his LOIC. [19:08:47] I could probably just redirect it somewhere else. Sec. [19:08:57] 03(mod) boards.wikipedia.org redirect - 10https://bugzilla.wikimedia.org/46341 +comment (10Daniel Zahn) [19:09:32] New patchset: Aaron Schulz; "[LockManager] Added timeout to the lock() function." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53542 [19:09:58] New patchset: Adamw; "Fully expand templates before scanning banner for fields" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28913 [19:10:25] <^demon> marktraceur: The wiki's still there, I just chmod 000'd it ;-) [19:10:28] New review: Mattflaschen; "Looks great, but I'd like to get rid of the grownup joke first." [mediawiki/extensions/E3Experiments] (master) C: -1; - https://gerrit.wikimedia.org/r/54828 [19:10:29] Hm, maybe not as simple as all that. [19:10:34] ^demon: Nice. [19:10:41] jeremyb_: i did not set it up.... kirill did [19:11:29] New patchset: Umherirrender; "MagicVariableTest.php: Use dataProvider" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54892 [19:12:04] Hm. Will "Redirect ^/$ /pad/" do what I want it to, or am I going to break the instance? :/ [19:12:26] Ah, redirectmatch. Never mind. [19:13:13] Done and done. [19:15:54] New patchset: Mattflaschen; "Change to use mw.Title; matches corresponding change in GettingStarted." [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/51825 [19:15:58] New review: Mattflaschen; "(2 comments)" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/51825 [19:17:49] New review: Mattflaschen; "(9 comments)" [mediawiki/extensions/GuidedTour/guiders] (master) - https://gerrit.wikimedia.org/r/54107 [19:18:07] 03(mod) Cross-site scripting at page editing - 10https://bugzilla.wikimedia.org/46085 (10Alex Monk (Krenair)) [19:18:22] Change abandoned: TheDJ; "Right. that was stupid. I should not be committing code that I didn't even test. Reason was that I d..." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/23007 [19:19:28] 03(mod) Set $wgCategoryCollation to 'uca-fi' on Finnish wikis and rebuild category sort keys - 10https://bugzilla.wikimedia.org/46330 +comment (10matma.rex) [19:19:36] marktraceur: :D [19:19:43] 03(mod) Cross-site scripting at page editing - 10https://bugzilla.wikimedia.org/46085 +comment (10krenair) [19:19:56] thedj: Aw, I didn't mean for you to abandon the change, just to fix it :) [19:20:29] New patchset: Mattflaschen; "Fix issue with styleArrow and cleanup position and attach code:" [mediawiki/extensions/GuidedTour/guiders] (master) - https://gerrit.wikimedia.org/r/54107 [19:20:49] man, those Finns know what they're doing. https://bugzilla.wikimedia.org/show_bug.cgi?id=46330 [19:20:50] marktraceur: i should be committing without testing it, and the fact that it is still not in is simply evidence of me not having the time to guide it trough the proces these past months [19:21:04] marktraceur: it's better off being abandoned in that case. [19:21:27] thedj: It's not bothering anyone, sitting there in process. [19:21:36] not it's sitting idle [19:21:51] thedj: We'll keep coming back to it and periodically pinging you about fixing it, but if you're busy then there's no rush. [19:22:04] thedj: If we desperately need the patch, we can bring it in ourselves :) [19:22:11] exactly. [19:23:09] i'v also had some patches of people that didn't want to go to git on my plate in the paste. [19:23:47] yet it ends up on your plate anyways because you need to 'push' the change trough the process. [19:24:27] so i won't be doing that anymore, because i don't have the time for it. [19:24:35] 03(NEW) rebuildTermSearchKey script on wikidata.org - 10https://bugzilla.wikimedia.org/46378 normal; Wikimedia: Site requests; () [19:25:27] it's not fair to those people, they think something is happening, but nothing really is, because i need to communicate with two sets of people, which is even worse if you don't have a lot of time to communicate [19:27:53] marktraceur: not match. just use redirect [19:28:58] $ fgrep Redirect /etc/apache2/sites-enabled/redirects Redirect permanent / http://wikimediadc.org/ Redirect permanent / http://blog.wikimediadc.org/ [19:29:13] (errr, why you combine my lines like that??? :( ) [19:29:13] thedj: Cookie-licking. :-) [19:29:40] 03(mod) Upload Wizard should check for protection status of titles - 10https://bugzilla.wikimedia.org/37107 +comment (10hartman.wiki) [19:29:46] Susan: huh ? [19:30:01] New patchset: Rahul21; "(Bug 34557)Fixed uses of width: 100%; with borders" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54896 [19:30:40] thedj: http://communitymgt.wikia.com/wiki/Cookie_Licking is what you were describing (trying to avoid). [19:30:55] thedj, can you check the patch! [19:31:03] Susan: ah yes :D [19:31:49] Rahul_21: no, i don't have a proper working mediawiki installation atm. [19:32:11] thedj, ok [19:33:36] 03(mod) Fix uses of width: 100%; with borders - 10https://bugzilla.wikimedia.org/34557 +comment (10Rahul Maliakkal) [19:33:59] types rm -rf phase3 , heh [19:34:55] 03(mod) MeetBot for #wikimedia-office - 10https://bugzilla.wikimedia.org/46377 (10Tomasz W. Kozłowski) [19:37:35] 03(NEW) Unable to switch to different sections of preferences in Chrome - 10https://bugzilla.wikimedia.org/46379 normal; MediaWiki: User preferences; () [19:37:38] New patchset: Rjain; "(bug 42964) add support for more types of flickr URLs to upload wizard" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/54897 [19:37:54] 03(NEW) Add wikidata view stats to http://stats.wikimedia.org/wikispecial/EN/TablesPageViewsMonthly.htm - 10https://bugzilla.wikimedia.org/46380 normal; Analytics: Wikistats; () [19:38:53] 03(mod) Unable to switch to different sections of preferences in Chrome - 10https://bugzilla.wikimedia.org/46379 (10yutsi) [19:39:28] 03(mod) Add wikidata view stats to http://stats.wikimedia.org/wikispecial/EN/TablesPageViewsMonthly.htm - 10https://bugzilla.wikimedia.org/46380 +comment (10ezachte) [19:40:57] 03(mod) Unable to switch to different sections of preferences in Chrome - 10https://bugzilla.wikimedia.org/46379 +comment (10Alex Monk (Krenair)) [19:41:14] New review: Rjain; "i am facing problem in pushing via ssh through my institute as the port is blocked here, so it gives..." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/54897 [19:41:16] New patchset: Aaron Schulz; "[JobQueue] Added JobQueue::getAbandonedCount() and use it in showJobs.php." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54898 [19:42:30] New review: Alex Monk; "External SSH is blocked? Really? Anyway, how would that cause dependency issues?" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/54897 [19:42:48] 03(mod) Can't edit title - 10https://bugzilla.wikimedia.org/45011 +comment (10gsvick) [19:43:38] 03(mod) Improval of transparency for deleted/suppressed revisions - 10https://bugzilla.wikimedia.org/20206 +comment (10wikipedia_emails-nachfrage) [19:46:05] G'evening. Is there a good way to get a nice fast randomseed for Lua? [19:46:47] 03(NEW) make search box item selector non-experimental - 10https://bugzilla.wikimedia.org/46381 normal; MediaWiki extensions: WikidataRepo; () [19:46:54] Oberoten: https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#math.randomseed ? [19:48:22] Susan : Ah... the problem is really that using an empty randomseed gives no effect, and using the os.time gives us a rather slow-changing one. [19:48:43] If I have several different randomized numbers this ends up with them all on the same step. [19:49:13] Not sure. [19:49:24] http://oberoten.dyndns.org/wiki/index.php/Module_talk:Bananas <--- My test-code. [19:53:58] New review: Rjain; "yeah the external port is blocked,internally it works. so i am using https. I will try using ssh-pr..." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/54897 [19:54:03] 03(NEW) re-enable AFTv5 on beta cluster - 10https://bugzilla.wikimedia.org/46382 normal; Wikimedia Labs: deployment-prep (beta); () [19:55:01] Nope, can't use sockets more extreme-fast changes either. Dang. [19:55:44] 03(mod) re-enable AFTv5 on beta cluster - 10https://bugzilla.wikimedia.org/46382 +comment (10Chris McMahon) [19:56:06] JeroenDeDauw, hello [19:56:32] 03(mod) Add support for more types of Flickr URLs to UploadWizard - 10https://bugzilla.wikimedia.org/42964 +comment (10richa.jain1912) [19:57:26] New patchset: Demon; "Remove ExternalUser authentication code" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54900 [19:58:39] can any1 help me out with an extension installation problem [19:59:18] 03(NEW) Constructor fields of prototypes not using wb.utilities.inherit is set to Object and not to the actual constructor - 10https://bugzilla.wikimedia.org/46383 normal; MediaWiki extensions: WikidataRepo; () [19:59:22] 03(mod) Add wikidata view stats to http://stats.wikimedia.org/wikispecial/EN/TablesPageViewsMonthly.htm - 10https://bugzilla.wikimedia.org/46380 (10denny vrandecic) [19:59:25] Rahul_21: Which extension are you having trouble with? [19:59:41] AllTimeZones [20:00:09] PleaseStand, i just wanted to check it!but i am getting this Fatal error: require_once(): Failed opening required '/opt/lampp/htdocs/mediawiki/extensions/AllTimeZones/AllTimeZones.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/mediawiki/LocalSettings.php on line 141 [20:01:05] Rahul_21: Does that file actually exist under that path? [20:02:26] PleaseStand, no,i cloned it into the repo [20:03:07] New patchset: Aaron Schulz; "[JobQueue] Deprecated confusing Job::getId() function." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54901 [20:03:41] Any other suggestions on how to set a better random-seed? [20:04:32] Rahul_21: If you cloned the repo (with the default settings), you should have that file on disk. [20:04:54] Is the AllTimezones directory located in /opt/lampp/htdocs/mediawiki/extensions ? [20:05:10] PleaseStand, no [20:05:23] PleaseStand, i understood the error [20:05:45] PleaseStand, but i guess i am in for some trouble now [20:06:05] Where do you have MediaWiki core installed? [20:10:02] PleaseStand, i fixed it.bt i have my mediawiki core is installed in the htdocs folder [20:12:50] PleaseStand, sorry my mediawiki core is in /root/wikimedia-git-repo/core [20:13:08] Change merged: jenkins-bot; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/51825 [20:13:41] New review: Ori.livneh; "I think S needs to step up and make a call about what he wants to do. I am not going to act further ..." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/54723 [20:13:47] 03(NEW) Configure test wikis to use manual localisation cache rebuild - 10https://bugzilla.wikimedia.org/46384 normal; MediaWiki extensions: WikidataRepo; () [20:14:26] 03(mod) make search box item selector non-experimental - 10https://bugzilla.wikimedia.org/46381 (10denny vrandecic) [20:14:39] 03(mod) Configure test wikis to use manual localisation cache rebuild - 10https://bugzilla.wikimedia.org/46384 +comment (10aude.wiki) [20:15:12] aude: ohhh! I forgot it's a GAFYD group [20:15:21] err [20:15:23] it's *not* [20:15:40] no idea [20:15:50] you can tell by the URL [20:15:51] it's not [20:16:32] no idea what the url is [20:16:38] compare with https://groups.google.com/a/civiccommons.org/forum/#!myforums [20:16:40] * aude gets the emails [20:17:04] heh [20:17:05] kirill seems to figure out how to setup the mail stuff [20:18:17] 03(mod) Configure test wikis to use manual localisation cache rebuild - 10https://bugzilla.wikimedia.org/46384 (10jeremyb) [20:20:18] Change merged: Mwalker; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28913 [20:21:34] New patchset: Pgehres; "Updating CentralAuth to master." [mediawiki/core] (wmf/1.21wmf12) - https://gerrit.wikimedia.org/r/54904 [20:23:13] 03(mod) UploadWizard failing to recognize valid WikiText and licenses - 10https://bugzilla.wikimedia.org/35901 -patch-in-gerrit (10Nischay Nahata) [20:24:27] 03(mod) Upload Wizard should check for protection status of titles - 10https://bugzilla.wikimedia.org/37107 -patch-in-gerrit (10Nischay Nahata) [20:24:31] New patchset: Pgehres; "Updating CentralAuth to master." [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/54905 [20:26:14] 03(NEW) Cannot reset password after changing the username. - 10https://bugzilla.wikimedia.org/46385 normal; Wikimedia: General/Unknown; () [20:26:31] New review: Nischayn22; "I have mostly had dependencies when working on a branch that already has a commit *not* merged in ge..." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/54897 [20:26:47] New patchset: Kaldari; "Adding source tracking to thank links" [mediawiki/extensions/Thanks] (master) - https://gerrit.wikimedia.org/r/54906 [20:28:10] New review: Hashar; "Yeah!!! Thank you very much for this test clean up!" [mediawiki/core] (master) C: 2; - https://gerrit.wikimedia.org/r/54886 [20:31:26] New review: Hashar; "Will be easier to spot the issue this way. Thank you!" [mediawiki/core] (master) C: 2; - https://gerrit.wikimedia.org/r/54892 [20:34:03] New review: Bsitu; "(1 comment)" [mediawiki/extensions/Thanks] (master) C: -1; - https://gerrit.wikimedia.org/r/54524 [20:35:05] 03(mod) ULS search autocomplete doesn't handle RTL well: doesn't adapt direction, autocomplete text overlaps regular text - 10https://bugzilla.wikimedia.org/43951 +comment (10yyairrand) [20:41:47] New review: Nischayn22; "(8 comments)" [mediawiki/extensions/UploadWizard] (master) C: -1; - https://gerrit.wikimedia.org/r/54897 [20:42:06] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54886 [20:42:20] Change merged: Pgehres; [mediawiki/core] (wmf/1.21wmf12) - https://gerrit.wikimedia.org/r/54904 [20:45:10] Change merged: Pgehres; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/54905 [20:48:01] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54892 [20:48:42] 03(NEW) daemon for change dispatcher - 10https://bugzilla.wikimedia.org/46386 normal; MediaWiki extensions: WikidataRepo; () [20:55:54] New patchset: Kaldari; "Add source for event logging" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/54928 [20:57:02] 03(NEW) "new messages" count not updating when marking some messages as read - 10https://bugzilla.wikimedia.org/46388 minor; MediaWiki extensions: LiquidThreads; () [20:57:14] New review: Daniel Friesen; "(2 comments)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/54896 [20:57:31] 03(mod) "new messages" count not updating when marking some messages as read - 10https://bugzilla.wikimedia.org/46388 (10Jesús Martínez Novo (Ciencia Al Poder)) [21:03:23] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10T. Gries) [21:06:51] 03(mod) Remove includes/templates/Userlogin.php, use Xml methods in includes/SpecialUserlogin.php instead - 10https://bugzilla.wikimedia.org/10317 +comment (10tylerromeo) [21:07:51] 03(mod) "new messages" count not updating when marking some messages as read - 10https://bugzilla.wikimedia.org/46388 (10Valerie Juarez) [21:08:52] New review: Wikinaut; "A screenshot of Special:Version page with this patch is available http://i.imgur.com/d9VC08W.png" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54902 [21:09:13] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10mail) [21:10:44] hello [21:11:18] hi [21:11:59] 03(mod) Dump stats: detect xml scheme change to get early warning of dump changes - 10https://bugzilla.wikimedia.org/46207 +comment (10Diederik van Liere) [21:12:23] hoping someone can help me out (it should be quick). I've recently taken over hosting a wiki, managed to get it running on our vps and upgraded to the latest version [21:12:38] New patchset: Kaligula; "(bug 25325) fix hiding bot edits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54654 [21:12:53] smonkey: what is your question? [21:13:04] the owner tells me that the unused files page says it's cached from a few months ago, and I'm not certain where it's cached or how to purge it or tell it to update the cache [21:13:38] New review: Bsitu; "(1 comment)" [mediawiki/extensions/Thanks] (master) - https://gerrit.wikimedia.org/r/54524 [21:13:41] New review: MarkTraceur; "I'm sorry, more accurately I should say that I can't test this on my machine because I have no way t..." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/42775 [21:14:03] maybe this can help you: http://www.mediawiki.org/wiki/Manual:Purge [21:14:20] New review: Nischayn22; "Fails on Chrome for me." [mediawiki/extensions/PageTriage] (master) C: -1; - https://gerrit.wikimedia.org/r/54880 [21:14:35] 03(mod) Remove includes/templates/Userlogin.php, use Xml methods in includes/SpecialUserlogin.php instead - 10https://bugzilla.wikimedia.org/10317 (10Matthew Flaschen) [21:16:10] New patchset: Jforrester; "Initial commit of Extension:AccountAudit" [mediawiki/extensions/AccountAudit] (master) - https://gerrit.wikimedia.org/r/53683 [21:16:12] PleaseStand, :how do i upload an image in my local wiki? [21:16:41] Rahul_21: Special:Upload [21:17:05] New patchset: Kaldari; "Adding source tracking to thank links" [mediawiki/extensions/Thanks] (master) - https://gerrit.wikimedia.org/r/54906 [21:17:29] New review: MarkTraceur; "Would it be terribly difficult to make the checks asynchronous, with a callback chain, and do this p..." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/50953 [21:17:31] 03(mod) Title Blacklist changes are no longer performed in real-time - 10https://bugzilla.wikimedia.org/42554 +comment (10gerritadmin) [21:17:38] New patchset: Kaldari; "Add source for event logging" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/54928 [21:18:09] thanks lbenedix, just tried that but it didn't appear to do anything (adding parameters to the querystring) [21:18:22] also tried using purgeList.php - it says purged 1 page but it hasn't changed! [21:19:05] New review: MarkTraceur; "I have to agree, having properly international template names is a good idea." [mediawiki/extensions/UploadWizard] (master) C: -1; - https://gerrit.wikimedia.org/r/47837 [21:19:07] 03(mod) UploadWizard Flickr on Wikimedia Commons should use {{Flickr source}} and {{Flickr author}} templates - 10https://bugzilla.wikimedia.org/43408 +comment (10gerritadmin) [21:20:38] New review: Daniel Friesen; "I wanted to add box-sizing to textarea before. But I believe someone brought up some things that wou..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54896 [21:20:41] 03(mod) Fix uses of width: 100%; with borders - 10https://bugzilla.wikimedia.org/34557 +comment (10gerritadmin) [21:21:00] lbenedix, uploads disabled [21:21:34] New review: Nischayn22; "(1 comment)" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/54880 [21:21:36] 03(mod) NewPagesFeed 'Set filters' unusable in Firefox - 10https://bugzilla.wikimedia.org/46367 +comment (10gerritadmin) [21:21:55] Rahul_21: you have to enable in your LocalSettings [21:22:09] lbenedix, yes just now did it [21:22:54] New patchset: Mwalker; "Fixing Multiselector Suckage" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/54971 [21:25:17] What is this weird gerritadmin thing.. I am now getting twice the email I am supposed to get. [21:26:29] New patchset: Pgehres; "Fix wfWaitForSlaves() so the $wiki parameter actually works correctly" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54973 [21:26:39] RoanKattouw: ^^ finally [21:30:23] New review: Kaldari; "That's weird. I don't understand why it would be munging the positioning in Chrome. It should be str..." [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/54880 [21:30:23] 03(mod) NewPagesFeed 'Set filters' unusable in Firefox - 10https://bugzilla.wikimedia.org/46367 +comment (10gerritadmin) [21:30:53] lbenedix: just for next time, special page results aren't cached on normal cache, they should be refreshed running https://www.mediawiki.org/wiki/Manual:UpdateSpecialPages.php [21:31:09] 03(mod) RSS/Atom feeds don't respect watchlist preferences or URL query parameters - 10https://bugzilla.wikimedia.org/25325 +comment (10gerritadmin) [21:33:10] New patchset: Wikinaut; "(bug 38783) add git HEAD date to Special:Version for core and extensions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54902 [21:33:11] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:33:27] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:33:32] 03(mod) Dump stats: detect xml scheme change to get early warning of dump changes - 10https://bugzilla.wikimedia.org/46207 +comment (10ezachte) [21:33:57] New review: Wikinaut; "A screenshot of Special:Version page with this patch is available http://i.imgur.com/d9VC08W.png" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54902 [21:33:58] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:34:21] New review: Kaldari; "(1 comment)" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/54880 [21:34:21] 03(mod) NewPagesFeed 'Set filters' unusable in Firefox - 10https://bugzilla.wikimedia.org/46367 +comment (10gerritadmin) [21:35:38] does gerritadmin need to post on bugzilla on *every* gerrit review? [21:35:39] New review: Catrope; "(1 comment)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/54902 [21:35:39] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:36:25] it sounds a bit spammy [21:36:35] no, wait, it's a lot spammy [21:37:01] now we're getting dupe emails from gerrit and bz D: [21:37:34] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:38:02] Vulpix: good to know, thanks! [21:38:30] New review: Bsitu; "(1 comment)" [mediawiki/extensions/Thanks] (master) C: -1; - https://gerrit.wikimedia.org/r/54906 [21:38:54] ^demon: wouldn't be better to configure gerritadmin to post on bz only on merge and abandon status? [21:39:10] New review: Wikinaut; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54902 [21:39:10] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:39:18] well, I'm not sure who's in charge of gerritadmin [21:39:21] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:39:29] <^demon> Vulpix: We've got a puppet change about to go out. [21:39:39] ah, okay [21:39:40] <^demon> To only notify on new patch & merge. [21:40:07] urgent! bug iss8 rewrite rule . developers check this rule the user wants his wiki main_page to be on domain.com. i have to update the article [21:40:40] wut is dis? I don't even [21:42:00] New review: Wikinaut; "(1 comment)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54902 [21:42:00] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:42:37] 03(mod) Don't retrieve edit token (or any other type of tokens) on article view - 10https://bugzilla.wikimedia.org/41519 +comment (10Max Semenik) [21:43:11] vulpix, use is having a problem that when use rewrite rule to achieve th goal from www.domain.com/wiki/main_page to www.domain.com. the wiki all files like load.php are directed to www.domain.com and css files also. [21:43:48] !shorturls [21:43:48] To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at or try the new beta tool at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [21:44:04] wiki: make sure you have $wgScriptPath and $wgArticlePath set correctly. Also, exclude /w (or any existing directory) from the rewrite. [21:44:41] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:44:42] New patchset: Wikinaut; "(bug 38783) add git HEAD date to Special:Version for core and extensions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54902 [21:44:57] wiki: easier: put the articles under the virtual path /wiki using a rewrite rule, and then redirect from the root to wiki/Main_Page. [21:45:03] not quite as pretty, but cleaner [21:45:12] !rewriteproblems [21:45:12] 1) Try as a fail-safe method; 2) Do not put the files into the document root; 3) Do not map the pages into the document root (see !nullpath); 4) Use different, non-overlapping paths for real files and virtual pages; 5) Do not set a RewriteBase; 6) Put all rules into the .htaccess file in the document root. [21:45:23] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:45:23] its not script and article path problem i have checked. its rewrite rule problem [21:45:42] wiki: the above is for apache, but in principle, it'S also true for nginx or whatdver oyu are using [21:46:12] wiki: sure, your rewrite rule includes the script path and rewrites it. that's not going to work. [21:46:29] it must only rewrite the article path. that's why it's easier to have them not overlap [21:46:29] wiki: if the code you posted ( the user is using window server iss8 web.config [21:46:43] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54973 [21:46:54] wiki: i use Alias /wiki /var/www/mediawiki/index.php [21:47:02] never used ISS, so i can't help with writing the rule [21:47:07] i can only tell you how it must work [21:47:34] :o [21:47:41] * aude does not know ISS [21:48:17] you are right so what should the match url here. the user wants only main_page to be rewrite to his domain.com [21:48:28] New patchset: Rahul21; "(Bug 34557)Fixed uses of width: 100%; with borders" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54896 [21:48:42] 03(mod) Fix uses of width: 100%; with borders - 10https://bugzilla.wikimedia.org/34557 +comment (10gerritadmin) [21:48:55] is their any rewrite you have got [21:49:13] 03(mod) Replace MD5 password hashing with WHIRLPOOL - 10https://bugzilla.wikimedia.org/28419 +comment (10mediawiki-bugs) [21:49:31] New patchset: Wikinaut; "(bug 38783) add git HEAD date to Special:Version for core and extensions" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54902 [21:49:31] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:49:36] wiki: http://www.mediawiki.org/wiki/Manual:Short_URL/wiki/Page_title_--_Windows_with_IIS7--root_access [21:49:36] 03(mod) Fix uses of width: 100%; with borders - 10https://bugzilla.wikimedia.org/34557 +comment (10gerritadmin) [21:49:45] 03(mod) VisualEditor: Setup wikibugs and gerrit-wm for #mediawiki-visualeditor - 10https://bugzilla.wikimedia.org/42735 +comment (10gerritadmin) [21:49:46] New patchset: Pgehres; "Fix wfWaitForSlaves() so the $wiki parameter actually works correctly" [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/54981 [21:50:12] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10dasch) [21:50:37] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [21:50:49] could you provide me an example [21:51:00] wiki: here's an example http://www.mediawiki.org/wiki/Manual:Short_URL/wiki/Page_title_--_Windows_with_IIS7--root_access [21:52:20] New patchset: Pgehres; "Fix wfWaitForSlaves() so the $wiki parameter actually works correctly" [mediawiki/core] (wmf/1.21wmf12) - https://gerrit.wikimedia.org/r/54983 [21:53:14] Change merged: Pgehres; [mediawiki/core] (wmf/1.21wmf12) - https://gerrit.wikimedia.org/r/54983 [21:53:17] wow, gerritadmin managed to flood by itself a lot of comments on https://bugzilla.wikimedia.org/show_bug.cgi?id=38783#c28 [21:53:41] i have checked it . i have done some more clarification on the bug. for eg:mediawiki.org/wiki/main_page is mediawiki.org. could you write the correct match url. [21:54:21] Hi, is it possible to give one user permission to manage users, groups: create, delete? [21:54:29] wiki you can try to search and replace on a text editor [21:54:49] what should be the match url [21:55:28] wiki: all match url are relative, no need to put your domain there [21:55:51] have you actually read the page? [21:56:01] Change merged: Pgehres; [mediawiki/core] (wmf/1.21wmf11) - https://gerrit.wikimedia.org/r/54981 [21:58:38] New patchset: Krinkle; "New mediawiki-visualeditor.log (filtering VisualEditor product)" [wikimedia/bugzilla/wikibugs] (master) - https://gerrit.wikimedia.org/r/54984 [21:58:50] 03(mod) VisualEditor: Setup wikibugs and gerrit-wm for #mediawiki-visualeditor - 10https://bugzilla.wikimedia.org/42735 +comment (10gerritadmin) [21:59:06] !access | grzesag [21:59:06] grzesag: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [21:59:58] New review: Jforrester; "This should also cover TemplateData" [wikimedia/bugzilla/wikibugs] (master) C: -1; - https://gerrit.wikimedia.org/r/54984 [22:00:59] thanks [22:01:10] New review: Wikinaut; "The following comment by Dereckson is important:" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/54902 [22:01:10] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:02:21] Change abandoned: Wikinaut; "*** I hereby withdraw (abandon) that patch set, because it indeed does not work as intended, Well, i..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54902 [22:02:21] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:04:08] 14 messages :O [22:04:08] New review: Jforrester; "Given that Timo tells me that we can't filter components, just products, removing my objection." [wikimedia/bugzilla/wikibugs] (master) C: 1; - https://gerrit.wikimedia.org/r/54984 [22:05:39] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:06:39] 03(NEW) Unable to find the wrapper "mwstore" - did you forget to enable it when you configured PHP? - 10https://bugzilla.wikimedia.org/46391 normal; MediaWiki extensions: ConfirmAccount; () [22:09:26] strange, https://gerrit.wikimedia.org/r/54986 has been lost? o_O [22:10:03] 03(mod) NewPagesFeed 'Set filters' unusable in Firefox - 10https://bugzilla.wikimedia.org/46367 -patch-need-review ; +comment (10Ryan Kaldari) [22:10:32] could you write the rew [22:11:22] still not working. i will msg you in private [22:12:38] wiki: no, don't message me, I don't know how to configure that [22:13:04] and if you neither, you probably want to read more documentation about how that works on MSDN [22:13:35] or google about it. I'm sure there are other users asking the same and getting responses [22:14:11] 03(mod) Integrate git/Gerrit and Bugzilla - 10https://bugzilla.wikimedia.org/17322 +comment (10innocentkiller) [22:15:04] New review: Tim Starling; "Anomie: maybe we can choose a collapsed section title that discourages non-technical users from clic..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53802 [22:16:28] is here anyone who can. and i have sent the message before you said me to not [22:17:01] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:17:57] New review: Wikinaut; "global $wgVersion wasn't available." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54986 [22:18:24] ^demon: gerritadmin is crazy on bug 38783 ^ [22:19:20] New patchset: Jdlrobson; "Send mobile device in banner query" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/54988 [22:20:13] 03(mod) Make scroll to next region more fluent: Load next region earlier than being at the very bottom - 10https://bugzilla.wikimedia.org/39923 (10Bartosz Dziewoński) [22:20:50] any developor expert of iss8 url rewrite [22:21:43] ?? Anyone else get 'The page you requested was not found' on https://gerrit.wikimedia.org/r/#/c/54986/ ? [22:22:08] Krinkle: me too [22:22:10] Krinkle: yup [22:22:17] yes [22:22:18] Krinkle: a draft changeset, maybe? [22:22:25] it's from https://bugzilla.wikimedia.org/show_bug.cgi?id=38783#c43 , right? [22:22:29] It got a notification in irc a few lines up [22:22:38] New review: Wikinaut; "global $wgVersion wasn't available." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54986 [22:22:40] New review: Adamw; "(1 comment)" [mediawiki/extensions/CentralNotice] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/52913 [22:22:42] Change merged: Adamw; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/52913 [22:22:46] Krinkle: yeah, gerrit-wm is broken like this [22:22:52] Krinkle: there's probably a bug for this [22:22:53] ... [22:22:57] Krinkle: i think i even reported it myself [22:23:03] How long? how long must we sing this song. [22:23:05] <^demon> Vulpix: I ran puppet right after that. [22:23:10] or maybe it was something else, but similar [22:23:12] I got a "Service unavailable" when this was posted [22:23:28] I guess gerrit was restarted at that time and it was lost? [22:23:54] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:24:00] it was the highest patchet at that moment [22:24:15] <^demon> Also, the drafts-to-irc will be fixed on next gerrit build. [22:24:21] who is running that damned Gerrit Notification Bot [22:24:24] and gerritadmin seems to have got stuck on it :S [22:24:30] and can swithc it off [22:24:47] ^demon ;) [22:24:48] <^demon> MatmaRex: The bot has been a requested feature, to notif on new patches & merges. [22:24:51] dan someone tell me why there is still the -2 from Reedy? https://gerrit.wikimedia.org/r/#/c/50004/ [22:25:17] ^demon: it doesn't work [22:25:17] <^demon> The spam from the other comments was momentary, before I ran puppet. [22:25:17] <^demon> Should be less spammy now. [22:25:20] ^demon: it's notifying about all the patchsets right now [22:25:26] *patchsets*, not changesets. [22:25:30] ^demon: https://bugzilla.wikimedia.org/show_bug.cgi?id=38783 [22:25:32] <^demon> It notifies on each patches. [22:25:36] <^demon> *patchset, yes [22:25:36] that's dumb. [22:25:41] <^demon> You're dumb. [22:25:41] ^demon: have you seen last comment on that bug? It's repeating the same patch, which doesn't exist [22:25:49] i often submit four or five before i get the change in the desired state. [22:25:57] <^demon> The patch does exist. [22:26:00] <^demon> It's a draft. [22:26:03] <^demon> Need to fix that. [22:26:06] Change abandoned: Adamw; "that was so weird." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/51594 [22:26:12] ^demon: and there are often changesets with 20 patchsets or so [22:26:23] ^demon: is it suposed to notify on the bug about each one? [22:26:26] okay, but it's inaccessible, and the bot is spamming that bug [22:26:28] <^demon> Yes. [22:26:32] ^demon: that would be more bot comments than humen comments [22:26:34] human* [22:26:37] <^demon> The bot is not spamming, the user's uploading patches. [22:26:40] seriously [22:26:42] who thoughs of that [22:26:47] i use gerrit as my testing platform [22:26:53] <^demon> This has been a requested feature for some time. [22:26:58] <^demon> But we can turn off on new patches. [22:26:58] i don't need info on the bug about each failing patchset i submit [22:27:00] * lbenedix wonders that this discussion pops up the third day in a row [22:27:01] yes, for CHANGESETS [22:27:03] <^demon> Guess we'll only notif on merge. [22:27:04] not patchsets [22:27:06] <^demon> That's silly. [22:27:11] you're silly. [22:27:36] pwn [22:27:45] did anybody request notif on each *patchset*? [22:28:15] personally i've been asking for notifs on each new changeset [22:28:23] Yeah, that should be a message for each changeset, not patchset [22:28:33] but i'm looking to find an error in my ways, if you can point one out. [22:28:34] New patchset: Adamw; "Improve project, country, and language list display" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/54229 [22:28:36] * lbenedix thinks there was decided to send the spammy bots to some -feeds channel [22:28:40] <^demon> Well, there's no way to notif on NewChange. [22:28:48] <^demon> So we'll just go to merges for now. [22:28:48] a new changeset doesn't add any valuable info [22:29:26] Change abandoned: Adamw; "was merged. what gives" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/54229 [22:29:48] <^demon> I figured it was useful, but guess not. [22:29:57] Change abandoned: Wikinaut; "was fixed in another commit" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/54336 [22:33:14] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10dasch) [22:34:08] 03(mod) conditional operator with () returns false - 10https://bugzilla.wikimedia.org/25373 (10Quim Gil) [22:35:23] ^demon, the bot could simply check if it's the first changeset [22:35:35] <^demon> Not a bot, a plugin. [22:35:36] <^demon> But yes. [22:36:19] New review: Mattflaschen; "Fun fact: That script vulnerability is present in master." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53017 [22:39:02] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10mail) [22:43:54] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:44:42] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:44:49] 03(mod) VisualEditor: store annotations in a document-wide index/value store and serialize as integer indexes - 10https://bugzilla.wikimedia.org/46320 +comment (10gerritadmin) [22:45:32] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:46:03] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:46:22] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:47:25] Is there anything I can do to get my extension reviewed soon? [22:48:11] lbenedix: Which one is that? [22:48:18] https://gerrit.wikimedia.org/r/#/c/50004/ [22:48:33] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10gerritadmin) [22:48:46] Wow, that's big. [22:48:46] I got lots of comments last week and fixed the mentioned problems [22:49:27] the most of it is a library that renders a website to a canvas object clientside [22:49:50] lbenedix: I guess you could ping the people in the review queue in IRC, but you run the risk of seeming too insistent [22:50:41] New patchset: Ori.livneh; "Remove post-edit state detection (in core now)" [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/54992 [22:52:59] 03(mod) Make the user's preferred languages more prominent in interlanguage links list - 10https://bugzilla.wikimedia.org/16888 (10arst) [22:53:40] Isarra: You about? [22:53:57] <^demon> Krenair: I've got a patch in to get the noisyness turned down. Pending that, I've just disabled the plugin again. [22:54:25] ^demon, oh, okay. It hasn't annoyed me yet :) [22:54:46] <^demon> Whoops, meant MatmaRex. [22:54:47] <^demon> Sorry. [22:54:50] <^demon> Long day. [22:55:28] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10PleaseStand) [22:57:22] New patchset: Bsitu; "Consolidate messages and fix dismiss title" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/54993 [22:57:42] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10jforrester) [22:58:53] New patchset: Bsitu; "Consolidate messages and fix dismiss title" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/54993 [23:00:06] New patchset: Bsitu; "Consolidate messages and fix dismiss title" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/54993 [23:00:21] ^demon: thanks. [23:03:55] New review: Mwalker; "(3 comments)" [mediawiki/extensions/CentralNotice] (master) C: -1; - https://gerrit.wikimedia.org/r/54516 [23:04:34] 03(mod) Kindle 4 browser cannot open sections when JavaScript is *disabled* - 10https://bugzilla.wikimedia.org/46287 +comment (10jrobson) [23:09:33] 03(mod) [Propagation] Need to propagate label changes - 10https://bugzilla.wikimedia.org/46127 +comment (10Anja Jentzsch) [23:10:09] James_F: No, why? [23:10:26] I mean, I am now. >.< [23:10:27] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10federicoleva) [23:12:07] Isarra: Was going to talk about whether you'd be prepared to do the work of informing the communities if I +2 this: https://gerrit.wikimedia.org/r/#/c/49082/ [23:12:14] New patchset: Shirayuki; "Add comments for grep (includes/installer/)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54346 [23:12:46] New patchset: Matmarex; "IcuCollation::$tailoringFirstLetters: letter removal rules for Finnish" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/54994 [23:12:53] James_F: What all would it take? [23:13:09] Would Susan know? [23:13:11] James_F: this is currently probably blocked by https://bugzilla.wikimedia.org/show_bug.cgi?id=44874 :/ [23:13:13] * Isarra looks at Susan. [23:13:14] Isarra: ^ [23:13:26] Isarra: Probably just a quick note on wikitech-ambassadors and enwiki VP. [23:13:42] MatmaRex: Only for Wikibase; they can change the default for Wikidatas. [23:13:44] -s [23:13:46] basically, nobody in the Wikidata team bothered implement support for enhanced watclist/RC in their RC hacks [23:13:56] James_F: but this affects the client wikis [23:13:57] MatmaRex: Sure, but it's not a blocker. [23:14:03] MatmaRex: Wait, what? Oh, FFS. [23:14:04] MatmaRex: <3 [23:14:14] James_F: once we swithc everybody to enhanced watchlist, they'll see no wikidat changes anymore. [23:14:18] 03(NEW) Add a contact us link into the english wikipedia footer - 10https://bugzilla.wikimedia.org/46392 normal; Wikimedia: Site requests; () [23:14:19] no wikidata* [23:14:27] MatmaRex: OK, so why isn't it marked as a blocker? [23:14:27] 03(mod) Add more data access to Lua extension - 10https://bugzilla.wikimedia.org/45155 (10Anja Jentzsch) [23:14:28] 03(mod) [Lua] Introduce function label(id) that takes an ID and returns the label in the language of the client - 10https://bugzilla.wikimedia.org/46125 (10Anja Jentzsch) [23:14:43] James_F: probably because i forgot about this, and no one else noticed or cared :) [23:14:47] Wait, wikidata changes show up on the watchlist? [23:14:49] Seriously? [23:14:49] MatmaRex: OK. [23:15:02] 03(mod) Add more data access to Lua extension - 10https://bugzilla.wikimedia.org/45155 (10Anja Jentzsch) [23:15:03] James_F: i'm stretched too thin, eh. [23:15:04] 03(mod) [Lua] Restrict getEntity to connected entity only - 10https://bugzilla.wikimedia.org/46124 (10Anja Jentzsch) [23:15:09] Isarra: Yes, otherwise how will enwiki editors know that Wikidata has adjusted values in their wiki. [23:15:11] Isarra: yup. but only on the old one. [23:15:18] >.< [23:15:28] Dzang. I never even realised. [23:15:44] (sorry, i'm afk now) [23:15:47] And yeah, I can let folks know once... it's ready. >.< [23:16:08] Readiness seems a bit off, though. [23:16:27] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10James Forrester) [23:16:31] 03(mod) Full support for wikibase edits in enhanced changes format ("Group changes by page in recent changes and watchlist" [usenewrc]) - 10https://bugzilla.wikimedia.org/44874 (10James Forrester) [23:16:45] MatmaRex: Theoretically we could set the default in MW to true and the default in MW-config to false, right? [23:16:57] 03(mod) statement edits need to show up in watchlist and recent changes - 10https://bugzilla.wikimedia.org/45704 +comment (10Anja Jentzsch) [23:17:04] James_F: yeah, i suppose. that would still be an improvement [23:17:27] MatmaRex: Feel free to revert my changes to the bug above, then, and make this a requirement of 44874. [23:18:16] James_F: (really afk now) [23:18:17] New patchset: Bsitu; "Update category to Echo change" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/54995 [23:18:23] MatmaRex: Sure. :-) [23:18:23] New review: Shirayuki; "These comments are mainly for the MediaWiki translators who use grep." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/54346 [23:18:23] I love you guys. [23:18:30] Isarra: It's a good change to make. [23:18:51] Aye. [23:19:26] 03(mod) Set $wgCategoryCollation to 'uca-fi' on Finnish wikis and rebuild category sort keys - 10https://bugzilla.wikimedia.org/46330 +patch-in-gerrit; +comment (10Bartosz Dziewoński) [23:19:54] New review: Adamw; "(2 comments)" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/54516 [23:20:11] New review: Bsitu; "This should not be merged till https://gerrit.wikimedia.org/r/#/c/54993/ is merged" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/54995 [23:20:47] New review: Shirayuki; "Thanks." [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/53467 [23:21:34] 03(mod) Refactor to just be UI wrapper around core wgPostEdit - 10https://bugzilla.wikimedia.org/45577 (10Matthew Flaschen) [23:21:34] Change abandoned: Jdlrobson; "abandoning until further discussion has happened" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/53688 [23:22:10] Change abandoned: Shirayuki; "abandon" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/53467 [23:22:36] Change abandoned: Shirayuki; "abandon" [mediawiki/extensions/Comments] (master) - https://gerrit.wikimedia.org/r/53278 [23:23:23] New patchset: Mattflaschen; "Remove post-edit state detection (in core now)" [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/54992 [23:26:21] 03(mod) Refactor to just be UI wrapper around core wgPostEdit - 10https://bugzilla.wikimedia.org/45577 +patch-in-gerrit +patch-need-review; +comment (10Matthew Flaschen) [23:27:32] 03(mod) Full support for wikibase edits in enhanced changes format ("Group changes by page in recent changes and watchlist" [usenewrc]) - 10https://bugzilla.wikimedia.org/44874 +comment (10Nemo) [23:28:06] New review: Shirayuki; "(1 comment)" [mediawiki/extensions/CommunityVoice] (master) - https://gerrit.wikimedia.org/r/52770 [23:28:45] New patchset: Dr0ptp4kt; "Just staging a change to ensure Gerrit is working properly." [test/mediawiki/extensions/examples] (master) - https://gerrit.wikimedia.org/r/54997 [23:31:08] Change merged: jenkins-bot; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/54629 [23:34:03] New review: PleaseStand; "(8 comments)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/54986 [23:35:49] Change abandoned: Kaldari; "Looks like it's a deeper problem." [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/54880 [23:43:09] 03(NEW) "Sort by creation date" on Special:GlobalUsers does nothing - 10https://bugzilla.wikimedia.org/46393 normal; MediaWiki extensions: CentralAuth; () [23:43:41] 03(mod) show creation date on Special:GlobalUsers - 10https://bugzilla.wikimedia.org/21481 (10Nemo) [23:50:00] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10Bartosz Dziewoński) [23:50:09] James_F: ^ [23:50:32] (i noted the idea of switching the default in 1.21 and keeping the old setting on WMF wikis) [23:50:40] * James_F nods. [23:50:51] 03(mod) Make enhanced recentchanges the default - 10https://bugzilla.wikimedia.org/35785 +comment (10Aude) [23:51:57] * aude finds the recent changes and changes list code scary [23:52:09] scary that it'd be the default, as-is [23:52:38] from the end-user perspective, enhanced watchlist is pretty nice. [23:52:39] aude: Not really. It's ludicrous that it's not been the default given that it's been in MW since 1.2 or whatever. [23:52:44] New review: Mattflaschen; "(2 comments)" [mediawiki/extensions/PostEdit] (master) C: -1; - https://gerrit.wikimedia.org/r/54992 [23:53:02] aude: We only had it switched off at first because "users won't have JS". [23:53:05] James_F: you think the code is nice? [23:53:13] aude: It wasn't generally true in 2003, and it certainly isn't now. :-) [23:53:22] oh, the code sucks [23:53:27] but the code for regular RC sucks as well [23:53:27] aude: I think that core code sucks generally, and that's a reason to fix it. [23:53:37] * aude nods :) [23:53:57] it's a nightmare to hook into it, but give me like another month.... [23:54:05] to clean it up [23:55:22] 03(mod) "Sort by creation date" on Special:GlobalUsers does nothing - 10https://bugzilla.wikimedia.org/46393 (10Alex Monk (Krenair)) [23:56:15] aude: eh, a month? is there anything someone (say, i) could do to help get this done faster, and not repeat your efforts? :) [23:57:04] MatmaRex: well, if people code review when i submit my stuff.... [23:57:38] or help out with other parts of wikidata :) [23:58:40] * aude just has to clean up the code, yet keep backwards compatibility, not break extensions, etc. but doable and almost done [23:59:28] New patchset: Aaron Schulz; "[FileBackend] Cleanup behavior for coping/moving a file over itself." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/55002 [23:59:35] New review: Aaron Schulz; "(3 comments)" [mediawiki/extensions/AWS] (master) - https://gerrit.wikimedia.org/r/52089 [23:59:59] New review: Aaron Schulz; "WIP" [mediawiki/core] (master) C: -2; - https://gerrit.wikimedia.org/r/55002