Pronouns: he/him
Babel: it-N, en-3, fr-1
Note: I use this account for both work-related and volunteer activities. Everything that I do tagged with Connection-Team or related to the CampaignEvents extension is in my work capacity, and everything else is in my volunteer capacity, unless otherwise stated.
User Details
- User Since
- May 18 2017, 10:49 AM (482 w, 3 d)
- Availability
- Available
- IRC Nick
- Daimona
- LDAP User
- Daimona Eaytoy
- MediaWiki User
- Daimona Eaytoy [ Global Accounts ]
Fri, Aug 14
First, for the different error messages: assuming you tried this with https://meta.wikimedia.org/wiki/Special:EventDetails/4297 on August 11 on wikidata, I see from the logs that there has been a timeout while trying to contact Fluxx, and that would explain the first error message you got. It's a message that really should indicate that type of transient issues.
Thu, Aug 13
Wed, Aug 12
Per above, we have decided not to do this, at least for the time being.
Create a feature flag to only track the views and clicks if it is on default value = false
Tue, Aug 11
I have manually verified ✅ all the AC, although the intent was to replace the implementation as a no-op change, so I have mostly focused on verifying that the new implementation matches the old one, modulo some minor changes (like CSS progress variables and spacing) due to Codex styles that we should accept anyway. The only thing worth noting is the lack of bottom padding due to T347205, but that's OK.
Deployment scheduled for tomorrow at 13:00Z.
This was discussed a bit, the current version only supports entering articles in the local wiki for UI simplicity. I thought we had a task for the follow-up work but that wasn't the case. However:
Yeah, this is actually something we talked about and meant to implement, I think it just fell through the cracks. I'm not sure if we should allow the non-canonical form in the page content itself, but the worklist edit helper should canonicalize the titles before saving them.
Sat, Aug 8
Fri, Aug 7
Thu, Aug 6
Marked T426102 as a tentative blocker because it contains a backwards-incompatible DB table rename. The change needs to be backported, and the data migrated as described in the subtask, ahead of the train rollout.
Wed, Aug 5
@Ladsgroup @Marostegui The patch has landed in master. There are quite a few changes to the table due to field prefixes changing: before, after. I have included code for migrating the records (it's not a maintenance script as it's trivial). I can copy the function and run it via shell.php or something if that works for y'all. I'll need to do it during a backport window as that involves backporting the updated code that reads from and writes to this table.
Tue, Aug 4
Confirmed that one of the queries on Special:EventDetails is now gone.
You might wanna make sure that the default configuration makes sense given this is a chapter wiki. Other than that, no objections.
This can be achieved via page protection in specific cases. We chose not to implement event-based restrictions because 1) worklists aren't necessarily attached to a specific event, and 2) they can be attached to multiple events, which makes the restriction useless. Also, there are many reasons why someone might want to edit a worklist (fixing redirects, dropping deleted pages, claiming articles as in T433903, ...). These use cases don't necessarily have a shared user group.
A list of articles can already be pasted into the "add articles" dialog in Special:EventDetails. That already reports back invalid titles (non-existent ones are allowed) and deduplicates the input. What would CSV import add to the existing features? We would need to require that the CSV has a specific format anyway and discard anything but the page titles. So, why can't users copy the "titles" column from their CSV and paste it into the dialog?
Mon, Aug 3
Fri, Jul 31
Thu, Jul 30
Wed, Jul 29
- When a registered participant edits a page during an ongoing event that has contributions enabled, and that page is on that same event’s worklist, the post-publication association modal must not be shown and the edit must count as a contribution automatically (equivalent to confirming association in the modal), without further user interaction on that step.
- Following the post-edit dialog link routes the editor to the event page, not the event details view.
Done just now, also in a bit of a rush, to fix T433429.
I have created the tables as part of T429339.
Tue, Jul 28
Ugghhh apologies, we forgot a feature flag check in the database access code. We could add some feature flag checks where needed, but it probably would be easier to just go ahead and create the tables in production (T429339).
I'd forgotten to post QA results for this because it had a dependency on the dialog.
Mon, Jul 27
- The dialog appears only when the backend has signalled it (Patch 2).
