patch from tom
[lhc/web/wiklou.git] / includes /
2004-10-13 Brion Vibberpatch from tom
2004-10-13 Wil MahanWhen checking for self links, use Title::getFragment...
2004-10-12 Jens FrankBUG#178 Allow center/right/left/etc image options even if
2004-10-12 Wil MahanAdd "longdesc" attribute to all (non-external) images...
2004-10-11 Evan ProdromouBriefly document the $wgLocaltimezone variable.
2004-10-11 Wil MahanAlso add " to disallowed URI characters, per RFC 2396...
2004-10-11 Brion Vibber$wgBrowserBlackList must be an array, not a string...
2004-10-11 Jens FrankBUG#187, BUG#669 Fix centered images. span apparently...
2004-10-11 Wil MahanUse the new wfRandom() function for setting cur_random
2004-10-11 Wil MahanOops, invalid chars in bracketed external links should
2004-10-11 Jens FrankFix bounding box feature of thumbnails (e.g. |200x200px|)
2004-10-11 Wil MahanRe-exclude '<' and '>' from external links, since brion...
2004-10-11 Emmanuel Engelhart$wgBrowserBlackList = "/Mozilla\/4./";
2004-10-11 Wil MahanBug 589: make random selection slightly more random...
2004-10-11 Wil MahanDetect and disallow &gt; and &lt; within external links.
2004-10-11 Wil MahanPrevent double-escaping of '<' and '>' in external...
2004-10-11 Emmanuel Engelhart+ comment about the browser blacklist array
2004-10-11 River Tarnelldon't show redirects in categories
2004-10-11 Domas Mituzasfix from live site, set->add for "loading".
2004-10-11 Erik Moellerbugfix: check for existence of PRIMARY key in addition...
2004-10-11 Zheng Zhuupdate doc
2004-10-11 Zheng ZhuAdding the interface language to the page rendering...
2004-10-11 Zheng ZhuFor content language, removed language code suffix...
2004-10-10 Brion VibberWhen deleting images / old image revisions, don't fail...
2004-10-10 Brion VibberFix brainfart that broke options on insertArray()
2004-10-10 Emmanuel Engelhart+ checkUnicodeCompliantBrowser() and code to show if...
2004-10-10 Emmanuel Engelhart+ $wgBrowserBlackList
2004-10-10 Brion Vibberfix bug 439: protected pages should not display a ...
2004-10-10 Brion Vibberfix for bug 433: Title attribute on undelete button...
2004-10-10 Brion Vibberfix for bug 149: Special:Recentchanges: Link that adds...
2004-10-09 Brion VibberFix for last checkin on Squid and for the generated...
2004-10-09 Brion VibberMore paranoia checks for Internet Explorer
2004-10-09 Brion VibberAdjust spacing, and fix the disclaimer link again so...
2004-10-09 Brion VibberLoad form C data on demand; if we are dealing in all...
2004-10-09 Brion VibberMerge adjacent edits to same page by same user in the...
2004-10-09 Brion VibberPut diffs into the RecentChanges RSS/Atom feed to make...
2004-10-09 Brion VibberReduce dependence on $wgOut global in the difference...
2004-10-08 Evan ProdromouFixed some tab bogosity and took out a couple of debug...
2004-10-08 Evan ProdromouFixed problems with hiding certain links (portal, curre...
2004-10-08 Brion Vibberold_text conversion on load, for future UTF-8 conversio...
2004-10-08 Zheng Zhuthese two files are now refered to as zh2TW.manual...
2004-10-08 Zheng Zhusupport for zh-hk and zh-sg
2004-10-08 Zheng ZhuAdding support for zh-sg (Singapore) and zh-hk (Hong...
2004-10-08 Zheng Zhuperformance tweak related to title conversion
2004-10-07 Brion VibberAdd support for using ICU to perform normalization...
2004-10-07 Brion VibberFetch test data for the benchmark
2004-10-07 Zheng ZhuAdded another phrase library from libtabe (libtabe...
2004-10-06 Wil MahanTrivial fix from Rowan Collins to better handle
2004-10-06 Brion VibberAdd support for some alternate SVG rasterizers:
2004-10-06 Brion VibberGet native size from SVG files
2004-10-05 Zheng ZhuShow error message when 6730wgwgUseDatabaseMessages...
2004-10-05 Domas Mituzas* cache standalone messages fetched from DB on memcached
2004-10-05 Brion VibberRasterize plain image views of SVG files at default...
2004-10-05 Wil MahanSmall mistake in the title length check: I meant $r...
2004-10-05 Wil MahanInstead of calling htmlspecialchars() on image alt...
2004-10-05 Wil MahanDon't call Parser::replaceInternalLinks twice, but...
2004-10-05 Wil MahanOops, I committed the wrong file - sorry. :)
2004-10-05 Wil MahanMove length check to secureAndSplit(), so it is always...
2004-10-04 Wil MahanUse Skin::makeExternalLink() rather than hardcoding...
2004-10-04 Domas Mituzasinitial support for partial message cache, the way...
2004-10-04 Domas MituzasDatabase::makeList() now checks in LIST_AND mode if...
2004-10-04 Brion VibberQuickie experimental SVG rasterization hack: if using...
2004-10-04 Zheng ZhuConvert the title of an article to the preferred langua...
2004-10-03 Jens FrankMoved quickBar from Skin.php to Standard.php, only...
2004-10-03 Brion VibberFix timestamp display
2004-10-03 Brion VibberShortPages and LongPages are almsot identical; remove...
2004-10-03 Jens FrankMoved doAfterContent from Skin.php to skins/Standard...
2004-10-03 Jens FrankFixes needed to make redirect.php work with MEDIAWIKI...
2004-10-03 Brion VibberViewCountUpdate is no longer used; trim it out.
2004-10-03 Jens FrankStupid typo
2004-10-03 Jens FrankSome paranoia checks
2004-10-03 Brion VibberExtend select() wrapper to allow specifying multiple...
2004-10-03 Zheng ZhuNewly generated with proper comments
2004-10-03 Zheng ZhuAdded comments in the generated file
2004-10-03 Zheng Zhua few changes to some .manual files
2004-10-03 Zheng Zhusome bug fix
2004-10-03 Brion VibberXHTML fix: escape links put into HTML
2004-10-03 Brion VibberQuotes, dammit! Remove potential SQL injection vector.
2004-10-03 Brion Vibber* Fix XHTML validity error for pages with apostrophe...
2004-10-03 Zheng Zhudescribing the various .manual files
2004-10-03 Zheng Zhuadded some phrases obtained from the TongWen package...
2004-10-02 Jens FrankAdd previous/next links to old revision pages
2004-10-02 Wil MahanDisallow '<' and '>' in free external URIs; this is...
2004-10-02 Jens FrankMoved 'get previous/next revision' code from Difference...
2004-10-02 Brion Vibber* Remove deprecated wfLocalUrl(), wfLocalUrlE()
2004-10-02 Brion Vibber* Fix notice & blank text on nogomatch
2004-10-02 Brion Vibber* Remove deprecated wfLocalUrlE() call.
2004-10-02 Brion VibberAdd comment about why we pick a random number in PHP...
2004-10-02 Jens FrankDocumentation
2004-10-01 Wil MahanFix bug 553: when a piped link contains a template...
2004-10-01 Antoine Musso* Remove debug statements
2004-10-01 Antoine MussoNew userlevel feature. Sysop only, for testing. NO...
2004-10-01 Antoine Musso* restrict SpecialSitesettings to sysops.
2004-10-01 Jens FrankDocumentation: Assign files to packages
2004-10-01 Antoine Mussocomments
2004-10-01 Zheng ZhuScripts and data used for generating ZhConversion.php
2004-10-01 Antoine Musso* arraybox() : revert "$value" parameter
2004-10-01 Antoine Mussoallow 'value' parameter for array box
2004-09-30 Antoine Mussotypo
2004-09-30 Antoine Mussoremoving occurences of sitesettings. Replaced by an...
next