Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / Linker.php
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...
2011-03-02 Sam Reedfix typo from r83073
2011-03-02 Sam ReedDocumentation, braces, "and" -> "&&"
2011-02-26 Bryan Tong Minh(bug 27679) Broken embedded files with special characte...
2011-02-23 Mark A. Hershberger(Bug #27634) TOC title appears in wrong language
2011-02-10 PlatonidesFix the wrong merge of r81894 after r81893
2011-02-10 PlatonidesAdding more wfProfileOut()
2011-02-10 Niklas LaxströmFix profiling
2011-02-05 Daniel FriesenKill off Linker::getExternalLinkAttributes.
2011-01-11 Sean ColomboA wfProfileOut was missing (which messed up profiling...
2011-01-06 Happy-melonMore ancient deprecated functions:
2010-12-25 Niklas LaxströmSame for the tooltip, don't call twice
2010-12-25 Niklas LaxströmDon't load the same accesskey message four times (in...
2010-12-24 Brian Wolff(Bug 26410) In an internal link, a plus sign is treated...
2010-12-20 Happy-melonRevert rollback implementation of r78585, r78599. ...
2010-12-19 Happy-melonFollow-up r78585: Make Token::PERSISTENT the default...
2010-12-18 Happy-melonMerge in Token class from my branch; would like some...
2010-12-14 Tim StarlingCleaned up r70342 and r70343: removed commented-out...
2010-12-14 Tim StarlingFixed comments and indenting style from r68491.
2010-11-09 Alexandre Emsenhuber* (bug 21364) External links using link= attribute...
2010-11-09 Alexandre Emsenhuber* (bug 25843) Links to special pages using link= attrib...
2010-11-05 Mark A. Hershbergerfollowup #76127 - fix a space inserted where it shouldn...
2010-11-05 Mark A. HershbergerResolves Bug#542 by removing the link title from in...
2010-11-01 Derk-Jan HartmanFollow up r75749. Fixes a case with a linked thumbnail...
2010-10-31 Sam ReedUpdate a few deprecated method calls
2010-10-31 Derk-Jan HartmanUpscale thumbnails of SVGs if the nominal size of the...
2010-10-14 PlatonidesFollow up r74725. Also add $lang parameter to EditSecti...
2010-10-13 Jack D. PondAdded $lang parameter to DoEditSectionLink hook. Allow...
2010-10-12 PlatonidesFollow up r70940. This call should use the hook $result.
2010-10-08 Aryeh GregorFix double-escaping for section edit link tooltips
2010-09-04 PlatonidesRemove usage of deprecated makeKnownLinkObj().
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-09-03 PlatonidesFollow-up r72319. Use linkKnown() and skip a few parame...
2010-09-03 PlatonidesRemove call to deprecated function Linker::makeKnownLin...
2010-08-26 Aryeh GregorStyle fixes for Linker.php
2010-08-19 Sam ReedRemove some more unused variables
2010-08-17 Aryeh GregorAvoid spurious paragraph with new heading id's
2010-08-12 PlatonidesNo need for $wgUser since r70653
next