aboutsummaryrefslogtreecommitdiffstats
path: root/includes/import
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-1/+1
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-262-0/+2
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-0/+1
* DomainEvents: Rename PageEvent and PageUpdatedEventdaniel2025-03-111-3/+3
* PageUpdatedEvent: improve modeling of flagsdaniel2025-02-201-1/+1
* Merge "Dummy revisions: add tests for event emission"jenkins-bot2025-02-131-1/+1
|\
| * Dummy revisions: add tests for event emissiondaniel2025-02-101-1/+1
* | Merge "Replace call_user_func with dynamic function call"jenkins-bot2025-02-131-3/+3
|\ \
| * | Replace call_user_func with dynamic function callUmherirrender2025-02-131-3/+3
* | | Merge "Replace call_user_func_array with dynamic function call"jenkins-bot2025-02-121-13/+4
|\ \ \ | |/ / |/| |
| * | Replace call_user_func_array with dynamic function callUmherirrender2025-02-031-13/+4
| |/
* / Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-2/+2
|/
* PageUpdatedEvent: explicitly model cause and performerdaniel2025-01-211-3/+3
* DomainEvent: Support type hierarchiesdaniel2025-01-211-1/+1
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Replace isset() with falsy checksUmherirrender2024-12-191-6/+6
* Import: ensure PageUpdatedEvent has the correct properties.daniel2024-12-131-7/+5
* Ensure necessary updates are performed on import and undeletedaniel2024-12-121-0/+4
* Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-1/+5
* Use namespaced classesUmherirrender2024-10-215-0/+5
* Merge "Use explicit nullable type on parameter arguments"jenkins-bot2024-10-162-4/+4
|\
| * Use explicit nullable type on parameter argumentsUmherirrender2024-10-162-4/+4
* | Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-1/+1
|/
* Add namespace to maintenance/includes classesJames D. Forrester2024-10-092-0/+2
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-273-0/+3
* Replace User, Title, and WikiPage in more signaturesDaimona Eaytoy2024-07-101-3/+3
* ImportableUploadRevisionImporter: Mark downloadSource() as private, missed wh...James D. Forrester2024-05-021-6/+1
* docs: Adjust all @deprecated tags to use 'since…' for consistencyJames D. Forrester2024-05-011-1/+1
* Update name & email for bvibberBrooke Vibber2024-02-086-6/+6
* Namespace includes/contextJames D. Forrester2024-02-082-0/+2
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-233-4/+4
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-1/+1
* Replace more instances of deprecated MWExceptionDaimona Eaytoy2024-01-191-9/+6
* Migrate remaining Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-12-221-11/+12
* Inline once-called short private methods to its caller, part 1Amir Sarabadani2023-12-181-22/+4
* WikiImporterFactory: Deprecate getWikiImporter() without performerBartosz Dziewoński2023-12-111-1/+2
* WikiImporter: Pass Authority for permissions instead of global contextBartosz Dziewoński2023-12-112-22/+29
* WikiImporter: Fix an access to global configBartosz Dziewoński2023-12-081-3/+1
* Use real type hints for services etc. in import/Bartosz Dziewoński2023-12-085-153/+35
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+2
* Migrate off wfGetDB() in more places to ICPAmir Sarabadani2023-11-201-2/+2
* Replace more single-value $db->buildComparison() with $db->expr()Bartosz Dziewoński2023-10-221-3/+2
* Use the expression assignment operator to simplify codeUmherirrender2023-10-141-1/+1
* WikiRevision: Preserve lowercase of external actorsFunc2023-09-231-1/+9
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-212-0/+2
* Merge "Migrate another major batch to SelectQueryBuilder"jenkins-bot2023-09-202-11/+17
|\
| * Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-202-11/+17
* | Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-0/+1
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-194-0/+4
|/
* Namespace remaining Title-related classes under \MediaWiki\TitleJames D. Forrester2023-09-192-1/+8