Followup r78023, change usage of $style to $styles, not introduced in this revision...
[lhc/web/wiklou.git] / includes /
2010-12-22 Sam ReedFollowup r78023, change usage of $style to $styles...
2010-12-22 Roan KattouwPerformance crusade in SpecialListredirects:
2010-12-22 Roan KattouwTreat interwiki titles as known-bad in LinkCache, preve...
2010-12-22 Alexandre EmsenhuberWe need to select the namespace, even hardcoded, this...
2010-12-22 Niklas LaxströmFew @since annotations
2010-12-22 Sam ReedFollowup r78786, fix special wanted pages. Aliasing...
2010-12-22 Alexandre EmsenhuberFollow-up r78786: for consistency, removed array()...
2010-12-22 Roan KattouwReally do what r78790 claimed to do (fix E_STRICT in...
2010-12-22 Roan KattouwFollowup r7876: fix another E_STRICT: kill additional...
2010-12-22 Roan KattouwFollowup r78786: remove useless getTitle() override...
2010-12-22 Roan KattouwMerge querypage-work2 branch from trunk. The most relev...
2010-12-22 Chad HorohoeRewrite install steps again (cleanup r76390)
2010-12-22 Sam ReedProperly qualify usage of class constants
2010-12-21 PlatonidesRemove unused global
2010-12-21 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-21 Roan KattouwMerge r78700 to trunk
2010-12-21 Alexandre EmsenhuberFollow-up r78695: correct class name
2010-12-21 Roan Kattouwi before e except after c
2010-12-21 Roan KattouwFollowup r78192: rather than silently ignoring calls...
2010-12-21 Roan KattouwMigrate last call to escapeLike() in core to buildLike...
2010-12-21 Tim StarlingActually skip invalid titles in XML dumps, don't just...
2010-12-20 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-20 Happy-melonRevert rollback implementation of r78585, r78599. ...
2010-12-19 PlatonidesAryeh was right in r71721.
2010-12-19 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-19 Happy-melonFollow-up r78585: Make Token::PERSISTENT the default...
2010-12-19 Mark A. HershbergerNot sure how I missed --scriptpath option since it...
2010-12-19 Mark A. Hershberger* Add --wikiroot option to CLI installer so the user...
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
2010-12-19 Daniel FriesenAdd a Antispam group to Special:Version... we have...
2010-12-18 Happy-melonLol, I don't think that's part of the standard GPL...
2010-12-18 Happy-melonMerge in Token class from my branch; would like some...
2010-12-18 Alexandre EmsenhuberFix for r78570: correct default value
2010-12-18 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-18 Happy-melonNicer way of doing r78566, and also one which won't...
2010-12-18 Alexandre EmsenhuberMoved constant values from initialiseFromUser() to...
2010-12-18 Happy-melonr52070 breaks the use of optgroups etc: array(...)...
2010-12-18 Bryan Tong MinhFollow-up r75476: Windows set command treats everything...
2010-12-18 TobiasFixing r65339: makeTitleSafe instead of newFromText
2010-12-17 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-17 Chad HorohoeMore old installer cruft
2010-12-17 Chad HorohoeSame as r78533, but 5 lines down
2010-12-17 Chad HorohoeInstaller can handle exceptions now, also suppress...
2010-12-17 Chad Horohoe* Handle output for DatabaseUpdater in the class itself...
2010-12-17 Chad Horohoe* Get rid of wfOut() usage in UserDupes
2010-12-17 Aaron SchulzFixed doc
2010-12-16 Alexandre EmsenhuberPer ^demon, follow-up r78260: introduced MediaWiki...
2010-12-16 Trevor ParscalMoved CSS flipping to occur inside a module - this...
2010-12-16 Happy-melonFollow-up r77762 per CR, and an unrelated one-character...
2010-12-16 Chad HorohoeRemove comment about possibly removing the extra debugg...
2010-12-16 Chad HorohoeFix a few more paths from the tests move
2010-12-16 Sam ReedRemoving trailing whitespace
2010-12-15 Sam ReedChange old php4 style constructor
2010-12-15 Happy-melonFollow-up r78445: don't spam a useless edit token into...
2010-12-15 Happy-melonClean up the running mess that is r64866, r65040, and...
2010-12-15 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-15 Aaron SchulzChanged doQuery() -> query()
2010-12-15 Happy-melonFollow-up r78445: validation errors would never be...
2010-12-15 Chad HorohoeWhen using safe_mode, mail() cannot take the 5th parame...
2010-12-15 Happy-melonAllow HTMLForms to be submitted by GET requests.
2010-12-15 Happy-melonBetter regexes for r78246.
2010-12-15 Sam ReedRemove public from interface defintion, as decleration...
2010-12-15 Neil Kandalgaonkaradded a page to list all stashed files, and clear them...
2010-12-15 Neil Kandalgaonkarrefactored HTMLForm show() into three methods, in case...
2010-12-15 Happy-melonFollow-up r77796: a couple of typos in the comment...
2010-12-14 Sam ReedAccess modifiers aren't valid on interfaces
2010-12-14 Happy-melonIn the vein of r75313, get groups from the $wg(Add...
2010-12-14 Sam Reed* (bug 26339) Throw warning when truncating an overlarg...
2010-12-14 Alexandre EmsenhuberChecking permissions for $wgUser while doing an edit...
2010-12-14 Sam ReedFixup fixme on r76844
2010-12-14 PlatonidesDo not access to mTouched internals of Article from...
2010-12-14 Chad HorohoeFix a few more paths, restore a few files lost in the...
2010-12-14 Sam ReedFix up few remaining fixme things from r69910
2010-12-14 Chad HorohoePer r76225 CR: Get rid of Autoloader::loadAllExtensions...
2010-12-14 Chad Horohoerm double comment
2010-12-14 Chad HorohoeFix for r78322, check $result not $value
2010-12-14 Roan KattouwImprove some of the descriptions added in r68482
2010-12-14 Tim StarlingCleaned up r70342 and r70343: removed commented-out...
2010-12-14 Tim StarlingUpdate references for wfEscapeShellArg() for r69732...
2010-12-14 Tim StarlingFixed comments and indenting style from r68491.
2010-12-14 Tim StarlingFixed typos in file names from r65967
2010-12-14 Krinklemerging the two addModules() calls into one, (they...
2010-12-13 Alexandre EmsenhuberChecking namespace restriction with $wgUser while calli...
2010-12-13 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-13 Bryan Tong MinhFollow-up r66364: wincache fixes
2010-12-13 Bryan Tong MinhFollow-up r78297: allow the hook to break the execution...
2010-12-13 Alexandre EmsenhuberRemoved trailing whitespaces
2010-12-13 Roan KattouwFollowup r64047: pass static callbacks in array form...
2010-12-13 Alexandre EmsenhuberFix comment: Article::insertNewArticle() -> Article...
2010-12-13 Roan KattouwFollowup r76220: locateExecutableInDefaultPaths() was...
2010-12-13 Roan KattouwFix variable name in doc comment added in r78192
2010-12-13 Sam ReedFollowup r78295, seems I didn't even bother to rename...
2010-12-13 Sam ReedFollowup r78268, do it as Bryan suggested, not as how...
2010-12-12 Benjamin LeesFollow-up to r77956: instead of making $wgFileExtension...
2010-12-12 Alexandre EmsenhuberFix fatal error from r78264
2010-12-12 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-12 Sam ReedFollowup r65114 (per CR cabal), remove SpecialSearchGom...
2010-12-12 Alexandre EmsenhuberMoved the check for the "printable" parameter to perfor...
2010-12-12 Alexandre EmsenhuberIt's easier to use addWikiMsgArray()
2010-12-12 Sam ReedFollowup r75763, fixup wrong change of deprecated method
next