[mw.util.tooltipAccessKeyPrefix] alt-shift for Chrome on Windows
[lhc/web/wiklou.git] / includes /
2012-03-07 Roan KattouwIt seems that parseMsg() sometimes receives strings...
2012-03-07 Aaron Schulzr109469: ported r113208 by bumping max file size from...
2012-03-06 Aaron SchulzFixed FileOp::attemptBatch() behavior when unexpected...
2012-03-06 Raimond SpekkingLocalisation updates for core and extension messages...
2012-03-06 Alexandre EmsenhuberUse local context to get messages
2012-03-06 Alexandre EmsenhuberNo need to do a database query when passing an IP addre...
2012-03-06 Aaron Schulzr110955: also truncate rc_comment for log entries....
2012-03-06 Jeroen De Dauwget rid of deperacted method usage
2012-03-06 Jeroen De Dauwfollow up to r113113, get rid of code ducpliation and...
2012-03-06 Tim StarlingPartial revert of r97849: the wgUserVariant variable...
2012-03-06 Antoine Mussorevert r113117 per CR
2012-03-06 Niklas LaxströmNo point doing it the hard way, ping r112591
2012-03-06 Jeroen De Dauwfollow up to r113115, rem not needed args
2012-03-06 Jeroen De Dauwget rid of deprecated method usage making people on...
2012-03-06 Jeroen De Dauwfix support for passing args to help-message(s), which...
2012-03-06 Sam ReedAnd fix the . from r113110
2012-03-06 Sam ReedFollowup r113109, forward port the rest of r25267 for...
2012-03-05 Sam ReedNormalise method returns, and returned value usage
2012-03-05 Sam ReedSpecial pages aren't a contextsource. Ping r100114...
2012-03-05 Alexandre Emsenhuber* Use local context to get messages
2012-03-05 Raimond SpekkingLocalisation updates for core and extension messages...
2012-03-05 Sam ReedDocumentation updates
2012-03-05 Tim StarlingTransitional patch for bug 34832: introduce a CI-style...
2012-03-05 Antoine MussoTODO about 'class' throwing a fatal error
2012-03-05 Tim Starling* Fix for r41340, r96405, r97849: introduce a function...
2012-03-05 Brian Wolff(bug 34922) If rev_parent_id is null, then the characte...
2012-03-04 Krinkle[ResourceLoader] Minor clean up
2012-03-04 Krinkle[ObjectCache.php] Add comment describing that CACHE_ANY...
2012-03-04 Aaron SchulzAdded some super calls to constructors to be safe
2012-03-04 Raimond SpekkingLocalisation updates for core and extension messages...
2012-03-04 Brian Wolff(bug 28019) Make Special:MyPage and Special:MyTalk...
2012-03-03 Raimond SpekkingLocalisation update for core and extension messages...
2012-03-03 Alexandre EmsenhuberDatabaseBase::selectRow() return a simple object, not...
2012-03-03 Aaron Schulz[FileBackend]
2012-03-03 Aaron SchulzMoved FileBackendStore and helper classes to their...
2012-03-03 Alexandre Emsenhuber* Removed check for invalid object in formatResult...
2012-03-03 Alexandre EmsenhuberChange some DatabaseBase::query() calls to use more...
2012-03-03 Alexandre Emsenhuber* (bug 34937) Fix for r107636: call WikiPage::onArticle...
2012-03-03 Aaron Schulz[Title] In moveToInternal(), just use getParentId(...
2012-03-03 Aaron Schulz[DatabaseBase] Made encodeExpiry() recognize 'infinity...
2012-03-02 Benny Situfix for bug34781 - display old title text if the namesp...
2012-03-02 Alexandre Emsenhuber* Don't execute the LinkBatch if there are now rows
2012-03-02 Alexandre EmsenhuberUse local context to get messages
2012-03-02 Alexandre EmsenhuberPer happy-melon, fix for r107653: don't add the error...
2012-03-02 Tim Starling(bug 34832) Parse recentchangestext with the interface...
2012-03-02 Tim StarlingFix for r86304: if MessageCache::parse() is called...
2012-03-02 Aaron SchulzAdded some lock call profiling
2012-03-02 Brian Wolff(bug 34863) Make it so an image that was previously...
2012-03-02 Aaron SchulzAdded missing space :)
2012-03-02 Sam ReedAdd some {}
2012-03-01 Raimond SpekkingLocalisation update for core and extension messages...
2012-03-01 Aaron Schulz(bug 34873) List contributions of existing users that...
2012-03-01 Aaron Schulzr112839: missing file change
2012-03-01 Aaron SchulzError log readability is nice
2012-03-01 Aaron SchulzActually enforce the FileBackend name requirements...
2012-03-01 Alexandre Emsenhuber* Pass number with numParams() to Message object and...
2012-03-01 Sam ReedTidy up return values of envChecks
2012-03-01 Robin Pepermansfix typo in r112479
2012-03-01 Alexandre Emsenhuber* (bug 34849) Diff when editing an old version show...
2012-03-01 Niklas LaxströmHrrrmp *grumbles*
2012-03-01 Antoine MussoBug 34818 improves regex to capture DB error message
2012-03-01 Niklas LaxströmWhitespace cleanup
2012-03-01 Niklas LaxströmRestore many missing spaces from r112589
2012-02-29 Arthur RichardsAdded unsetVal() method as antithesis to setVal()
2012-02-29 Sam ReedFollowup r112374/bug 34653
2012-02-29 Raimond SpekkingLocalisation update for core and extension messages...
2012-02-29 Aaron Schulzr111588: refactored proxy/noProxy code slightly for...
2012-02-28 Alexandre Emsenhuber* Don't execute the LinkBatch if there are now rows
2012-02-28 Robin Pepermansfix r112591: re-add whitespace between message name...
2012-02-28 Alexandre EmsenhuberUse local context to get messages
2012-02-28 Max SemenikFollow-up r112565: fix code duplication
2012-02-28 Siebrand Mazeland(bug 34702) More localised parentheses.
2012-02-28 Siebrand Mazeland(bug 34702) More localised parentheses. Patch contribut...
2012-02-28 Tim StarlingFix r110209: Move the invalid title check above the...
2012-02-28 Chad Horohoe(bug 34762) Calling close() on a DatabaseBase object...
2012-02-28 Aaron SchulzForce the target user ID to be the correct foreign...
2012-02-28 Krinkle[IRC Log Message] Fix for protect/protect and protect...
2012-02-28 Tim StarlingFix exception from list=recentchanges rcprop=loginfo...
2012-02-27 Aaron SchulzDummy proof TempFSFile purging when the constructor...
2012-02-27 Roan KattouwIn ResourceLoaderContext, normalize invalid skin names...
2012-02-27 Brion VibberRevert r110045: well-meaning but broken attempt to...
2012-02-27 Raimond SpekkingLocalisation update for core and extension messages...
2012-02-27 Jure Kajzer* partly fixes two issues exposed by bug 34280
2012-02-27 Robin PepermansCombine getLanguageNames and getTranslatedLanguageNames...
2012-02-27 Antoine Musso(bug 34736) empty limit on special pages causes navigat...
2012-02-27 Chad HorohoeTypofix, ping r112427
2012-02-27 Tim StarlingMake userAgent also work as an option to MWHttpRequest...
2012-02-27 Krinkle[mediawik.special.changeslist] Remove ugly arrow swappi...
2012-02-26 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-26 Derk-Jan HartmanAdd lang and hreflang tags to the variants in the varia...
2012-02-26 Niklas LaxströmAdded @since annotations
2012-02-26 Siebrand MazelandUse local context ( $this->msg() ) instead of global...
2012-02-26 Alexandre EmsenhuberUse local context to get messages
2012-02-26 Siebrand Mazeland(bug 34702) Localised parentheses are now used in more...
2012-02-26 Siebrand MazelandWow. Messy. Follow-up r112426, r112424: Fix incorrect...
2012-02-26 Siebrand MazelandFollow-up r112424: Per IAlex on IRC: Use escape() inste...
2012-02-26 Siebrand MazelandFollow-up r112410, r112412: Cheaper processing using...
2012-02-26 Amir E. AharoniFixes bug 34723: applies the English language to CSS...
2012-02-25 Siebrand MazelandFollow-up r112410: (bug 34702) Use localised parenthese...
2012-02-25 Siebrand Mazeland(bug 34702) Use localised parentheses in Special:Contri...
next