Call to two undefined functions. fixed, Follow-up r83183
[lhc/web/wiklou.git] / includes /
2011-03-04 KrinkleCall to two undefined functions. fixed, Follow-up r83183
2011-03-03 Happy-melonConvert Special:BlockIP JS to jQuery/ResourceLoader...
2011-03-03 Sam ReedFollowup r82060
2011-03-03 Raimond SpekkingLocalisation updates for core and extension messages...
2011-03-03 Happy-melonOptionally disable including mediawiki.legacy (wikibits...
2011-03-03 Chad Horohoerm unused member var
2011-03-03 Tim Starling* When CACHE_ANYTHING is requested, return the cached...
2011-03-03 Chad HorohoeTweak debug() to use name of class in debug output
2011-03-03 Daniel FriesenReduce usage of $wgOut inside Skin.
2011-03-03 Tim Starling* Rewrote ObjectCache.php to conform to the modern...
2011-03-03 Tim StarlingMore renames and splits for objectcache reorganisation.
2011-03-03 Tim StarlingStart of ObjectCache reorganisation. Moved the object...
2011-03-02 Bryan Tong MinhRevert r69907, r69908, r70264, r70296: introduces bug...
2011-03-02 Antoine Mussoremove wfVarDump() statement
2011-03-02 Antoine MussoBug 2429 allow selection of associated namespace in...
2011-03-02 Antoine Mussodoxygen can use @code !
2011-03-02 Raimond SpekkingLocalisation updates for core and extension messages...
2011-03-02 Bryan Tong Minh(bug 27809) Check for availability of imagerotate funct...
2011-03-02 Alexandre EmsenhuberFollow-up r83080: forogt to commit this (oops)
2011-03-02 Sam ReedFix typo in @param comment
2011-03-02 Alexandre EmsenhuberPer Platonides, fix for r82686: make ApiUploadTest...
2011-03-02 Sam Reedfix typo from r83073
2011-03-02 Sam ReedDocumentation, braces, "and" -> "&&"
2011-03-02 Aryeh GregorDisable $wgExperimentalHtmlIds again by default
2011-03-01 Brion Vibber* (bug 27761) Fix regression: pages with Esperanto...
2011-03-01 Raimond SpekkingLocalisation updates for core and extension messages...
2011-03-01 Chad HorohoeFollowup r83029, message key fixes
2011-03-01 Chad Horohoe(bug 12070) After Installation MySQL was blocked. GRANT...
2011-03-01 Chad HorohoeKill all other uses of $wgHooks in includeExtensions...
2011-03-01 Chad HorohoeSkip site stats insertion if theres already a row....
2011-03-01 Jure Kajzer* forgot about those ...
2011-03-01 Jure Kajzer* OracleInstaller now also supports installation with...
2011-03-01 Alexandre EmsenhuberMissing line break in wfDebug() call
2011-03-01 Alexandre EmsenhuberPer Reedy, fix for r82034: forgot to change a wfGetCach...
2011-03-01 Siebrand MazelandLocalisation updates from translatewiki.net.
2011-02-28 Chad HorohoeDon't allow user to create a Project namespace that...
2011-02-28 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-28 Antoine MussoFormOptions: adds doc & tests
2011-02-28 Happy-melonRm nonstandard and redundant styles for Special:Special...
2011-02-28 Sam ReedCommit some uncommited documentation from my w/c
2011-02-28 Tim StarlingFollowup for r81340:
2011-02-28 Tim StarlingFixed fatal error in Preprocessor_Hash due to r82645
2011-02-28 Tim StarlingMinor fix in ZIP64 code from r82783. Note that this...
2011-02-28 Mark A. HershbergerAdd mime type/info for .eml files
2011-02-27 Sam ReedRefactor out the duplication I left with a TODO in...
2011-02-27 Sam ReedTweak documentation
2011-02-27 Sam ReedTweak comments, remove some unused stuff.
2011-02-27 Derk-Jan HartmanRemove unneeded commented code, that I accidently added...
2011-02-27 Jeroen De DauwMoved stuff so the cURL class can be used to post files...
2011-02-27 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-27 Sam ReedMore bits of documentation
2011-02-27 Sam ReedTweak some documentation
2011-02-27 Sam ReedRemove unreachable return
2011-02-26 PlatonidesMove the include_path finding code to Fallback class.
2011-02-26 PlatonidesDisable the old conversion from Windows-1252 unless...
2011-02-26 Max SemenikCase insensitivity for r82860
2011-02-26 Max SemenikFollow-up r82856: instead of remembering magic table...
2011-02-26 Bryan Tong MinhFollow-up r82853: Filter out create restriction from...
2011-02-26 Bryan Tong MinhAdd TEMPORARY TABLE support to Sqlite
2011-02-26 Bryan Tong Minh(bug 27700) The upload protection can now also be set...
2011-02-26 Chad HorohoeTurn hidden help into always-visible info box for user...
2011-02-26 Alexandre EmsenhuberDon't even try to get user's IP address if he has ...
2011-02-26 Chad HorohoeTweak comment, we don't create LS in the conf dir anymo...
2011-02-26 Max SemenikFollow-up r82845: fix $wgScriptPath detection.
2011-02-26 Max Semenik(bug 1379) Installer directory conflicts with some...
2011-02-26 Bryan Tong Minh(bug 27679) Broken embedded files with special characte...
2011-02-26 Chad HorohoeNull -> null, reorder docs to match signature
2011-02-25 Sam ReedFollowup r82810, r82813, r82814
2011-02-25 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-25 Sam ReedFix double indenting
2011-02-25 Sam ReedOne minor followup to r82810
2011-02-25 Brian Wolff(follow-up r82810) Address Reedy's comments on irc.
2011-02-25 Brian Wolff(bug 27715) Make imageinfo api module respect revDelete.
2011-02-25 Sam ReedImplement getRequireOnlyOneParameterErrorMessages,...
2011-02-25 Sam ReedDisplay userid, and actually put username in user ...
2011-02-25 Sam ReedCommit stuff from my w/c
2011-02-25 Sam Reed* (bug 27708) list=users does not have a property to...
2011-02-25 Alexandre Emsenhuber* (bug 27680) Fix for r82273: wgCanonicalSpecialPageNam...
2011-02-25 Tim Starling* (bug 24230) Added JAR detection. ZIP archives contain...
2011-02-24 Sam ReedRefactor code a little bit, save doing redundant checks...
2011-02-24 Sam ReedBit of documentation, explicitness, variable definition
2011-02-24 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-24 Sam ReedFixup one missed alias rename from r82739
2011-02-24 Mark A. Hershberger* EOL w/s cleanup
2011-02-24 Sam ReedFollowup to r82739 (bug 27688)
2011-02-24 Sam Reed* (bug 27688) Simplify queries to list user block infor...
2011-02-24 Sam ReedMore member variable documentation
2011-02-24 Alexandre EmsenhuberFix variable name in comment
2011-02-24 Sam ReedFollowup r82727, improve comments, cast return value...
2011-02-24 Sam ReedSeems the api edit watch/unwatch wasn't too well tested...
2011-02-24 Sam ReedAdd a couple of type hints noticed when poking bug...
2011-02-24 Siebrand MazelandUpdate punctuation.
2011-02-24 Sam ReedNormalising API documentation
2011-02-23 Tim StarlingFixes for r82645:
2011-02-23 Mark A. Hershberger(Bug #27634) TOC title appears in wrong language
2011-02-23 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-23 Alexandre EmsenhuberFactorise common code:
2011-02-23 Antoine MussoMinor typos
2011-02-23 Chad Horohoe(bug 25855) Installer does not validate Memcached serve...
2011-02-23 Alexandre EmsenhuberUse $wgRequest to get and set session items instead...
next