Paul Kevan
Paul Kevan
The pattern I can see here, is that all account do not have 2FA enabled (which forces logging in more often). Not that this is currently required.
> Noting, SVN doesn't bump the last-logged-in. > > Translation dates could be off, as it might be when it was submitted vs when approved. Yeah - I was thinking...
``` Index: wporg-profiles-activity-handler.php =================================================================== --- wporg-profiles-activity-handler.php (revision 13870) +++ wporg-profiles-activity-handler.php (working copy) @@ -263,6 +263,8 @@ throw new Exception( $activity_id ); } elseif ( false === $activity_id || intval( $activity_id...
I was choosing not to use `last_activity` on purpose as it already existed (and didn't seem to be updating for me, despite many varying activities). The reason to have it...
In https://meta.trac.wordpress.org/changeset/13881/ a new usermeta has been added to help with the inaccuracy of tracking last logged in, so going to close this issue.
> @pkevan please let me know if we should close this issue or if we need to keep it open until the second request is fulfilled as well. Let's keep...
> The Pledge URL link field is the same of the Company URL field instead of having the link to their public 5ftF pledge permalink. I think most don't have...
👍 it won't be possible to add it as a link in a CSV, but it can be added as an additional column.
Closing as initial work has been completed - any follow-up can be done in separate issues.
Mostly done in https://meta.trac.wordpress.org/changeset/13881 so closing.