Page MenuHomePhabricator

MediaWiki-extensions-AccountInfoComponent
ActivePublic

Watchers

  • This project does not have any watchers.
  • View All

Details

Description

Allows users to see private information stored about them (Homepage)

Recent Activity

Dec 17 2025

Dreamy_Jazz added a comment to T366719: Update AccountInfo InfoLookup::getUserInfo to read data from cu_log_event and cu_private_event.

Noting that it will also need to stop reading from cuc_ip soon too

Dec 17 2025, 1:07 PM · MediaWiki-extensions-AccountInfo

Jul 24 2024

Dreamy_Jazz closed T324907: Create separate tables for log events in CheckUser, a subtask of T366719: Update AccountInfo InfoLookup::getUserInfo to read data from cu_log_event and cu_private_event, as Resolved.
Jul 24 2024, 4:44 PM · MediaWiki-extensions-AccountInfo

Jul 17 2024

Umherirrender closed T369778: AccountInfo fails to retrieve users XFF information from CheckUser as Resolved.
Jul 17 2024, 7:55 PM · MediaWiki-extensions-AccountInfo
gerritbot added a comment to T369778: AccountInfo fails to retrieve users XFF information from CheckUser.

Change #1054056 merged by jenkins-bot:

[mediawiki/extensions/AccountInfo@REL1_39] Fix usage of MediaWiki\CheckUser\Hooks

https://gerrit.wikimedia.org/r/1054056

Jul 17 2024, 7:41 PM · MediaWiki-extensions-AccountInfo

Jul 14 2024

Aeyeu changed the status of T369778: AccountInfo fails to retrieve users XFF information from CheckUser from Open to In Progress.
Jul 14 2024, 6:12 PM · MediaWiki-extensions-AccountInfo
Umherirrender claimed T369778: AccountInfo fails to retrieve users XFF information from CheckUser.
Jul 14 2024, 5:11 PM · MediaWiki-extensions-AccountInfo
gerritbot added a project to T369778: AccountInfo fails to retrieve users XFF information from CheckUser: Patch-For-Review.
Jul 14 2024, 5:08 PM · MediaWiki-extensions-AccountInfo
gerritbot added a comment to T369778: AccountInfo fails to retrieve users XFF information from CheckUser.

Change #1054056 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/AccountInfo@REL1_39] Fix usage of MediaWiki\CheckUser\Hooks

https://gerrit.wikimedia.org/r/1054056

Jul 14 2024, 5:07 PM · MediaWiki-extensions-AccountInfo
Aeyeu added a comment to T369778: AccountInfo fails to retrieve users XFF information from CheckUser.

It must have slipped their mind, this extension isn't used by a lot of people who run 1.39 MW as far as I know, I can't figure out how to commit with Gerrit and I'm busy until later tonight, is someone else possibly able to do this in the meantime please?

Jul 14 2024, 3:45 PM · MediaWiki-extensions-AccountInfo
Umherirrender added a comment to T369778: AccountInfo fails to retrieve users XFF information from CheckUser.

The class alias was removed in d6ff0c53777188bfc10ad832f07b6c1321f0e29c (REL1_36)

Jul 14 2024, 3:32 PM · MediaWiki-extensions-AccountInfo
Aeyeu added a comment to T369778: AccountInfo fails to retrieve users XFF information from CheckUser.

@Aklapper I have solved the problem, it was solved by replacing "use CheckUserHooks;" with "use MediaWiki\CheckUser\Hooks;" and then by replacing "CheckUserHooks" on line 67 with "Hooks", I will attempt to add the changes through Gerrit.

Jul 14 2024, 3:19 PM · MediaWiki-extensions-AccountInfo
Aeyeu added a comment to T369778: AccountInfo fails to retrieve users XFF information from CheckUser.

Im attempting to diagnose the issue and find a solution, yes. The main issue I'm running into now is the inconsistency between CheckUser versions for REL1_39 some missing certain services and such, regardless of which service I'm trying to have AccountInfo use it reports it not existing, it appears to be as simple as changing the service name being used but which service to change it to is a bit difficult for me to figure out.

Jul 14 2024, 2:04 PM · MediaWiki-extensions-AccountInfo
Aklapper raised the priority of T369778: AccountInfo fails to retrieve users XFF information from CheckUser from High to Needs Triage.

@Aeyeu: Do you plan to work on fixing this task, as you increased the priority of this task?

Jul 14 2024, 1:10 PM · MediaWiki-extensions-AccountInfo

Jul 13 2024

Aeyeu triaged T369778: AccountInfo fails to retrieve users XFF information from CheckUser as High priority.
Jul 13 2024, 8:27 PM · MediaWiki-extensions-AccountInfo

Jul 12 2024

Aeyeu updated the task description for T369778: AccountInfo fails to retrieve users XFF information from CheckUser.
Jul 12 2024, 3:00 AM · MediaWiki-extensions-AccountInfo

Jul 11 2024

Aeyeu created T369778: AccountInfo fails to retrieve users XFF information from CheckUser.
Jul 11 2024, 1:40 AM · MediaWiki-extensions-AccountInfo

Jun 5 2024

Dreamy_Jazz added a subtask for T366719: Update AccountInfo InfoLookup::getUserInfo to read data from cu_log_event and cu_private_event: T324907: Create separate tables for log events in CheckUser.
Jun 5 2024, 4:03 PM · MediaWiki-extensions-AccountInfo
Dreamy_Jazz created T366719: Update AccountInfo InfoLookup::getUserInfo to read data from cu_log_event and cu_private_event.
Jun 5 2024, 4:03 PM · MediaWiki-extensions-AccountInfo

Jul 11 2023

Aklapper changed the edit policy for MediaWiki-extensions-AccountInfo.
Jul 11 2023, 6:46 PM

Jan 2 2023

Dreamy_Jazz closed T325996: Move `getClientIPfromXFF` out of Hooks.php as Resolved.

It's been moved and all repos on gerrit have had the deprecated method updated. The other non-archived github repo works on release versions of mediawiki, so this can be left to later.

Jan 2 2023, 11:39 PM · MediaWiki-extensions-AccountInfo, MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), CheckUser
Maintenance_bot removed a project from T325996: Move `getClientIPfromXFF` out of Hooks.php: Patch-For-Review.
Jan 2 2023, 11:30 PM · MediaWiki-extensions-AccountInfo, MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), CheckUser
Zabe added a comment to T325996: Move `getClientIPfromXFF` out of Hooks.php.

Taking inspiration from CentralAuth, a utility service for CheckUser would be a useful way to achieve this

In retrospect, a single "utility service" to collect various separate miscellaneus utilities was a bad idea (see T288084). I would suggest instead having a separate service class for each separate group of functionality.

Jan 2 2023, 10:37 PM · MediaWiki-extensions-AccountInfo, MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), CheckUser
gerritbot added a comment to T325996: Move `getClientIPfromXFF` out of Hooks.php.

Change 873059 merged by jenkins-bot:

[mediawiki/extensions/AccountInfo@master] Replace deprecated CheckUserHooks::getClientIPfromXFF with service

https://gerrit.wikimedia.org/r/873059

Jan 2 2023, 10:35 PM · MediaWiki-extensions-AccountInfo, MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), CheckUser
taavi added a comment to T325996: Move `getClientIPfromXFF` out of Hooks.php.

Taking inspiration from CentralAuth, a utility service for CheckUser would be a useful way to achieve this

Jan 2 2023, 12:08 PM · MediaWiki-extensions-AccountInfo, MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), CheckUser
Dreamy_Jazz added a project to T325996: Move `getClientIPfromXFF` out of Hooks.php: MediaWiki-extensions-AccountInfo.
Jan 2 2023, 11:24 AM · MediaWiki-extensions-AccountInfo, MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), CheckUser

Mar 23 2022

TheresNoTime removed a watcher for MediaWiki-extensions-AccountInfo: TheresNoTime.
Mar 23 2022, 7:49 PM

Mar 3 2022

TheresNoTime added a watcher for MediaWiki-extensions-AccountInfo: TheresNoTime.
Mar 3 2022, 12:28 AM

Feb 9 2021

Aklapper set Source Repo to https://gerrit.wikimedia.org/g/mediawiki/extensions/AccountInfo on MediaWiki-extensions-AccountInfo.
Feb 9 2021, 12:47 PM

Jul 2 2018

CommunityTechBot updated the task description for T195561: Provide a download as CSV option for Extension:AccountInfo.
Jul 2 2018, 3:48 PM · MediaWiki-extensions-AccountInfo
CommunityTechBot removed projects from T195561: Provide a download as CSV option for Extension:AccountInfo: TCB-Team (now WMDE-TechWish), Mail, New-Editor-Experiences, Language-2018-Apr-June, KartoEditor, Jade, Hashtags, Gamepress, Tamil-Sites, Connected-Open-Heritage-Batch-uploads (RAÄ-KMB_1_2017-02), CheckUser.
Jul 2 2018, 3:48 PM · MediaWiki-extensions-AccountInfo
CommunityTechBot renamed T195561: Provide a download as CSV option for Extension:AccountInfo from 2acaaaaaaa to Provide a download as CSV option for Extension:AccountInfo.
Jul 2 2018, 3:48 PM · MediaWiki-extensions-AccountInfo
CommunityTechBot updated subscribers of T195561: Provide a download as CSV option for Extension:AccountInfo.
Jul 2 2018, 3:48 PM · MediaWiki-extensions-AccountInfo
CommunityTechBot raised the priority of T195561: Provide a download as CSV option for Extension:AccountInfo from High to Needs Triage.
Jul 2 2018, 3:48 PM · MediaWiki-extensions-AccountInfo

Jul 1 2018

Vvjjkkii renamed T195561: Provide a download as CSV option for Extension:AccountInfo from Provide a download as CSV option for Extension:AccountInfo to 2acaaaaaaa.
Jul 1 2018, 2:12 AM · MediaWiki-extensions-AccountInfo

May 25 2018

Paladox added a comment to T195561: Provide a download as CSV option for Extension:AccountInfo.

Yep this would help alot + possibly be the only mw extension that would have implemented this?

May 25 2018, 4:12 PM · MediaWiki-extensions-AccountInfo
Legoktm created T195561: Provide a download as CSV option for Extension:AccountInfo.
May 25 2018, 6:26 AM · MediaWiki-extensions-AccountInfo

Sep 4 2017

MarcoAurelio added a comment to T174863: Convert AccountInfo to use extension registration.

Thank you :)

Sep 4 2017, 10:01 AM · MediaWiki-extensions-AccountInfo
SamanthaNguyen closed T174863: Convert AccountInfo to use extension registration as Resolved.
Sep 4 2017, 4:52 AM · MediaWiki-extensions-AccountInfo
gerritbot added a comment to T174863: Convert AccountInfo to use extension registration.

Change 375711 merged by jenkins-bot:
[mediawiki/extensions/AccountInfo@master] Add extension.json, delete AccountInfo.php

Sep 4 2017, 3:43 AM · MediaWiki-extensions-AccountInfo
gerritbot added a project to T174863: Convert AccountInfo to use extension registration: Patch-For-Review.
Sep 4 2017, 3:39 AM · MediaWiki-extensions-AccountInfo
gerritbot added a comment to T174863: Convert AccountInfo to use extension registration.

Change 375711 had a related patch set uploaded (by Legoktm; owner: Legoktm):
[mediawiki/extensions/AccountInfo@master] Add extension.json, delete AccountInfo.php

Sep 4 2017, 3:39 AM · MediaWiki-extensions-AccountInfo
Legoktm claimed T174863: Convert AccountInfo to use extension registration.
Sep 4 2017, 1:12 AM · MediaWiki-extensions-AccountInfo

Sep 2 2017

MarcoAurelio added a parent task for T174863: Convert AccountInfo to use extension registration: T98668: Convert all extensions and skins on gerrit to use extension registration.
Sep 2 2017, 8:00 PM · MediaWiki-extensions-AccountInfo
MarcoAurelio renamed T174863: Convert AccountInfo to use extension registration from Convert AccounInfo to use extension registration to Convert AccountInfo to use extension registration.
Sep 2 2017, 7:59 PM · MediaWiki-extensions-AccountInfo
MarcoAurelio created T174863: Convert AccountInfo to use extension registration.
Sep 2 2017, 7:59 PM · MediaWiki-extensions-AccountInfo

Feb 18 2015

Legoktm added a comment to T89779: Implement paging in Special:AccountInfo.

The output from the query at https://github.com/wikimedia/mediawiki-extensions-AccountInfo/blob/master/SpecialAccountInfo.php#L74

Feb 18 2015, 10:08 PM · MediaWiki-extensions-AccountInfo
MZMcBride added a comment to T89779: Implement paging in Special:AccountInfo.

What data are we paginating?

Feb 18 2015, 1:26 PM · MediaWiki-extensions-AccountInfo
Aklapper triaged T89779: Implement paging in Special:AccountInfo as Low priority.
Feb 18 2015, 9:53 AM · MediaWiki-extensions-AccountInfo
Legoktm created T89779: Implement paging in Special:AccountInfo.
Feb 18 2015, 12:35 AM · MediaWiki-extensions-AccountInfo