aboutsummaryrefslogtreecommitdiffstats
path: root/includes/changes
Commit message (Expand)AuthorAgeFilesLines
* recentchanges: Move rcfeed/ to includes/recentchanges/RCFeed/Timo Tijhof2024-08-2926-6553/+0
* recentchanges: Improve docs, fix file headers, fix doc groupsTimo Tijhof2024-08-2215-58/+93
* Create a maintenance script to purge expired rows in recentchangesDreamy Jazz2024-08-211-1/+2
* Replace deprecated LogFormatter::newFromRow/newFromEntryUmherirrender2024-07-291-1/+4
* Merge "RecentChange: Replace use of legacy error arrays"jenkins-bot2024-07-101-4/+23
|\
| * RecentChange: Replace use of legacy error arraysBartosz Dziewoński2024-07-091-4/+23
* | Replace User, Title, and WikiPage in more signaturesDaimona Eaytoy2024-07-101-15/+16
|/
* Merge "Add namespace and deprecation alias to WatchedItem"jenkins-bot2024-05-171-0/+1
|\
| * Add namespace and deprecation alias to WatchedItemEbrahim Byagowi2024-05-171-0/+1
* | Add namespace and deprecation alias to RCFeedEbrahim Byagowi2024-05-171-0/+1
|/
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-0/+1
* Move various job classes to relevant component directoriesTimo Tijhof2024-05-101-0/+256
* Merge "Add namespace and deprecation alias to DeprecationHelper"jenkins-bot2024-05-051-0/+1
|\
| * Add namespace and deprecation alias to DeprecationHelperHakan Özdemir2024-05-051-0/+1
* | Merge "Migrate to IReadableDatabase::newSelectQueryBuilder with queryInfo"jenkins-bot2024-05-051-3/+5
|\ \ | |/ |/|
| * Migrate to IReadableDatabase::newSelectQueryBuilder with queryInfoUmherirrender2024-05-041-3/+5
* | Update documentation for rc_newSamwalton92024-05-041-1/+1
* | Formally deprecate code marked with @deprecatedJames D. Forrester2024-05-031-1/+1
|/
* Special:NewPages should generate markup consistent with other pager pagesJon Robson2024-04-171-5/+9
* Merge "RecentChange: Avoid duplicate patrol log entry after patrol conflict"jenkins-bot2024-03-021-5/+23
|\
| * RecentChange: Avoid duplicate patrol log entry after patrol conflictxiplus2024-03-021-5/+23
* | Namespace includes/cacheJames D. Forrester2024-02-201-0/+1
* | Replace last remaining wfGetDB() calls in core, except ResourceLoaderJames D. Forrester2024-02-141-1/+4
* | Move away from wfGetDB() callsAmir Sarabadani2024-02-121-1/+2
* | Namespace includes/contextJames D. Forrester2024-02-084-0/+6
* | ChangesList: Switch from mixed Xml and Html classes to pure Html onesJames D. Forrester2024-02-052-2/+2
* | Avoid misnesting div in span in OldChangesListArlo Breault2024-01-251-1/+1
* | Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-2/+1
* | Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-2/+1
* | Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-6/+6
|/
* Replace deprecated MWException with InvalidArgumentExceptionDogu2024-01-071-2/+2
* Consolidate duplicate branch in 'switch' statementDogu2024-01-041-3/+1
* Inline once-called short private methods to its caller, part 1Amir Sarabadani2023-12-182-24/+3
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
* Migrate off wfGetDB() in more places to ICPAmir Sarabadani2023-11-201-3/+3
* Migrate to IConnectionProvider methods in more placesAmir Sarabadani2023-10-055-11/+11
* Drop RecentChange::getPerformer(), deprecated since 1.36James D. Forrester2023-09-271-16/+0
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-272-3/+3
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-213-0/+3
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-197-4/+7
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-187-0/+7
* Namespace 'special' Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-0/+1
* Add $wgRequest to phan's globals_type_mapDaimona Eaytoy2023-09-111-2/+0
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-1/+6
* Remove redundant empty() constructsDaimona Eaytoy2023-09-081-2/+2
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-1/+1
* Migrate calls to wfGetDB() in static methodsAmir Sarabadani2023-09-051-2/+2
* Merge "ChangesList: Cache user links"jenkins-bot2023-08-241-12/+25
|\