aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining non-test uses of Revision objectsDannyS7122021-05-041-7/+2
* Remove hooks that use Revision objectsDannyS7122021-04-304-97/+2
* Add classes to when a linked change is suppressedAmir Sarabadani2021-04-291-1/+1
* Merge "Avoid using User::getBoolOption()"jenkins-bot2021-03-281-1/+3
|\
| * Avoid using User::getBoolOption()ZabeMath2021-03-271-1/+3
* | Add support for derived MCR slotsCindy Cicalese2021-03-181-2/+2
|/
* Replace some usages of User with Authority/UserIdentityPetr Pchelko2021-03-041-4/+4
* Merge "Fix error handling in TextSlotDiffRenderer::getTextDiffInternal()"jenkins-bot2021-03-041-2/+2
|\
| * Fix error handling in TextSlotDiffRenderer::getTextDiffInternal()Gergő Tisza2020-06-241-2/+2
* | Convert DifferencesEngine to AuthorityPetr Pchelko2021-03-011-34/+27
* | Use Authority for revision audience where possiblePetr Pchelko2021-02-241-23/+13
* | Use static closures where safe to useUmherirrender2021-02-111-1/+1
* | Create diff markers with CSSEd Sanders2020-12-301-3/+10
* | TableDiffFormatter: Build HTML using utility classEd Sanders2020-12-291-23/+66
* | mw-warning class is replaced with warningboxjdlrobson2020-12-091-8/+15
* | Improve and add documentation to diff related classesUmherirrender2020-11-2213-21/+111
* | Use existing RevisionStore in diff related contextUmherirrender2020-11-141-5/+4
* | Fix doc type of Diff::reverseUmherirrender2020-11-131-1/+1
* | Replace deprecated WikiPage::factory in DifferenceEngineUmherirrender2020-11-111-1/+6
* | build: Updating mediawiki/mediawiki-codesniffer to 32.0.0Umherirrender2020-10-281-1/+1
* | Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-3/+0
* | Document hook names in hook interfaces.daniel2020-09-2720-0/+62
* | Fix broken PHPDoc comments that don't start with /**Thiemo Kreuz2020-07-231-1/+2
* | diff: Remove unused DiffEngine::diff_range() private methodDerick A2020-07-181-35/+0
* | Merge "Replace "@stable for implementation" with "@stable to implement""jenkins-bot2020-07-1318-18/+18
|\ \
| * | Replace "@stable for implementation" with "@stable to implement"daniel2020-07-1318-18/+18
* | | Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\ \ \
| * | | Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
| |/ /
* | | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-132-2/+2
|\ \ \
| * | | Replace "@stable for calling" by "@stable to call"daniel2020-07-132-2/+2
| |/ /
* / / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-2/+2
|/ /
* | Mark remaining eligible classes as stable for subclassingdaniel2020-07-101-0/+3
* | Mark exceptions as @newabledaniel2020-07-081-0/+7
* | Mark additional classes as newable for now.daniel2020-07-084-2/+7
* | Don't create Revisions for deprecated hooks if hook is not registeredDannyS7122020-07-011-18/+37
* | Whitespace cleanup: Use tabs for indentation, avoid double spacesDannyS7122020-06-271-1/+1
* | Use @internal instead of @private per policydaniel2020-06-268-8/+8
* | DifferenceEngine: Don't pass false to DiffTools hookDannyS7122020-06-251-1/+1
* | DifferenceEngine: Call DiffTools hook with correct parameter orderDannyS7122020-06-241-2/+2
* | Merge "diff: Remove unneeded false check"jenkins-bot2020-06-241-4/+2
|\ \
| * | diff: Remove unneeded false checkUmherirrender2020-06-221-4/+2
| |/
* | Add `HistoryTools` and `DiffTools` hooksDannyS7122020-06-233-2/+35
* | Add new `DifferenceEngineViewHeader` hook to replace `DiffViewHeader`DannyS7122020-06-183-2/+25
|/
* Remove terminating line breaks from debug messagesTim Starling2020-06-032-3/+3
* Hooks::run() call site migrationTim Starling2020-05-301-31/+33
* resources: Bundle ajax patrol and ajax rollback codeTimo Tijhof2020-05-281-3/+4
* Remove DifferenceEngine::$mNewRev and $mOldRevDannyS7122020-05-261-125/+156
* Fix a plethora of class and function call case mismatchesReedy2020-05-261-2/+2
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-162-5/+5
* Fix numerous Squiz.Scope.MethodScope.MissingReedy2020-05-151-1/+1