aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Linker.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 24765) User tool links edit hookSam Reed2011-11-201-0/+2
* Bug 32238 - phaseout wgEnableTooltipsAndAccesskeysAntoine Musso2011-11-191-10/+0
* Following r100264, update usages in coreJohn Du Hart2011-11-161-1/+1
* Refactor core from Title::getLinkUrl to Title::getLinkURL to match Title's ge...Daniel Friesen2011-11-101-1/+1
* Make use of Title::isSpecialPage() in various placesAaron Schulz2011-11-021-2/+2
* Fixup some assignments in conditionalsSam Reed2011-10-161-2/+1
* Fix usage example of Linker::specialLink()Alexandre Emsenhuber2011-10-111-1/+1
* Back out r95396 and friendsSam Reed2011-09-291-36/+0
* Guard againstSam Reed2011-09-221-1/+3
* Fix single character accessSam Reed2011-09-221-1/+1
* * Removed useless isset() checkAlexandre Emsenhuber2011-09-191-2/+2
* Chrome seems to already support dir=auto, and I see no downsides using it for...Niklas Laxström2011-09-141-1/+1
* Added visibility markers to some Linker methodsAlexandre Emsenhuber2011-09-121-22/+22
* * Follow-up r96420: don't show e-mail links to anon usersAlexandre Emsenhuber2011-09-111-2/+2
* Mark userLink, userTalkLink, blockLink() and emailLink() as public static per...Siebrand Mazeland2011-09-071-8/+4
* Follow-up r96420: correct casing for special page to prevent "PHP Notice: Fo...Siebrand Mazeland2011-09-071-1/+1
* Add constant Linker::TOOL_LINKS_EMAIL to allow adding a "send e-mail" link fr...Siebrand Mazeland2011-09-071-1/+19
* Crack down on arguments inside the Linker that call themselves $text but in r...Daniel Friesen2011-09-031-30/+30
* Merge the iwtransclusion branch back into trunkSam Reed2011-08-241-0/+36
* * Refactored SpecialUndelete::revDeleteLink into a Linker::getRevDeleteLink f...Aaron Schulz2011-08-031-1/+44
* Back out r93533, r93531, r93530Sam Reed2011-07-301-36/+0
* Merge iwtransclusion branch into trunkSam Reed2011-07-301-0/+36
* Provisional revert of r93319 -- change to TOC styles without coordinated cach...Brion Vibber2011-07-281-2/+2
* Revert r93386 -- PLEASE STOP COMMITTING THESE THINGS WITHOUT CONFIRMING THAT ...Brion Vibber2011-07-281-1/+1
* Redo r93284 ( Make editsection link more understandable by positioning it dir...Leo Koppelkamm2011-07-281-1/+1
* Recommit r93264 ( Remove semantically incorrect wrapper table from toc and re...Leo Koppelkamm2011-07-271-2/+2
* revert r93284 and follow up r93285Antoine Musso2011-07-271-4/+3
* revert r93264 : breaks ton of parser tests.Antoine Musso2011-07-271-2/+2
* Fix Bug 11270 & Bug 11555 : Make editsection link more understandable by posi...Leo Koppelkamm2011-07-271-3/+4
* Remove semantically incorrect wrapper table from toc and replace it with an i...Leo Koppelkamm2011-07-271-2/+2
* fix docJeroen De Dauw2011-07-231-1/+1
* $wgUploadNavigationUrl should be used for file redlinks if $wgUploadMissingFi...Robin Pepermans2011-07-191-3/+5
* Update code comments that point to 1.18 to point to 1.19Sam Reed2011-07-181-2/+2
* Reverted r91195, this isn't needed ;)Aaron Schulz2011-06-301-4/+0
* Added normalizeSubpageLink() to DummyLinker. __call doesn't handle static fun...Aaron Schulz2011-06-301-1/+4
* Linker::titleAttrib() didn't obey $wgEnableTooltipsAndAccesskeysPlatonides2011-06-301-0/+4
* Swap else if for elseifSam Reed2011-06-171-6/+6
* Revert r86764, r89134, r86827 -- added a second opaque boolean parameter to L...Brion Vibber2011-06-141-7/+4
* added @ßince tagJeroen De Dauw2011-06-021-0/+3
* Add back space between size and comment in history pages (fix for r86764)Aaron Schulz2011-05-291-1/+1
* More documentation in various filesSam Reed2011-05-291-4/+34
* And even more documentationSam Reed2011-05-281-1/+6
* More parameter documentation!!Sam Reed2011-05-281-0/+3
* Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to na...Mark A. Hershberger2011-05-251-7/+7
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-6/+6
* Perform an early exitPlatonides2011-05-151-21/+20
* (bug 28940) When making a thumb of an SVG, and only specifying the heightBrian Wolff2011-05-141-1/+8
* Change $text to $html. This has been bothering me for awhile. It's stupid, co...Daniel Friesen2011-05-081-7/+7
* Followup r87578:Niklas Laxström2011-05-071-1/+0
* Remove another unused deprecated functionSam Reed2011-05-061-39/+0