(bug 30269) Strings like foobar//barfoo are linked to become foobar[//barfoo]
[lhc/web/wiklou.git] / includes /
2011-08-15 Roan Kattouw(bug 30269) Strings like foobar//barfoo are linked...
2011-08-15 Ryan Schmidt* Revert r94487 and r19889 to an extent -- ONLY check...
2011-08-15 Ryan Schmidt* Follow-up r92673: add documentation on how to use...
2011-08-15 Ryan SchmidtWhen MediaWiki is being run behind a proxy, also check...
2011-08-15 Ryan Schmidt* Follow-up to r91284: fix error in Action::exists...
2011-08-14 Alexandre EmsenhuberAdded Parser::recursivePreprocess(); like preprocess...
2011-08-14 Alexandre EmsenhuberUse local context instead of global variables
2011-08-14 Sam ReedFix fail from r94473
2011-08-14 Sam ReedAdd/update documentation
2011-08-14 Sam ReedMade Xml::buildTable() wrap header stuff in <thead...
2011-08-14 Daniel FriesenAdd code to the sanitizer to convert presontational...
2011-08-14 Daniel FriesenThis Sanitizer::EVIL_URI_PATTERN is completely inadequa...
2011-08-14 Daniel FriesenFollowup r94353; Use !== null since that's what we...
2011-08-14 Daniel FriesenFollowup r94375; Use PROTO_RELATIVE so that when $wgSer...
2011-08-14 Roan KattouwFollowup to r92580 and r93820: r92580 duplicated the...
2011-08-14 Max SemenikApiParamInfo: if no help URLs are available, return...
2011-08-14 Max SemenikApiOpenSearch: make description a verb, just like the...
2011-08-13 Victor VasilievAllow extensions to run their own backlink-based updates:
2011-08-13 Roan Kattouw(bug 26486) ResourceLoader modules with paths to nonexi...
2011-08-13 Max SemenikBumped $wgCookieExpiration to 180 days, we were one...
2011-08-13 Chad HorohoeMove wfStreamFile() into a class, update all callers...
2011-08-13 Alexandre EmsenhuberRemove mention of wfOut() in comment
2011-08-13 Roan Kattouw(bug 26283) Previewing user JS/CSS pages doesn't load...
2011-08-13 Sam Reed* (bug 26885) Allow show/hide of account blocks, tempor...
2011-08-13 Alexandre EmsenhuberUse local context instead of global variables
2011-08-13 Max SemenikRm debugging hack from r94029.
2011-08-13 Roan KattouwRemove bogus comments from OutputPage::makeResourceLoad...
2011-08-12 Robin PepermansMark wfMsgWikiHtml() as an interface message so it...
2011-08-12 Derk-Jan HartmanUpdate the Html5 void elements and boolean attributes...
2011-08-12 Aaron SchulzChanged PopulateImageSha1 to use LoggedUpdateMaintenanc...
2011-08-12 Daniel FriesenTouch up Title::get[Full|Local]URL. This concept of...
2011-08-12 Aaron SchulzMore to r94370:
2011-08-12 Daniel FriesenImprove the ability for extensions to participate in...
2011-08-12 Roan KattouwInstead of using some hacky regexes, just use wfParseUr...
2011-08-12 Aaron Schulz* Added LoggedUpdateMaintenance subclass
2011-08-12 Aaron Schulz* Added Revision::getSha1 function
2011-08-12 Jeroen De Dauwadded doc
2011-08-12 Daniel FriesenFollowup r94349; Interwiki::getURL used `$title !=...
2011-08-12 Roan KattouwGuard against parse_url() returning weird things in...
2011-08-12 Robin PepermansFix r91886 thanks to johnduhart: check if it is an...
2011-08-12 Daniel FriesenUpdate Interwiki::getURL's first argument so that it...
2011-08-12 Roan Kattouw(bug 30236) Links like [[//example.com Link text]]...
2011-08-12 Max SemenikFollow-up r94289: SQLite support, unbreaks tests
2011-08-12 KrinkleReverting r93751 per r93751 CR.
2011-08-11 Sam ReedWhitespace
2011-08-11 Mark A. Hershbergerw/s
2011-08-11 PlatonidesFix case of the new file added in r94289
2011-08-11 Aaron SchulzFollow-up r94289: code changes to fill the new fields...
2011-08-11 Aaron Schulz* Added rev_sha1 and ar_sha1 columns to revision/archiv...
2011-08-11 Alexandre Emsenhuber* Use local context instead of global variables
2011-08-11 Thomas Griescode cosmetics: moved the closing td to a new line
2011-08-11 Thomas Griescorrection of Mixed tabs and spaces (2 tabs and 4 space...
2011-08-11 Raimond SpekkingLocalisation update for core and extension messages...
2011-08-11 Robin Pepermansremove stuff accidentally committed in r94279
2011-08-11 Robin Pepermans* CategoryPage.php: fix the "category-empty" message...
2011-08-11 Mark A. HershbergerFix Bug #30322 “SVG metadata is read incorrectly” by...
2011-08-11 Victor VasilievAllow extensions to add pages with non-wikitext display...
2011-08-11 Robin PepermansAdd 2 @since and add documentation for PageContentLangu...
2011-08-11 Alexandre EmsenhuberWe have startParse() for that
2011-08-11 Roan KattouwFollowup r85025, r85166, r93233: use strict comparison...
2011-08-11 Sam ReedFollowup r94211
2011-08-10 Chad Horohoe(bug 30192) Old thumbnails not properly purged. Unlike...
2011-08-10 Chad HorohoeAllow overriding $wgCookiePrefix and $wgCookieDomain...
2011-08-10 Robin PepermansRe-add historysubmit, removed in r92984. This broke...
2011-08-10 Roan KattouwMerge r93797 to trunk, in a somewhat modified form...
2011-08-10 Alexandre Emsenhuber* Use local context instead of global variables
2011-08-10 Aaron SchulzMade moveToInternal() check result of Article::insertOn...
2011-08-10 Chad Horohoe(bug 30219) NoLocalSettings.php broken on Windows serve...
2011-08-10 Chad HorohoeVarious profiler tweaks:
2011-08-10 Roan Kattouw(bug 30074) Moving user JS subpages resulted in JS...
2011-08-10 Thomas Griesreverting my unintended change in DefaultSettings.php
2011-08-10 Thomas Griesadding label atttributes for confirm checkboxes in...
2011-08-09 Aaron SchulzReverted r91871 per CR: mediawiki.org/wiki/Special...
2011-08-09 Aaron SchulzFollow-up r92065: call userForm dynamically. Also made...
2011-08-09 Chad HorohoeDrop unused and unset $wgRightsCode from generated...
2011-08-09 Chad Horohoe(bug 30264) MediaWiki installer uses require, de facto...
2011-08-08 Alexandre EmsenhuberUse local context instead of global variables
2011-08-08 Raimond SpekkingLocalisation update for core and extension messages...
2011-08-08 Sam ReedFollowup r88488, moved some of the prep work in it...
2011-08-07 Alexandre EmsenhuberUse local context instead of global variables
2011-08-07 Alexandre EmsenhuberTemporaray revert of r94031; forgot that this was depen...
2011-08-07 Alexandre EmsenhuberReadd basic headers and <html>...</html> arround error...
2011-08-07 Max SemenikFixed sidebar tests on Windows. Can't use PHP_EOL here...
2011-08-06 Alexandre EmsenhuberMade code more readable by moving the check about user...
2011-08-06 Alexandre Emsenhuber* Moved action=history to use an Action subclass
2011-08-06 Max SemenikWarn user if mod_security is present
2011-08-06 Sam ReedDocumentation!
2011-08-05 Chad HorohoeReverting r84309 (New pages log doesn't remove/update...
2011-08-05 Sam ReedWhitespace and comment updates
2011-08-05 Alexandre Emsenhuber* Use local context instead of global variables
2011-08-05 Sam ReedFollowup r93905 per comment on bug 30230
2011-08-05 Raimond SpekkingLocalisation update for core and extension messages...
2011-08-05 Sam Reed* (bug 18634) Create API to fetch MediaWiki's language...
2011-08-05 Sam ReedSome annotation for (bug 29907) action=parse only fetch...
2011-08-05 Sam ReedAdd @since to Revision::newFromRow per Nikerabbit
2011-08-05 Jan Gerberdont use deprecated function WebRequest::getFileSize
2011-08-05 Sam ReedAdd documentation
2011-08-04 Sam ReedFollowup r89564
2011-08-04 Sam ReedAdding Revision::newFromRow() function as alias for...
2011-08-04 Chad HorohoeFix profiling in Article::getParserOutput()
next