[00:05:04] 03(mod) Curation Toolbar: Adjust flyout positions for small screens - 10https://bugzilla.wikimedia.org/39407 +comment (10Ryan Kaldari) [00:05:30] Change merged: Aaron Schulz; [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/19428 [00:10:40] * AaronSchulz throws https://gerrit.wikimedia.org/r/#/c/18625/ at roan [00:10:41] New patchset: MarkTraceur; "(bug 39436) Fix crashes on EtherEditor when many users connect" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20247 [00:11:27] 03(mod) more expressive edit summaries - 10https://bugzilla.wikimedia.org/39210 (10Ryan Kaldari) [00:12:34] Change merged: Catrope; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/18625 [00:14:13] New review: MarkTraceur; "It appears to work(ish) now." [mediawiki/extensions/EtherEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/20247 [00:14:13] Change merged: MarkTraceur; [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20247 [00:19:26] 03(NEW) Special property provides service / superfluous markup in case of listings (1.8 alpha) - 10https://bugzilla.wikimedia.org/39445 normal; MediaWiki extensions: Semantic MediaWiki; (mediawiki) [00:22:26] 03(mod) Special characters not handled properly in properties of datatype date (1.8 alpha) - 10https://bugzilla.wikimedia.org/39342 summary (10[[kgh]]) [00:22:48] 03(mod) EtherEditor crashes browser with multiple users connected - 10https://bugzilla.wikimedia.org/39436 +comment (10Mark Holmquist) [00:22:55] 03(FIXED) EtherEditor crashes browser with multiple users connected - 10https://bugzilla.wikimedia.org/39436 (10Mark Holmquist) [00:28:13] New review: Catrope; "A few minor things but looks good to me now." [mediawiki/extensions/VisualEditor] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/19784 [00:31:48] 03(mod) more expressive edit summaries - 10https://bugzilla.wikimedia.org/39210 (10Ryan Kaldari) [00:43:30] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/17000 [00:49:15] New patchset: Aaron Schulz; "[FileBackend] Added auth token/url cache to SwiftFileBackend." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20254 [00:55:12] New review: Catrope; "Looks good overall" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/20254 [00:57:24] 03(mod) pagetriage-mark-tooltip is very confusing - 10https://bugzilla.wikimedia.org/39378 (10bsitu) [01:02:09] New patchset: Aaron Schulz; "[FileBackend] Added auth token/url cache to SwiftFileBackend." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20254 [01:05:09] New patchset: Aaron Schulz; "Adding more file profiling." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20255 [01:07:29] * hexmode looks around [01:07:42] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20255 [01:08:30] New patchset: Aaron Schulz; "Adding more file profiling." [mediawiki/core] (wmf/1.20wmf9) - https://gerrit.wikimedia.org/r/20256 [01:08:38] Change merged: Aaron Schulz; [mediawiki/core] (wmf/1.20wmf9) - https://gerrit.wikimedia.org/r/20256 [01:18:51] hmm, I'm getting some really quirky behavior here and was wondering if anyone knew something about it [01:21:16] $wgHooks is being added to in a public static function that is meant to set up hooks; function properly declares global $wgHooks, yet changes it makes aren't being applied. Even wierder is that if I var_dump $wgHooks in LocalSettings after the extension's require_once vs at the bottom of that function, it appears that despite the global it is operating on a local copy of wgHooks [01:21:28] anyone experience anything like that before and know of a fix? [01:22:09] running PHP 5.3.10 on litespeed, so I'm thinking it's something to do with that SAPI [01:23:26] mediawiki 1.19.1, trying to install FlaggedRevs (latest git rev) but it isn't loading the schema updates properly due to the hooks bug [01:24:28] do not have ssh to the wiki, so using ftp and the web installer [01:24:33] Hi! [01:24:38] sup [01:24:50] can anyone tell me why mediawiki is ignoring "" ? [01:25:00] Skizzerz: let me read your comment [01:25:01]
is working correctly [01:25:18] but the closing is getting outputed as text [01:25:31] fALSO: do you have example wiki text (if you do, can you put it on a pastebin and link to it here)? [01:26:55] for example skizzerz -> http://pastebin.com/qaAnJW8Q [01:27:12] Skizzerz: doubt it is the SAPI. could you link a code sample? What hook are you trying to use? [01:27:18] those two
are being "shown" and not interperted [01:27:24] fALSO: you aren't closing your [01:27:41] huuuuuuuuuuu [01:27:43] nice one [01:28:04] hexmode: FlaggedRevs latest git revision on mediawiki 1.19.1 [01:28:06] Thanks [01:28:31] Skizzerz: are you saying FR's hooks aren't working? [01:28:32] hook is LoadExtensionSchemaUpdates, but all the hooks it tries to define in FlaggedRevsSetup::defineUnconditionalHooks() are not working properly (read: at all) [01:28:41] that is correct [01:29:04] er, setUnconditionalHooks() [01:29:08] Skizzerz: have you tried using the debug log? [01:29:24] I narrowed it down to the global statement not working properly [01:29:32] but I can't figure out /why/ [01:30:01] Skizzerz: ok, but do you have debug log? [01:30:06] e.g. var_dump($wgHooks) at the end of that function (still in function scope) returns ONLY the FR hooks, var_dump($wgHooks) at the bottom of LocalSettings returns every hook EXCEPT FR [01:30:09] and why do you think it is global? [01:30:14] ah [01:30:22] that is interesting [01:30:45] still, don't think it is the SAPI... [01:30:48] what is more curious, is that if I insert global $wgHooks; in FlaggedRevs.php before it calls the setup function to add the hooks, it adds them properly but wipes out previously added hooks [01:30:59] http://en.wikipedia.beta.wmflabs.org/wiki/Special:RecentChanges [01:31:09] CAPTCHA not going to be enough [01:31:23] Jasper_Deng_busy: file a bug? [01:31:31] hexmode: in the past I have [01:31:37] guess there's nothing else to do [01:31:52] so if my load order is AbuseFilter, FlaggedRevs, CheckUser, adding the global statement in FlaggedRevs.php (the include file from LocalSettings), will properly add the FR hooks, but wipes out the AF hooks in the process (so the end result is that FR and CU hooks are present) [01:32:11] Jasper_Deng_busy: ugh just looked at the link [01:32:31] without CheckUser there's no point [01:32:37] Jasper_Deng_busy: devs are aware of CAPTCHA's brokenness [01:32:45] which is why it's not going to be enough [01:32:46] still no fix :( [01:33:22] 03(mod) Spamming continuing on beta wikis - 10https://bugzilla.wikimedia.org/39446 +comment (10Jasper Deng) [01:34:04] Skizzerz: I will have to look at how hooks are being set up [01:34:27] i'm going to poke around in it more too [01:34:40] just wanted to see if anyone encountered anything like this before I do too much [01:34:41] :) [01:34:48] Skizzerz: so, I have a hook question, too [01:34:51] got a sec? [01:34:53] sure [01:35:19] I'm trying to use a hook to make .pdf links have a target attribute [01:35:27] I can do it for File: links [01:35:32] 03(mod) Spamming continuing on beta wikis - 10https://bugzilla.wikimedia.org/39446 normal->major (10Jasper Deng) [01:35:32] and for external links [01:35:40] but not Media: winks [01:35:46] er... links [01:36:20] I would think File: and Media: would be handled by the same hook [01:36:28] but apparently not [01:36:55] what hook are you using? [01:38:13] Skizzerz: for external links LinkerMakeExternalLink [01:38:16] from a cursory glance, I think you should be using LinkEnd and LinkerMakeExternalLink [01:38:35] for internal links, LinkBegin or LinkEnd (IIRC) [01:38:56] right [01:39:12] but LinkEnd isn't called for Media: links [01:39:17] hmm [01:39:29] I started looking through the code so I could figure out where to add it [01:39:40] but I couldn't find handling for it [01:39:55] Was hoping someone (you?) knew just offhand [01:39:56] ;) [01:42:12] it's in Linker::makeMediaLinkObj by the looks of it [01:42:21] er, Linker::makeMediaLinkFile [01:42:38] one of the two (Obj calls File) [01:42:49] and yeah, it doesn't run any hooks [01:43:09] Skizzerz: ty, I will try to add there.... 'cause it needs it [01:43:51] I'm sure a dev will tell me why I'm wrong [01:43:52] I'll need to do some digging in the parser to see if that's the first entry point when [[Media: is encountered or if that gets called elsewhere which may run a (poorly named) existing hook [01:44:30] I'll try something... if you're here and it works, I'll let you know ;) [01:44:47] and then I'll poke at your problem if you haven't solved it [01:45:01] * hexmode is determined to scratch some itches [01:46:30] New patchset: Kaldari; "Fixing bug 39210 - making edit summaries for tagging and deleting better" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/20257 [01:46:44] yeah, Parser appears to call the makeMediaLink* function directly [01:48:25] well I fixed my issue [01:48:30] although it was a rather stupid way of doing it [01:48:37] added global $wgHooks at the top of LocalSettings.php [01:48:39] 03(mod) more expressive edit summaries - 10https://bugzilla.wikimedia.org/39210 +comment (10Ryan Kaldari) [01:48:46] 03(FIXED) more expressive edit summaries - 10https://bugzilla.wikimedia.org/39210 (10Ryan Kaldari) [01:49:16] I think I might know why [01:50:30] Skizzerz: that does sound lame, and wrong. Why do you think that works? [01:50:55] hunch is that I'm using an old LocalSettings that still includes DefaultSettings [01:51:04] commenting those bits out and trying again [01:51:06] sounds right [01:51:24] nope, that didn't seem to do the trick [01:51:35] although commenting those lines is never a bad thing anyway [01:53:03] [01:53:07] New patchset: SPQRobin; "Improve preference filtering and validating" [mediawiki/extensions/WikimediaIncubator] (master) - https://gerrit.wikimedia.org/r/20258 [01:53:19] makeMediaLinkFile() looks completely wrong... like it wasn't fixed when link() was updated [01:53:30] maybe it should call link() [01:53:37] thanks, Amgine [01:53:48] yw. [01:54:12] possibly [01:54:13] hmm [01:54:35] yeah, adding the global statement in LocalSettings makes it register correctly, but then promptly seems to break everything else [01:54:45] heh [01:55:01] regen the LocalSettings and merge in what you need? [01:56:13] yeah... [01:56:17] going to try that [02:04:17] no dice [02:10:35] 03(mod) enable mobile redirect broken on iOS - 10https://bugzilla.wikimedia.org/38009 +comment (10Mark W.) [02:12:32] well... I fixed it [02:12:38] and I feel dirty now [02:12:42] Skizzerz: share! [02:12:51] by fixed I meant used a hacky workaround [02:13:19] inserting this at the top of LocalSettings.php did the trick: foreach($GLOBALS as $varname => $stuff) { global $$varname; } [02:13:38] yes, very ugly [02:13:57] I'm seriously thinking it's the litespeed sapi because there is no other logical explanation I can think of =\ [02:14:06] or rather, I'd at least get google results if ther was [02:14:08] *there [02:14:20] Skizzerz: may be. File a bug and someone who knows more may tell you something? [02:14:35] bug with whom? litespeed? [02:15:07] it pretty obviously isn't a mediawiki thing as far as I can tell since it works properly in every other setup ever >_> [02:15:35] anyway, now that that works, I get to have fun fixing the skin [02:16:49] Skizzerz: yeah, but if you file in wikimedia.bugzilla.org someone will tell you to file it upstream [02:16:59] Skizzerz: file a bug here and add me as CC [02:17:11] my email is all over bugzilla [02:17:36] I'll move it upstream when someone says to do that so you don't have to :) [02:30:57] 03(NEW) Weird issues with globals with litespeed SAPI - 10https://bugzilla.wikimedia.org/39447 normal; MediaWiki: General/Unknown; (skizzerz) [02:31:13] hexmode: didn't know your email so I didn't add you as cc, but the bug is above ^ [02:33:18] Skizzerz: mah@everybody.org # yes, I already get tons of spam [02:34:14] added [02:34:26] ah, so that's your IRC nick... for some reason I keep forgetting that [02:34:34] :) [02:35:10] * Skizzerz is a very passive participant on wikitech-l [02:51:42] New patchset: Aaron Schulz; "[FileBackend] Added profiling calls to addMissingMetadata()." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20263 [03:00:37] New patchset: Aaron Schulz; "[FileRepo] Use the backend sha1 function for getting sha1s." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20264 [03:23:51] New patchset: Aaron Schulz; "Don't get local file copy for svgs unless needed." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20265 [03:29:04] New patchset: Aaron Schulz; "Don't get local file copies for svg/djvu files unless needed." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20265 [03:31:25] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20265 [03:32:41] New patchset: Aaron Schulz; "Don't get local file copies for svg/djvu files unless needed." [mediawiki/core] (wmf/1.20wmf9) - https://gerrit.wikimedia.org/r/20266 [03:32:53] Change merged: Aaron Schulz; [mediawiki/core] (wmf/1.20wmf9) - https://gerrit.wikimedia.org/r/20266 [03:39:43] Hello? [03:40:16] Anyone available to help me with my wiki? [03:41:37] Is there no one in here? [03:42:36] Scoobs: Just ask your question. [03:44:03] I am attempting to install mediawiki onto my website, but I am getting an error when I go to install it [03:44:28] See here: http://darkswordshelp.com/wiki/mw-config/index.php [03:47:56] Scoobs: Check that you have a /var/php_sessions/ directory and that's writeable. [03:49:10] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 (10material.scientist) [03:49:33] should that be under the mediawiki directory? [03:49:41] No. [03:49:58] /var/php_sessions/ is in the root of your drive. [03:50:45] i do not have a var file from my root [03:50:52] folder* [03:57:21] directory* [03:58:30] is there a solution to this? [03:59:07] New review: Jeremyb; "this was cherry-pick'd from change https://gerrit.wikimedia.org/r/20265 on master" [mediawiki/core] (wmf/1.20wmf9) - https://gerrit.wikimedia.org/r/20266 [03:59:09] New review: Jeremyb; "this was cherry-pick'd to change https://gerrit.wikimedia.org/r/20266 on wmf/1.20wmf9" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20265 [03:59:58] Scoobs: what OS? [04:01:12] well im using windows.. [04:02:53] which webserver? [04:03:33] by webserver you mean host? im using fat cow [04:10:36] ? [04:16:42] probably apache then [04:17:09] though it /should/ be writable by default [05:12:23] sigh what's wrong with gerrit-wm [05:13:02] New review: Nikerabbit; "https://gerrit.wikimedia.org/r/#/c/20141/ seems to be followup to this." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17008 [05:14:34] New review: Nikerabbit; "Does https://gerrit.wikimedia.org/r/#/c/20224/5 obsolete this?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/20141 [05:17:41] New review: Hoo man; "Not fully, there are some things which are better in my version, but I guess it wont patch against t..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/20141 [05:35:21] Change merged: Nikerabbit; [mediawiki/extensions/WikimediaIncubator] (master) - https://gerrit.wikimedia.org/r/20258 [05:39:06] New review: Krinkle; "Why is this dependent on Iea0b325f ?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/19781 [05:53:28] New patchset: Amire80; "Add webfonts reset functionality to the checkbox" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/19984 [05:54:43] New review: Aaron Schulz; "This should reuse $conn." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/20254 [06:22:58] New patchset: Amire80; "Add webfonts reset functionality to the checkbox" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/19984 [06:27:50] 03(mod) Automatic login with OpenID does not work - 10https://bugzilla.wikimedia.org/39435 +comment (10T. Gries) [06:30:34] New review: Raimond Spekking; "i18n review" [mediawiki/extensions/BiblioPlus] (master) - https://gerrit.wikimedia.org/r/16883 [06:37:53] New patchset: Siebrand; "Maintenance for TitleBlacklist extension." [mediawiki/extensions/TitleBlacklist] (master) - https://gerrit.wikimedia.org/r/20268 [06:49:12] 03(mod) Article Feedback - Feedback from my watched pages - 10https://bugzilla.wikimedia.org/38628 +comment (10Fabrice Florin) [06:49:17] 04(REOPENED) Article Feedback - Feedback from my watched pages - 10https://bugzilla.wikimedia.org/38628 (10Fabrice Florin) [07:04:47] 03(NEW) Restrict feedback posts for protected or semi-protected articles - 10https://bugzilla.wikimedia.org/39448 normal; MediaWiki extensions: ArticleFeedbackv5; (fflorin) [07:05:50] 03(mod) Restrict feedback posts for protected or semi-protected articles - 10https://bugzilla.wikimedia.org/39448 normal->04CRIT (10Fabrice Florin) [07:10:34] New patchset: Raimond Spekking; "Disable BiblioPlus until message file issue is fixed" [translatewiki] (master) - https://gerrit.wikimedia.org/r/20269 [07:10:52] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/20269 [07:18:58] New patchset: Nikerabbit; "Second fix for include paths, needed to add /" [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/20270 [07:20:08] New review: Siebrand; "Thanks." [mediawiki/extensions/cldr] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/20270 [07:20:08] Change merged: Siebrand; [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/20270 [07:29:53] New patchset: Siebrand; "Maintenance for CleanChanges extension." [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/20271 [07:33:56] 03(NEW) IPv6 editors have no AbuseLog - 10https://bugzilla.wikimedia.org/39449 major; MediaWiki extensions: AbuseFilter; (WikiWikiWoo1221) [07:37:19] New patchset: Nikerabbit; "Restricted preventRestrictedTranslations to only checking edit actions" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/20272 [07:39:37] 03(NEW) Protect articles to limit feedback on protected or semi-protected articles - 10https://bugzilla.wikimedia.org/39451 major; MediaWiki extensions: ArticleFeedbackv5; (fflorin) [07:39:57] 03(mod) Protect articles to limit feedback on protected or semi-protected articles - 10https://bugzilla.wikimedia.org/39451 (10Fabrice Florin) [07:42:04] 03(NEW) fix problem and remove bugs - 10https://bugzilla.wikimedia.org/39452 normal; Wikimedia: General/Unknown; (sirvine99) [07:44:41] 14(INVALID) fix problem and remove bugs - 10https://bugzilla.wikimedia.org/39450 +comment (10p858snake) [07:44:50] 14(INVALID) fix problem and remove bugs - 10https://bugzilla.wikimedia.org/39452 +comment (10p858snake) [07:49:45] New patchset: Nikerabbit; "Settings from LocalSettings.php" [translatewiki] (master) - https://gerrit.wikimedia.org/r/20273 [07:50:06] Change merged: Nikerabbit; [translatewiki] (master) - https://gerrit.wikimedia.org/r/20273 [07:53:44] New patchset: Tobias Gritschacher; "selenium refactoring: more consistant constant names in config" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20274 [08:06:09] Change merged: Siebrand; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/18075 [08:06:31] Change merged: Siebrand; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/18074 [08:07:38] Change merged: Siebrand; [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/16254 [08:10:58] New patchset: Nikerabbit; "PermissionSettings must be included after all extensions" [translatewiki] (master) - https://gerrit.wikimedia.org/r/20275 [08:11:20] Change merged: Nikerabbit; [translatewiki] (master) - https://gerrit.wikimedia.org/r/20275 [08:11:26] 03(NEW) Toolbar is appearing in my userspace - 10https://bugzilla.wikimedia.org/39453 normal; MediaWiki extensions: ArticleFeedbackv5; (sstierch) [08:11:48] 03(mod) Toolbar is appearing in my userspace - 10https://bugzilla.wikimedia.org/39453 (10Sarah Stierch) [08:12:41] New review: Siebrand; "Allegedly blocked by https://mingle.corp.wikimedia.org/projects/internationalization/cards/1305." [mediawiki/extensions/Narayam] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/10749 [08:14:30] New patchset: Tobias Gritschacher; "selenium tests for undo, rollback, restore, history, old revision" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20021 [08:16:08] New review: Siebrand; "Few things:" [mediawiki/extensions/TranslationNotifications] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/18186 [08:17:17] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/20272 [08:17:44] New patchset: Tobias Gritschacher; "selenium tests for undo, rollback, restore, history, old revision" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20021 [08:36:55] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20021 [08:52:55] New patchset: Amire80; "Add webfonts reset functionality to the checkbox" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/19984 [08:56:27] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20274 [08:57:25] New patchset: Amire80; "Add webfonts reset functionality to the checkbox" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/19984 [08:57:38] Change abandoned: Aude; "everything in this change is now in https://gerrit.wikimedia.org/r/#/c/19725/" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/19743 [09:07:52] New review: Daniel Friesen; "Because that's an important bug needing fixing before this is default." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/19781 [09:10:03] New patchset: Tobias Gritschacher; "moved selenium stuff except specs into it's own folder in wikibase outside the repo extension" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20276 [09:12:54] Change merged: Santhosh; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/19984 [09:15:01] ohai sumanah ... vacation over? [09:15:27] hi freakolowsky - yes, and I'm beginning to catch up on 3 weeks of mail [09:15:57] pffff ... i'll talk to you again in like ... 2 days :D [09:16:44] one of those mails is from me ... issue was more-less resolved ... still pissed tho [09:17:02] brb ... meeting-o-clock [09:17:13] 03(NEW) reset administrative password for wikimediail-board - 10https://bugzilla.wikimedia.org/39454 normal; Wikimedia: Mailing lists; (itzik) [09:17:26] Hi. I'm considering blocking signup for given email domains (@text2re.com). I'm surprised there is no extension to do that (I only found old traces of a MediaWiki:Email-Blacklist on translatewiki), and no discussion about such a matter. I think I did not look at the right place. Could someone point me towards some useful resources? [09:17:43] 03(mod) open new mailing list - 10https://bugzilla.wikimedia.org/39423 (10Itzik Edri) [09:18:23] New review: Platonides; "The links at the top right are correctly set with Login being the righmost one. But in modern skin (..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/19781 [09:23:10] freakolowsky: ah, good to know that's more-or-less resolved, but yeah, we'll chat after your meeting [09:23:15] 03(mod) Collection doesn't work on Indonesian (id.wikipedia) - 10https://bugzilla.wikimedia.org/32806 +comment (10bennylin) [09:23:26] hi Platonides! [09:24:05] bedhed: hi! just in case no one answers your question here, mediawiki-l (the mailing list) is often helpful on this sort of thing [09:24:06] sumanah: !!! welcome back :) [09:24:09] !lists | bedhed [09:24:10] bedhed: mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. [09:24:17] sumanah! :) [09:24:18] hi Lydia_WMDE! (: Thanks! [09:24:23] hi aude! [09:28:33] New patchset: Siebrand; "Maintenance for Gadgets extension." [mediawiki/extensions/Gadgets] (master) - https://gerrit.wikimedia.org/r/20277 [09:29:43] sumanah: Thank you. [09:34:18] New review: Siebrand; "PS2 is whitespace only?" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/16042 [09:45:37] New review: Tobias Gritschacher; "Please update the API documentation. See inline comments." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/16819 [10:03:59] New patchset: Nikerabbit; "Fixes to avoid double counting" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/20278 [10:07:29] New patchset: Tobias Gritschacher; "missing change of constant name" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20279 [10:07:38] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20279 [10:11:18] New patchset: Aude; "properly merge local links from wikitext with repo links, per bug 39304" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/19725 [10:16:58] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20020 [10:17:47] New review: Aude; "@nikola: alwaysSort is there again, though I wonder if the SortUtils stuff is generic enough to be p..." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/19725 [10:19:02] New review: Siebrand; "Clarity at last!" [mediawiki/extensions/Translate] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/20278 [10:21:22] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20016 [10:23:13] 03(NEW) Deletion Korean Optional Messages: MediaWiki:Sp-contributions-explain/ko, etc. - 10https://bugzilla.wikimedia.org/39455 normal; MediaWiki: Internationalization; (aranet100) [10:23:21] hi chughakshay16 ! [10:23:49] chughakshay16: hey, I saw that you sent me & Jure a "what's up with my work" email -- that's good, and even better would be to send such a note to wikitech-l [10:26:16] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/20278 [10:26:31] New patchset: Pginer; "CSS adjustments on color and sizes" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/20280 [10:28:39] sumanah: Hello sumana, [10:29:04] sumanah: will be doing that today or probably tomorrow once i am done merging all of my gerrit branches.. [10:29:12] sumanah: only one more is left. [10:29:48] chughakshay16: okay. but just so you know, basically anytime you write one of those "in progress" emails to your mentor + me, it's a reasonable idea to just send it to wikitech-l [10:30:17] sumanah: okay i will keep that in mind :) [10:30:36] and, in fact, it's a good idea, and better than just sending it to your mentor and me. [10:30:56] I mean the kind of email you sent on 6 Aug [10:32:28] New patchset: Nikerabbit; "Fixes to Ida5b4430" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/20281 [10:32:33] sumanah: yeah you are right, but I probably didnt send one because I thought I would send one when my extension would atleast be in a beta stage.. [10:32:34] sumanah: as part of my 20% time, would it be helpful for me to take a look at chughakshay16's extension? [10:32:44] now that i have some time..... [10:32:48] chughakshay16: err on the side of MORE communication. [10:32:59] chughakshay16: this is open source. release early, release often [10:33:21] aude: yes, I think it would, especially since you have experience as a Wikimania organizer [10:33:37] sumanah: I am still getting used to it.. :), but surely will keep that in mind as well [10:33:46] great [10:33:53] sumanah: ok [10:33:56] thanks [10:34:45] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/20281 [10:34:51] sumanah: aude : Jure and I are trying to set up a demo page for it so that other people could come use it and provide us the necessary feedback [10:35:13] chughakshay16: i'll try installing the extension [10:35:42] aude: but not all of the branches are merged right now. , still one left :) [10:35:56] which one? where? [10:36:21] aude: https://gerrit.wikimedia.org/r/#/c/14055/ [10:36:53] aude: this one is still in review.. will push my new changes for it in like an half an hour or so.. correcting some whitespace isssues [10:37:46] chughakshay16: resources stuff? [10:38:22] aude: yes its the js and css scripts which you would probably need to run the extension [10:38:49] chughakshay16: ok [10:39:11] aude: would ping you in about an hour when the merging is done :) [10:39:23] New patchset: Matthias Mullie; "Bug 39448 - Restrict feedback posts for protected or semi-protected articles" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/20282 [10:39:28] 03(mod) enable mobile redirect broken on iOS - 10https://bugzilla.wikimedia.org/38009 +patch +patch-need-review; +comment (10Sumana Harihareswara) [10:39:32] chughakshay16: ok, although i'm happy to look at stuff in the review queue [10:39:46] New patchset: Dash1291; "Add ApiTokenValidation module for third party token validation" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20013 [10:39:57] 03(mod) In a section, scrolling shouldn't remove the focus from that section - 10https://bugzilla.wikimedia.org/39222 +comment (10Pau Giner) [10:40:11] aude: although right now my extension would only work on an js-enabled browser, [10:40:20] chughakshay16: ok [10:41:36] 03(mod) Microsoft SQL Server/MSSQL support (tracking) - 10https://bugzilla.wikimedia.org/9767 +comment (10Sumana Harihareswara) [10:42:11] 03(mod) Restrict feedback posts for protected or semi-protected articles - 10https://bugzilla.wikimedia.org/39448 +comment (10Matthias Mullie) [10:43:14] New review: Jens Ohlig; "Looks good, solves important issues, runs like a charm." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/19725 [10:43:15] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/19725 [10:43:25] 03(mod) table headers get left aligned when you enable "Justify paragraphs" - 10https://bugzilla.wikimedia.org/36231 +design +patch-need-review; +comment (10Sumana Harihareswara) [10:43:41] 03(mod) Clicking "Worldwide" after clicking some other area first doesn't show all languages - 10https://bugzilla.wikimedia.org/39223 +comment (10Pau Giner) [10:45:59] 03(mod) Add username in new messages bar to prevent UI spoofing - 10https://bugzilla.wikimedia.org/12693 +design; +comment (10Sumana Harihareswara) [10:47:13] New patchset: Dash1291; "Add ApiTokenValidation module for third party token validation" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20013 [10:48:00] Krinkle|detached: Hello, [10:48:07] 03(mod) Self-including templates should reflect changes on preview - 10https://bugzilla.wikimedia.org/5278 +comment (10Sumana Harihareswara) [10:49:12] New patchset: Tobias Gritschacher; "added selenium tests to check the behaviour of ESCAPE in edit-mode" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20283 [10:49:12] New patchset: Tobias Gritschacher; "Pressing ESC in aliases works as cancel now" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20002 [10:50:04] New patchset: Aude; "fix polling script namespace stuff" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20284 [10:50:29] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20002 [10:50:59] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20284 [10:50:59] 03(mod) Columnar display should sort into columns - 10https://bugzilla.wikimedia.org/3138 +design; +comment (10Sumana Harihareswara) [10:51:51] New patchset: Matthias Mullie; "Bug 38628 - Article Feedback - Feedback from my watched pages" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/20285 [10:52:07] 03(mod) A brand new conversion core for Language Converter - 10https://bugzilla.wikimedia.org/24409 +comment (10Sumana Harihareswara) [10:52:41] 03(mod) Article Feedback - Feedback from my watched pages - 10https://bugzilla.wikimedia.org/38628 +comment (10Matthias Mullie) [10:53:11] New patchset: Tobias Gritschacher; "moved selenium stuff except specs into it's own folder in wikibase outside the repo extension" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20276 [10:53:43] New review: Tobias Gritschacher; "Rebaset it!" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/20276 [10:55:50] New patchset: Aude; "fix bug in wikibase client hooks" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20286 [10:56:35] hi Daniel_WMDE [10:57:41] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20286 [10:58:41] 03(mod) Vector dialog styling causes problems with links - 10https://bugzilla.wikimedia.org/28690 +comment (10Sumana Harihareswara) [11:00:10] 03(mod) {{substall:foo}} beside {{subst:bar}} - 10https://bugzilla.wikimedia.org/2777 +comment (10Sumana Harihareswara) [11:00:37] New patchset: Santhosh; "jQuery.uls bug fixes and keep template with the plugin" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/20287 [11:02:36] 03(mod) Spamming continuing on beta wikis - 10https://bugzilla.wikimedia.org/39446 +comment (10Platonides) [11:07:25] New patchset: Nikerabbit; "Maintenance for CleanChanges extension." [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/20271 [11:09:26] 03(mod) Allow blocking of global accounts - 10https://bugzilla.wikimedia.org/15294 +comment (10Sumana Harihareswara) [11:09:36] ashley: thank you for your product management work on https://www.mediawiki.org/wiki/Admin_tools_development [11:12:33] 03(mod) QT embed broken on Safari and Firefox on Mac OS X - 10https://bugzilla.wikimedia.org/20279 summary; +comment (10Sumana Harihareswara) [11:12:54] oh hey sumanah! you are back! [11:12:58] Yes! [11:13:05] New patchset: Chughakshay16; "Resource module" [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/14055 [11:13:06] hope you had a very pleasant and relaxing holiday! [11:13:13] Daniel_WMDE: how are Berlin and Leipzig? and your family? [11:13:33] Daniel_WMDE: I did. It was fantastic. My friend Mel and I did the Coast-to-Coast hike across England. It was lovely. [11:14:10] 03(mod) Suggested file names should not contain illegal chars - 10https://bugzilla.wikimedia.org/30390 +comment (10Sumana Harihareswara) [11:15:09] Daniel_WMDE: it was so great to spend most of my day, every day, walking in the outdoors across utterly beautiful scenery. And I had never used hiking poles before; they're amazing! I was a quadruped! [11:18:49] sumanah: sounds like a lovely way to clear your mind. perhaps i should try it some time :) [11:20:54] * Daniel_WMDE is looking for a vid of Hensons Landstriders to comment on the "quadruped" thing... but can't find a good one. [11:25:04] Change merged: Nikerabbit; [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/20271 [11:25:27] hi Jarris [11:25:45] hi Jarry1250! How are you doing? [11:25:49] hi sumanah [11:28:03] hi sumanah [11:28:07] are you back? [11:28:34] Yes, I am, Nikerabbit - beginning to catch up :-) [11:30:26] Daniel_WMDE: Another interesting comparison; I spent every day solving problems, sometimes frustrating ones, with a friend and with strangers/acquaintances, and it is amazing how much the physical affordances of being there in person and solving physical problems (e.g., how to cross a fast-flowing stream on slippery rocks) made these problems more enjoyable to solve [11:30:49] compared to just looking at a 13-inch screen with text on it, trying to solve digital problems [11:30:54] sumanah: Hello :) Not too bad, going to be leaving for the weekend soon, so let me know if you need anything from me, back Monday morning [11:31:15] Jarry1250: well, I see you've been blogging about GSoC -- what do YOU need to be done by 22 Aug? [11:31:54] Well, here's what I wrote earlier about current status, repeated for you and MaxSem's benefit: [11:33:16] So, in terms of functionality, the unreviewed branch is looking good. Some work left to do, but all testing/feedback oriented, no actually development work as far as I know. [11:33:18] That's what I intend to submit to Google. So I think we can rest easy on the official programme front. [11:33:19] Regarding reviews, about 65-75% of unreviewed as now been reviewed, and I'm going to land another chunk before I go today (export-as-svg stuff). [11:33:21] Finally, there's a few more bits and pieces to submit for review (most notably file reupload protection) which I'll be trying to get those bits and pieces onto Gerrit before September [11:33:22] I can't see that there's really a deadline for having that reviewed, or deciding upon that new API module, or merging the translatesvg branch into Translate. [11:33:57] sumanah: TL;DR = In general, I'm very content with progress, just more of the same needed. [11:34:36] Jarry1250: I'm a bit unhappy that so many GSoC projects will have unreviewed, unmerged code as of 22 Aug [11:35:16] but if you're telling me that about 75% of your project, as detailed from your proposal, will be reviewed by Aug 22, then I'm fairly happy [11:35:18] New patchset: Chughakshay16; "Resource module" [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/14055 [11:36:56] sumanah: I think that's a fair critique. Incidentally, the 75% relates to the TranslateSvg extension, whereas a lot of reviewer work went into some work on the Translate extension [11:37:16] (So you could add that in.) [11:37:40] sumanah: great, are you going to resurrect 20% checkins? (Not that I would have problems allocating my time, it's just ghosting in my calendar) [11:37:49] Yeah, your project did encompass work on multiple extensions, Jarry1250 [11:38:44] is there a way to set gerrit to not open images when selectig "diff all ..." [11:39:07] Nikerabbit: I plan on doing a sweep of https://www.mediawiki.org/wiki/Wikimedia_engineering_20%25_policy to update it .... am I right in inferring that there were no 20% checkins while I was away? [11:40:33] Jarry1250: btw, https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/Archives/2012 doesn't seem to reflect the most recent (August) signposts - is there a script someone has not run recently? :-) [11:40:54] sumanah: Ah, thanks for reminding, it's not scripted at the moment, but should be. [11:41:04] I've pencilled in an overhaul of the bot for next week [11:41:24] Jarry1250: the only reason I didn't fix is because I figured y'all had some faster way to automatically add recent archives, or something [11:41:27] 03(mod) Uploading MS Word files doesn't work ("File extension does not match the detected MIME type of the file") - 10https://bugzilla.wikimedia.org/38432 +patch +patch-need-review; +comment (10Andre Klapper) [11:41:52] Reedy ... u araound? [11:42:10] sumanah: Well, it is easy for a bot to do, I just never noticed that page. Wasn't on the E-in-C's instruction list, or if it was I missed it (during my whole time in charge as well!) [11:42:39] Nikerabbit: I do see that there are a bunch of patches awaiting review in BZ and in Gerrit, but I know there are probably other 20%-worthy tasks on your radar as well [11:42:47] Then again, I used to publish at 2am local time, used to be pretty bleary eyed by then anyway ;) [11:42:52] Jarry1250: :) [11:43:05] New patchset: Santhosh; "CSS adjustments on color and sizes" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/20280 [11:43:07] aharoni: got a moment? [11:43:39] busyish, but speak up [11:43:42] and welcome back :) [11:48:35] sumanah: it must have been before wikimania when I had last 20% checkin [11:49:48] New patchset: Matthias Mullie; "Bug 39401 - New CTA6 for Teahouse" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/20009 [11:50:13] New patchset: Chughakshay16; "Resource module" [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/14055 [11:53:17] 03(NEW) Searchmenu-* messages are given $1 HTML-encoded, unable to urlencode it - 10https://bugzilla.wikimedia.org/39456 minor; MediaWiki: Search; (mormegil) [11:53:30] New review: Freakolowsky; "Optimization scheduled for post-GSoC period" [mediawiki/extensions/ConventionExtension] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/14055 [11:53:31] Change merged: Freakolowsky; [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/14055 [11:55:05] New patchset: Santhosh; "CSS adjustments on color and sizes" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/20280 [11:55:37] aharoni: just wanted to say hi, and I thought of you while i was hiking because i thought of your name when I was trying to refer to a 'liahona' [11:55:57] Nikerabbit: yeah, post-Wikimania and pre-vacation I slacked off on running those checkins :( [11:56:04] breakfast time, biab [11:57:07] 03(mod) New CTA6 for Teahouse - 10https://bugzilla.wikimedia.org/39401 +comment (10Matthias Mullie) [11:58:32] New patchset: Brian Wolff; "(sort of bug 32410) Fix EXIF GPSAltitude calculation when below sea level." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20288 [12:01:27] New patchset: Chughakshay16; "Minor changes" [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/20289 [12:04:40] 03(mod) MediaWiki api doesn't serve EXIF GPSAltitude (and other tags) as decimals - 10https://bugzilla.wikimedia.org/32410 +comment (10Bawolff) [12:08:45] sumanah: yea... solving this kind of immediate, physical problems provides a different kind of satisfaction. I wouldn't call it "more" satisfying (solving intelectual problems can be imensely satisfying), but perhaps the satisfaction is more corporeal, more a body thing. [12:10:30] There's something existential about this kind of situation, even if you are close to civilization and have a cell phone. Even though you know you are not lost out there, it can still feel like you are. So it's not just satisfaction, it's actually also releaf, I guess. [12:12:47] New patchset: Chughakshay16; "Minor changes" [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/20289 [12:16:25] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20276 [12:19:17] https://www.facebook.com/pages/luckysideburncom/362640597140256 [12:28:37] New patchset: John Erling Blad; "Module wblinktitles for linking external pages with items." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/16819 [12:28:37] New patchset: Jarry1250; "Add two messages that were accidentally omitted" [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/20294 [12:28:37] New patchset: Jarry1250; "Commit ExportSVGMessagesTask and SVGFormatWriter classes" [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/20295 [12:29:30] 03(mod) Attempt to get the latitude of an invalid location - 10https://bugzilla.wikimedia.org/38632 +comment (10Niklas Laxström) [12:31:09] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/16819 [12:43:54] New patchset: Jarry1250; "Add Special:TranslateNewSvg, to allow translations from a user-selected source language to be imported." [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/19767 [12:43:54] New patchset: Jarry1250; "Provide helper links on file description pages." [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/20007 [12:44:13] Nikerabbit: My bad, there was some SQL-related stuff missing. [12:44:30] Right, think that's everything I wanted to get done before I go away. [12:55:08] New patchset: Tobias Gritschacher; "added more conditional waits to undo-tests;" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20296 [12:59:44] New patchset: Santhosh; "Display Settings - ULS - Display settings navigation" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/20318 [13:01:31] New review: Santhosh; "This is incomplete - there are some bugs" [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/20318 [13:02:52] New review: Parent5446; "It's not the Login being the rightmost that's the problem but the Create Account link being the left..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/19781 [13:08:53] New patchset: Chughakshay16; "Small change in dashboard.js" [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/20397 [13:10:53] New review: Freakolowsky; "month names fixed in next change" [mediawiki/extensions/ConventionExtension] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/20289 [13:10:53] Change merged: Freakolowsky; [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/20289 [13:12:01] Change merged: Freakolowsky; [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/20397 [13:15:04] 03raymond * 10/trunk/extensions/ (118 files in 117 dirs): Localisation updates from http://translatewiki.net. [13:17:38] 03(mod) Change the "what's this?" link - 10https://bugzilla.wikimedia.org/38483 +comment (10Matthias Mullie) [13:18:37] New patchset: Tobias Gritschacher; "fixed troubles in undo-tests with new firefox version 14;" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20445 [13:18:57] 03(mod) table headers get left aligned when you enable "Justify paragraphs" - 10https://bugzilla.wikimedia.org/36231 +comment (10Fomafix) [13:24:52] New patchset: John Erling Blad; "Redirect to item page insted of displaying inline" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20446 [13:25:01] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20296 [13:25:15] Change merged: Tobias Gritschacher; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20445 [13:30:07] how long does it take after you add a new key to labsconsole for it to get recognised by git [13:30:34] nevermind [13:30:35] I've always found it works instantly [13:30:39] New patchset: John Erling Blad; "(Bug 39201) Redirect to item page insted of displaying inline" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20446 [13:30:47] You might have to change your gerrit settings [13:30:48] k [13:31:04] Btw freakolowsky, how's your GSoC student's progress? [13:31:04] gerrit doesn't use labsconsole keys [13:32:30] New patchset: Nikerabbit; "CLDR plural parser in PHP" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20006 [13:34:40] New review: Nikerabbit; "Added some hodge podge tests for parsing/evaluating rules, which are in addition to the language spe..." [mediawiki/core] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/20006 [13:38:42] http://en.wikipedia.org/w/api.php?action=query&list=backlinks&blnamespace=1&title=Ada&format=json return error message "One of the parameters title, pageid is required". [13:38:45] I believe there's a typo, it should be "One of the parameters bltitle, blpageid is required", as of [[mw:API:Backlinks]] [13:38:54] In fact, http://en.wikipedia.org/w/api.php?action=query&list=backlinks&blnamespace=1&bltitle=Ada&format=json works. [13:38:55] Change merged: Nikerabbit; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/20280 [13:41:12] It's not a typo per se [13:43:47] New patchset: Matthias Mullie; "Bug 39283 - many articlefeedbackv5-activity-* messages are lego (patchwork)" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/20037 [13:45:11] $this->dieUsage( 'One of the parameters ' . implode( ', ', $required ) . ' is required', 'missingparam' ); [13:48:39] 03(mod) SpecialItemByLabel should/should not redirect to the ordinary item page - 10https://bugzilla.wikimedia.org/39201 (10jeblad) [13:48:52] 03(mod) Add a parameter replace to wbsetitem that allows to completely set the item (2) - 10https://bugzilla.wikimedia.org/39142 (10jeblad) [13:52:08] New review: Aganesh; "Waldir, can you explain why you think the current layout is broken? Do you want the logo and table t..." [mediawiki/extensions/Translate] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/15716 [13:53:49] New patchset: Reedy; "Some API erros didn't include the prefix of the module in parameter related error messages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20448 [13:53:59] mimw: ^ [13:54:20] New patchset: Reedy; "Some API errors didn't include the prefix of the module in parameter related error messages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20448 [13:54:27] New patchset: Tobias Gritschacher; "added selenium test which calls the qunit-test page and checks if there are failures -> that's awesome!" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20449 [13:56:00] New review: Reedy; "13:33:04 [exec] There were 2 failures:" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/20006 [13:56:10] New patchset: Tobias Gritschacher; "added selenium tests to check the behaviour of ESCAPE in edit-mode" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20283 [13:58:15] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20283 [13:59:19] 03(mod) Deletion Korean Optional Messages - 10https://bugzilla.wikimedia.org/39455 summary (10Sam Reed (reedy)) [13:59:36] New patchset: Reedy; "Bug 39455 - Deletion Korean Optional Messages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20450 [13:59:49] 03(FIXED) Deletion Korean Optional Messages - 10https://bugzilla.wikimedia.org/39455 +comment (10Sam Reed (reedy)) [14:03:43] New patchset: Chughakshay16; "Added new test file" [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/20451 [14:04:34] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20449 [14:06:26] New patchset: Chughakshay16; "Added new test file" [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/20451 [14:10:49] Change merged: Freakolowsky; [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/20451 [14:11:49] Reedy: why is requireOnlyOneParameter invoked with the non-prefixed parameter names? [14:11:58] I can't find where it is invoked btw [14:12:49] Because the outer API layer strips off the prefixes before it gives it to the module to process [14:16:28] Okay, thank you for your patience. :) [14:17:03] Hi all; I'm trying to migrate some of our 1.15 parser extensions to 1.19. This extension shows up in Special:Version extension listing, but not under "Parser extension tags" and does not render on the page. Any ideas? http://dpaste.com/787816/ (simplified extension definition) [14:20:25] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/19997 [14:22:23] It looks vaguely right [14:22:42] $parser doesn't need the &, but that's anside [14:33:14] 03(mod) Process: Call to undefined method SMWDIWikiPage::getTypeID() - 10https://bugzilla.wikimedia.org/35003 (10camille) [14:33:34] New review: Jeroen De Dauw; "Seems to work :)" [mediawiki/extensions/Nuke] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/20015 [14:33:34] Change merged: Jeroen De Dauw; [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/20015 [14:33:47] New patchset: Henning Snater; "more compatible way to get the scrollbar width" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/19995 [14:43:28] New patchset: Jeroen De Dauw; "updated calls to getEditToken and updated stuff for v1.1.6" [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/20452 [14:51:30] 03(NEW) Using Special:Import doesn't update TitleKey table - 10https://bugzilla.wikimedia.org/39457 minor; MediaWiki extensions: TitleKey; (yann) [14:54:36] Da dadadaaaa, ^demon power! [14:54:46] New review: Brian Wolff; "I think it would be helpful if the description on the api help page clarified how the tokens this mo..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/20013 [14:54:57] Oh, no ^demon [14:59:40] New patchset: Aude; "use item id for edit link" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20453 [15:00:39] Change merged: Jeroen De Dauw; [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/20452 [15:01:36] https://www.mediawiki.org/w/index.php?title=Category_talk:UserLoginForm_extensions/ru&rcid=650597 Any Russian speakers in here? [15:02:09] Google translate thinks this says "Online Shop - Hunting and Fishing! All hunting, all fishing!", so I'm pretty sure this is out of project scope [15:02:58] Krenair: nyet, but IIRC category_talk pages on MW.org are pretty popular spambot targets (in addition to mainspace spam pages and spamming [[extension:Guestbook]]) [15:03:23] Yeah, they are :/ [15:03:50] This page has previously been deleted twice [15:04:05] actually, it probably wouldn't hurt to restrict category_talk NS on MW.org to autoconfirmed or something... [15:05:22] Hmm. Category talk, yeah, maybe [15:06:25] it's not like MediaWiki.org is enwiki or some other equally active & popular wiki where that NS is actually used :P [15:10:19] Morning everyone. [15:12:07] Question, is it possible to force Mediawiki to format application links (eg. "app://App/specific/junk") as clickable links? [15:13:34] New patchset: Aude; "use item id for edit link" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/20453 [15:17:27] In the "List of page titles" dump, why there are the non-existent pages %s and page_title? [15:19:01] trying to update an extension to use i18n, but call to wfLoadExtensionMessages doesn't seem to be working. wfLoadExtensionMessages seems to be deprecated since MW 1.15, but I can't find how to replace it. Does any know what the recommended way is now? (Using 1.19) [15:30:53] vanjwilson: $wgExtensionMessagesFiles['MyExtension'] = dirname( __FILE__ ) . '/MyExtension.i18n.php'; in the main setup file and it will magically Just Work(TM) ;-) [15:31:28] New review: Aude; "I'm not sure there is a decision yet on redirecting Special:ItemByLabel to the item page if there is..." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/20446 [15:33:44] New review: Siebrand; "Ty" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/20450 [15:33:45] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20450 [15:34:44] @ashley: tried this--$wgExtensionMessagesFiles['BabypipsExtensions'] = dirname( __FILE__ ) . '/BabypipsExtensions.i18n.php'; [15:34:44] $test_message = wfMessage( 'babypips-inline-search-button-text' )->inContentLanguage()->text(); [15:34:44] but it just gives '' (with the added brackets) ? [15:35:19] have you checked that the $messages definitions in BabypipsExtensions.i18n.php are correct? [15:37:10] @ashley: here is the i18n file: http://dpaste.com/787876/ [15:39:15] vanjwilson: hm, strange! maybe ask Nikerabbit or some other i18n guru for help...I'm guessing it's a very simple thing but right now I'm just not seeing it...(also, your pure PHP files, such as the i18n.php file do not need the closing ?> tag) [15:39:29] I installed the VisualEditor extension - it works fine under Special:VisualEditorSandbox, but I only see the standard edit buttons, etc. when I try to create or edit a page in the VisualEditor namespace - am I missing something? [15:45:44] vanjwilson: try running php maintenance/rebuildLocalisationCache.php and it that doesn't help more context is needed [15:46:30] @Nikerabbit: should I run that from command-line on the server, or through a browser? [15:47:10] it's commandline script [15:48:09] @Nikerabbit: I also think I needed to add global $wgExtensionMessagesFiles at the top of my parser function (this is an old custom extension for MW 1.13 that someone else wrote and I'm trying to update) [15:48:42] Anyone here know about an old 'newusers' right? [15:51:50] New patchset: Matthias Mullie; "Bug 38475 - anonymous actions being identified as coming from the feedback tool" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/20458 [15:52:26] 03(mod) anonymous actions being identified as coming from the feedback tool - 10https://bugzilla.wikimedia.org/38475 +comment (10Matthias Mullie) [15:57:33] New patchset: Matthias Mullie; "Bug 38817 - Feedback page - Hide my post" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/19756 [16:03:40] hi there! [16:03:47] 03(mod) open new mailing list Wikimedia-IL-WLM - 10https://bugzilla.wikimedia.org/39423 summary (10Bawolff) [16:04:07] https://www.mediawiki.org/w/index.php?title=Manual:Skins/Meta&diff=cur&oldid=545877 [16:04:09] Hmm [16:04:10] 04(REOPENED) Title::getSubpages() ignores $wgCapitalLinks - 10https://bugzilla.wikimedia.org/39403 +comment (10Daniel Werner) [16:04:22] So this page was moved and now FlaggedRevs says the move revision is not approved [16:04:22] @Nikerabbit: I ran the maintenance/rebuildLocalisationCache.php script and the final line was "363 languages rebuilt out of 364", but it didn't fix the problem [16:04:27] I have a bunch of blocked users in my wiki and I want to unblock them all today. how could I do that easily? can I just empty the ipblocks sql table or is there anything else I should take care of? [16:07:18] 03(mod) Title::getSubpages() ignores $wgCapitalLinks - 10https://bugzilla.wikimedia.org/39403 +comment (10Bawolff) [16:07:49] @Nikerabbit: from the list of languages rebuilt, it looks like en-ca and en-gb were rebuilt, but not plain "en", which is what my messages are in [16:08:47] vanjwilson: then the problem is something else [16:17:58] 03(mod) enable mobile redirect broken on iOS - 10https://bugzilla.wikimedia.org/38009 +comment (10Arthur Richards) [16:18:51] @Nikerabbit: This is pretty domain-specific, so I'm ready to cut bait, grep, and hardcode the values at this point [16:25:32] 03(mod) Multiple pad per page clarification - 10https://bugzilla.wikimedia.org/39424 +comment (10Mark Holmquist) [16:30:21] 03(mod) WebKit browsers load the dropdowns off-screen - 10https://bugzilla.wikimedia.org/39422 summary (10Mark Holmquist) [16:30:39] 03(mod) WebKit browsers load the dropdowns off-screen - 10https://bugzilla.wikimedia.org/39422 (10Mark Holmquist) [16:32:28] 03(NEW) User managed to move page he could not review. - 10https://bugzilla.wikimedia.org/39458 normal; MediaWiki extensions: FlaggedRevs; (krenair) [16:37:50] @ashley, @Nikerabbit: thanks for trying to help [16:39:31] 03(NEW) User list doesn't list anything - 10https://bugzilla.wikimedia.org/39459 normal; MediaWiki extensions: EtherEditor; (mtraceur) [16:39:31] 03(mod) WebKit browsers load the dropdowns off-screen - 10https://bugzilla.wikimedia.org/39422 (10Mark Holmquist) [16:39:48] New patchset: MaxSem; "Update to r862" [wikimedia/wlm-api] (master) - https://gerrit.wikimedia.org/r/20459 [16:46:38] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20448 [16:46:41] New patchset: MarkTraceur; "Fixes the user list CSS bug" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20460 [16:47:21] New patchset: MaxSem; "Update to r862" [wikimedia/wlm-api] (master) - https://gerrit.wikimedia.org/r/20459 [16:47:49] Change merged: MarkTraceur; [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20460 [16:48:20] Change merged: MaxSem; [wikimedia/wlm-api] (master) - https://gerrit.wikimedia.org/r/20459 [16:49:29] 03(NEW) Database errors return HTTP 200 OK - 10https://bugzilla.wikimedia.org/39460 normal; MediaWiki: General/Unknown; (lowzl) [16:50:31] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/19990 [16:50:42] abner! nice to see you here :) hadn't run into you for years [16:51:35] hey all [16:51:38] hi spectie [16:51:46] does anyone happen to know an easy way of extracting a list of all the pages in a wikipedia category [16:51:51] e.g. http://ru.wiktionary.org/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F:%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B5_%D1%81%D1%83%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5 [16:51:53] hey sumanah !! [16:51:55] long time no see! [16:51:56] 03(mod) Database errors return HTTP 200 OK - 10https://bugzilla.wikimedia.org/39460 (10Krenair) [16:52:01] will you be at the mentor summit this year ? [16:52:15] spectie: you've already looked at the API sandbox for ideas? https://en.wikipedia.org/wiki/Special:ApiSandbox [16:52:26] i haven't, but let me check that out now [16:53:00] spectie: I need to make plans around that; I do not yet have a prediction re mentor summit [16:53:20] :) [16:53:52] spectie: from "fran" I thought you were Fran M, a MediaWiki developer -- would you do me the favor of reminding me who you are, if not Fran M? [16:54:02] 03(mod) Database errors return HTTP 200 OK - 10https://bugzilla.wikimedia.org/39460 +comment (10Platonides) [16:54:03] My apologies for the missing memory here [16:54:08] sumanah, Francis Tyers [16:54:09] short [16:54:11] english [16:54:14] dreadlocks [16:54:20] oh right, hi Francis! [16:54:22] :) [16:54:33] right, we met at mentor summit last year, all is falling into place now. [16:54:54] :) [16:55:24] generator - categorymembers - * prop=categoryinfo (ci) * [16:58:09] hmm [16:58:10] "*": "cmlimit may not be over 500 (set to 100000) for users" [16:59:14] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/19988 [17:00:18] /w/api.php?action=query&list=categorymembers&format=txt&cmtitle=%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F%3A%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B5_%D1%81%D1%83%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5&cmprop=title&cmtype=page&cmlimit=100000&generator=categorymembers&redirects=&gcmtitle=%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F%3A%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B5_%D1%81%D1% [17:00:18] 83%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5&gcmprop=title&gcmtype=page&gcmlimit=100000 [17:00:22] this basically does what i want [17:00:29] only the limit is 500 instead of 100000 [17:00:35] is there any way to up the limit ? [17:02:15] sumanah: back after a nap. [17:02:27] привет aharoni ! [17:02:42] I once spoke to Francis Tyers in Catalan for a very long time without realizing that he speaks English. [17:02:47] :) [17:03:20] :) [17:03:41] 03(mod) Title::getSubpages() ignores $wgCapitalLinks - 10https://bugzilla.wikimedia.org/39403 +comment (10Daniel Werner) [17:03:54] знаешь как можно принять список русских слов из Викисловаря ? [17:04:13] (i'm here in tatarstan) [17:04:18] Change merged: Nikerabbit; [mediawiki/extensions/WikimediaIncubator] (master) - https://gerrit.wikimedia.org/r/18425 [17:04:25] working on kazakh->tatar MT with one of our GSOC students [17:04:27] "do you know how to (verb) pages in Russian words from Wiktionary?" [17:04:36] (my Russian is ancient and stinks) [17:04:49] sumanah, you translated my bad russian well ;D [17:04:50] sumanah: And I know what Liahona is without looking up. I learned stuff about Mormonism, because of the photo of the statue of Jesus in Salt Lake City in the OK Computer booklet. [17:05:15] what we want to do is get a list of russian nouns in the nominative, and see which ones are used as loan words in kazakh and tatar [17:05:29] hi spectie! [17:05:31] 03(FIXED) Database errors return HTTP 200 OK - 10https://bugzilla.wikimedia.org/39460 +comment (10Krenair) [17:05:33] hey Nikerabbit ! [17:06:00] spectie: I would probably go for analyzing a dump of ru.wiktionary and not for the API. [17:06:18] * spectie looks at the size of the dump [17:06:31] there's a good Perl package for analyzing MediaWiki dumps, maybe there's something in Python or PHP too. [17:07:01] spectie: the research community & the dumps community might be able to help you [17:07:05] !research [17:07:05] https://meta.wikimedia.org/wiki/Research [17:07:21] ask me all about reading dumps. it's very easy. [17:07:28] :) [17:07:41] ok, so [17:07:55] i just want a list of page names that belong to the category 'Русские существительные' [17:08:06] I use http://search.cpan.org/dist/MediaWiki-DumpFile/ [17:08:13] Oh well, for that maybe an API call may be good. [17:08:24] because that's a simple thing. [17:08:25] aharoni, the problem is that there are >60k pages [17:08:31] yeah, that. [17:08:33] and the limit to results is 500 [17:09:16] well, write a few lines of Perl code that reads all the pages and prints the names of those that have the category link you need. [17:09:27] yeah, i'll do that [17:09:34] downloading dump now [17:10:15] if ($page->text() =~ /\[\[Категория:Русские существительные\]\]/) { print $page->title; } [17:10:22] that's it, more or less :) [17:11:06] what if the category statement is in template? [17:13:01] aharoni, :0 [17:13:25] *drinks fresh goats milk* [17:13:26] :D [17:16:27] Change abandoned: Hoo man; "Abandoning in favor of https://gerrit.wikimedia.org/r/20224 (has almost all of my fixes)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20141 [17:17:16] 03(mod) Please reset list admin password for wikimediail-board - 10https://bugzilla.wikimedia.org/39454 summary; +comment (10Thehelpfulone) [17:18:31] Nikerabbit: spectie : that's, of course, the sad part about wiki syntax. [17:18:58] one thing to is to import the dump to a local mediawiki installation and to run API queries with it. [17:20:47] * aharoni dreams about going to Tatarstan ( spectie ) [17:20:52] :) [17:24:42] {{categ|Эмоции||lang=}} [17:24:43] ugh [17:24:49] lots of things are in templates [17:25:50] :( [17:27:02] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/19996 [17:27:28] New patchset: MarkTraceur; "(bug 39459) Fix user list, and fix its CSS, and further CSS tweaks" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20462 [17:27:44] Why the hack does ParserTest::addArticle() fiddle with $wgCapitalLinks? [17:27:48] Change merged: Bsitu; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/19731 [17:27:50] New patchset: Mwalker; "Making Amazon payments much more error resistant. AND adding back in session velocity filtering." [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/20463 [17:27:58] Platonides: do you know anything about this? ^^ [17:28:02] Change merged: MarkTraceur; [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20462 [17:28:33] 03(FIXED) User list doesn't list anything - 10https://bugzilla.wikimedia.org/39459 +comment (10Mark Holmquist) [17:28:55] 03(FIXED) WebKit browsers load the dropdowns off-screen - 10https://bugzilla.wikimedia.org/39422 +comment (10Mark Holmquist) [17:29:22] for reference: [17:29:24] http://pastebin.com/huFxsZmG [17:29:29] this seems to do the trick [17:30:49] spectie: ok... do you thing that it gives all of them? [17:32:04] What could "r70917#c8637" refer to? parserTest.inc line 1186 [17:32:11] New review: CSteipp; "More documentation would be great. Otherwise, the logic looks good now." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/20013 [17:32:39] $ wc -l noun-list.ru [17:32:40] 59582 noun-list.ru [17:32:42] and it's still running [17:32:54] Danwe_WMDE: a revision and a specific comment in codereview [17:33:10] Danwe_WMDE: https://www.mediawiki.org/wiki/Special:Code/MediaWiki/r70917#c8637 [17:33:29] great, thanks Reedy [17:37:36] New patchset: Trevor Parscal; "There's no such thing as ghosts, just sneaky array references" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20222 [17:37:43] 03(mod) User list doesn't list correctly for late joiners - 10https://bugzilla.wikimedia.org/39438 +comment (10Mark Holmquist) [17:40:36] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20052 [17:40:58] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20245 [17:41:17] ah, http://etherpad.wmflabs.org/pad/p/Whatever is ready for use, although of course ephemeral as all etherpads are [17:42:39] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20243 [17:42:41] btw aharoni this is specifically where i am: https://maps.google.com/maps?q=%D0%B1%D0%B0%D0%BA%D1%80%D1%87%D0%B8&oe=utf-8&aq=t&client=iceweasel-a&ie=UTF-8&hl=ca [17:42:42] :) [17:44:37] Any API expert around? [17:46:27] What is the problem? Maybe a non-expert can help [17:46:38] 03(mod) Upgrade Bugzilla to 4.2 - 10https://bugzilla.wikimedia.org/33158 +comment (10Sumana Harihareswara) [17:47:04] Krenair: Well, caching of some userinfo data [17:48:25] New patchset: Adamw; "disable bloody gerrit autorebase" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/20464 [17:48:49] New patchset: Trevor Parscal; "Added some unit tests for ve.dm.SurfaceFragment" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20465 [17:49:09] Krenair: action=query&meta=userinfo [17:50:33] Change merged: Adamw; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/20464 [17:50:41] Okay, so I am familiar with meta=userinfo [17:51:26] 03(mod) Suggestion: add new tab "edit with collaborative editor" - 10https://bugzilla.wikimedia.org/39389 +comment (10Munaf Assaf) [17:51:48] New patchset: Aaron Schulz; "[FileBackend] Added auth token/url cache to SwiftFileBackend." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20254 [17:51:50] New patchset: Amire80; "Add font selection functionality to the elements" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/20466 [17:53:15] New review: Aaron Schulz; "Re-using $conn is a bit tricky given how CF works, but this goes back to at least closing the old cu..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/20254 [17:56:19] New patchset: Adamw; "(FR #) Adyen payment gateway" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/20467 [17:56:57] New patchset: Adamw; "(FR #) Adyen payment gateway" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/20467 [17:58:58] New review: Adamw; "Great. Just messing around, nothing to review yet." [mediawiki/extensions/DonationInterface] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/20467 [17:59:59] sumanah, indeed. It's good to see you around ;) [18:00:15] abner: :) [18:06:13] Has gerrit been updated recently? [18:06:19] I get JS errors :/ [18:06:48] hoo: what specifically? [18:07:17] Strange, only appears here https://gerrit.wikimedia.org/r/#/c/19704/1/wmf-config/InitialiseSettings.php [18:07:25] when I click on "Expand 10 after" [18:08:19] Don't click it then ;) [18:08:30] mhm, seems to be specific to operations/wmf-config [18:08:37] Reedy: Probably, yes :D [18:08:50] It's likely due to the hugeness of that file [18:08:55] A good bug "fix" would be to hide it with CSS/ JS :DD [18:09:16] Reedy: You are very firm with the API, aren't you? [18:09:24] hoo: the Gerrit devs really do react to bug reports [18:09:24] 03(mod) Database errors return HTTP 200 OK - 10https://bugzilla.wikimedia.org/39460 +comment (10Platonides) [18:09:24] Maybe [18:09:35] sumanah: I'm just kidding ;) [18:09:39] oh ok [18:09:42] You've still not asked a question.. [18:09:58] Reedy: http://de.wikipedia.org/w/api.php?action=query&meta=userinfo&uiprop=ratelimits do you think it would be possible to make such requests cacheable [18:10:04] especially the user rights one [18:10:15] not really [18:10:16] with appending a get param for the user name, maybe [18:10:31] not in the current form, due to no variance in the URL [18:10:39] atm my JS tools hit the API on almost every page view, which is anything but optimal [18:10:50] Make them cache it :p [18:11:04] meta=userinfo is specifically for the current user [18:11:38] Reedy: I know... I thought about uicachekey or uicacheuser or just uiuser [18:11:55] then it could be cached (at least userrights, as it's publich information) [18:12:20] Use list=users then instead [18:12:34] Reedy: It doesn't list user rights [18:12:51] I need rights from global groups etc. as well [18:12:57] ' rights - Lists all the rights the user(s) has', [18:13:11] https://de.wikipedia.org/w/api.php?action=query&list=users&ususers=Reedy&usprop=rights [18:13:12] WFM [18:13:21] hey RoanKattouw [18:13:49] Hey sumanah [18:13:50] Change merged: Bsitu; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/19745 [18:13:51] Welcome back! [18:13:56] Thanks :) [18:14:05] Reedy: eg. https://de.wikipedia.org/w/api.php?action=query&list=users&ususers=Hoo%20man&usprop=rights [18:14:11] doesn't have my global rights [18:15:12] Well log a bug asking for it to be fixed/changed [18:16:46] Reedy: An alternative for my use case would be to get http://www.jstorage.info into MediaWiki and cache it at my own then [18:17:10] and/or do both [18:18:32] Would be cool if mediawiki had a doc string like python. you place it in the same place you put version author etc.. [18:18:39] Reedy: Probably the best way to go, yes... jstorage is already used on commons (via gadget), so I guess it would be a good thing to have it in core [18:18:41] it's MIT [18:18:49] New patchset: Mwjames; "SRF jqPlot scatter plotting" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20029 [18:19:09] Seems sensible [18:21:07] 14(INVALID) User managed to move page he could not review. - 10https://bugzilla.wikimedia.org/39458 +comment (10Krenair) [18:21:19] hoo: are you going to add it to core? [18:21:49] Reedy: Yes, I'm on that atm [18:22:10] 3 or 4 lines in Resources.php and should be good to go.. [18:22:50] 'dependencies' => array( 'jquery', 'jquery.json' ), [18:22:52] Reedy: I know... I'm just going to fix what JShint complains with in the .js file and then, I'll push it [18:23:20] Ryan_Lane, actually the proper procedure on wikitechwiki does not break links [18:23:25] But it was ignored [18:23:47] https://wikitech.wikimedia.org/view/Remove_a_message_from_mailing_list_archive [18:23:59] It's even in bold: "Do not remove the entire message, as this will cause URLs to later messages in the archive to break!" [18:25:06] I just hope the bit about backing up the archives wasn't also ignored [18:27:04] Change merged: Catrope; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20254 [18:27:29] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20222 [18:28:03] Change merged: Catrope; [mediawiki/extensions/Gadgets] (master) - https://gerrit.wikimedia.org/r/20277 [18:29:15] Krenair: seems our backups were slightly brokenish [18:29:39] we have secondary backups for a certain number of days, but this happened about two weeks ago [18:29:48] Reedy: Do you think it's fine to have it as jquery.storage and the object named $.jStorage [18:29:56] we'll be fixing the backup situation and ensuring the procedure is followed in the future [18:30:06] hoo: That's inconsistent, you shouldn't do that [18:30:13] Yes, probably [18:30:16] hoo: If you're defining $.foo you should be calling your module jquery.foo [18:30:39] I could make it jquery.jstorage [18:30:42] Yes that was said, but what about fixing the current situation? [18:30:54] will be difficult to do so without backups [18:31:13] Is it even possible without going around all wikis and manually fixing every single one? [18:31:35] Krenair: We have Special:LinkSearch so finding all lists.wm.o links is possible at least [18:33:28] the emails are probably in email archivers anyway [18:34:02] New patchset: Mwjames; "SRF jqPlot scatter chart" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20029 [18:34:31] Platonides: hey, hi again [18:35:36] * RoanKattouw sighs at the wikitech thread about mailing list archives [18:35:58] RoanKattouw: heh [18:36:10] It's like an exponentially increasing pile-on of mistakes [18:36:23] meh. it happens [18:36:30] Yeah [18:36:46] hoo: are you going to log a bug for the global rights? [18:36:50] not to be complacent [18:37:10] hi sumanah [18:37:24] it sucks, but it's not something worth berating someone about [18:37:31] actually, generally nothing is [18:37:37] No, it's not, and MZ overreacted [18:37:46] Reedy: Probably, I doubt, I got the time to get into CentralAuth enough for that [18:37:48] Platonides: I have a request for you, a GSoC request [18:37:53] the code is nasty at points [18:38:26] ops people are used to these kinds of reactions. it sucks to have to constantly have them when mistakes are made, though [18:38:29] But the kernel of truth in his overreaction (whenever this happens, there usually is one) is that Daniel posted to the thread twice and said absolutely nothing about whether&when this situation would be (attempted to be) fixed [18:38:43] ? [18:39:11] true. though a proper assumption would be that he was going to try [18:39:16] Platonides: I'd like an end-of-summer email update from you to wikitech-l [18:39:43] Ryan_Lane: Maybe. But the posts focused so much on "in the future, we'll do X" that I didn't get that impression [18:40:00] Platonides: so I can make my final evaluation of your work. [18:40:01] well, it was me saying that ;) [18:40:19] I have a good feeling that the archives will stay broken [18:40:30] since we have an issue with backups too [18:40:36] I got an impression more like "I'm sorry, I screwed up, I'll make sure never to grab a vase with greased-up hands again *walk away, leaves pieces of broken vase on floor* " [18:40:42] New patchset: Hoo man; "Adding jStorage to MediaWiki" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20470 [18:40:52] I didn't get that impression [18:41:11] I make a general assumption that ops people will fix things that are broken [18:41:18] if possible [18:42:01] I usually do, depending on what's broken and how important I think they think it is [18:42:24] But sometimes it's unclear, and it's good form to provide some information about when you hope it'll be fixed [18:42:27] broken links are generally something we find important [18:42:46] I'm glad; but that's not general knowledge [18:42:57] New review: Mwjames; "The problem of the first draft data model has been resolved allowing to use the the first column con..." [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/20029 [18:43:04] Reedy: Worth to go into RELEASE-NOTES-1.20? [18:43:07] it's a form of data-loss [18:43:17] Anyway -- I'm not here to defend the reactions Daniel got on the list, just pointing out what I believe the motivation behind them is [18:43:36] hoo: might aswell [18:44:01] Relying on people to assume things is often a bad idea, because they'll frequently assume the opposite of what you expect [18:44:19] 03(NEW) Impossible to add articles starting with lower case letter during parser tests using "!!article" - 10https://bugzilla.wikimedia.org/39461 normal; MediaWiki: General/Unknown; (Danweetz) [18:45:33] 14(INVALID) Title::getSubpages() ignores $wgCapitalLinks - 10https://bugzilla.wikimedia.org/39403 +comment (10Daniel Werner) [18:46:41] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/19987 [18:46:56] RoanKattouw: during my hike, I got to walk by a defunct mine and its throwaway pile of rocks WITH A GEOLOGIST-TURNED-SOFTWARE DEVELOPER who basically gave impromptu lectures on the stone and fossils we were seeing [18:47:09] RoanKattouw: it was amazing and I wish you could have been there [18:47:23] 03(mod) Automatic login with OpenID does not work - 10https://bugzilla.wikimedia.org/39435 (10simone.hinterseher) [18:47:25] Nice [18:47:44] New patchset: Hoo man; "Adding jStorage to MediaWiki" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20470 [18:47:46] also I stayed in a yurt! [18:47:51] * RoanKattouw googles that [18:48:17] seems we have article: https://en.wikipedia.org/wiki/Yurt [18:48:33] and I learned far more about blister prevention and care than I had known previously! :) [18:49:03] RoanKattouw: yeah. true [18:49:34] I sort of want to turn into Rachel Farrand now and be able to just drop into the wilderness and climb mountains to rescue people [18:49:50] 03(mod) Impossible to add articles starting with lower case letter during parser tests using "!!article" - 10https://bugzilla.wikimedia.org/39461 +comment (10Platonides) [18:51:16] sumanah: you should read Ed Abbey sometime [18:51:18] 03(ASSIGNED) Install Extension:Interlanguage on en.wikipedia - 10https://bugzilla.wikimedia.org/15607 +comment (10Sumana Harihareswara) [18:52:50] 03(mod) Automatic login with OpenID does not work - 10https://bugzilla.wikimedia.org/39435 (10simone.hinterseher) [18:53:06] sumanah: I learned a bit more about Rachel's mountain activities recently, that woman is more hardcore than the two of us put together will ever be [18:53:26] 03(mod) Install Extension:Interlanguage on en.wikipedia - 10https://bugzilla.wikimedia.org/15607 +comment (10Amir E. Aharoni) [18:54:00] RoanKattouw: yeah, if she came across a kitchen sink that was randomly foaming with soap, she would just subdue it with some kind of bubble-oriented CPR or something [18:54:11] hahahaha [18:54:51] and then she would file a perfect incident report within minutes [18:54:59] and then go tame a wild horse [18:55:12] and use it to herd a dozen hackathon attendees to dinner [18:58:48] 03(mod) Delete Korean Optional Messages - 10https://bugzilla.wikimedia.org/39455 summary (10Sam Reed (reedy)) [19:03:33] ni [19:03:38] no, even [19:09:15] 03(NEW) Separate mediawiki installations with shared user database - 10https://bugzilla.wikimedia.org/39462 normal; MediaWiki extensions: OpenID; (simone.hinterseher) [19:09:52] Reedy: ok, then what should toddWork do instead, then? :) [19:13:21] Change merged: Bsitu; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/20285 [19:14:45] New patchset: Mwjames; "SRF sparkline run/pass jshint compliance test" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20471 [19:16:11] I am getting an "Error creating thumbnail: Image type not supported" for a .bmp image, is there any way to support it or just show a link to the file ? [19:16:45] New review: Mwjames; "nothing added just ensure jshint compliance, before SRF 1.8 release" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/20471 [19:16:45] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20471 [19:17:07] krimreaper: why would you ever use a bmp file? [19:18:54] Betacommand, I am writing an article on configuring receipt printers to print with bmp images, want to inclide an example image for testing [19:19:31] New code comment: Danwe; This prevents from creating articles with lower case letters for testing.; [19:22:46] New code comment: Platonides; See r70917 for the errors that were caused by running without $wgCapitalLinks: http://pastebin.com/; [19:23:04] is there a way to show the fullsize image, rather than the thumbnail ? [19:26:05] Given a Title object for a subpage, is there an easy way to get the parent page Title object? [19:26:32] 03(mod) Separate mediawiki installations with shared user database - 10https://bugzilla.wikimedia.org/39462 (10simone.hinterseher) [19:27:39] wto: Title::makeTitle( $t->getNamespace(), $t->getBaseText() ); [19:27:57] Dantman: thanks. I was hoping for a neater solution, but that will do! [19:28:27] Yeah, we should probably have a getBaseTitle and getRootTitle [19:30:44] New patchset: Trevor Parscal; "Design changes for save dialog" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20473 [19:31:43] Dantman: that would be reasonable since there are several getters for subpages [19:33:26] Well, not exacltly [19:37:27] wto: Note that it won't work if the namespace does not have subpages enabled [19:37:44] good point [19:38:25] New patchset: GWicke; "(Don't merge) Attribute histograms & stats" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/20474 [19:41:41] New patchset: Trevor Parscal; "Added notification on save" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20475 [19:45:29] 03(mod) Add support for using graphicsmagick instead of imagemagick for thumbnailing - 10https://bugzilla.wikimedia.org/19073 +comment (10Sumana Harihareswara) [19:45:41] 03(mod) [patch] Add support for natural sort ordermethod. - 10https://bugzilla.wikimedia.org/39198 +comment (10Sumana Harihareswara) [19:47:02] Change merged: Bsitu; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/20282 [19:47:27] New patchset: MarkTraceur; "(bug 39438) Properly initialize and update the user list" [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20476 [19:48:29] New review: Catrope; "Because this is a potentially breaking change, we should prepare a mailing list post to mediawiki-ap..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20472 [19:48:29] New review: MarkTraceur; "Done and done!" [mediawiki/extensions/EtherEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/20476 [19:48:29] Change merged: MarkTraceur; [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20476 [19:50:00] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20475 [19:55:44] 03(mod) Review and deploy OnlineStatusBar extension - 10https://bugzilla.wikimedia.org/32128 +comment (10Sumana Harihareswara) [19:57:05] New patchset: Daniel Friesen; "Add getRootText, getRootTitle, getBaseTitle, and getSubpage methods to Title." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20478 [20:00:16] 03(mod) Review and deploy TimedMediaHandler extension (timed media handler) to Wikimedia wikis - 10https://bugzilla.wikimedia.org/27699 +comment (10Sumana Harihareswara) [20:02:44] 03(mod) Install extension:SubpageSortkey on wikibooks - 10https://bugzilla.wikimedia.org/22911 +shell; +comment (10Sumana Harihareswara) [20:05:58] New patchset: MarkTraceur; "Forgot to add two files." [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20479 [20:06:08] Change merged: MarkTraceur; [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/20479 [20:09:02] 03(WONTFIX) Install Extension:Interlanguage on en.wikipedia - 10https://bugzilla.wikimedia.org/15607 +comment (10Sumana Harihareswara) [20:09:22] 03(FIXED) User list doesn't list correctly for late joiners - 10https://bugzilla.wikimedia.org/39438 +comment (10Mark Holmquist) [20:09:45] Change merged: Catrope; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20264 [20:09:56] Change merged: Catrope; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20263 [20:10:07] 03(mod) Anonymous access to pads - 10https://bugzilla.wikimedia.org/39425 minor->15enhancement (10Mark Holmquist) [20:10:33] 03(mod) Multiple pad per page clarification - 10https://bugzilla.wikimedia.org/39424 15enhancement->normal (10Mark Holmquist) [20:10:49] New review: Catrope; "Looks good to me, +1 (can't actually +1 because this is a draft)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20472 [20:10:59] 03(mod) Modules sometimes load in the wrong order - 10https://bugzilla.wikimedia.org/39439 (10Mark Holmquist) [20:11:05] 03(mod) Add in authorship color changes - 10https://bugzilla.wikimedia.org/39440 (10Mark Holmquist) [20:11:20] 03(mod) Add tooltips to the icons for session and user lists - 10https://bugzilla.wikimedia.org/39441 normal->trivial (10Mark Holmquist) [20:11:27] 03(mod) Add tooltips to the icons for session and user lists - 10https://bugzilla.wikimedia.org/39441 +easy (10Mark Holmquist) [20:11:41] 03(FIXED) Disable user list when not collaborating - 10https://bugzilla.wikimedia.org/39442 (10Mark Holmquist) [20:11:45] New review: Catrope; "+1, just needs a little bit more docs per the other comments, then it's good to go" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/20013 [20:12:01] 03(mod) Submit action in normal edit form enables collaboration. Why? No reason. - 10https://bugzilla.wikimedia.org/39443 (10Mark Holmquist) [20:12:04] New patchset: Trevor Parscal; "Fixed scroll and selection issues" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20480 [20:12:13] 03(mod) Should warn and/or save edits if collaborate is switched off - 10https://bugzilla.wikimedia.org/39444 (10Mark Holmquist) [20:13:49] New patchset: Trevor Parscal; "Added check for empty document to avoid error" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20481 [20:16:01] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20465 [20:16:45] New patchset: Trevor Parscal; "Utilizing RL skinStyles for skin-specific ve.init styles" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20482 [20:17:42] hey, I got myself the latest wiki and added at the bottom of LocalSettings.php: require_once( "$IP/extensions/ConfirmEdit/ConfirmEdit.php" ); [20:17:49] but it doesn't work, unfortunately [20:18:38] 03reedy * 10/trunk/tools/bugzilla/client/simple-queries.php: Minor cleanup [20:18:39] it's the confirmedit that came with the wiki [20:19:33] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20480 [20:21:52] ah, I see it _is_ working when creating a new account [20:21:56] just not when editing [20:22:04] I guess this should be enough to keep most bots out [20:23:30] norbert_, by default it doesn't appear for each edit [20:23:35] only for those that add new urls [20:23:44] take a look to the configuration options [20:24:13] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20482 [20:26:26] 03(mod) Add support for using graphicsmagick instead of imagemagick for thumbnailing - 10https://bugzilla.wikimedia.org/19073 +comment (10Bawolff) [20:30:43] New patchset: Robmoen; "Added MW page suggestion functionality." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/19784 [20:35:05] 03(NEW) Installer should detect mod_security and give warning - 10https://bugzilla.wikimedia.org/39463 normal; MediaWiki: Installer; (bawolff+wn) [20:35:06] 03(mod) Getting strange 403 errors when trying to edit with following text: - 10https://bugzilla.wikimedia.org/15350 (10Bawolff) [20:39:05] 03(mod) Include logged action from abusefilter into CheckUser report - 10https://bugzilla.wikimedia.org/29583 +comment (10Chris Steipp) [20:39:10] New patchset: MaxSem; "Update to r864" [wikimedia/wlm-api] (master) - https://gerrit.wikimedia.org/r/20484 [20:40:11] Change merged: awjrichards; [wikimedia/wlm-api] (master) - https://gerrit.wikimedia.org/r/20484 [20:43:03] New patchset: Subramanya Sastry; "Fix for Bug:39113" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/20485 [20:43:53] 03(FIXED) Make use of the ISO3166 extension for adm regions - 10https://bugzilla.wikimedia.org/38386 +comment (10Max Semenik) [20:45:06] New patchset: Aaron Schulz; "Profiling fix for LocalFile." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20486 [20:48:34] New patchset: Trevor Parscal; "Design changes for save dialog" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20473 [20:49:41] New patchset: Trevor Parscal; "Added check for empty document to avoid error" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20481 [20:56:49] Change merged: Catrope; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20486 [20:57:47] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20481 [20:58:24] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20473 [21:01:44] Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/20485 [21:03:31] Hm. No description of the LATER resolution in Bugzilla [21:05:58] 06(LATER) Suggestion: add new tab "edit with collaborative editor" - 10https://bugzilla.wikimedia.org/39389 +comment (10Mark Holmquist) [21:12:37] New patchset: Mwjames; "SRF jqPlot scatter chart" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20029 [21:12:43] New patchset: Trevor Parscal; "Added MW page suggestion functionality." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/19784 [21:13:11] 03reedy * 10/trunk/tools/bugzilla/client/shell-requests.php: Work from simple-queries.php, add a script to generate the results for https://www.mediawiki.org/wiki/Shell_requests [21:13:18] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/19784 [21:14:22] !e EtherEditor [21:14:22] https://www.mediawiki.org/wiki/Extension:EtherEditor [21:15:34] Change merged: Bsitu; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/19728 [21:17:23] New patchset: Mwjames; "SRF jqPlot scatter chart" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20029 [21:19:14] 03(NEW) enable gitweb's blame - 10https://bugzilla.wikimedia.org/39464 normal; MediaWiki: General/Unknown; (mah) [21:20:56] That bug sounds dupey [21:21:12] 14(WFM) enable gitweb's blame - 10https://bugzilla.wikimedia.org/39464 +comment (10Sam Reed (reedy)) [21:21:19] hexmode: you about? [21:21:29] New patchset: Mwjames; "SRF jqPlot scatter chart" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20029 [21:21:40] Reedy: ye [21:21:43] p [21:22:23] PHP Fatal error: Uncaught exception 'Exception' with message 'The username or password you entered is not valid.' in /home/reedy/mediawiki/trunk/tools/bugzilla/client/jsonRPCClient.php:151 [21:22:25] :( [21:22:37] 04(REOPENED) Suggestion: add new tab "edit with collaborative editor" - 10https://bugzilla.wikimedia.org/39389 +comment (10T. Gries) [21:23:08] 03(mod) Suggestion: tab "collaborative editor" OR "edit" (standard editor) tab in correspondence to the user preference setting - 10https://bugzilla.wikimedia.org/39389 summary (10T. Gries) [21:24:12] Reedy: ~/.bugzilla.ini has 'email = LOGIN\npassword = PASSWORD\n' ?? [21:24:50] yup [21:25:00] hrm... mmmm [21:25:10] any changes from svn? [21:25:40] may need to check against git HEAD [21:26:42] The stack trace looks sane [21:26:43] #1 /home/reedy/mediawiki/trunk/tools/bugzilla/client/shell-requests.php(23): BugzillaWebClient->__construct('https://bugzill...', 'sam@reedyboy.ne...', '.....', 0) [21:26:51] 03(mod) Suggestion: tab "collaborative editor" OR "edit" (standard editor) tab in correspondence to the user preference setting - 10https://bugzilla.wikimedia.org/39389 +comment (10Mark Holmquist) [21:28:37] Reedy: are you using one of the scripts I put in, or are you creating yourown? [21:28:53] 03(mod) enable gitweb's blame - 10https://bugzilla.wikimedia.org/39464 (10Sam Reed (reedy)) [21:29:02] I copied your simple-queries.php and made shell-requests.php [21:29:13] k, let me try again [21:30:46] 03(mod) Installer should detect mod_security and give warning - 10https://bugzilla.wikimedia.org/39463 normal->15enhancement (10Sam Reed (reedy)) [21:31:33] Reedy: works for me... [21:31:46] Reedy: where is the blame link? [21:31:50] * hexmode looks again [21:31:55] 03(mod) Automatic login with OpenID does not work - 10https://bugzilla.wikimedia.org/39435 +comment (10T. Gries) [21:31:56] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=tree [21:32:00] -rw-r--r-- 540 .gitignore blob | blame | history | raw [21:32:09] Reedy: also, I'll test the script some more [21:32:29] New patchset: Siebrand; "Maintenance for GoogleAdSense extension." [mediawiki/extensions/GoogleAdSense] (master) - https://gerrit.wikimedia.org/r/20488 [21:33:06] let me var_dump( $u ) [21:33:14] hrm... the blame wasn't showing up on the page I looked at [21:35:03] If you do not enter the correct password after 1 more attempt(s), you will be locked out of this account for 30 minutes. [21:35:04] hexmode: OH [21:35:10] entering the right password might help... [21:35:19] heh [21:36:30] 'keywords is not a valid parameter for the Bugzilla::Bug::match function.' [21:36:33] progress! [21:36:47] :) [21:38:30] 03(mod) noinclude / includeonly context wrongly set to 'include' when processing template parameters - 10https://bugzilla.wikimedia.org/39113 (10ssastry) [21:39:42] 03(NEW) Selecting all text and typing causes first typed character to be deleted - 10https://bugzilla.wikimedia.org/39465 normal; VisualEditor: ContentEditable; (tparscal) [21:40:17] 03reedy * 10/trunk/tools/bugzilla/client/bugzilla.php: else if -> elseif [21:41:07] 04(REOPENED) UploadWizard: uploading file with colon in name leads to error - 10https://bugzilla.wikimedia.org/26209 +comment (10Sage Ross) [21:42:55] meh, I really need a CentralAuth environment [21:42:59] New patchset: Catrope; "Merge branch 'master' into RL2" [mediawiki/extensions/Gadgets] (RL2) - https://gerrit.wikimedia.org/r/20490 [21:43:06] 03(mod) Separate mediawiki installations with shared user database - 10https://bugzilla.wikimedia.org/39462 +comment (10T. Gries) [21:43:15] 03(ASSIGNED) Separate mediawiki installations with shared user database - 10https://bugzilla.wikimedia.org/39462 +comment (10T. Gries) [21:43:25] New patchset: Siebrand; "Replace deprecated Language::getLanguageNames() by Language::fetchLanguageNames()." [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/20491 [21:44:26] 03(mod) Separate mediawiki installations with shared user database - 10https://bugzilla.wikimedia.org/39462 +comment (10T. Gries) [21:45:41] 03(mod) Separate mediawiki installations with shared user database - 10https://bugzilla.wikimedia.org/39462 +comment (10T. Gries) [21:54:35] wfAppendQuery is marked deprecated, but docs don't provide a suggestion on what else to use. Can anyone tell me? [21:55:06] Wait, why is that deprecated? [21:55:27] In favor of the Uri class maybe? But that's very new [21:56:27] I have something like this now: [21:56:28] wfAppendQuery( $otherWikiBaseUrl, array( [21:56:29] 'action' => 'login', [21:57:02] (will update method docs based on replies here :) [21:57:56] hexmode: where are the various remote methods documented? [21:58:12] on moz.org... 1s [21:58:35] unless you mean the stuff in the file, then the code is the documentation :P [21:58:58] Trying to work out why there isn't a Bug.keywords etc [21:59:06] http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html [21:59:39] 03(mod) Suggested file names should not contain illegal chars - 10https://bugzilla.wikimedia.org/30390 +comment (10Karun) [22:00:53] New patchset: Siebrand; "Add version of deprecation for wfAppendQuery() and suggest alternative." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20493 [22:01:01] 03(mod) Signature preview does not manage language interwikis - 10https://bugzilla.wikimedia.org/33563 (10Karun) [22:08:49] New patchset: Siebrand; "Remove use of deprecated methods." [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/20496 [22:14:05] New patchset: Robmoen; "VE multiSuggest bug fixes." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20497 [22:15:14] hexmode: we can't by keyword :( [22:15:58] Reedy: yeah, the api isn't as awesome as it could be :P [22:16:22] hexmode: heh. When they've put nearly everything else in place... [22:17:54] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/19946 [22:19:18] 03reedy * 10/trunk/tools/bugzilla/client/bugzilla.php: Add documentation [22:19:45] New review: Katie Horn; "Woot." [mediawiki/extensions/DonationInterface] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/20463 [22:19:45] Change merged: Katie Horn; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/20463 [22:19:48] Reedy: I finally was able to track the bug down :) [22:20:19] RoanKattouw & robla, Platonides mentioned this bug to me https://bugzilla.wikimedia.org/show_bug.cgi?id=38606 and asked if we could get someone to fix it fairly soonish :-) I'll try to find a volunteer, but just wanted to get your eyes on it to see whether there's anything WONTFIXy or peculiar such that I should stand back [22:20:50] 03(mod) open new mailing list Wikimedia-IL-WLM - 10https://bugzilla.wikimedia.org/39423 +comment (10Thehelpfulone) [22:22:20] sumanah: That seems like a reasonable request [22:23:24] ok! [22:25:17] 03(mod) open new mailing list Wikimedia-IL-WLM - 10https://bugzilla.wikimedia.org/39423 +comment (10Itzik Edri) [22:27:00] just sucessfully used git bisect for the first time... w00! [22:27:37] Reedy: Is there any reason to not use User::getRights() in ApiQueryUsers.php (at about line 150) [22:28:15] I can either use that, or run the UserGetRights hook there [22:29:17] Performance, probably :/ [22:29:44] Line 150 seems wrong [22:29:59] Though [22:30:02] New patchset: Mwjames; "SRF jqPlot scatter chart" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20029 [22:30:10] I'm sure there's a commit in gerrit modifying this.. [22:30:35] 03(mod) open new mailing list Wikimedia-IL-WLM - 10https://bugzilla.wikimedia.org/39423 +comment (10Thehelpfulone) [22:30:38] hoo: https://gerrit.wikimedia.org/r/#/c/17609/ [22:30:41] Reedy: So, a fix already in the pipe [22:31:36] New patchset: Kaldari; "Fixing bug 39210 - making edit summaries for tagging and deleting better" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/20257 [22:31:38] Possibly (as a side effect) [22:31:44] Reedy: I don't think so [22:31:49] Hmm. I think Daniel Zahn shouldn't've posted the dates of those removed messages� [22:31:57] those functions only take local groups and look for assigned rights [22:32:03] but aren't running the hook [22:32:22] if we're calling the hook ourselves in the api, we're probably doing it wrong [22:32:30] 03(mod) Set log_page to the page_id of its description page for upload actions - 10https://bugzilla.wikimedia.org/38606 +comment (10Rob Lanphier) [22:32:39] Yes, that's uggly [22:32:41] but fast :P [22:32:57] atm only $user->getRights() really returns all rights [22:33:03] and that's the only function calling that hook [22:33:54] hexmode: congrats! [22:34:13] There were only a few threads created in those two days. 1 of those threads is in my inbox but not in the archives. [22:35:57] Reedy: After looking though the code a bit, I think it should be ok to use $user->getRights(); over there [22:36:11] no need to duplicate all that code with looking up groups and stuff [22:36:28] if we don't use that, we need to run the hook over here [22:36:32] or Wontfix :/ [22:38:04] The only thing more expensive over there is the hook [22:38:57] $copyright = $copyright; lol [22:39:02] from bz [22:39:11] Hi all, I need an advice about "ktg6us78hf8vdu7" html dummy tag appearing on some edits on several wikies. [22:39:18] I prefer $copyright = $copyleft; [22:39:30] M7: WMF ones? [22:39:56] yes, I've been reported on it.wiki, en.wiki and pt.wiki [22:40:16] M7: Got an example? [22:40:40] you can see a sort of "heads up" on it.wiki today's discussions [22:40:44] links: [22:41:02] 03(mod) open new mailing list Wikimedia-IL-WLM - 10https://bugzilla.wikimedia.org/39423 +comment (10Itzik Edri) [22:41:04] https://it.wikipedia.org/w/index.php?title=Luigi_Lavazza_%28azienda%29&diff=prev&oldid=51858226 [22:41:31] https://it.wikipedia.org/wiki/Wikipedia:Bar/Discussioni/Stringa_ktg6us78hf8vdu7_che_appare_nelle_voci [22:41:37] (sorry, in Italian) [22:42:10] it keeps happening and it's quite frustrating [22:42:17] True [22:42:48] M7: Have you searched bugzilla? [22:42:56] I could setup an heuristic filter, but users do not deserve to be blocked since it can't be their fault [22:43:02] hoo, yes I did [22:43:16] nothing under "ktg6us78hf8vdu7" [22:43:26] nothing under "bogus html" [22:43:46] my sympathies M7 [22:43:58] New patchset: Trevor Parscal; "Fixed the text in the edit summary box being the wrong font and size" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20498 [22:44:03] hi sumanah [22:44:21] I've googled around [22:44:34] and it seems only a MW issue [22:45:33] many search hits are from the italian wiki "village pump" article, which is linked to several user talks [22:46:02] 66 hits at the moment [22:46:04] https://www.google.it/search?q=ktg6us78hf8vdu7 [22:46:29] New patchset: Catrope; "Fix JS error for inline aliens" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20499 [22:47:03] 03(NEW) makeMediaLinkObj wasn't doesn't use the Link{Begin,End} hooks - 10https://bugzilla.wikimedia.org/39466 normal; MediaWiki: General/Unknown; (mah) [22:47:44] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20498 [22:48:53] M7: I'm totally clueless [22:49:16] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20497 [22:49:27] maybe an Extension [22:49:37] would have never passed automatic testing [22:49:59] I'm too... can a dev at least do a grep against this string [22:50:17] on the latest package [22:50:35] M7: Already did [22:50:40] ah [22:50:44] Are bots affected or only real users? [22:50:51] Looks like JS gone wild [22:51:05] it seems even legit IP contribs [22:51:44] 03reedy * 10/trunk/tools/bugzilla/client/shell-requests.php: [22:51:44] Seems we can't currently search by keyword (bah), or by last date changed... [22:51:44] So this script can't be much used for its intended purpose.... Mostly fleshed out for usage in the future if we get keyword and change boundary... [22:52:11] yup, but where? [22:52:32] M7: Whoa.... wtf [22:52:42] Nested tags wiht class="gibberish" [22:52:47] That is *scary* [22:53:07] I suspect JS [22:53:21] Possible [22:53:27] M7: Are you aware of any bots which introduced that tag? [22:53:35] I don't think AbuseFilter can do this, can it? [22:53:40] Another thing we could workaround with global abusefilters... [22:54:24] RoanKattouw: I think we can... if it gets introduced after the abusefilter hooks run, we're really into trouble :P [22:55:33] !("bot" in user_groups) & !("autoconfirmed" in USER_GROUPS) & [22:55:33] lcase(added_lines) rlike "ktg6us78hf8vdu7") [22:56:16] M7: Catch all [22:56:35] 03(mod) Set log_page to the page_id of its description page for upload actions - 10https://bugzilla.wikimedia.org/38606 +comment (10Sumana Harihareswara) [22:56:48] which come with no matter which user group [22:57:29] yep, I'd always protect bot and trusted user edits on it.wiki AbuseFilter [22:57:39] hoo: I meant, I don't think a buggy filter could introduce this text. [22:58:05] oh, that way round :P Sure [22:58:34] especially the href="#" makes it look like it comes from JS [22:58:57] New patchset: MarkAHershberger; "Bug 39466: Fix Media: links so that LinkEnd and LinkBegin hooks are called" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/20500 [22:59:02] These are not bot edit: [22:59:03] https://it.wikipedia.org/wiki/Speciale:Contributi/62.211.205.97 [22:59:14] please look at the diffs [23:01:03] it seems to wrap only specific words [23:01:26] New patchset: Trevor Parscal; "Added saving "spinner" icon to save dialog" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20501 [23:02:38] the IP is a generic domestic ADSL, no open proxy, nothing suspicious [23:03:45] it would be interesting having a look at the user agents, to see if some browser client has gone nuts in some last update or extension [23:04:26] but I cannot on my home wiki, nor on pt.wiki and en.wiki since they have their own checkusers [23:05:51] I did another check back... only WMF hosted sites are affected [23:06:30] then its difficult to think at client failures [23:07:04] M7: http://ro.wikipedia.org/w/index.php?title=Cavalerul_negru%3A_Legenda_rena%C8%99te&diff=6724011&oldid=6703044 [23:08:22] :-( http://ro.wikipedia.org/w/index.php?title=Special%3AList%C4%83_utilizatori&username=&group=checkuser&limit=50 [23:08:36] ro.wiki has 3 CU [23:08:47] lemme search on then [23:09:22] 03(mod) The move reason field should be one line only - 10https://bugzilla.wikimedia.org/13627 +comment (10とある白い猫) [23:09:45] M7: No match [23:10:01] Ruwiki got checkusers, no? [23:10:05] user agents do not match? [23:10:23] New patchset: Trevor Parscal; "Added saving "spinner" icon to save dialog" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20501 [23:10:27] M7: I can't checkuser... I've searched for edits in a low traffic wiki [23:10:56] RoanKattouw: Is it possible to checkuser those IP from your side? [23:11:04] s/IP/IPs/ [23:11:34] ru.wiki has got 4 CU [23:11:35] https://ru.wikipedia.org/w/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F%3A%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D1%83%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA%D0%BE%D0%B2&username=&group=checkuser&limit=50 [23:11:35] I'm not a checkuser [23:11:44] RoanKattouw: But a sysadmin [23:11:57] Change merged: Trevor Parscal; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20499 [23:13:53] New patchset: Mwjames; "SRF jqPlot scatter chart" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20029 [23:15:17] hoo: Yeah I have the technical ability but not the mandate [23:15:51] Change merged: Catrope; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20501 [23:16:05] pity... [23:16:25] 03(FIXED) open new mailing list Wikimedia-IL-WLM - 10https://bugzilla.wikimedia.org/39423 +comment (10Thehelpfulone) [23:16:36] IPs are doing this, so I don't think it's user-specific JS. And I can't find anything in the resource files with this string [23:16:53] Krenair: I've already searched all of MW [23:16:58] several extensions [23:17:02] site DOM [23:17:08] itwiki, enwiki, meta, commons [23:17:16] and google [23:17:23] no result for that damn string [23:17:54] but it can't be random as it's always the same [23:18:00] (or the randomizer sucks :D) [23:18:35] I'm going to post to CU list and see if I can get a hand from somebody [23:18:47] just removed it from an frwiki page [23:18:48] sumanah, can I CC you ? [23:19:08] nothing strange in the diff [23:19:13] M7: That and abusefilters are probably the way to go [23:20:07] M7: you can, but I am unlikely to be able to help very much; Andrew Garrett (werdna), ashley (Jack Phoenix), and Krenair & RoanKattouw are going to be more useful to you [23:20:57] New review: Jeroen De Dauw; "Just in time to save me from the mad house :)" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/20029 [23:20:57] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/20029 [23:21:22] am not identified, so you probably shouldn't CC me to a thread on a CU list [23:21:55] okay, then please forward the mail, since it does not contain checkuser private data... [23:22:14] 03(mod) Add in authorship color changes - 10https://bugzilla.wikimedia.org/39440 +comment (10Mark Holmquist) [23:24:50] New patchset: Christian; "Multiple Transactions" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20503 [23:24:52] hoo, what's the inserted string? [23:25:19] Platonides: "ktg6us78hf8vdu7" [23:25:28] filter has been set on it.wiki [23:25:33] things like this: https://fr.wikipedia.org/w/index.php?title=%C3%89quipe_d%27Angola_de_basket-ball&diff=prev&oldid=82028948 [23:25:38] [23:25:39] looks like a google groups thread id [23:25:49] Platonides: No hit on google [23:25:49] admins can export to their wiki if they like [23:26:17] and it's set as class, which makes it wierd [23:26:24] around like film, music, font... [23:26:33] *around words [23:26:40] some advertising extension [23:26:59] hoo / M7: isn't this the same type thing that popped up a couple of weeks ago? Some browser toolbar that was inserting "helpful" links... [23:27:21] csteipp: I'm not aware of that [23:27:29] I saw the same one recently, but with inlineAdmedialink class https://es.wikipedia.org/w/index.php?title=Anexo:Ciudades_de_Estados_Unidos_por_poblaci%C3%B3n&diff=prev&oldid=58206109 [23:27:31] only of the old skype plugin doing that crap [23:27:41] Could a checkuser reveal any common browser extensions? [23:27:47] I'm also not aware though I remember the skype toolbar problem [23:27:52] Krenair: No, only common browsers [23:27:56] around tel numbers [23:28:12] Yes [23:28:36] New patchset: Christian; "Native delete and backspace handling" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/20504 [23:28:51] csteipp: I suspect a browser plugin, maybe even one which is wikipedia specific (would explain, why we got no cases on other projects as well) [23:29:05] We could just contact the users and ask for their extension lists [23:29:47] 03(FIXED) noinclude / includeonly context wrongly set to 'include' when processing template parameters - 10https://bugzilla.wikimedia.org/39113 (10Gabriel Wicke) [23:29:52] Yeah... I'm trying to remember what it was.. I think someone called my attention to it on the security channel... I'm not finding it in the logs. [23:29:58] what browsers did CU show? [23:31:00] Krenair, assuming they are savy enough to give us the extension list :P [23:31:36] Still a checkuser would be great [23:31:43] maybe we can nail it down to a browser [23:32:20] if it's IE, it can give out the full extension list in the UA [23:32:29] * csteipp places bets on IE, some version less than 8... [23:32:45] That would be to obvious [23:32:54] * hoo bets on Firefox [23:33:04] there are crappy plugins for that one as well [23:33:44] That there are... but I'm betting against the type of user that runs IE vs FF :) [23:34:23] One of the IPs which added it to frwiki showed up on a public tracking page found via google [23:34:29] "21 Jun, Thu, 20:37:42","87.88.77.72","Cable/DSL","Bouygues Telecom","Europe","France","Ile-de-France","Villeneuve-saint-georges","48.7322","2.44929999999999","Chrome 19","Windows Vista","1280x1024","32 Bit (16.7M)","JS Enabled","","","","" [23:34:49] Krenair: That's a dynamic one, probably [23:34:55] 03(mod) Set log_page to the page_id of its description page for upload actions - 10https://bugzilla.wikimedia.org/38606 +comment (10Platonides) [23:34:57] unfortunately I guess the dynamic IP ownership would've changed in two months :( [23:35:05] The edit wasn't anywhere close to June 21, was it? [23:35:25] nope, it was yesterday: https://fr.wikipedia.org/w/index.php?title=%C3%89quipe_d%27Angola_de_basket-ball&diff=prev&oldid=82028948 [23:35:36] just a few hours ago actually [23:35:38] That's worth nothing than [23:37:14] are they ips only? [23:37:29] Platonides: no, some are registered as well [23:38:15] we could get some data from those [23:39:13] that extension is seriously broken :P [23:39:50] it breaks urls, it even adds the class around itself [23:40:25] http://en.wikipedia.org/wiki/User:Remo_karthick [23:42:14] Platonides: Can you create an enwiki abuse filter? [23:43:00] I'm not admin at enwiki [23:43:30] And neither am I :/ [23:43:51] btw, you should publish the abusefilter code [23:44:08] hoo, ask for one in #wikimedia-admin? [23:44:10] M7 got it [23:44:27] maybe create a page with the investigation [23:44:50] 03(mod) show translated titles per user language - 10https://bugzilla.wikimedia.org/29928 (10Nemo_bis) [23:45:13] !("bot" in user_groups) & !("autoconfirmed" in USER_GROUPS) & (lcase(added_lines) rlike "ktg6us78hf8vdu7") [23:45:15] 03(mod) Show translated titles per user language in categories too - 10https://bugzilla.wikimedia.org/29928 summary (10Nemo_bis) [23:45:50] IMHO autoconfirmed are equally likely to have that broken extension installed [23:46:22] Ok, you can remove then [23:50:05] 03(mod) Add support for using graphicsmagick instead of imagemagick for thumbnailing - 10https://bugzilla.wikimedia.org/19073 +comment (10Jools Wills)