lhc/web/wiklou.git
2011-01-17 Tim StarlingFix broken query in File::getLinksTo()
2011-01-17 Brian WolffChange the default collation from strtoupper to Languag...
2011-01-17 X!Add new Hooks class, because $wgHooks globals are evil.
2011-01-17 Brian WolffMake it so that editintro's included using the editintr...
2011-01-17 Brian Wolff(follow-up r70415) Fixes the function that determines...
2011-01-17 Brian Wolff(bug 26737; follow-up r70415) Make new category stuff...
2011-01-16 Happy-melon(bug 529, bug 12974) alter behaviour of the table-...
2011-01-16 Happy-melonFix diff output for failed tests on windows, which...
2011-01-16 Robert LeveringtonAdd new hook ArticlePrepareTextForEdit, called when...
2011-01-16 Alexandre EmsenhuberRemoved unused global
2011-01-16 PlatonidesAnother couple of tests. Also passed by the NtPrepro :)
2011-01-16 PlatonidesPasting lines typo in r80025
2011-01-16 Derk-Jan HartmanAdd comments with how values are calculated. Follow...
2011-01-16 Daniel FriesenMake Special:WhatLinksHere set the related title so...
2011-01-16 Daniel FriesenFix another bad boolean from r80248.
2011-01-16 Brian Wolff(bug 2585) Image pages should send 404 if no image...
2011-01-15 Brian Wolff(bug 26729) Categories that do not have a page, and...
2011-01-15 Alexandre EmsenhuberAdded wfDeprecated() to Article::insertNewArticle(...
2011-01-15 Alexandre EmsenhuberModified EditPage to use Article::doEdit() instead...
2011-01-15 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-15 Niklas LaxströmSome cleanup to this horrible piece of code
2011-01-15 Niklas LaxströmDo the title construction in a smarter way. Linker...
2011-01-15 Niklas LaxströmFix mistake in r80248 and restructure a bit
2011-01-15 Roan KattouwAdd width parameter to Special:Filepath to allow gettin...
2011-01-15 PlatonidesAdd preprocessing tests
2011-01-15 Sam ReedFix spaes from r80362
2011-01-15 Sam Reed* (bug 24650) Fix API to work with categorylinks changes
2011-01-15 Sam ReedLast bits of bug 24650 Fix API to work with categorylin...
2011-01-15 Sam ReedMore for bug 24650. Update continue to be usable unique...
2011-01-14 Sam ReedBye bye filesorts. Making order by cl_type, and then...
2011-01-14 Sam ReedBleh, didn't press save again (r80350)
2011-01-14 Sam ReedMore query reorganisation, in an attempt to be index...
2011-01-14 Daniel FriesenFix boolean for $editnotice_base message existance...
2011-01-14 Sam ReedFix indenting, rearrange some where statements
2011-01-14 Alexandre EmsenhuberAdded ArticleViewFooter hook to allow extensions adding...
2011-01-14 Alexandre EmsenhuberStylise Setup.php
2011-01-14 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-14 Sam ReedRemove ancient comment, collapse if, move USE INDEX...
2011-01-14 Sam ReedFollowup r80324, add type property description
2011-01-14 Sam ReedStart of bug 24650 Fix API to work with categorylinks...
2011-01-14 Antoine MussoRemove debugging issue in user preferences
2011-01-14 Sam Reed* (bug 26733) Wrap initial table creation in transaction
2011-01-14 Antoine Mussobug 10158 : do not mention allowing others to contact...
2011-01-14 Antoine Mussouse require( RUN_MAINTENANCE_IF_MAIN ) as per r80205
2011-01-14 Antoine Mussolame benchmark of if/elseif/else versus switch/case...
2011-01-14 Chad HorohoeFix for r80248: undefined variable.
2011-01-14 Daniel FriesenFix remainder of the accidental ->empty() calls I used...
2011-01-14 Siebrand Mazelandfix syntax terror.
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-14 Daniel FriesenFix r79383, I used Message->plain() under the impressio...
2011-01-14 Daniel FriesenFix bug 14267 by adding support for a MediaWiki:Mainpag...
2011-01-14 Niklas LaxströmFollow-up r80192, tweak docs
2011-01-14 Jure Kajzer* changed variable list as per comment on r79954 left...
2011-01-14 Daniel FriesenSupport talk page tab messages like MediaWiki:Nstab...
2011-01-14 Chad HorohoeFollowup r80205: scripts using commandLine.inc were...
2011-01-14 Siebrand MazelandFix incorrect translations.
2011-01-14 Trevor ParscalRemoved redundant padding rule added in r80106.
2011-01-14 Trevor ParscalCleaned up some comments that were in the wrong places...
2011-01-14 Krinklewhitespace clean up in shared.css
2011-01-14 KrinkleOops, FF2 doesn't support inline-block display. Restori...
2011-01-14 KrinkleRemoving redundant line (Follow-up r78232)
2011-01-13 Chad HorohoeNarrow the <textarea> so it doesn't get pushed below...
2011-01-13 Derk-Jan HartmanFollow up r80164. Define explicit direction on content...
2011-01-13 Chad HorohoeFix concern raised by Brion in r74108 (but has really...
2011-01-13 Chad HorohoeMore hyphen consistency, bug 26685
2011-01-13 Daniel FriesenFix bug 26034; Make the View / Read tab in content_navi...
2011-01-13 Daniel FriesenFollowup r80192 which had an unclosed comment causing...
2011-01-13 Mark A. HershbergerFollow up r75662 and r67090 — use UTF-8 minus instead...
2011-01-13 Sam ReedFixing up spaces to tabs in r80192
2011-01-13 Daniel FriesenFix documentation for the SkinTemplateToolboxEnd hook...
2011-01-13 Antoine MussoOutputPage properties documentation
2011-01-13 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-13 Sam ReedFollowup r80122, protected, just incase it's needed..
2011-01-13 PlatonidesMark as needing a Database, as noted in r79532 CR.
2011-01-13 PlatonidesSpacing
2011-01-13 PlatonidesAllow to disable the preprocessor cache with $wgPreproc...
2011-01-13 PlatonidesI had this parser comparer in my working copy since...
2011-01-13 PlatonidesImprove a preprocessor comment
2011-01-13 Roan KattouwCoerce mtimes to TS_UNIX before outputting them, and...
2011-01-13 Derk-Jan HartmanRemove rtl modes from Print stylesheet, since ResourceL...
2011-01-13 Derk-Jan HartmanConvert simple skin to Resource loader.
2011-01-13 Chad HorohoeReturn something too
2011-01-13 Chad HorohoeFix broken fileExistsBatch() in ForeignAPIRepo since...
2011-01-12 PlatonidesFollow up r47852. Unlike forkWorkers(), the start(...
2011-01-12 Sam ReedSpaces to tabs
2011-01-12 Raimond SpekkingLocalisation updates for core and extension messages...
2011-01-12 Chad HorohoeFix undefined variable from r79828
2011-01-12 Sam Reed61 uses of $this->opts in SpecialContributions, so...
2011-01-12 Roan KattouwFix properties in r80112
2011-01-12 Roan KattouwFix issue with missing keys in $wgFileExtensions caused...
2011-01-12 Trevor ParscalFixed IE bug, you must use html:msg for the msg element...
2011-01-12 Trevor ParscalFixed suggestions positioning in IE6
2011-01-12 Trevor ParscalAdded compressed version of csshover 3.11. Also fixed...
2011-01-12 Trevor ParscalFixed positioning of search icon in IE6, and other...
2011-01-12 Trevor ParscalFixed watch icon positioning in IE6. Converted PNGs...
2011-01-12 Sam ReedPer CR on r75575, remove array_keys() as getModuleNames...
2011-01-12 Chad HorohoeFix key name
2011-01-12 Alexandre EmsenhuberSet $mRevision to null by default so we don't need...
2011-01-12 Chad Horohoe(bug 26688) Proper warning message is not displayed...
2011-01-12 Chad Horohoe(bug 26687) Error msg needs full stop
next