Casey Peel
Casey Peel
FWIW, here are the places where the gradual-reveal bits are called or the number of pages used explicitly. ## `activity_hub.php` ```php alert_re_unread_messages($pagesproofed); welcome_see_beginner_forum($pagesproofed, $round->id); thoughts_re_mentor_feedback($pagesproofed); // Proofreaders with fewer than...
After #1011, these are the current thresholds: `>= 10` * will show random rule -- round page `>= 20 && < 300` * will ask proofreaders about their mentor feedback...
> This can probably also be done by adding admin functionality to an existing script, but I'm not sure where. Yeah, there's not a great existing place for these to...
I'm cool with expanding `add_files.php` to be useful outside of initial load. I would love for the functionality in that page to be pulled out into functions we could use...
After looking at this I'm pretty sure that the `add_files.php` script has all of the validation and functionality that is needed, we just need to make it available to SAs...
Yes, we need to revisit this. This code was created well before the advent of tabs.
In Dec 2020 we changed it such that by default, new user profiles have "launch in new window" set to "no". We did not change existing users' profiles, however. When...
This plugin hasn't yet been tested with PluggableAuth 7.0 and it appears that it might require updates. I'd recommend trying one of the PluggableAuth 6.x releases. Also check your `php_errors`...
Good lord they don't make this easy. * `PluggableAuth-REL1_35-cf04712` is 5.7 * `PluggableAuth-REL1_39-1cbf448` is 7.0 * `PluggableAuth-REL1_40-8104ed9` is 7.0 I can see the 6.x series tagged at https://gerrit.wikimedia.org/g/mediawiki/extensions/PluggableAuth but I...
Ok, here we go. If you download the `tgz` from the gerrit page for 6.3 you'll get that version of the repo which seems to be the same thing that...