* (bug 11143) Links containing invalid UTF-8 percent-code sequences are now
[lhc/web/wiklou.git] / includes /
2009-08-23 Brion Vibber* (bug 11143) Links containing invalid UTF-8 percent...
2009-08-22 Alexandre EmsenhuberPer Brion's comment on r52683: use $wgOut->isPrintable...
2009-08-22 Brion VibberChange r52690 per suggestions on CodeReview: rearrange...
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-08-22 Brion VibberClean up some of the unnecessary tabs splattered throug...
2009-08-22 Alexandre Emsenhuberuse tabs for identation, not spaces
2009-08-22 Brion VibberReduce output size of Skin::makeVariablesScript() for...
2009-08-22 Chad HorohoeMerge r53381 from wmf-deployment. Throw more informatio...
2009-08-22 Philip TzouUpdate the Chinese conversion tables.
2009-08-22 Raimond SpekkingFollow-up r55459: Fix for PHP Notice: Undefined variabl...
2009-08-22 Michael Dalehard coded requested imageinfo prop in api upload resul...
2009-08-22 Michael Dalere-added $partname for warning checks 53361#c3664
2009-08-22 Brion VibberPet peeve time: reduce clutter from common $wgContLang...
2009-08-22 Alex ZParse error: syntax error, unexpected T_VARIABLE in...
2009-08-21 Chad Horohoe(bug 15646) Page creation notification email is sent...
2009-08-21 Brion VibberRevert r53600 "Add $wgSecondaryGoNamespace, used if...
2009-08-21 Brion VibberRevert r53667 "Enabled use of the greater-than sign...
2009-08-21 Aryeh GregorTypo in comment
2009-08-21 Aryeh GregorUse Html::input()/autofocus a bunch more places
2009-08-21 Brion VibberRevert r53710 "* Allow suppressing "line 1" from the...
2009-08-21 Aryeh GregorMake Xml::hidden() a wrapper around Html::hidden()
2009-08-21 Aryeh GregorAutofocus Special:Search box
2009-08-21 Brion VibberCleaning up some old PHP 4 object-reference usage in...
2009-08-21 Aryeh GregorDon't prefill new account name, and autofocus
2009-08-21 Aryeh GregorAutofocus password, not name, if name is prefilled
2009-08-21 Aryeh GregorUse Html::input() for login form
2009-08-21 Aryeh GregorOmit useless value="" in Html::input()
2009-08-21 Brion VibberNo need to store the value of the magic quotes check...
2009-08-21 Aryeh GregorDon't output useless value=""
2009-08-21 Aryeh GregorOnly require necessary fields in Special:ResetPass
2009-08-21 Aryeh GregorMove validation logic from input() to rawElement()
2009-08-21 Aryeh GregorSwitch from Xml:: to Html:: in a few places
2009-08-21 Aryeh GregorCorrect outdated comments
2009-08-21 Aryeh GregorDon't escape >" in tag contents, no point
2009-08-21 Brion VibberFix for wgArticleId being exported to JavaScript as...
2009-08-21 Chad HorohoeRemove random comments.
2009-08-21 Alex ZTweak Access-Control-Allow-Origin stuff per comments...
2009-08-20 Alexandre EmsenhuberDocument wfWarn() function
2009-08-20 Brion Vibberbug 20327 Error in FlaggedRevs.hooks.php after r55168...
2009-08-20 Aryeh GregorRemove somewhat braindead comments
2009-08-20 Alex ZUpdate ChangesList output for enhanced changes to use...
2009-08-20 Ilmari Karonen(bug 15248) Normalize NBSP and other odd Unicode whites...
2009-08-20 Raimond Spekking* (bug 20318) Distinct CSS classes for ISBN/RFC/PMID...
2009-08-20 Michael Dale* moved $wgEnableTemporalOggUrls configuration var...
2009-08-19 Trevor ParscalIncrimented $wgStyleVersion to refelct the changes...
2009-08-19 Brion Vibberfix up doc comment on Database::buildConcat()
2009-08-19 Brion VibberRevert r54291 "(bug 19004) Added support for tags to...
2009-08-19 Andrew GarrettAdd doc comment for JS2 dependency in live preview...
2009-08-19 Benjamin LeesFollow-up to mediawiki.org/wiki/Special:Code/MediaWiki...
2009-08-19 Brion VibberRevert r54585 "Fix bug 19261 by saving the username...
2009-08-19 Brion VibberRevert image crop for now:
2009-08-19 Chad HorohoeFollowup r53884, use wfSuppressWarnings/wfRestoreWarnin...
2009-08-19 Brion VibberCleanup from r54770 "Add Html::input() convenience...
2009-08-18 Brion VibberDisable the mysterious keypress throttling that overrid...
2009-08-18 Aryeh Gregor$wgMaximumMovedPages should only count moved pages
2009-08-18 Aryeh GregorRemove all usage of projection stylesheets
2009-08-18 Roan KattouwUntested equivalent of r55262 ("When moving a page...
2009-08-18 Aryeh GregorThrow an exception instead of PHP fatal error
2009-08-18 Aryeh GregorFix comment to note return type on error
2009-08-18 Aryeh GregorDon't move twice when moving subpages to a subpage
2009-08-18 Michael Dale* fixed SpecialUpload page iframe uploading for js2...
2009-08-18 Andrew GarrettRewrite JS-based Live Preview to use jQuery, was 200...
2009-08-18 Aryeh GregorFix fatal on every move over redirect, from r53659
2009-08-18 Siebrand Mazeland* remove unused Skin::copyrightLink()
2009-08-18 Aryeh GregorMake element() escape input like in Xml
2009-08-17 Roan KattouwFollow-up to r54556: fix login/logout links in core
2009-08-17 Alex ZRe-implement r54638 in a higher-level way. Allows exten...
2009-08-17 TobiasShow summary preview also on diff - useful for editing...
2009-08-17 Tim StarlingFix PHP4-ism
2009-08-17 Tim Starling* Fixed XSS vulnerability introduced by r49833. Only...
2009-08-17 Raimond SpekkingUse formatNum for some more numbers.
2009-08-17 Tim Starling* Renamed PageHistory to HistoryPage. Brion gave me...
2009-08-17 Chad Horohoe(bug 20265) Special:AncientPages (and UnusedFiles)...
2009-08-16 Chad Horohoe(bug 20274) Strict standards issue in 5.3.
2009-08-16 Tim StarlingFixes for Shinjiman's Special:Version updates r49995...
2009-08-16 Chad Horohoe(bug 20273) Undefined variable in Special:RandomPage...
2009-08-15 Michael Dale* removed plain-text output because IE is retarded...
2009-08-15 Leons Petrazickisconfig/index.php:
2009-08-15 Michael Dale* added content-type plain/text output param for json...
2009-08-15 Chad HorohoeSpacing and declare public.
2009-08-15 Michael Dale* added missing setIndexedTagName for some upload api...
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-08-14 Andrew GarrettAdd an id to the cancel link
2009-08-14 Michael Dalefixed variable name
2009-08-14 Michael Dalehttp:get was clearing opts array (fixed)
2009-08-14 Michael Dale* added curl option support for get requests
2009-08-14 Andrew GarrettCustomise display of thread search result titles.
2009-08-14 Niklas Laxström(bug 20090) BCP 47 issues
2009-08-14 Andrew GarrettGIF metadata extraction fixes:
2009-08-14 Raimond SpekkingRecommit r54069 (shinjiman) after general revert r54735...
2009-08-14 Raimond SpekkingRecommit r53268 (simetrical) after general revert r5473...
2009-08-14 Raimond SpekkingRecommit r52524 (ialex) after general revert r54735...
2009-08-14 Brion VibberAdded trim() call to work around mystery bug where...
2009-08-14 Brion VibberFixed double-escaping bug in ConfEditor's handling...
2009-08-13 Aaron SchulzFollow-up r54968: this close() should be redundant now
2009-08-13 Aaron SchulzFollow-up r54966: more sanity checks
2009-08-13 Aaron SchulzFixed 'permission denied' cdb fatals (on windows at...
2009-08-13 Aaron SchulzSanity check $this->handle on close()
2009-08-13 Michael Daleadded memchached compatibility to background downloads.
next