* The SVGMetadataExtractor now based on XmlReader
[lhc/web/wiklou.git] / includes /
2010-11-04 Derk-Jan Hartman* The SVGMetadataExtractor now based on XmlReader
2010-11-03 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-03 Max SemenikCDB support: never refer to it as just "DB" in messages...
2010-11-03 Sam ReedTab out for alignment, and normalise capitalisation...
2010-11-03 Chad HorohoePer CR, revert r75873. Does not match docs
2010-11-03 Sam ReedTab out siprop, so they are a bit more aligned
2010-11-03 Chad HorohoeCleanup r65183, fix ugly stylize.php formatting
2010-11-03 Chad HorohoeOnly show one message when not using intl or utf8_norma...
2010-11-03 Tim StarlingResource loader minor changes. Fix for r73668 etc.
2010-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...
2010-11-02 Chad HorohoeFollowup r65070, remove last instance of editwidth...
2010-11-02 Antoine MussoFix misinterpration of HTML5 specification for email...
2010-11-02 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-02 Chad HorohoeFixup r75858, copy+paste error
2010-11-02 Chad HorohoeCleanup r49493, r72481: Adding skin to $wgHiddenPrefs...
2010-11-02 Chad HorohoeFollowup r70207, make path for LocalSettings.php config...
2010-11-02 Chad HorohoeRename env check to be more like the others
2010-11-02 Max SemenikFix bug caused by variable reuse from r71902
2010-11-01 Derk-Jan Hartman* Moving wfGetSVGSize() and wfScaleSVGUnit() into a...
2010-11-01 Priyanka DhandaUsing getDateFormat instead of mDateFormat in ParserOpt...
2010-11-01 Brandon HarrisActually add the two new keys.
2010-11-01 Brandon Harris* Added tipsy library
2010-11-01 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-01 Roan Kattouw(bug 25573) Send Cache-Control: must-revalidate in...
2010-11-01 Roan Kattouw(bug 25610) Put ResourceLoader in debug mode when resou...
2010-11-01 Max SemenikFollow-up r68127: honor table prefix, perverted though...
2010-11-01 Derk-Jan HartmanFollow up r75749. Fixes a case with a linked thumbnail...
2010-11-01 Raimond SpekkingFollow-up r75748: Fix comment
2010-11-01 OverlordQRevert r69337 (Removal of minordefault preference)
2010-11-01 Sam Reed* (bug 25741) Add more data to list=search's srprop...
2010-11-01 Roan Kattouw(bug 25717) Fix "Hide/show extended details" toggle...
2010-11-01 Chad HorohoeRevert r69360 (adding ob_flush() to WebInstallerOutput...
2010-11-01 Roan Kattouw(bug 25735) Fix regex error in PHP < 5.2.2 by using...
2010-11-01 Chad HorohoeAdd sanity checkbox for external HTTP requests
2010-11-01 PlatonidesSpaces
2010-11-01 Sam ReedFollowup r75641, improve function documentation
2010-11-01 Chad HorohoeFollowup r75753, combine these into one if block
2010-11-01 Antoine MussoFollow up r75627 : addModule() is enough.
2010-11-01 Derk-Jan HartmanAvoid unnecessary linebreaks in difflines. Fixes bug...
2010-11-01 Sam ReedFix minor semi colon fail from r75767
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-11-01 Sam ReedFixup undefined $this->id
2010-10-31 Sam ReedFollowup r75758, spaces to tabs
2010-10-31 Jack Phoenixfollow-up to r75761: coding style tweaks
2010-10-31 Sam ReedUpdate a few deprecated method calls
2010-10-31 KrinkleAdding mediawiki.advanced.rightclickedit.js
2010-10-31 PlatonidesChange wfTimestamp() to an array() and add a bunch...
2010-10-31 Sam ReedRemove a few more unused variables
2010-10-31 Sam ReeduserNotPrivilegedMessage being called with no parameter...
2010-10-31 Sam ReedSwitch last few uses of while loops to foreach in phase3
2010-10-31 PlatonidesDon't increment stats when called from the scripts.
2010-10-31 Derk-Jan HartmanUse isset to protect against Undefined index PHP notice.
2010-10-31 Derk-Jan HartmanUpscale thumbnails of SVGs if the nominal size of the...
2010-10-31 Derk-Jan HartmanAdd a new isVectorized() to files and media handlers...
2010-10-31 PlatonidesFollow up r75542, in the odd case that Maintenance...
2010-10-31 Derk-Jan HartmanUsing isset to check for index value. Avoids a PHP...
2010-10-31 PlatonidesRemove call to deprecated $wgOut->includeJQuery();
2010-10-31 PlatonidesA couple of Xml::hidden calls left by r75723
2010-10-31 Siebrand MazelandLocalisation updates from translatewiki.net
2010-10-31 Sam ReedMore deprecated method calls
2010-10-31 Sam ReedUpdate deprecated method calls
2010-10-31 PlatonidesRemove unused globals.
2010-10-31 Philip TzouFollowup r75719. Typo.
2010-10-31 Philip TzouFollowup r75617. Fix spelling mistake.
2010-10-31 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-10-31 Alexandre Emsenhuber* (bug 25642) A exception is now thrown instead of...
2010-10-31 Alexandre EmsenhuberAdded missing calls to setHeaders() and outputHeader()
2010-10-31 Alexandre Emsenhuber* (bug 23731) Clarified "n links" message on Special...
2010-10-30 Sam ReedMark a few more methods static
2010-10-30 Bryan Tong MinhFollow-up r75702: change physicalSize to physicalDimens...
2010-10-30 Raimond SpekkingLocalisation updates for core and extension messages...
2010-10-30 Bryan Tong MinhFollow-up r75702: stylize
2010-10-30 Bryan Tong MinhSplit BitmapHandler::doTransform in functions: transfor...
2010-10-30 Chad HorohoePer r75386 CR, use newMainPage()
2010-10-30 Chad HorohoeRevert r75654 per CR, doEdit() already takes care of...
2010-10-30 Chad HorohoeOracle maintainer should enable E_STRICT ;-)
2010-10-30 Chad HorohoeE_STRICT: Function signature should match parent. This...
2010-10-30 Bryan Tong Minh(bug 23732) Clarified "n links" message on Special...
2010-10-29 Antoine MussoFollow up r75627. Implements r75670 in PHP to validate...
2010-10-29 Bryan Tong Minhr75621 copy-paste fail
2010-10-29 Raimond SpekkingLocalisation updates for core and extension messages...
2010-10-29 Derk-Jan HartmanSwitch the hyphen in diff output to actually minus...
2010-10-29 Derk-Jan HartmanAdd a nbsp to each empty "diff-marker".
2010-10-29 Chad Horohoe(bug 22308) Search should find text in default main...
2010-10-29 Bryan Tong MinhFollow-up r75621: Check for $wgEnableAPI before adding...
2010-10-29 Sam ReedFollowup r75554, functionise Export code, allows for...
2010-10-28 Sam ReedMinor followup to r75621, add whitespace
2010-10-28 Antoine MussoLame user side email validator using JQuery.
2010-10-28 Raimond SpekkingLocalisation updates for core and extension messages...
2010-10-28 Bryan Tong Minh(bug 25648) API discovery information has been added...
2010-10-28 Philip TzouFollow up r75617. remove extra brackets.
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-28 Sam ReedFunction return type hints
2010-10-27 Sam ReedMore function parameter commenting
2010-10-27 Sam ReedParameter documentation
2010-10-27 PlatonidesAdd feature to block common (weak) passwords.
2010-10-27 Roan Kattouw(bug 25339) Allow specifying separate base paths for...
2010-10-27 Antoine MussoOptional feature to login through HTTPS and come back...
2010-10-27 Antoine MussoLame documentation, code style
2010-10-27 Bryan Tong Minh(bug 23194) Special:ListFiles now has thumbnails
next