User Details
- User Since
- Sep 7 2016, 12:21 AM (367 w, 2 d)
- Roles
- Disabled
- LDAP User
- Unknown
- MediaWiki User
- Tjlsangria [ Global Accounts ]
Oct 2 2016
Is this change important enough that it needs to be noted in the release notes?
How do we decide which Wikimedia sites to keep in the table? Are we limiting it to actual wikis? I notice we have wikimedia: on there, but not policy: which is on the interwiki map.
Can we agree in this task on some stuff to cut out of the table, and then file separate tasks proposing adding other stuff?
Oct 1 2016
So I'm thinking the ones that will be kept will be:
So what's the upshot? Should the addition of user_properties.up_id be removed from https://gerrit.wikimedia.org/r/#/c/313670/ ?
Will this patch completely resolve this task, or are there more primary keys that remain to be added?
Oh, so I guess user_properties actually does have a unique index? Does it still need a primary key, then?
What should we call the primary key? un_id? unt_id? user_newtalk_id? I was thinking, maybe down the road we would want to use the un_ prefix for something more important.
Sep 28 2016
Sep 26 2016
Other useful parameters could include the prefixed page title and the revision ID presented as a clickable link to [[Special:Diff/xxx|revision xxx]].
The same logic or principle that justifies T145991 might also justify this. When two separate rows in the page table are modified by an action, this should be recorded as two separate events.
Sep 25 2016
I'm trying to figure out the best way to implement this. The patch I wrote simply changes the checkbox to a "Show redirects" checkbox rather than a "Hide redirects" checkbox. But should there be a config setting that will allow the wiki owners to choose the default behavior?
Sep 10 2016
I created this nifty maintenance script to retroactively populate the thanks log with revision IDs. https://www.mediawiki.org/wiki/User:Tjlsangria/populateThanksLogParams.php
What do you want to call the $wg setting?
Sep 7 2016
I've written a hack that doesn't require you to set a $wg; it would just be a 5::revid parameter that you could display by changing MediaWiki:Logentry-thanks-thank to, e.g., $1 thanked $3 for revision $5.
I think the box should be checked by default.