follow-up to r75761: coding style tweaks
[lhc/web/wiklou.git] / includes /
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
2010-10-27 Raimond SpekkingLocalisation updates for core and extension messages...
2010-10-27 Roan KattouwFix regression introduced by doing data URL embedding...
2010-10-27 Max SemenikIntroduced $wgAdditionalMailParams to allow adjusting...
2010-10-27 Sam Reed* (bug 25463) Export header should not be shown if...
2010-10-27 Jure Kajzer* installers skips recreation of existing user
2010-10-27 PlatonidesMake update.php obey --quiet
2010-10-27 Chad HorohoeDon't show new and ok message at the same time
2010-10-27 Chad HorohoeRemove unnecessary writable config dir check
2010-10-27 Roan KattouwFollowup to r75266: remove warning "rvlimit may not...
2010-10-27 Siebrand MazelandFollow-up r75499: initialise $anchorclose to prevent...
2010-10-27 Derk-Jan HartmanLine endings in wikitext can introduce <p>'s, which...
2010-10-27 Derk-Jan HartmanMake the image page more consistent. Now all pages...
2010-10-26 PlatonidesAddress my own CR in r75332.
2010-10-26 PlatonidesProvide a proper implementation for passing environment...
2010-10-26 PlatonidesReorder to shortcut some more php_uname() calls.
2010-10-26 Trevor ParscalFixes comment mistakes in r75107
2010-10-26 Bryan Tong MinhFollow-up r75282
2010-10-26 Sam ReedFollowup r75282, remove now unused class variables
2010-10-26 PlatonidesCache the results of wfIsWindows()
2010-10-26 PlatonidesPlace into an else branch in the odd case where we...
2010-10-26 PlatonidesKeep it in Title.php Having it on Defines would allow...
2010-10-26 Raimond SpekkingRevert r75415 after a talk with demon. The linebreaks...
2010-10-26 Chad HorohoeReduce more WebInstaller bloat, move getFieldset(Start...
2010-10-26 Chad HorohoeClarify some visibilities based on actual usage
2010-10-26 Chad HorohoeReduce linebreaks
2010-10-26 Chad Horohoerm unused code
2010-10-26 Chad HorohoeFollowup r75392: reduce some duplication, eliminate...
2010-10-25 Brion VibberFollowup for r75314 (bug 23923) -- regression fix for...
2010-10-25 Chad Horohoe(bug 198: Easy, secure in-place upgrade) Introduce...
2010-10-25 Chad HorohoeFollowup r75371, use MediaWiki default user and content...
2010-10-25 Chad HorohoeFollowup r74035, add GAID_FOR_UPDATE to the defines...
2010-10-25 Jure Kajzer* moved installMainpage to CoreInstaller as requested...
2010-10-25 Jure Kajzer* DatabaseOracle - throw connection exception instead...
2010-10-25 Platonides$wgRequest usage removed in r75272
2010-10-25 Chad HorohoeRevert mainpage part of r75347. Should go in its own...
2010-10-25 Jure Kajzer* fixed accidental revert of r75343
2010-10-25 Jure Kajzer* Installer for Oracle fixes
2010-10-25 Jure Kajzer* null value => default value handling
2010-10-24 Sam Reed(bug 24853) Kill failFunction - Fixed! :D
2010-10-24 Sam ReedComment out unused if (code inside it is commented out
2010-10-24 Sam ReedStart of bug 24853, killing off 'functional' parts...
2010-10-24 Raimond SpekkingLocalisation updates for core and extension messages...
2010-10-24 Sam Reed* If a action=parse request provides an oldid that...
next