aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hook interface type fixes, to fix Phan errorsTim Starling2020-05-051-2/+2
* Merge "Pass RevisionRecord to DifferenceEngine::getRevisionHeader"jenkins-bot2020-04-271-6/+10
|\
| * Pass RevisionRecord to DifferenceEngine::getRevisionHeaderDannyS7122020-04-271-6/+10
* | Merge "Hook interface doc comment followup"jenkins-bot2020-04-271-1/+1
|\ \ | |/ |/|
| * Hook interface doc comment followupTim Starling2020-04-211-1/+1
* | DifferenceEngine::getRevisionHeader - accept a RevisionRecordDannyS7122020-04-261-5/+10
* | Merge "docs: Hook interface doc comment review"jenkins-bot2020-04-2118-101/+131
|\|
| * docs: Hook interface doc comment reviewapaskulin2020-04-2118-101/+131
* | Merge "Automatically generated hook interfaces"jenkins-bot2020-04-2118-0/+431
|\|
| * Automatically generated hook interfacesTim Starling2020-04-2018-0/+431
* | Replace uses and hard deprecate Revision::newFromTitleDannyS7122020-04-181-5/+5
|/