aboutsummaryrefslogtreecommitdiffstats
path: root/includes/import
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Namespace the Title classJames D. Forrester2023-03-026-1/+7
* import: Mark WikiRevision::$sha1base36 property as privatethiemowmde2023-02-241-8/+4
* Merge "import: Add a syntax check for xml imports"jenkins-bot2023-02-215-19/+95
|\
| * import: Add a syntax check for xml importsUmherirrender2023-01-195-19/+95
* | Merge "WikiImporter: do not fail if upload entry in dump lacks 'text' tag"jenkins-bot2023-02-201-0/+2
|\ \ | |/ |/|
| * WikiImporter: do not fail if upload entry in dump lacks 'text' tagFerran Tufan2022-07-101-0/+2
* | Remove WikiRevision::importUploadMatěj Suchánek2023-01-151-13/+0
* | stream wrapper: Declare $context class propertyUmherirrender2023-01-061-0/+3
* | Use CommentStore service instead of deprecated methodDerick Alangi2023-01-041-4/+3
* | Split a base class out of CommentStoreAlexander Vorwerk2023-01-012-0/+3
* | Make use of ??= in more placesDannyS7122022-12-171-11/+5
* | Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-262-0/+2
* | Merge "Various doc fixes about false on method arguments/return types"jenkins-bot2022-11-171-3/+3
|\ \
| * | Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-3/+3
* | | Track reason for rendering in more detail.daniel2022-11-151-1/+1
|/ /
* | Remove WikiRevision::downloadSourceMatěj Suchánek2022-11-042-31/+4
* | Better document the type of timestamp accepted/returnedthiemowmde2022-11-022-3/+3
* | Remove WikiRevision::$fileIsTempMatěj Suchánek2022-11-011-12/+0
* | Merge "When importing revision with same timestamp as latest revision, treat ...jenkins-bot2022-10-241-1/+1
|\ \
| * | When importing revision with same timestamp as latest revision, treat it as t...Bartosz Dziewoński2022-10-241-1/+1
* | | Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
|/ /
* | ImportStreamSource::newFromURL() Prevent passing null to fwriteReedy2022-08-161-1/+1
* | Fix broken user name vs. IP import logic in WikiImporterThiemo Kreuz2022-08-051-13/+10
* | Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-1/+1
|/
* import: UploadSourceAdapter::stream_read() don't pass null to strlen()Reedy2022-07-091-2/+3
* Hard deprecate WikiRevision::downloadSourceMatěj Suchánek2022-07-081-1/+2
* Hard deprecate access to WikiRevision::$fileIsTempMatěj Suchánek2022-07-051-2/+5
* Merge "Remove unsed code snippets from ImportableOldRevisionImporter"jenkins-bot2022-05-211-11/+4
|\
| * Remove unsed code snippets from ImportableOldRevisionImporterThiemo Kreuz2022-04-251-11/+4
* | import: Soft-deprecate WikiRevision::getUserObj and related methodsThiemo Kreuz2022-05-153-0/+9
* | import: Fix incomplete type hint for WikiRevision::getUserObjThiemo Kreuz2022-05-153-5/+6
|/
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-113-3/+8
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* Check return of parse_url for used url partsUmherirrender2022-03-291-0/+3
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Add various fallback values for null return valuesUmherirrender2022-03-091-1/+1
* Consistently use `@deprecated since` rather `@deprecated`Reedy2022-03-061-1/+1
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* import: Use UserFactory in ImportableOldRevisionImporterUmherirrender2022-02-111-4/+11
* Move property initialisation out of the constructorThiemo Kreuz2022-01-271-2/+1
* Suppress deprecation warnings from libxml_disable_entity_loader()Tim Starling2022-01-211-6/+12
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-102-5/+7
* Fix typos in comments (I-J)Siddharth VP2021-12-302-2/+2
* Introduced PreparedUpdate to replace PreparedEditdaniel2021-12-201-6/+6
* Merge "import/export: Add documentation for nullable arguments"jenkins-bot2021-10-201-9/+9
|\
| * import/export: Add documentation for nullable argumentsUmherirrender2021-10-161-9/+9
* | WikiImporter: improve error handlingGergő Tisza2021-10-161-2/+11
|/
* Migrate `WikiPage::doEditUpdates()` to using `PageUpdaterFactory`Derick Alangi2021-10-071-8/+22
* Change 'fromdbmaster' to WikiPage::READ_LATESTUmherirrender2021-09-262-2/+2
* Merge "Same code style and formatting for exists-style SQL queries"jenkins-bot2021-08-242-2/+2
|\