(bug 10672) Make Linker::doEditSectionLink protected, not private
[lhc/web/wiklou.git] / includes / Linker.php
2007-07-23 Aryeh Gregor(bug 10672) Make Linker::doEditSectionLink protected...
2007-07-12 Brion VibberQuick fix for html validity in log pages.... this is...
2007-07-07 Rob Church* Make "undo" and "rollback" links appear in a consiste...
2007-07-02 Aryeh Gregor* Add 'editsection-brackets' message to allow localizat...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-12 Rob ChurchFix regression from r22867
2007-06-09 Rob Church* Clean up and document Linker::makeBrokenImageLinkObj()
2007-06-07 Rob Church* (bug 8760) Allow wiki links in "protectexpiry" message
2007-06-05 Brion Vibber* Fix minor regression in media links to images that...
2007-06-05 Brion VibberFix regression in section edit links - broken XML output
2007-06-05 Rob ChurchAdd missing $hint to 'EditSectionLink' hook call
2007-06-05 Rob Church(bug 10139) Introduce 'EditSectionLink' and 'EditSectio...
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-05-28 Raimond SpekkingAfter revert of r22435 and talk with Brion on IRC previ...
2007-05-26 Aaron Schulz*More r22450 cleanup, don't add &action=edit to broken...
2007-05-26 Antoine Mussodebug comment :(
2007-05-26 Antoine MussoFix for r22450: handle links to special pages when...
2007-05-25 Brion VibberReverting r22430 for now; I don't really like this...
2007-05-25 Raimond SpekkingIntroducing 'frameless' keyword to [[Image:]] syntax...
2007-05-25 Brion VibberRevert r22423 -- mysteriously destroys several core...
2007-05-25 Raimond SpekkingIntroducing 'frameless' keyword to [[Image:]] syntax...
2007-05-24 Raimond SpekkingReinstating <span></span>, breaks parsertest.
2007-05-23 Raimond SpekkingUse proper CSS class instead of hardcoded style for...
2007-05-22 Raimond Spekking* (bug 6072) Add a 'border' keyword to the image syntax
2007-05-21 Raimond SpekkingIntroducing new image parameter 'upright' and correspon...
2007-05-10 Aryeh GregorMake ugly regex slightly less ugly. You don't have...
2007-05-09 Ilmari Karonenapply stub threshold to all content namespaces
2007-05-09 Antoine MussoSplit out Linker::formatComment using two new private...
2007-05-09 Ilmari Karonensimplify stub threshold checking
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-01 Tim StarlingBC hack for thumbnail sizes
2007-04-26 Antoine MussoFix #5959: Anchors dropped from stub links
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-20 Brion VibberFixes/tweaks for the image refactoring:
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-08 Niklas Laxström* Couple of more uses
2007-04-02 Niklas Laxström* Use ui language now that it is possible
2007-03-31 Tim Starling* Fix extension of DJVU output
2007-03-16 Brion VibberFor now revert the rev_deleted branch merge; don't...
2007-03-14 Aaron Schulz*Merge in phase3_rev_deleted/includes
2007-02-27 Raimond Spekking* (bug 7782) Standardisation of file info at image...
2007-02-02 Aryeh Gregor* (bug 8535) Allow CSS vertical alignment keywords...
2007-01-23 Leon Weber* Added an option to make Linker::userToolLinks() show...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-22 Brion VibberRevert redlinks for user-tools special:contributions...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-14 Leon WeberMade User::edits() use user_editcounts. If it has not...
2007-01-14 Leon WeberMade Linke::userToolLinks() show the contribs link...
2007-01-11 Aryeh GregorUse the full id for Monobook accesskeys/tooltips, to...
2007-01-10 Aryeh GregorXHTML validity
2007-01-10 Aryeh GregorCompatibility for last commit: strip [alt-whatever...
2007-01-10 Aryeh Gregor* (bugs 5051, 5376) All tooltips and accesskeys moved...
2007-01-08 Brion VibberRestore previous heading formatting behavior to fix...
2007-01-08 Aryeh Gregor* Move headline construction to Linker function (from...
2006-12-31 Brion Vibber* (bug 8392) Display protection status of transcluded...
2006-12-23 Rob Church* (bug 8214) Output file size limit and actual file...
2006-12-22 Aryeh Gregor* (bug 532) Tweaked alt text for some interface messages
2006-12-18 Rob Church* (bug 2785) Accept optional colon prefix in links...
2006-12-13 Tim StarlingSet an explicit class on framed thumbnail inner divs...
2006-12-08 Tim Starling* Added redirect to section feature. Use it wisely.
2006-12-03 Rob ChurchQuote namespace names before plonking them into a regul...
2006-12-03 Rob Church(bug 7671) Observe canonical media namespace prefix...
2006-12-02 Andrew GarrettUpdate linker to make contributions links (in userToolL...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-21 Aryeh GregorSince formatComment and commentBlock can take null...
2006-11-21 Rotem LissReverting the addition of class names near the paramete...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-21 Aryeh GregorCode style tweaks per brion's suggestions on Wikitech-l
2006-11-20 Aryeh Gregor* (bug 7918) Fix regression in display of "templates...
2006-11-17 Aryeh Gregor(bug 7688) When viewing diff, section anchors in autosu...
2006-11-17 Aryeh GregorClean up last commit: OutputPage::formatTemplates ...
2006-11-16 Aryeh Gregor* urlencode username so rollback-on-history works for...
2006-11-14 Nick JenkinsPrevent PHP Notice: "Uninitialized string offset: 0...
2006-11-10 Brion Vibber* Approximate height for client-side scaling fallback...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick JenkinsFix parserTests regression introduced in r17479.
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-11-03 Aryeh GregorFix documentation that confused me. Bad Tim, copy...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-18 Aryeh Gregor* (bug 4525) Move section links down visually to same...
2006-10-12 Aryeh GregorRevert last two commits. Broke wikibits and don't...
2006-10-12 Aryeh Gregor* (bug 4525) Move section links down to same level...
2006-10-12 Aryeh Gregor* (bug 6868) Un-hardcode section edit link style
2006-10-09 Brion VibberRevert r16863: broke section arrow link at least for he:
2006-10-08 Niklas Laxström* Escaping
2006-08-13 Jens Frank(bug 6420) Render thumbnails for djvu images, show...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-07-05 Tim StarlingCreated $wgGenerateThumbnailOnParse, set to false to...
2006-06-23 Tim Starlings/Revision::MW_REV_DELETED/Revision::DELETED/, and...
2006-06-20 Brion VibberTemporarily revert 14847; makes incompatible changes...
2006-06-20 Rotem Liss* Using the "returnto" in the login link in additional...
2006-06-12 Brion VibberHTML output normalization: remove extra space after...
2006-06-12 Brion Vibber* Use double quoted consistently on attributes in linke...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasMove revision deletion constants into Revision::
2006-06-03 Brion Vibber* Fix fatal error when specifying illegal name for...
2006-05-31 Erik Moellerfix magic => section links (from edit summaries) to...
2006-05-27 Rob Church* Remove redundant extra span tag
next