lhc/web/wiklou.git
2012-01-23 Raimond SpekkingLocalisation updates for core and extension messages...
2012-01-23 Diederik van... Add the new SHA1 revision field to the XML export,...
2012-01-23 Tim StarlingFix for r109720: replace the last two regexes with...
2012-01-23 Tim StarlingMake arguments to phpunit.php work. It's hard to believ...
2012-01-23 Derk-Jan HartmanCorrect mw.Uri.decode to properly decode encoded +...
2012-01-23 Sam ReedRedoing r108960 with history
2012-01-23 Sam ReedRevert r108987 to copy properly
2012-01-23 Alexandre EmsenhuberCleanup to statistics:
2012-01-23 Jeremy PostlethwaiteAdding the jquery cycle plugin. This is being used...
2012-01-23 Antoine Mussoupdate wgUsersNotifiedOnAllChanges doc (r109826)
2012-01-23 Sam ReedBug 33880 - $wgUsersNotifiedOnAllChanges should not...
2012-01-23 Antoine MussoFileRepo: check constructor parameters
2012-01-23 Antoine MussoFileOp: allow creation of an empty file
2012-01-23 Antoine Mussocleanly handle wikiId on FileBackendBase construction
2012-01-23 Antoine Mussoget a null lock manager by default
2012-01-23 Aaron Schulz* Added some wfProfileIn() calls to file backend code.
2012-01-23 Aaron SchulzIn LockServerDaemon:
2012-01-22 Daniel Kinzlerreverting r109723 because of slush.
2012-01-22 Raimond SpekkingLocalisation updates for core and extension messages...
2012-01-22 Sam ReedRevert feature out of r109562, r109564, r109570
2012-01-22 Niklas LaxströmRm extra space
2012-01-22 Daniel KinzlerIntroducing optional support for <a> tags, to be used...
2012-01-22 gicodeFollow-up 102587 to address performance concerns in...
2012-01-22 Aaron SchulzSimplified last_modified timestamp conversion in SwiftF...
2012-01-22 Krinkle[Core JS] mediawiki.legacy.protect should be loaded...
2012-01-22 Krinkle[mediawiki.util] minor code cleanup
2012-01-22 Sam ReedReverting out r108055 for ease
2012-01-22 Sam ReedAdd braces
2012-01-22 Aaron Schulz* Modified StoreBatchTest and FileBackendTest to allow...
2012-01-22 Aaron Schulz* Another fix for SwiftFileBackend file listings
2012-01-22 Aaron Schulz* Fixed bugs in SwiftFileBackend file listing code
2012-01-21 Krinkle[Unit testing] Add unit tests for Xml::namespaceSelector
2012-01-21 Sam Reed* (bug 33865) Exception thrown when using API sandbox...
2012-01-21 Raimond SpekkingLocalisation updates for core and extension messages...
2012-01-21 Krinkle[Action] Fix action=ajax
2012-01-21 Krinkle[Wiki.php] Minor clean up
2012-01-21 Krinkle+@since for getActionName (r109678)
2012-01-21 Alexandre EmsenhuberFix database table name, it is 'profiling', not 'profil...
2012-01-21 PlatonidesBug 33845: Headings become cursive in TOC when they...
2012-01-21 Krinkle[Resources] Add missing or implied dependencies
2012-01-21 Alexandre EmsenhuberFix bug 32948:
2012-01-21 KrinkleReinstate r109223 per CR + fixes
2012-01-21 Krinkle[JSTesting] update QUnit html
2012-01-21 Aaron Schulz* r109659: actually return the exact type we say we do
2012-01-20 Aaron Schulz* Added FileBackend::parentStoragePath() convenience...
2012-01-20 Aaron SchulzMake sure FSFileBackend clears the php stat cache in...
2012-01-20 Aaron SchulzSimilar to r108937: fixed breakage where the zone urls...
2012-01-20 Raimond SpekkingLocalisation updates for core and extension messages...
2012-01-20 PlatonidesFix folder leakage.
2012-01-20 PlatonidesIf you are going to leak folders, at least give them...
2012-01-20 Niklas LaxströmCan't PHP just DWIM? Ping r109628
2012-01-20 Niklas LaxströmReducy query flood in r96546. Allow formatters to provi...
2012-01-20 Alexandre Emsenhuber* Inlinise Preferences::loadOldSearchNs() in SearchEngi...
2012-01-20 Niklas LaxströmSplit LogPager out of LogEventsList.php
2012-01-20 Aaron SchulzMessage change I forgot to commit in r109583
2012-01-19 Krinkle[mediawiki.js] edit comment
2012-01-19 Aaron Schulz* Follow-up r109009: Check that paths are usable in...
2012-01-19 Antoine Mussocomment wgLocalFileRepo has an example usage in Setup.php
2012-01-19 Raimond SpekkingLocalisation updates for core and extension messages...
2012-01-19 Raimond Spekkingr109562: Register new message key for maintenance script
2012-01-19 Sam ReedFollowup r109562
2012-01-19 Sam Reed* (bug 32341) Add upload by URL domain limitation.
2012-01-19 Niklas LaxströmRemove extra space, ping r109550
2012-01-19 Benny Situfollowup to r107187 - Making textarea width to be 100...
2012-01-19 Sam ReedDocumentation
2012-01-19 Antoine Mussodesign file for nested tables CSS
2012-01-19 Sam ReedAdd some escaping to r109547, 109548, 109549
2012-01-19 Sam Reed* (bug 33819) Display filesize on Special:NewFiles...
2012-01-19 Sam ReedLike r109547, display file size in appropriate units...
2012-01-19 Sam Reed* (bug 33819) Display filesize on Special:NewFiles...
2012-01-19 Sam ReedCache gallery object, don't create a new one unless...
2012-01-19 Sam ReedFix stray comma from r109537
2012-01-19 Sam ReedDocumentation and whitespace
2012-01-19 Sam ReedRemove unused globals
2012-01-19 Niklas LaxströmLess Title Case
2012-01-19 Niklas Laxström12em was too narrow, 18 seems to be better
2012-01-19 Niklas LaxströmTable headers looked ugly without the same padding...
2012-01-19 Alexandre EmsenhuberChange $wgDebugFunctionEntry's default value from 0...
2012-01-19 Alexandre Emsenhuber$wgLanguageCode goes with $wgContLang, not $wgLang...
2012-01-19 Niklas LaxströmTypofix, ping r109446
2012-01-19 Aaron SchulzReverted r109062 per code slush (also has a CR complaint)
2012-01-19 Aaron SchulzRenamed 'overwriteDest' FileBackend operation parameter...
2012-01-19 Aaron SchulzIn FileBackend/FileOp:
2012-01-19 mrblueskyUpdate comment
2012-01-19 mrblueskyComments on status codes
2012-01-18 mrbluesky(bug 32899) Alphabetical sorting for methods and proper...
2012-01-18 mrblueskyAdditional doc/comments
2012-01-18 Sam ReedAdd __METHOD__ to begin/commit
2012-01-18 Sam ReedJust experienced with commons. Dealt with UploadStashBa...
2012-01-18 Raimond SpekkingLocalisation updates for core and extension messages...
2012-01-18 Alexandre EmsenhuberMake time of '-total' item correct if using 'user'...
2012-01-18 Aaron SchulzIn SwiftFileBackend:
2012-01-18 Siebrand MazelandRemove support for the deprecated and no longer used...
2012-01-18 Siebrand MazelandUpdate documentation.
2012-01-18 Siebrand MazelandUpdate documentation as LanguageGetMagic hook is deprec...
2012-01-18 Antoine MussoMWDebugTest: clear log before running tests
2012-01-18 Antoine Mussotests: mark tests requiring a database connection
2012-01-18 Alexandre EmsenhuberFix profiling, that function is not profiled
2012-01-18 Alexandre EmsenhuberPass some more __METHOD__ to DatabaseBase::begin()...
2012-01-18 Antoine Mussodbg toolbar: prevents screen jumping
next