aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Linker.php
Commit message (Expand)AuthorAgeFilesLines
* Linker: remove support for Revision parametersDannyS7122021-05-041-70/+36
* Prepare for renaming `page_timestamp` revision indexAmmarpad2021-04-291-1/+5
* Add classes to when a linked change is suppressedAmir Sarabadani2021-04-291-3/+20
* Move most remaining legacy styles to interface.helpers.stylesmainframe982021-04-201-0/+17
* Avoid using User::getBoolOption()ZabeMath2021-03-271-1/+3
* Avoid using User ::getDefaultOption, ::getDefaultOptionsPeter Ovchyn2021-03-161-1/+2
* Replace some usages of User with Authority/UserIdentityPetr Pchelko2021-03-041-3/+2
* Use Authority for revision audience where possiblePetr Pchelko2021-02-241-34/+18
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Add data attribute to the elements with class "history-size"diwanshu8852020-12-231-1/+1
* Consistent label escaping in makeBrokenImageLinkObjArlo Breault2020-12-181-6/+5
* Add hook to Linker::generateRollback()Ostrzyciel2020-12-061-0/+7
* Update language in watchlist expiryhmonroy2020-08-141-3/+9
* Display remaining watch period in watchstarsuecarmol2020-07-181-1/+17
* Remove unused Title::newFromText in Linker::formatLinksInCommentUmherirrender2020-06-151-1/+0
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-4/+4
* Hooks::run() call site migrationTim Starling2020-05-301-16/+15
* resources: Bundle ajax patrol and ajax rollback codeTimo Tijhof2020-05-281-1/+1
* linker: Move Linker::normaliseSpecialPage to LinkRenderer classDerick A2020-05-241-10/+6
* Make formatLinksInComment understand and link [[Text[[Link]]WMDE-Fisch2020-05-131-1/+1
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-2/+2
* Fix SingleSpaceBeforeSingleLineCommentReedy2020-05-111-1/+1
* Remove extra space in Linker::revUserLinkDannyS7122020-05-011-1/+1
* Hard deprecate using Revision objects for Linker methodsDannyS7122020-04-181-0/+7
* Pass RevisionRecord to Linker methodsDannyS7122020-04-181-0/+4
* Accept RevisionRecord in Linker methodsDannyS7122020-04-071-41/+108
* Merge "Remove direct access to Action::page and Article::page properties"jenkins-bot2020-03-271-2/+2
|\
| * Remove direct access to Action::page and Article::page propertiesArtBaltai2020-03-271-2/+2
* | Hard deprecate Revision::getQueryInfo and ::getArchiveQueryInfoDannyS7122020-03-261-1/+1
* | Merge "Fix mismatching type hints in PHPDoc tags"jenkins-bot2020-03-261-1/+1
|\ \ | |/ |/|
| * Fix mismatching type hints in PHPDoc tagsThiemo Kreuz2020-03-241-1/+1
* | Linker: Pass a user to revision methods using FOR_THIS_USERDannyS7122020-03-231-6/+10
|/
* Hard deprecate Revision::userCanDannyS7122020-03-111-4/+29
* Remove use of global $wgUser in Linker::userToolLinksDannyS7122020-02-191-3/+4
* Add ARIA `navigation` role and label to table of contents divMatt Fitzpatrick2020-02-051-3/+3
* Use namespaced IPUtils classKunal Mehta2020-01-011-1/+2
* Document null for $html on Linker::linkUmherirrender2019-12-121-2/+2
* Set method visibility in some classesUmherirrender2019-12-051-1/+1
* Don't fail hard on bad titles in the database.daniel2019-11-251-6/+6
* Add missing @param and @return to documentationUmherirrender2019-11-101-0/+1
* Fix new phan errors, part 1Daimona Eaytoy2019-10-111-1/+1
* Linker: Kill HHVM and PHP5 special caseMax Semenik2019-10-061-6/+1
* docs: Avoid some scalar jugglingDaimona Eaytoy2019-09-191-2/+2
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* Avoid multiply calls to MediaWikiServices::getInstance() in one functionUmherirrender2019-09-011-2/+3
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-3/+3
* Merge "Let Html::element do the HTML encoding"jenkins-bot2019-08-281-13/+15
|\
| * Let Html::element do the HTML encodingFomafix2019-08-071-13/+15
* | Use local variabe $services instead of MediaWikiServices::getInstance()Fomafix2019-08-261-3/+3
* | Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-3/+7
|/