* Use local context to get messages
[lhc/web/wiklou.git] / includes / Linker.php
2012-03-13 Amir E. AharoniBug 35034 - moved autocomment-prefix between the prefix...
2012-02-28 Siebrand Mazeland(bug 34702) More localised parentheses. Patch contribut...
2012-02-26 Siebrand MazelandWow. Messy. Follow-up r112426, r112424: Fix incorrect...
2012-02-26 Siebrand MazelandFollow-up r112424: Per IAlex on IRC: Use escape() inste...
2012-02-26 Siebrand MazelandFollow-up r112410, r112412: Cheaper processing using...
2012-02-25 Siebrand MazelandFollow-up r112410: (bug 34702) Use localised parenthese...
2012-02-25 Siebrand Mazeland(bug 34702) Use localised parentheses in Special:Contri...
2012-02-17 Andrew GarrettRevert r97042, causes bug 34432
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-01-17 Amir E. AharoniFollow up to r105855 - now with updated phpunit tests.
2012-01-14 Sam ReedRevert out r108882
2012-01-14 Sam ReedRecommitting r108367 to break unit tests as phpunit...
2012-01-09 Antoine Mussorevert r108367 : breaks tests
2012-01-08 Amir E. AharoniFix the regression pointed out by Robin in r105855.
2012-01-05 Siebrand MazelandAdd additional parameter $altUserName to Linker::userLi...
2012-01-03 Brion VibberRevert r107773 - increases parsercache fragmentation...
2012-01-01 Alexandre Emsenhuber* (bug 32686) Tooltip on links to non-existing pages...
2011-12-28 Alexandre Emsenhuber* Use Linker::getRevDeleteLink() where possible to...
2011-12-13 Jeroen De Dauwmake docs more clear, method can only be used as is...
2011-12-13 Raimond SpekkingPartly revert r105985 for now: Flooding of translatewik...
2011-12-13 Antoine Mussobring back Linker::tooltip()
2011-12-13 Jeroen De Dauwsince tag++
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-12 Amir E. AharoniReplaced the core message 'sectionlink' with getArrow...
2011-11-20 Sam Reed* (bug 24765) User tool links edit hook
2011-11-19 Antoine MussoBug 32238 - phaseout wgEnableTooltipsAndAccesskeys
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-10 Daniel FriesenRefactor core from Title::getLinkUrl to Title::getLinkU...
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-11 Alexandre EmsenhuberFix usage example of Linker::specialLink()
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-22 Sam ReedGuard against
2011-09-22 Sam ReedFix single character access
2011-09-19 Alexandre Emsenhuber* Removed useless isset() check
2011-09-14 Niklas LaxströmChrome seems to already support dir=auto, and I see...
2011-09-12 Alexandre EmsenhuberAdded visibility markers to some Linker methods
2011-09-11 Alexandre Emsenhuber* Follow-up r96420: don't show e-mail links to anon...
2011-09-07 Siebrand MazelandMark userLink, userTalkLink, blockLink() and emailLink...
2011-09-07 Siebrand MazelandFollow-up r96420: correct casing for special page to...
2011-09-07 Siebrand MazelandAdd constant Linker::TOOL_LINKS_EMAIL to allow adding...
2011-09-03 Daniel FriesenCrack down on arguments inside the Linker that call...
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-03 Aaron Schulz* Refactored SpecialUndelete::revDeleteLink into a...
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-28 Brion VibberProvisional revert of r93319 -- change to TOC styles...
2011-07-28 Brion VibberRevert r93386 -- PLEASE STOP COMMITTING THESE THINGS...
2011-07-28 Leo KoppelkammRedo r93284 ( Make editsection link more understandable...
2011-07-27 Leo KoppelkammRecommit r93264 ( Remove semantically incorrect wrapper...
2011-07-27 Antoine Mussorevert r93284 and follow up r93285
2011-07-27 Antoine Mussorevert r93264 : breaks ton of parser tests.
2011-07-27 Leo KoppelkammFix Bug 11270 & Bug 11555 : Make editsection link more...
2011-07-27 Leo KoppelkammRemove semantically incorrect wrapper table from toc...
2011-07-23 Jeroen De Dauwfix doc
2011-07-19 Robin Pepermans$wgUploadNavigationUrl should be used for file redlinks...
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-06-30 Aaron SchulzReverted r91195, this isn't needed ;)
2011-06-30 Aaron SchulzAdded normalizeSubpageLink() to DummyLinker. __call...
2011-06-30 PlatonidesLinker::titleAttrib() didn't obey $wgEnableTooltipsAndA...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-14 Brion VibberRevert r86764, r89134, r86827 -- added a second opaque...
2011-06-02 Jeroen De Dauwadded @ßince tag
2011-05-29 Aaron SchulzAdd back space between size and comment in history...
2011-05-29 Sam ReedMore documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-15 PlatonidesPerform an early exit
2011-05-14 Brian Wolff(bug 28940) When making a thumb of an SVG, and only...
2011-05-08 Daniel FriesenChange $text to $html. This has been bothering me for...
2011-05-07 Niklas LaxströmFollowup r87578:
2011-05-06 Sam ReedRemove another unused deprecated function
2011-05-06 Sam ReedRemove addExtraSQL
2011-05-06 Sam ReedDocumentation
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-06 Sam ReedRemove some stuff marked as deprecated <= 1.16 unused
2011-05-06 Sam ReedCouple more deprecated things removed
2011-04-30 Daniel FriesenUse a reversed magnify image for framed image thumbnail...
2011-04-27 Mark A. Hershbergerrevert r76127, r76129, and r83535 b/c I'm backing out...
2011-04-24 Raimond SpekkingFollowup r86764: don't parse the comment. Spotted by...
2011-04-23 Raimond SpekkingEmbrace comment with () only when really needed. In...
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-14 Niklas LaxströmRemoved unmatched wfProfileOut
2011-04-06 Brion Vibber* (bug 27473) Fix regression: bold, italic no longer...
2011-04-03 Daniel FriesenFollowup r85244; Define all methods as static, implemen...
2011-04-03 Daniel FriesenDrop connetion between Skin and Linker and turn Linker...
2011-03-23 Aaron Schulz* Made BeforeParserMakeImageLinkObj/BeforeGalleryFindFi...
2011-03-21 Aaron SchulzBroke some of the more annoying lines
2011-03-12 Happy-melonFollow-up r83786: update references in SpecialPage...
2011-03-12 Happy-melonFollow-up r83755: @deprecated @since is wrong, doesn...
2011-03-12 Happy-melonDeprecate $wgSysopUserBans and $wgSysopRangeBans, both...
2011-03-08 Mark A. Hershberger* Followup r76127 and r83521 by adding parsertests...
2011-03-08 Ilmari Karonenrevert r83521; this needs to be fixed better, but fixin...
2011-03-08 Mark A. Hershbergerfollowup r76127 — use language-aware comparison between...
next