three new hooks in SpecialUndelete.php from Wikia codebase so that extensions, such...
[lhc/web/wiklou.git] / includes /
2011-05-16 Jack Phoenixthree new hooks in SpecialUndelete.php from Wikia codeb...
2011-05-16 Jack Phoenixpeace, love and coding style
2011-05-16 Jack Phoenixsome coding style tweaks
2011-05-16 Domas Mituzasunbreak ProfilerSimpleTrace, some Profile refactoring...
2011-05-16 Domas MituzasFix ProfilerSimpleTextBreakage introduced by r86633
2011-05-16 Niklas LaxströmFollow-up r88190: coding style
2011-05-16 Niklas LaxströmWhitespace changes
2011-05-16 Purodha B Blissenbach(bug 28174) Message amended so as to not explicitly...
2011-05-15 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-15 Bryan Tong MinhKill the error suppression operator in the Api
2011-05-15 Rob LanphierBug 28715 - Display what the server default timezone...
2011-05-15 Alexandre EmsenhuberRemoved usage of error suppression operator in Special...
2011-05-15 Bryan Tong MinhPer CR r75906, reintroduce ApiUpload::transformWarnings()
2011-05-15 Rob LanphierChanging !isset to is_null (thanks Roan!) and fixing...
2011-05-15 Rob LanphierSetting $wgLocalTZoffset based on $wgLocaltimezone...
2011-05-15 Tim StarlingFix for HipHop breakage in r87748 etc. Please do not...
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-15 Sam Reed* (bug 27593) API: add error message when sha1/sha1base...
2011-05-15 PlatonidesFollow up r87805. Remove unused global.
2011-05-15 Bryan Tong Minh(bug 23464) File: prefixes are now chopped off during...
2011-05-15 PlatonidesProfile brace substitution per title to help detect...
2011-05-15 PlatonidesMove $wgContLang out of the switch
2011-05-15 PlatonidesFollow up r88053. This was trying to throw the return...
2011-05-15 Bryan Tong Minh(bug 1780) Uploading files with non-ascii characters...
2011-05-15 PlatonidesPerform an early exit
2011-05-15 Tim StarlingHipHop build fixes:
2011-05-15 Domas Mituzasinitialize Profiler instance singleton with ProfilerStu...
2011-05-15 Bryan Tong MinhFollow-up r87176 use wfLocalFile instead of wfFindFile
2011-05-15 Bryan Tong MinhFollow-up r87176: Make importDump.php import files
2011-05-15 Bryan Tong MinhAdd 'hash' => array( 'class' => 'HashBagOStuff' ) to...
2011-05-15 Jure Kajzer* fixed typo
2011-05-15 Niklas LaxströmFixed a bug in transformation where previous language...
2011-05-15 Aaron SchulzMarked some _Newtalk functions protected
2011-05-14 Roan KattouwKill diff.js with fire. It only applies to versions...
2011-05-14 Brian Wolff(bug 28940) When making a thumb of an SVG, and only...
2011-05-14 Trevor ParscalRemoved the go() call, and the suspended until go(...
2011-05-14 Siebrand MazelandAdd Rotem Liss and Platonides to author list.
2011-05-14 Benjamin Lees(bug 28287) The "your changes" box for edit conflicts...
2011-05-14 Antoine MussoCredits to Victor Vasiliev in [[Special:Version]]
2011-05-14 PlatonidesRevert r88043. It was broken in several ways.
2011-05-14 Jure Kajzer* added alternative revison size display if diff size...
2011-05-14 Alexandre EmsenhuberRewrote the article counting code and related:
2011-05-14 Jure Kajzer* added an option to toggle the display of diff size...
2011-05-14 Alexandre EmsenhuberFollow-up r87589: let's simplify this a bit :P
2011-05-14 Jure Kajzerdiscussion with hashar
2011-05-14 Siebrand MazelandRemove special case for IE on Mac. No longer supported...
2011-05-14 Sam ReedFix line removedfor no explicit reason from r85771
2011-05-14 Bryan Tong Minh(bug 18803) JPEG2000 images can no longer be uploaded...
2011-05-14 Bryan Tong Minh(bug 27864) Transcluding {{Special:Prefix}} with empty...
2011-05-14 Antoine Mussobug 28503: add ircs to UrlProtocols in defaultsettings...
2011-05-14 Roan KattouwFix bug in r87497, reported in CR: &modules=foo,bar...
2011-05-14 Roan Kattouw(bug 28952) Add tofragment to the redirect resolution...
2011-05-14 Niklas LaxströmSpecial pages don't have talk page. Fixes exception...
2011-05-14 Bryan Tong Minh(bug 23002) Imagelinks table not updated after imagemov...
2011-05-14 Trevor ParscalAdded direct file loading functionality to debug mode...
2011-05-14 Sam ReedFix up last errors from r88047
2011-05-14 Sam ReedFix daft loading error I added in r88047
2011-05-14 Jure Kajzer* changed display function for length to Linker::format...
2011-05-14 Sam Reed* (bug 28963) add langbacklinks module to api
2011-05-14 Antoine MussoApiBase::dieUsageMsg() now also accept being given...
2011-05-14 Platonides(Bug 28960) add message when email copy is sent to...
2011-05-14 Roan KattouwFollowup r87711: add ! to the forbidden characters...
2011-05-14 Sam ReedFollowup r88002, fix naming on param documentation
2011-05-13 Jure Kajzer* addon to previous
2011-05-13 Jure Kajzer* removed unused messages because of previous revert.
2011-05-13 Jure Kajzer* partial revert of r88019. Left the messages in for...
2011-05-13 Jure Kajzer* bug 28571
2011-05-13 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-13 Jure Kajzer* fixed as per comment on r88008
2011-05-13 Markus Glaserremoved max line size for a sql dump file. This optiona...
2011-05-13 Jure Kajzer* bug 24037
2011-05-13 Roan Kattouw(bug 24781) Define XML namespace for API output. Also...
2011-05-13 Chad Horohoe(bug 10154) Don't allow user to specify days beyond...
2011-05-13 Sam ReedFix unused variables
2011-05-13 Sam ReedImprove variable naming
2011-05-13 Leo KoppelkammFollowup to r87987: Actually load the lazy loader
2011-05-13 Antoine Mussobug 2429 fix up index by using IN / NOT IN instead...
2011-05-13 Brion Vibber* (bug 15461) Make IE8 turn off content sniffing. Everb...
2011-05-13 Antoine MussoSupport abstraction for 'NOT IN' SQL structure
2011-05-13 Brion Vibber* (bug 28634) document possible API caveat caused by...
2011-05-13 Antoine Mussomerge in prettyURL patch
2011-05-13 Alexandre EmsenhuberRemoved redundant whitespaces
2011-05-13 Alexandre EmsenhuberArticle::updateArticle() doesn't exist anymore
2011-05-13 Antoine Mussofix backtrace on SQL error
2011-05-12 Alexandre EmsenhuberFix for r86041: when the user wants to unwatch the...
2011-05-12 Antoine Musso* ammend class comment
2011-05-12 Alexandre EmsenhuberRemoved dead code path since r27312: $revision cannot...
2011-05-12 Jack Phoenixfollow-up to r87584: remove a call to no-op function...
2011-05-11 Sam ReedReturn comment stuffs
2011-05-11 Sam ReedFix bug link for PhpRefCallBugTester class
2011-05-11 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-11 Ryan Kaldarireadding generic public domain option per comments...
2011-05-11 Ryan KaldariUpdating license choices for installer. CC public domai...
2011-05-10 Sam Reed* (bug 27790) add query type for querymodules to action...
2011-05-10 KrinkleCreating a way to toggle mw.config LEGACY_GLOBALS from...
2011-05-10 Chad HorohoeTurn forUpdate() into an actual no-op
2011-05-10 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-10 Brion Vibber* (bug 25262) Fix for minification of hardcoded data...
2011-05-10 Alexandre EmsenhuberMoved inclusion of UtfNormalDefines.php near other...
2011-05-10 Brian Wolff(bug 28888) In Special:Search, Don't tell user the...
next