Moved constant values from initialiseFromUser() to class definition
[lhc/web/wiklou.git] / includes /
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
2010-12-12 Chad Horohoe&& not and, || not or
2010-12-12 Chad HorohoeRemove bogus session_path checks. Reverts r67465, r6381...
2010-12-12 Roan KattouwRedo r78254 without the syntax error
2010-12-12 PlatonidesThis is not an array, but a parameter. Revert r78254...
2010-12-12 Roan KattouwFolllowup r72866: use array syntax for rev_page = foo...
2010-12-12 Happy-melonFollow-up r64903: rm leftover debugging code.
2010-12-12 Happy-melonFollow-up r78246: clean several integer preferences...
2010-12-12 Happy-melonFollow-up to r64866: follow the HTML5 spec when validat...
2010-12-11 PlatonidesRemove that ugly unset( $vars['_lsExists'] );
2010-12-11 PlatonidesFollow up r77981,r77982. Rename the new globalcssprevie...
2010-12-11 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-11 Alexandre EmsenhuberFix whitespaces
2010-12-11 Alexandre Emsenhuber* Per Ilmari Karonen, fix for r78224: make it work...
2010-12-11 Alexandre Emsenhuber* Converted Special:Userlogin to subclass SpecialPage
2010-12-11 Aaron Schulz* Removed redundant revdelete msg above content
2010-12-11 Mark A. Hershberger* Add FIXME about the bug I found during testing
2010-12-11 Mark A. HershbergerWhitespace changes (before others) — “svn diff -x-w...
2010-12-10 Priyanka DhandaIf we only want to show the diff this should make it...
2010-12-10 Raimond SpekkingLocalisation updates for core and extension messages...
2010-12-10 Ilmari Karonenfollowup r78209: fix typo, better word choice
2010-12-10 Ilmari Karonen(bug 16019) Make WebRequest::interpolateTitle() do...
2010-12-10 Alexandre Emsenhuber* Converted Special:Search to subclass SpecialPage
2010-12-10 Chad HorohoeFix for r78192, forgot to revert a test
2010-12-10 Alexandre EmsenhuberMoved constant values from constructor to class definition
2010-12-10 Alexandre EmsenhuberFixes for r78201:
2010-12-10 Alexandre Emsenhuber* (bug 19006) {{REVISIONUSER}} no longer acts like...
2010-12-10 Roan KattouwMake load.php output a comment explaining what's going...
2010-12-10 Roan Kattouw(bug 26130) ob_start( 'ob_gzhandler' ) in LocalSettings...
2010-12-10 Chad HorohoeRevert r68230, r68231 (mode="grid" on tables) per CR...
2010-12-10 Sam ReedFollowup r78101 fixme, remove wfQuotedPrintable per...
2010-12-10 Chad HorohoeFix for r71961 (moved SpecialPage constructor from...
2010-12-10 Niklas LaxströmReduce debug log spamming, which I assume is related...
2010-12-10 Niklas LaxströmBetter debug logging which isn't misleading
2010-12-10 Chad HorohoeOne more $wgDBtype. I think this is the last offender...
2010-12-10 Chad HorohoeKill $wgDatabase in trunk (no need to backport this...
next