aboutsummaryrefslogtreecommitdiffstats
path: root/includes/site/MediaWikiSite.php
Commit message (Expand)AuthorAgeFilesLines
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-4/+1
* Fix various version mention for class_aliasUmherirrender2024-07-051-1/+1
* Typo fixesfrankie2024-04-231-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Namespace remaining files in includes/siteJames D. Forrester2023-12-141-2/+8
* Namespace Site and SiteListAmir Sarabadani2023-12-141-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* site: Hard-deprecate MediaWikiSite::getFileUrl() without $pathLucas Werkmeister2022-11-101-1/+3
* site: Switch new code from MWException to RuntimeExceptionTimo Tijhof2022-11-081-2/+1
* site: Use common terms in docs for script path and article pathTimo Tijhof2022-11-081-31/+25
* site: Annotate CachingSiteStore as `@internal` and perform minor cleanupTimo Tijhof2022-11-051-11/+5
* Fix Site::getPath() + MediaWikiSite::getFileUrl() confusionLucas Werkmeister2022-11-041-1/+5
* Make following redirects in MediaWikiPageNameNormalizer optionalAmir Sarabadani2021-07-271-4/+9
* Fix more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-151-2/+2
* Add flag to force local page name normalization in development envItamar Givon2020-02-181-1/+1
* site: Make getPageUrl consistently return nullDaimona Eaytoy2019-09-171-3/+3
* Update docblocks for methods potentially returning nullDaimona Eaytoy2019-09-151-1/+1
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-1/+1
* Improve normalizePageName documentationLucas Werkmeister2018-04-111-1/+4
* Fix (MediaWiki)Site::normalizePageName return typeThiemo Kreuz2018-04-081-2/+2
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-101-2/+0
* Remove MediaWikiSite::newFromGlobalId (deprecated since 1.21)Florian2016-04-011-14/+0
* Factor page name normalization out of MediaWikiSiteMarius Hoch2016-01-041-136/+10
* build: Update mediawiki/mediawiki-codesniffer to 0.5.1Paladox2016-01-021-3/+2
* Some bugzilla.wikimedia.org -> phabricator.wikimedia.org changesumherirrender2015-09-241-2/+2
* Use wikimedia/utfnormal library, add backwards-compatability layerKunal Mehta2015-03-241-1/+1
* Profile all external HTTP requests from MWChad Horohoe2015-03-031-1/+1
* Fixed spacingumherirrender2014-07-201-1/+1
* Pass phpcs-strict on includes/site/Siebrand Mazeland2014-05-091-12/+16
* Merge "Add 'since <version>' to @deprecated annotations"jenkins-bot2014-04-221-1/+1
|\
| * Add 'since <version>' to @deprecated annotationsBartosz Dziewoński2014-04-151-1/+1
* | Fixed some @params documentation (includes/*)umherirrender2014-04-191-6/+6
|/
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-2/+2
* Get rid of wfScript in MediaWikiSite::normalizePageNameTobias Gritschacher2013-04-151-1/+1
* Use wfAppendQuery to append a queryumherirrender2013-04-121-1/+1
* fix some spacingumherirrender2013-03-251-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* fix some spacingumherirrender2013-03-071-1/+0
* Use American English spelling for behaviorSiebrand Mazeland2013-03-041-1/+1
* remove space before semicolonumherirrender2013-02-091-1/+1
* Design improvements to sites codejeroendedauw2013-01-221-10/+21
* Follow-up I214a988e (42a8daa): move documentation to the correct blockAlexandre Emsenhuber2012-11-191-5/+5
* (bug 26280) all files should have GPL headerAntoine Musso2012-11-181-1/+20
* rm unused $egWBRemoteTitleNormalization var from MediaWikiSite.phpaude2012-10-261-4/+2
* miscellaneous doxygen warningsAntoine Musso2012-10-221-2/+2
* (Bug 40652) Reject invalid titles as sitelinksjeblad2012-10-161-1/+6
* Update @since tags from 1.20 to 1.21jeroendedauw2012-10-121-12/+12
* Added sites functionality, a much more generic and flexible version of the ex...jeroendedauw2012-10-121-0/+320