[11:04:56] Krinkle: done. just a few nitpics about docs [12:13:01] duesen: thx, done [12:23:01] Amir1: he, inline profile breaks CSS/JS responses now. https://phabricator.wikimedia.org/P23087 [12:23:12] 6.41% 25.266 1 - section.query-m: SELECT /* .. */ .. [12:23:19] the comment is included and not escaped [12:24:10] :((( [12:24:13] How is there literally no escaping in ProfilerOutputText? [12:24:15] Is there a ticket [12:24:18] not even for the html case [12:24:33] although granted, I guess it's less likely for the php method syntax to break html [12:24:38] on the other hand, user input from sql text [12:24:52] Not yet [12:25:40] I'll do what ResourceLoader::makeComment does [12:25:47] Which is lame, but works [12:31:34] !bash Krinkle [12:31:34] Amir1: Stored quip at https://bash.toolforge.org/quip/WUUPwX8B6FQ6iqKihs2h [12:31:44] Ugh [12:31:50] Stupid phone [12:32:16] !bash which is lame but it works [12:32:16] Amir1: Stored quip at https://bash.toolforge.org/quip/EQUQwX8B8Fs0LHO5KhRo [12:32:44] I'll delete the first one later ;) [14:50:12] I ran fixDoubleRedirects.php on wikitech to fix 20 or so redirects. [14:50:20] I'm noticing some.. interesting side effects [14:50:34] 1. The edits aren't in recent changes neither for human nor bots [14:50:42] 2. The user shows as "not registered" - https://wikitech.wikimedia.org/wiki/Special:Contributions/Redirect_fixer [14:50:57] 3. page history lacks a "contribs" link. https://wikitech.wikimedia.org/w/index.php?title=Data_center&action=history [14:52:00] I'm guessing that whatever we've done for other system users, we forgot to do for this one [14:53:00] The code certainly doesn't look at all what we normally do [14:53:02] !self::$user->isRegistered() ) { [14:53:02] self::$user->addToDatabase(); [15:04:27] Is there actually a use in having each scirpt use its own user name vs just re-using `MediaWiki default` or `Maintenance script` more often? [15:13:27] huh, interesting. EDIT_SUPPRESS_RC makes it excluded entirely from RC, not even flood/bot flag [15:23:53] Ah, I see, it's originally for use via a checkbox on move page, so it'd be a side-effect of something in RC already. [15:24:02] https://www.mediawiki.org/wiki/Special:Code/MediaWiki/r37928 [17:53:44] Ah and then we have the EDIT_INTERNAL optimisation.. [17:54:37] which seems to have no practical effect on the task it was added for, T136678 [17:54:37] T136678: Investigate how to increase edit stash hit rate - https://phabricator.wikimedia.org/T136678