aboutsummaryrefslogtreecommitdiffstats
path: root/includes/user/UserGroupMembership.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a few misplaces is_object checksthiemowmde2025-02-121-1/+1
* user: Write UserOptionsStore and User class docsTimo Tijhof2024-12-181-6/+6
* Drop hard-deprecated UserGroupMembership::getGroupName/getGroupMemberNameTaavi Väänänen2024-04-211-29/+0
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-4/+1
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-2/+2
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-1/+12
* user: Split and deprecate UserGroupMembership::getLink methodDaimona Eaytoy2023-05-201-39/+115
* Hard-deprecate UserGroupMembership::getGroupName/getGroupMemberNameUmherirrender2023-05-131-2/+4
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Replace more usages of MWExceptionDaimona Eaytoy2023-01-261-1/+1
* Merge "Message::rawParam: Add novel 'exec_html' annotation"jenkins-bot2023-01-041-0/+1
|\
| * Message::rawParam: Add novel 'exec_html' annotationSBassett2022-12-161-0/+1
* | Merge "user: Deprecate UserGroupMembership::getGroupMemberName"jenkins-bot2022-12-231-0/+2
|\ \
| * | user: Deprecate UserGroupMembership::getGroupMemberNameUmherirrender2022-12-211-0/+2
| |/
* / user: Replace deprecated UserGroupMembership::getGroupNameUmherirrender2022-12-201-3/+3
|/
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
* Add Message/MessageValue user group member parameter typeTChin2021-11-161-4/+4
* Add message parameter type for User GroupsTChin2021-10-141-2/+2
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-1/+0
* Replace Assert::parameterType with typehintsTChin2021-08-031-20/+2
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-0/+1
* Remove all hard-deprecated methods of UserGroupMembershipPetr Pchelko2020-10-031-158/+0
* Hard-deprecate UserGroupMembership methods replaced by managerPetr Pchelko2020-06-121-0/+7
* Create UserGroupManagerPetr Pchelko2020-06-031-204/+114
* jobs: Unify a few not matching job constructor signaturesThiemo Kreuz2020-04-161-1/+1
* UserGroupMembership: Fix HTML escaping in #getLinkBartosz Dziewoński2020-03-231-7/+15
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Cleanup UserGroupMembership::insert() and make it more atomicAaron Schulz2019-08-011-44/+38
* Switch various LoadBalancer::getConnection() callers to getConnectionRef()Aaron Schulz2019-07-121-1/+1
* Merge "Reduce contention of getScopedLockAndFlush() callers by using the DB d...jenkins-bot2019-07-111-1/+1
|\
| * Reduce contention of getScopedLockAndFlush() callers by using the DB domain i...Aaron Schulz2019-07-111-1/+1
* | Optimize JobQueue utilization in UserGroupMembership::insert()Aaron Schulz2019-07-051-1/+9
|/
* Replace use of deprecated methods in Linker and SkinFactory classesDerick Alangi2019-05-081-1/+2
* user: Ensure returned user groups are sortedMax Semenik2018-12-221-0/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Remove else from UserGroupMembershipReedy2018-05-181-6/+3
* purgeExpiredUserrights: Show number of rows purgedEddie Greiner-Petter2018-03-031-2/+9
* Be more db-friendly when purging expired userrightsEddie Greiner-Petter2018-02-141-23/+45
* Document "arrays of UserGroupMembership objects" as suchThiemo Mättig2017-12-271-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-2/+2
* Remove $wgDisableUserGroupExpiry feature flagThis, that and the other2017-05-061-54/+17
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+2
* Don't return expired user groups in UserRightsProxyThis, that and the other2017-01-311-1/+1
* User group memberships that expireThis, that and the other2017-01-271-0/+475