release-notes for r96307
[lhc/web/wiklou.git] / includes /
2011-09-05 Roan KattouwRevert r88008 (add size difference to Special:Contribut...
2011-09-05 Alexandre EmsenhuberDeleted incorrect svn:executable properties
2011-09-05 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-05 Alexandre EmsenhuberCall Linker method statically; also changed it to linkK...
2011-09-05 Daniel FriesenAnother thing that's been bothering me, skins shouldn...
2011-09-05 Roan KattouwDon't use $wgServer (potentially protocol-relative...
2011-09-05 Daniel FriesenPass the key for the skin being created to the construc...
2011-09-05 Daniel FriesenAdd a new RequestContext::newExtraneousContext() to...
2011-09-05 Roan KattouwStylize Export.php
2011-09-05 Roan KattouwWhitespace fixes for r95272, r95604
2011-09-05 Roan KattouwFixes for r95260:
2011-09-05 Roan KattouwFollowup r96180: remove unused global $wgCanonicalServer
2011-09-05 Daniel FriesenFollowup r96180, I can't believe I did't notice I accid...
2011-09-05 Tim StarlingReverted r84357 and r90461 and fixed the bug in a bette...
2011-09-05 Robin Pepermans(bug 30679) Some installer fields should always be LTR
2011-09-04 Robin PepermansFix r96261: don't add important if 'none', so it doesn...
2011-09-04 Robin Pepermans* Mark underline css as !important. It should override...
2011-09-04 Sam ReedTrim trailing whitespace
2011-09-04 Robin Pepermanswhoops, fix r96257
2011-09-04 Robin PepermansCorrectly parse interface messages as such, so it doesn...
2011-09-04 KrinkleAdd documentation for r96170 and r96188.
2011-09-04 KrinkleSplit ajaxCategories away from core for now, into an...
2011-09-04 Alexandre EmsenhuberUse local context instead of global variables
2011-09-04 Robin PepermansMark $mDiffLang protected, and rename function to setTe...
2011-09-04 Robin PepermansAdd zh-min-nan, zh-yue, zh-classical to dummy language...
2011-09-04 Robin PepermansFollowup r87677 / r87676: add 'bh' to dummy language...
2011-09-04 Robin PepermansExplain what $wgDummyLanguageCodes does, and remove...
2011-09-04 Daniel FriesenFollowup r87340: Post-hook swap bodytext into a new...
2011-09-03 Alexandre EmsenhuberUse local context instead of global variables
2011-09-03 Max Semenikrv r89483 per CR
2011-09-03 Daniel FriesenExpand r96170's support for space separated attributes...
2011-09-03 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-03 Daniel FriesenCrack down on arguments inside the Linker that call...
2011-09-03 Philip TzouUpdate zh conversion tables, remove unused/incorrect...
2011-09-03 Daniel FriesenUse wfExpandUrl+PROTO_CANONICAL inside of getCanonicalU...
2011-09-03 Philip TzouUpdate Chinese conversion tables.
2011-09-03 Siebrand MazelandUpdate whitespace and a comment.
2011-09-03 Siebrand MazelandAdd comment on why the list is not localised.
2011-09-03 Max SemenikFix r87731: update site stats only when explicitly...
2011-09-03 KrinkleHtml.php: The "future"[1] is here. Add features for...
2011-09-03 KrinkleHtml.php: Move html5-validation blacklist check to...
2011-09-02 Aaron SchulzReverted parser bump from r84601 per CR
2011-09-02 Mark A. Hershbergerw/s fix ups
2011-09-02 Alexandre EmsenhuberUse local context instead of global variables
2011-09-02 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-02 Chad HorohoeMinor tweak to r95521: remove outdated comment about...
2011-09-02 Siebrand MazelandRevert r96094. That space is already in colon-separator...
2011-09-02 Siebrand MazelandAdd a word separator after the colon separator.
2011-09-02 Sam ReedRevert r95496, r95506, r95524, r95553, r96005
2011-09-02 Jure Kajzer* resolved some issues with sequences and deleting...
2011-09-02 Jure Kajzer* added redundand join condition for index usage as...
2011-09-01 John Du HartRevert r95930, r95931 and r95939. Poorly commited patch
2011-09-01 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-01 KrinklePass OutputPage instance to MakeGlobalVariablesScript...
2011-09-01 Sam ReedFollowup r95496, remove duplicate $fields definition
2011-09-01 Sam ReedFollowup r95396
2011-09-01 Siebrand MazelandAdd some full message keys as they are used here.
2011-09-01 Siebrand MazelandAdd some full message keys as they originate from these...
2011-09-01 Chad HorohoeA d d s p a c e s
2011-09-01 Siebrand Mazelandw/s
2011-09-01 Jure Kajzer* updated oracle schema to current
2011-09-01 Roan KattouwRemove type hint that broke r95975
2011-09-01 Roan KattouwAdd ResourceLoaderContext::newDummyContext() function
2011-09-01 KrinkleSplit up TablePager css class, introduce .mw-datatable
2011-09-01 Daniel FriesenFollowup r95957, add =null to Skin::outputPage too
2011-09-01 Daniel FriesenKill off use of $wgRequest, $wgUser, and $wgLang in...
2011-09-01 Roan KattouwIn Title::resetArticleID(), clear all entries in the...
2011-09-01 Daniel FriesenFollowup r95947, undo accidental revert of r95946.
2011-09-01 Roan KattouwFix indentation in r95396
2011-09-01 Daniel FriesenAdd Title::isSubpageOf to use when you want to make...
2011-09-01 John Du HartFollow-up r95930, consolidate into one message per CR
2011-09-01 John Du Hart(bug 5865) Warning on editing other user's userpage
2011-08-31 John Du Hart(bug 4381) Magic quotes cleaning is not comprehensive...
2011-08-31 Roan KattouwFollowup r95002: unbreak getTokenUrl() by using a simpl...
2011-08-31 Sam ReedFollowup r95396
2011-08-31 Sam ReedTidy up w/c
2011-08-31 Roan KattouwClarify parameter description added in r95714
2011-08-31 Roan KattouwFollowup r95753 per CR: prevent extensions from making...
2011-08-31 Niklas LaxströmArgh, fixing my fix in r95834
2011-08-31 Niklas LaxströmFollowup r95800 - the page is ListFiles
2011-08-30 Chad HorohoeAnother stupid newline, forgot to press save
2011-08-30 Chad HorohoeFixes for r94158: newlines and minor debugging typo...
2011-08-30 Chad HorohoePrefix extensions with $IP. Followup r94107 (grumble...
2011-08-30 Raimond SpekkingLocalisation updates for core and extension messages...
2011-08-30 Alexandre Emsenhuber* Use local context instead of global variables
2011-08-30 Robin PepermansLink content pages and uploaded files to AllPages and...
2011-08-30 Alexandre EmsenhuberRemoved unused global declaration of $wgMessageCache (!)
2011-08-30 Roan KattouwFix a message key typo in r41961 (!!), which didn't...
2011-08-30 Roan KattouwAdd TitleIsMovable hook so extensions can create new...
2011-08-29 KrinkleAdd support to only return keys in ApiAllMessages
2011-08-29 Daniel FriesenKill off the last $wgUser and improper use of linker...
2011-08-29 Raimond SpekkingLocalisation updates for core and extension messages...
2011-08-29 Daniel FriesenFollowup r95547; Where'd that $ come from?
2011-08-29 KrinkleResourceLoaderUserOptionsModule.php: Add comment about...
2011-08-29 Chad HorohoeTypofix
2011-08-29 Raimond Spekking* (bug 16428) Include permalink in printable version
2011-08-29 Alexandre EmsenhuberUse local context instead of global variables
2011-08-29 Roan KattouwIn WikiMap, pull wgCanonicalServer from $wgConf instead...
2011-08-29 Tim StarlingFurther updates for r90643/r95647 in core and extension...
2011-08-29 Tim Starling* Fix for r90643: in the case where there is only one...
next