(bug 5378) General logs link in Special:Contributions
[lhc/web/wiklou.git] / includes / Linker.php
2006-03-24 Gabriel Wickespecial case: don't return an empty table, fixes test...
2006-03-24 Gabriel WickeMake size of thumb box for non-existent images consiste...
2006-03-18 Lupinunused globals removed
2006-03-17 Brion Vibber* Don't URL-decode in the title attribute for URL links...
2006-03-16 Brion Vibber* Add a clickable contribs link in user tool links...
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-03-11 Lupintrailing whitespace removal
2006-03-04 Lupin(bug 4855) Section edit links now have the section...
2006-02-22 Magnus ManskeFix for parser test "Magic links: PMID incorrectly...
2006-02-07 Magnus ManskeFix for parser test error "Image link to nonexistent...
2006-02-06 Tim StarlingReport errors from ImageMagick convert back to the...
2006-02-01 Tim Starlingdocumentation, code cleanup
2006-01-19 Brion Vibberuse wfRegexReplacement() which was added a little while...
2006-01-13 Brion Vibber* Add wfClone() wrapper since we're still using PHP...
2006-01-13 Brion Vibber* Linker::formatComment corrupted the passed title...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-03 Tim StarlingFix #1 for WMF vulnerability
2005-12-21 Tim StarlingRemoved NaodW29 completely, never again will it show...
2005-12-08 Ævar Arnfjörð Bjar... * Support a third paramater to Linker::commentBlock...
2005-12-07 Brion Vibber* (bug 4207) Wrong image size when using 100x200px...
2005-12-06 Jens FrankRevert last change, was already fixed in the meantime
2005-12-06 Jens FrankAvoid FATAL ERROR when creating thumbnail of non-existi...
2005-12-05 Brion VibberDefine $thumbUrl so it isn't undefined on failure
2005-12-05 Brion Vibber* (bug 4167) Fix regression caused by patch for bug 153
2005-12-04 Jens FrankReturn error message instead of fatal abort
2005-12-04 Antoine MussoClean up unused globals!
2005-12-04 Brion Vibber* (bug 153) Adjust thumbnail size calculations to match...
2005-12-04 Antoine Musso* code formatting
2005-10-28 Brion Vibber* (bug 3806) Gracefully fall back to client-side scalin...
2005-10-12 Tim StarlingFixed infinite loop in formatComment due to backreferen...
2005-10-09 Ævar Arnfjörð Bjar... * the linkTrail language function should be used to...
2005-09-12 Brion Vibber* (bug 2800) Don't scale up small images on |thumb...
2005-08-21 Brion Vibber* (bug 3210) Fix Media: links with remote image URL...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-16 Niklas LaxströmBug 3116: Division by zero on [[Image:Foo.png|123x123px|]]
2005-08-02 Niklas Laxströmsmall fix & documentation
2005-07-26 Jens FrankRemoved unused global
2005-07-25 Ævar Arnfjörð Bjar... * Fixed a typo that caused warnings
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-07-08 Antoine MussoFix #153 path by <stehan dot walter at epfl dot ch>
2005-07-08 Ævar Arnfjörð Bjar... * Documentation, OBSOLETE => @deprecated
2005-07-04 Brion Vibber* (bug 2632) Fix proportional image scaling, giving...
2005-07-04 Antoine MussoFixes bug #2632 : new image height when zooming without...
2005-06-29 Brion Vibber* (bug 2614) Fix section edit links on diff-to-current...
2005-06-28 Brion Vibber* (bug 2560) Don't show blank width/height attributes...
2005-06-27 Tim StarlinggetThumbnail() may legitimately return null
2005-06-27 Antoine MussoFix #bug 2460: <img> width & height now properly filled...
2005-06-16 Brion Vibber* (bug 1702) Display a handy upload link instead of...
2005-06-01 Brion Vibber* (bug 2274) Respect stub threshold in category page...
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-05-28 Tim Starlingupdated class name in $fname
2005-05-05 Ævar Arnfjörð Bjar... * (bug 2064) Configurable JavaScript mimetype with...
2005-04-30 Brion Vibber* (bug 1877) JavaScript error in page editing in some...
2005-04-30 Brion Vibber* Fix up the TOC markup a bit.
2005-04-27 Tim Starling* Deglobalised link placeholder handling by moving...
2005-04-22 Brion Vibber* (bug 1949) Profiling typo in rare error case
2005-04-22 Brion VibberRemove reference parameters on make*LinkObj() methods...
2005-04-17 Tim Starling* When an image is changed, invalidate pages that use it.
2005-04-12 Ævar Arnfjörð Bjar... * A new tab in the preferencesc called 'File' for any...
2005-04-10 Jens FrankBUG#1860 - Anchors of interwiki links did not get norma...
2005-04-10 Tim StarlingMoved image metadata to the database. Changed Image...
2005-04-06 Brion Vibber* (bug 1788) Fix link duplication when edit/upload...
2005-03-25 Brion Vibber* Move editsectiononrightclick setup to JavaScript...
2005-03-25 Brion Vibber* remove 'hover' option; always put in the title attrib...
2005-03-12 Brion Vibbersnip a forgotten field from page_len fix
2005-03-12 Brion VibberAdd page_len field with byte length of current revision...
2005-02-22 Brion VibberWar on cruft: commentBlock() usage, use a styled <span...
2005-02-21 Brion VibberDe-cruftification continues.
2005-02-21 Brion VibberAudit tweaks: extra post checks, markup fixes.
2005-02-07 Brion Vibber* Fix link in image alt text, using replaceLinkHolders...
2005-01-30 Jens FrankSCHEMA_WORK fixes: User contributions, page deletion
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-19 Brion Vibber* Add $wgNoFollowLinks option to add rel="nofollow...
2005-01-15 Tom GilderGenerate expanded URLs for printing on the client,...
2005-01-15 Tom GilderComplete TOC recode: proper HTML list; CSS for layout...
2005-01-12 Tom GilderMinor XHTML fix (and my first commit, scary!)
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
2005-01-07 Brion Vibber* (bug 752) Don't insert newline in link title for...
2004-12-22 Brion VibberFix interwiki links in history comments (merged from...
2004-12-18 Brion VibberSplit link generation, table of contents, and image...