[00:00:29] RoanKattouw, I actually meant when I was testing Matej's patch. That's not what I guessed on the other one (I was guessing it was due to AJAX, and would happen on any initial no-results, not just conflict). [00:01:01] Oh, sorry, I now see you're responding to my question from hours ago [00:01:01] RoanKattouw, unrelatedly, see Joe's comment above on the sub-categories thing. [00:01:03] Reinterpreting [00:01:31] Why did you need to hard-refresh to test Matej's thing? That doesn't really make sense to me... [00:01:36] RoanKattouw, me neither. [00:01:38] I guess there's a RecentChangeEntryCache or whatever? [00:01:46] ? [00:02:05] There's some sort of cache thing somewhere [00:02:06] RoanKattouw, you should be able to see it if you want to look into it locally. Just make two Flow actions (e.g. create topic then reply) on the same topic. [00:02:10] But I think it might only be an in-process cache [00:02:16] It's one of the places where the weird $rc->counter field is used [00:02:40] If that's related to grouping (which it sounds like) that makes sense. [00:04:59] RoanKattouw, also, see how quick you can spot the bug in getExampleMessages (https://gerrit.wikimedia.org/r/#/c/357847/38/includes/api/ApiEchoArticleReminder.php). That was pretty amusing (THIS IS PHP) when I saw it. Bonus points if you predict the return value and errors. [00:05:01] I think it's not directly, and probably only to reduce queries? But I didn't understand it very well [00:05:54] WTF I am not familiar with backtick notation [00:06:37] THIS IS PHP (pronounced like This is SPARTA) [00:06:38] OK so if I remember correctly they work like backticks do in the shell, which is obviously batshit [00:06:43] So the result should be something like [00:07:39] [ "Syntax error: unclosed '" => 'apihelp-echoarticlereminder-example-1', 'something else' => 'apihelp-echoarticlereminder-example-2' ] [00:08:29] RoanKattouw, close, but they both have backticks, and the error goes to standard error, so it's: [00:08:32] Maybe 'something else' is also a syntax error? Interpreted as shell stuff that looks like a bunch of environment variable assignments with & [00:08:40] sh: 1: Syntax error: Unterminated quoted string [00:08:42] array ( [00:08:43] & as in "run detached from the shell" [00:08:43] '' => 'apihelp-echoarticlereminder-example-2', [00:08:45] )% matthew@matthew-zenbook: ~/Code/Wikimedia/vagrant-latest/mediawiki/extensions/Echo (review/foxy_brown/T166973_Article_reminder_API↑1|✔)% [00:08:53] amazing [00:09:10] So running it from eval.php causes that error to go to stderr, but then the result is an empty string [00:09:12] Awesome [00:09:21] RoanKattouw, and the linter is fine with that, but heaven forbid you put two empty lines. [00:09:50] I'll see if there's a phpcs rule to ban backtick. [00:09:58] Or we can just start linting bash inside backticks... [00:10:17] haha [00:10:28] The Gerrit syntax highlight thing gets totally confused by them it looks like [00:11:26] RoanKattouw, yeah, I thought there was only two at first and it was multi-line. [00:12:23] I happened to be in conversation with David so I sent him that link, let's see if he spots it [00:22:44] matt_flaschen: BTW there's another mistake in that function [00:22:50] $dayForTomorrow = '0' + $dayForTomorrow; [00:23:04] That would be valid in JS but not in PHP, because + isn't a concatenation operator [00:23:49] RoanKattouw, oh, yeah, I actually missed that. But I did catch that it doesn't handle the last day of the month, and I'm pretty sure that [0] stuff is wrong. Anyway, I have a much cleaner way to do it (in draft comment) with DateInterval. [00:24:51] RoanKattouw, turns out there is indeed a Generic.PHP.BacktickOperator. I'm running it on core now. [00:25:14] Yeah I was going to say, there has to be a cleaner way of doing this. Didn't even think about the last day of the month problem [00:26:08] Should be fine for Echo, but I'd rather put it in https://github.com/wikimedia/mediawiki-tools-codesniffer . [00:26:49] RoanKattouw, also it compares a string to a number immediately after converting it to a string, but hey, it's PHP, no need to worry about types. [00:26:54] ;) [00:27:43] haha [00:27:52] Oh lol didn't see the strval there [00:36:56] RoanKattouw, https://gerrit.wikimedia.org/r/363512 . [00:37:21] RoanKattouw, wait, let me see the convention on updating the version. [00:37:29] Where is the one use in MW core?! [00:39:39] RoanKattouw, mwdocgen. [00:39:45] in mainenance [00:42:09] RoanKattouw, so it uses tags, right? That means I can't update the version until it's merged: https://getcomposer.org/doc/02-libraries.md#library-versioning [00:49:03] Right, that sounds right [00:53:38] (03CR) 10Mattflaschen: [C: 04-1] "Looks good, it's getting closer." (0316 comments) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) (owner: 10Foxy brown) [01:00:54] (03CR) 10Catrope: New Article Reminder API (031 comment) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) (owner: 10Foxy brown) [01:15:00] matt_flaschen: So I've basically been going through everything in ChangesListSpecialPage and its subclasses and I keep finding super weird things [01:15:10] The latest: code that indirectly does $options['LIMIT'] = 0; [01:15:49] As you can tell by the fact that watchlists aren't broken, this doesn't result in "LIMIT 0" in the query [01:15:55] It does result in a limitless query, which isn't much better [01:16:22] Now I wonder how deliberate or accidental it is that LIMIT 0 gets dropped [01:17:28] Oooh no it doesn't [01:17:31] It just sets no limit [01:17:46] Phew, OK, our DB backend isn't insane, it's just SpecialWatchlist that's being weird, but I knew that already [04:38:57] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-RC-Page, 10Patch-For-Review: [regression wmf.21] Safari only - filter capsules with highlight displayed misalgned - https://phabricator.wikimedia.org/T164308#3410419 (10Niharika) >>! In T164308#3409649, @Etonkovidova wrote... [06:21:15] 10Collaboration-Team-Triage (Collab-Team-Q1-Jul-Sep-2017), 10Edit-Review-Improvements-Integrated-Filters: Make saved filters title more prominent when applied - https://phabricator.wikimedia.org/T169063#3410504 (10Pginer-WMF) >>! In T169063#3407615, @jmatazzoni wrote: > Making the current filter setting more p... [06:51:26] (03PS39) 10Foxy brown: New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) [06:51:46] (03PS17) 10Foxy brown: Article Reminder UI button [extensions/Echo] - 10https://gerrit.wikimedia.org/r/361840 (https://phabricator.wikimedia.org/T168387) [06:52:05] (03PS3) 10Foxy brown: Due to team discussion - there is a need to keep the singular-plurale [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363175 [07:02:51] (03PS1) 10Foxy brown: Create UI for submitting article reminder [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363540 (https://phabricator.wikimedia.org/T168388) [07:03:12] (03PS2) 10Foxy brown: Create UI for submitting article reminder [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363540 (https://phabricator.wikimedia.org/T168388) [07:10:10] (03CR) 10jerkins-bot: [V: 04-1] Create UI for submitting article reminder [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363540 (https://phabricator.wikimedia.org/T168388) (owner: 10Foxy brown) [08:43:34] 10Collaboration-Team-Triage, 10Notifications: Not being alerted to pings - https://phabricator.wikimedia.org/T169852#3410725 (10MarcoAurelio) [10:18:09] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-Integrated-Filters: Move links at top of Recent Changes to a Quick Links menu - https://phabricator.wikimedia.org/T164548#3410962 (10Trizek-WMF) Zh.wp uses a different message: https://zh.wikipedia.org/wiki/MediaWiki:Recentc... [10:28:27] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-RC-Page, 10Community-Liaisons (Jul-Sep 2017), 10User-notice-collaboration: Announce to communities the change for RecentChangesText for the new filters Beta feature - https://phabricator.wikimedia.org/T167945#3410970 (10Tr... [10:48:07] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-Integrated-Filters: Explore more subtle way to indicate filter loading status - https://phabricator.wikimedia.org/T165286#3411017 (10Pginer-WMF) In order to make the waiting experience less jarring, I'd recommend to: - Affect only the results area, not bl... [11:49:42] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-Integrated-Filters, 10Patch-For-Review: Use 12.8 instead of 14px font size - https://phabricator.wikimedia.org/T168089#3411217 (10Volker_E) Actually we are dealing with three base font-sizes in our OOjs UI universe: `12.8px... [11:51:27] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-Integrated-Filters: Make icons size more consistent for Recent Changes filters - https://phabricator.wikimedia.org/T168835#3378101 (10Volker_E) @Catrope @Pginer-WMF So this is ready to be merged in as duplicate? [11:53:02] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-RC-Page, 10Patch-For-Review: [regression wmf.21] Safari only - filter capsules with highlight displayed misalgned - https://phabricator.wikimedia.org/T164308#3411234 (10Volker_E) @Niharika That's not necessarily intended d... [11:58:18] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-Integrated-Filters: Make icons size more consistent for Recent Changes filters - https://phabricator.wikimedia.org/T168835#3411238 (10Pginer-WMF) >>! In T168835#3411218, @Volker_E wrote: > @Catrope @Pginer-WMF So this is ready to be merged in as duplicate... [11:59:52] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-Integrated-Filters: Make icons size more consistent for Recent Changes filters - https://phabricator.wikimedia.org/T168835#3411240 (10Volker_E) @Pginer-WMF But what are the actions to take then? Scaling the icons in RCFilters to the box? [12:32:07] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-Integrated-Filters: Make icons size more consistent for Recent Changes filters - https://phabricator.wikimedia.org/T168835#3411279 (10Pginer-WMF) >>! In T168835#3411240, @Volker_E wrote: > @Pginer-WMF But what are the actions to take then? Scaling the ico... [13:06:25] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-RC-Page, 10Community-Liaisons (Jul-Sep 2017), 10User-notice-collaboration: Announce to communities the change for RecentChangesText for the new filters Beta feature - https://phabricator.wikimedia.org/T167945#3411341 (10Tr... [13:06:27] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-Integrated-Filters: Move links at top of Recent Changes to a Quick Links menu - https://phabricator.wikimedia.org/T164548#3411340 (10Trizek-WMF) [13:09:34] 10Collaboration-Team-Triage (Collab-Team-Q1-Jul-Sep-2017), 10Edit-Review-Improvements-RC-Page, 10Community-Liaisons (Jul-Sep 2017), 10User-notice-collaboration: Announce to communities the change for RecentChangesText for the new filters Beta feature - https://phabricator.wikimedia.org/T167945#3411358 (10Tr... [13:21:17] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-Integrated-Filters: Explore more subtle way to indicate filter loading status - https://phabricator.wikimedia.org/T165286#3261971 (10Trizek-WMF) I like the three-dots option! [13:28:07] 10Collaboration-Team-Triage, 10Notifications: Echo email notifications not being sent - https://phabricator.wikimedia.org/T165248#3411448 (10Reception123) @jmatazzoni What does being triaged in "Freezer" do? [16:33:31] (03CR) 10Foxy brown: New Article Reminder API (0318 comments) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) (owner: 10Foxy brown) [16:34:00] (03PS40) 10Foxy brown: New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) [16:36:33] (03PS3) 10Foxy brown: Create UI for submitting article reminder [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363540 (https://phabricator.wikimedia.org/T168388) [16:37:01] (03PS18) 10Foxy brown: Article Reminder UI button [extensions/Echo] - 10https://gerrit.wikimedia.org/r/361840 (https://phabricator.wikimedia.org/T168387) [16:37:14] (03PS4) 10Foxy brown: Create UI for submitting article reminder [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363540 (https://phabricator.wikimedia.org/T168388) [16:39:30] (03CR) 10jerkins-bot: [V: 04-1] New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) (owner: 10Foxy brown) [16:44:41] (03CR) 10jerkins-bot: [V: 04-1] Article Reminder UI button [extensions/Echo] - 10https://gerrit.wikimedia.org/r/361840 (https://phabricator.wikimedia.org/T168387) (owner: 10Foxy brown) [16:46:58] (03PS41) 10Foxy brown: New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) [16:47:05] (03CR) 10jerkins-bot: [V: 04-1] Create UI for submitting article reminder [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363540 (https://phabricator.wikimedia.org/T168388) (owner: 10Foxy brown) [16:52:43] (03CR) 10jerkins-bot: [V: 04-1] New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) (owner: 10Foxy brown) [16:55:10] (03PS42) 10Foxy brown: New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) [17:04:40] (03CR) 10jerkins-bot: [V: 04-1] New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) (owner: 10Foxy brown) [17:08:36] (03PS43) 10Foxy brown: New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) [17:20:00] (03CR) 10jerkins-bot: [V: 04-1] New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) (owner: 10Foxy brown) [17:21:20] (03PS44) 10Foxy brown: New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) [17:29:51] (03CR) 10jerkins-bot: [V: 04-1] New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) (owner: 10Foxy brown) [17:33:23] (03PS45) 10Foxy brown: New Article Reminder API [extensions/Echo] - 10https://gerrit.wikimedia.org/r/357847 (https://phabricator.wikimedia.org/T166973) [17:42:20] (03PS19) 10Foxy brown: Article Reminder UI button [extensions/Echo] - 10https://gerrit.wikimedia.org/r/361840 (https://phabricator.wikimedia.org/T168387) [17:42:36] (03PS5) 10Foxy brown: Create UI for submitting article reminder [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363540 (https://phabricator.wikimedia.org/T168388) [17:46:31] (03PS4) 10Mattflaschen: i18n tweak for article reminder category on preferences [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363175 (owner: 10Foxy brown) [17:48:01] (03CR) 10Mattflaschen: i18n tweak for article reminder category on preferences (031 comment) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363175 (owner: 10Foxy brown) [17:52:03] (03CR) 10Mattflaschen: [C: 032] i18n tweak for article reminder category on preferences [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363175 (owner: 10Foxy brown) [17:53:40] RoanKattouw re "It does result in a limitless query, which isn't much better", that's pretty bad actually. I'm surprised no one from perf caught that, I guess we have good indices. [17:54:12] (03CR) 10jerkins-bot: [V: 04-1] Create UI for submitting article reminder [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363540 (https://phabricator.wikimedia.org/T168388) (owner: 10Foxy brown) [17:55:40] matt_flaschen: I guess nobody has huge watchlists? [17:56:08] Although, did I tell you about that time that Betacommandbot accidentally enabled "watch every page I edit"? [17:59:19] 10Collaboration-Team-Triage, 10Notifications: Echo email notifications not being sent - https://phabricator.wikimedia.org/T165248#3412683 (10jmatazzoni) Hi Reception123, in general being in the Collab Team Freezer means that a ticket appears to be a genuine issue (so we didn't Resolve it or Decline it). It's... [18:01:11] RoanKattouw, no, people definitely do. Maybe also related to RCMaxAge in prod being the same as the maximum time period for watchlist. [18:01:13] And, yep. [18:01:28] 10Collaboration-Team-Triage, 10Notifications: Echo email notifications not being sent - https://phabricator.wikimedia.org/T165248#3412685 (10Reception123) Thank you for your reply. Hopefully this will come out of the freezer soon [18:05:17] (03Merged) 10jenkins-bot: i18n tweak for article reminder category on preferences [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363175 (owner: 10Foxy brown) [18:08:38] (03CR) 10jenkins-bot: i18n tweak for article reminder category on preferences [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363175 (owner: 10Foxy brown) [18:43:48] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-Integrated-Filters, 10Edit-Review-Improvements-RC-Page, 10MediaWiki-Recent-changes: Implement 'Live Updates' feature for RC page filters - https://phabricator.wikimedia.org/T167743#3412809 (10jmatazzoni) [18:44:09] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-Integrated-Filters, 10Edit-Review-Improvements-RC-Page, 10MediaWiki-Recent-changes: Implement 'Live Updates' feature for RC page filters - https://phabricator.wikimedia.org/T167743#3342989 (10jmatazzoni) a:03Catrope [18:50:27] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-Integrated-Filters, 10Edit-Review-Improvements-RC-Page, 10MediaWiki-Recent-changes: Implement 'Live Updates' feature for RC page filters - https://phabricator.wikimedia.org/T167743#3412835 (10jmatazzoni) @Esanders, I tend... [19:10:33] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-RC-Page, 10Browser-Support-Internet-Explorer: IE11 RC filters - 'x' icon for discarding filters not fully displayed - https://phabricator.wikimedia.org/T162176#3412963 (10Etonkovidova) Re- checked - the X buttons look ok. T... [19:11:01] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-RC-Page, 10Browser-Support-Internet-Explorer: IE11 RC filters - 'x' icon for discarding filters not fully displayed - https://phabricator.wikimedia.org/T162176#3412964 (10Etonkovidova) 05Open>03Resolved p:05Triage>03... [19:16:24] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-RC-Page, 10Browser-Support-Internet-Explorer: RC filters - IE11 filters display issues - https://phabricator.wikimedia.org/T162957#3413018 (10Etonkovidova) Re-checked - both issues are fixed. Closed as Resolved. [19:21:26] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-RC-Page, 10Browser-Support-Internet-Explorer: IE11 RC filters - 'x' icon for discarding filters not fully displayed - https://phabricator.wikimedia.org/T162176#3413049 (10Volker_E) a:03Volker_E [19:23:08] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-RC-Page, 10Browser-Support-Internet-Explorer: RC filters - IE11 filters display issues - https://phabricator.wikimedia.org/T162957#3413057 (10Etonkovidova) 05Open>03Resolved [20:44:44] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-Integrated-Filters, 10Epic, 10User-notice-collaboration: Styling adjustments for the New filters for edit review - https://phabricator.wikimedia.org/T168826#3413342 (10Jdforrester-WMF) [20:44:46] 10Collaboration-Team-Triage (Collab-Team-Q1-Jul-Sep-2017), 10Edit-Review-Improvements-Integrated-Filters, 10Patch-For-Review: Adjust color of some filter actions to make them less prominent - https://phabricator.wikimedia.org/T168841#3413340 (10Jdforrester-WMF) 05Open>03declined Over-riding the behaviour... [20:47:30] (03CR) 10jenkins-bot: Localisation updates from https://translatewiki.net. [extensions/Flow] - 10https://gerrit.wikimedia.org/r/363698 (owner: 10L10n-bot) [20:48:47] 10Collaboration-Team-Triage, 10Notifications: Option to disable notifications about 1st, 10th, etc. edit - https://phabricator.wikimedia.org/T169924#3413383 (10Legoktm) [20:48:49] (03CR) 10jenkins-bot: Localisation updates from https://translatewiki.net. [extensions/Echo] - 10https://gerrit.wikimedia.org/r/363693 (owner: 10L10n-bot) [20:50:10] 10Collaboration-Team-Triage, 10Notifications: Echo email notifications not being sent - https://phabricator.wikimedia.org/T165248#3261165 (10Legoktm) Are you running the processEmailBatch.php script? Is there anything in your `echo_email_batch` table? [21:18:03] 10Collaboration-Team-Triage, 10Notifications: Please do not send e-mail messages to tell me about "a new notification" that I read hours ago on-wiki - https://phabricator.wikimedia.org/T169386#3396597 (10Quiddity) Note: This would //only// be possible to fix for the users that have set the [[https://en.wikiped... [21:21:31] matt_flaschen: Is there a way to manually trigger the GettingStarted tour (for a non-new account)? [21:24:40] nevermind, I see there is a bug request for that: https://phabricator.wikimedia.org/T163943 [21:37:54] 10Collaboration-Team-Triage, 10Notifications: Allow excluding pages from the page links notifications - https://phabricator.wikimedia.org/T46787#3413562 (10Quiddity) Fresh report of frustration, particularly around use-case #3 which is very hard for any recipient to understand, at https://en.wikipedia.org/wiki... [21:41:14] 10Collaboration-Team-Triage, 10Notifications: Disable notification about links to created pages when links are added by reverting an edit - https://phabricator.wikimedia.org/T148949#3413580 (10Quiddity) [21:41:16] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Notifications: When an edit is rollbacked, Page links notice is triggered - https://phabricator.wikimedia.org/T166879#3413582 (10Quiddity) [21:41:52] 10Collaboration-Team-Triage, 10Notifications: Disable notification about links to created pages when links are added by reverting an edit - https://phabricator.wikimedia.org/T148949#2737455 (10Quiddity) [21:42:43] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Notifications: Disable notification about links to created pages when links are added by reverting an edit - https://phabricator.wikimedia.org/T148949#2737455 (10Quiddity) [22:05:54] kaldari, there's no other way to trigger it from the UI. It can be triggered via script by adding ?gettingStartedReturn=true to a URL. E.g. https://en.wikipedia.org/wiki/Earth?gettingStartedReturn=true [22:06:50] kaldari, you can also trigger the tour via URL or script, but it will only run if there is a task (so it requires a bit of prep work with mw.gettingStarted.logging) [22:07:49] matt_flaschen: Thanks! [22:08:46] kaldari, also note which buttons show up depend on whether the page is editable by the current user. [22:09:02] oh good, was going to ask about that :) [22:28:07] 10Collaboration-Team-Triage (Collab-Team-Q1-Jul-Sep-2017), 10Notifications, 10Anti-Harassment, 10Collaboration-Community-Engagement, and 3 others: Document how to restrict notifications received - https://phabricator.wikimedia.org/T169606#3413766 (10TBolliger) @Trizek-WMF — By documentation, do you mean M... [23:12:45] 10Collaboration-Team-Triage (Collab-Team-Q4-Apr-Jun-2017), 10Edit-Review-Improvements-Integrated-Filters, 10Edit-Review-Improvements-RC-Page, 10MediaWiki-Recent-changes: Implement 'Live Updates' feature for RC page filters - https://phabricator.wikimedia.org/T167743#3414045 (10Krinkle) [23:14:37] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-RC-Page, 10MediaWiki-Recent-changes: [betalabs-regression] FF only - Delay in displaying highlight buttons - https://phabricator.wikimedia.org/T169799#3414047 (10Krinkle) [23:15:15] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-RC-Page, 10MediaWiki-Recent-changes, 10Wikidata: Option to Show and Hide Wikidata edits on RecentChanges is not working according to user or wiki preferences - https://phabricator.wikimedia.org/T169638#3414050 (10Krinkle) [23:15:52] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-RC-Page, 10MediaWiki-Recent-changes, 10Wikidata: Option to Show and Hide Wikidata edits on RecentChanges is not working according to user or wiki preferences - https://phabricator.wikimedia.org/T169638#3414054 (10Krinkle) [23:17:31] 10MediaWiki-Recent-changes, 10Wikimedia-Hackathon-2017: Stream processing with the new Recent Changes API - https://phabricator.wikimedia.org/T163988#3414058 (10Krinkle) 05Open>03Resolved Closing as resolved since this event is now in the past, and not an open bug in #MediaWiki-Recent-changes. [23:17:45] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-RC-Page, 10MediaWiki-Recent-changes, 10Community-Wishlist-Survey-2016: "Hide trusted users" checkbox option on watchlists and related/recent changes (RC) pages - https://phabricator.wikimedia.org/T159192#3414061 (10Krinkle) [23:17:57] 10Collaboration-Team-Triage, 10Edit-Review-Improvements-RC-Page, 10MediaWiki-Recent-changes: RC page: Very long words cause horizontal scrolling - https://phabricator.wikimedia.org/T158725#3414063 (10Krinkle) [23:21:27] 10MediaWiki-Recent-changes: RecentChanges does not list some changes listed in a page's History on a 1.28.0 installation - https://phabricator.wikimedia.org/T152027#3414097 (10Krinkle) 05Open>03Resolved I suspect the RC object creation fires a CheckUser hook, and possibly the CheckUser database was not yet u... [23:23:44] 10MediaWiki-Recent-changes, 10Wikimedia-IRC-RC-Server, 10I18n: irc rc feed doesn't seem to like gothic characters - https://phabricator.wikimedia.org/T150372#2783752 (10Krinkle) Most likely due to the font stack for our headings not including a system font that contains these characters. @Reedy Despite the... [23:23:55] 10MediaWiki-Recent-changes, 10Wikimedia-IRC-RC-Server, 10I18n: irc rc feed doesn't seem to like gothic characters - https://phabricator.wikimedia.org/T150372#3414105 (10Krinkle) p:05Triage>03Normal [23:25:07] 10MediaWiki-Recent-changes, 10Wikimedia-IRC-RC-Server, 10I18n: irc rc feed doesn't seem to like gothic characters - https://phabricator.wikimedia.org/T150372#3414107 (10Reedy) It was @Amgine with the problem, I seemingly just reported it [23:39:28] 10MediaWiki-Recent-changes, 10MediaWiki-Database, 10Timestamp, 10Wikimedia-log-errors: fatal : invalid time stamp in recent changes - https://phabricator.wikimedia.org/T149890#3414177 (10Krinkle) p:05Triage>03High Confirmed. Fatal error on 10MediaWiki-Recent-changes, 10MediaWiki-Database, 10Timestamp, 10Wikimedia-log-errors: fatal : invalid time stamp in recent changes - https://phabricator.wikimedia.org/T149890#3414184 (10Krinkle) p:05High>03Low Lowering priority. This is not a problem with the database or with data from recent changes.... [23:44:31] 10MediaWiki-Recent-changes, 10MediaWiki-Database, 10Timestamp, 10Wikimedia-log-errors: Fatal error on Special:Recentchanges when days=800000 or higher - https://phabricator.wikimedia.org/T149890#3414220 (10Krinkle)