Switch jquery.sortable to use mw-sortable and mw-unsortable classes, to be in line...
[lhc/web/wiklou.git] / includes /
2011-06-23 Antoine MussoAdd tooltips to the Special:Recentchanges checkboxes
2011-06-23 Antoine MussoXml::label now apply the 'title' attribute when provided
2011-06-23 Alexandre EmsenhuberFix for r86722: pass the message 'dberrortext' unescape...
2011-06-23 Matěj GrabovskýwfArrayToCGI() and wfCgiToArray() now handle nested...
2011-06-23 Sam ReedFollowup r85596, recursiveTagParse returns a string...
2011-06-23 Brian WolffSomeone on irc had a very screwed up DB, and he reporte...
2011-06-23 Tim StarlingGeneral database-related code cleanup:
2011-06-22 Sam ReedFix code style
2011-06-22 PlatonidesRemove unused global $wgContLang
2011-06-22 KrinkleNew mediawiki.page modules
2011-06-22 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-22 Alexandre EmsenhuberUpdated calls to Linker to call them statically and...
2011-06-22 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-06-22 Alexandre EmsenhuberRemoved hidden usage of $wgTitle in parser and the...
2011-06-22 Matěj GrabovskýFollow-up r90482: escape some more wikitext
2011-06-22 Jure Kajzer* removed DEFAULT '' NOT NULL constraints as '' is...
2011-06-22 Matěj GrabovskýFollow-up r90369: Add third parameter to filetype-unwan...
2011-06-22 Robin PepermansDirectionality improvements as part of bug 6100 (under...
2011-06-22 Sam ReedFix comment formatting
2011-06-21 Sam ReedFollowup r90261
2011-06-21 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-21 Alexandre EmsenhuberSimplify checks by using wfMessage() instead of wfEmpty...
2011-06-21 PlatonidesFollow up with the problem noted in r90530.
2011-06-21 Robin Pepermans* Improvements as part of bug 6100: Use wfUILang()...
2011-06-21 Robin PepermansPer comment by Platonides on r90337: use wfGetLangObj...
2011-06-21 Alexandre Emsenhuber* Made $useDB parameter of wfMsgGetKey() optional as...
2011-06-21 Chad Horohoe(bug 29492) Long-running steps in the installer (such...
2011-06-20 Aaron Schulz* Cleaned up tableNamesWithUseIndexOrJOIN() and removed...
2011-06-20 Sam Reed* (bug 29278) server error 500 when attempting to add...
2011-06-20 Sam ReedRevert r90488, rename variable from r90487
2011-06-20 Sam ReedFollowup r90487, kill $result=null in middle
2011-06-20 Sam ReedDefine a local variable for $result
2011-06-20 Aaron SchulzCode cleanups to ListFiles including r85548
2011-06-20 Matěj GrabovskýFollow-up r90371, per comment by ^demon
2011-06-20 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-20 Alexandre EmsenhuberMoved action=info to an Action subclass; also changed...
2011-06-20 Sam ReedExpand return documentation for r84357
2011-06-20 Tim StarlingFollowup r90429:
2011-06-20 Niklas LaxströmFu r90453. Updates comments
2011-06-20 Niklas LaxströmProposed fix for bug 29450. Don't use the current user...
2011-06-20 Niklas LaxströmPartial revert of r86734: restore mPrefix - I still...
2011-06-20 Alexandre EmsenhuberFix for r90406: giving an OutputPage object instead...
2011-06-20 Alexandre EmsenhuberFix for r90429: removed call to protected method
2011-06-20 Tim StarlingRevert the dbname -> dbName part of r90430. dbname...
2011-06-20 Alexandre EmsenhuberRemoved deprecated functions wfMsgNoDB(), wfMsgNoDBForC...
2011-06-20 Tim StarlingFix for fatal error in r90429: you can't have a protect...
2011-06-20 Tim StarlingFix for r72150: rename getSchema() to getSchemaPath...
2011-06-20 Tim StarlingFixes for r80864 for 1.18 backport:
2011-06-20 Tim StarlingIn Database.php:
2011-06-19 Bryan Tong Minh(bug 29471) Exception thrown for files with invalid...
2011-06-19 PlatonidesUse [] instead of { } for accessing string characters
2011-06-19 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-19 PlatonidesHTTP name
2011-06-19 PlatonidesFollow up r90334.
2011-06-19 Philip TzouUpdate Chinese conversion tables.
2011-06-19 Matěj Grabovský(bug 29342) Patrol preferences shouldn't be visible...
2011-06-19 Chad HorohoeFix up a couple of uses of context->object instead...
2011-06-19 Robin PepermansChange $wgContLang->getDirMark() to wfUILang()->getDirM...
2011-06-19 Alexandre EmsenhuberMoved wfIsLocallyBlockedProxy() to User::isLocallyBlock...
2011-06-19 Brian Wolff(bug 29485) For rss feed of the RC, it groups consecuti...
2011-06-18 Matěj Grabovský(bug 29325) Setting $wgStrictFileExtensions to false...
2011-06-18 Matěj GrabovskýFix outputting AJAX
2011-06-18 PlatonidesAll the databases but MySQL were overriding DatabaseBas...
2011-06-18 PlatonidesFollow up r90361
2011-06-18 PlatonidesThere is a nice $limit parameter in PHP 5.4, but callin...
2011-06-18 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-18 Matěj Grabovský(bug 29443) Special:Undelete should invert checkboxes...
2011-06-18 Matěj Grabovský(bug 29476) DatabaseBase::deleteJoin fails for Sqlite
2011-06-18 Aaron SchulzUse makeTitle instead of newFromText since it comes...
2011-06-18 PlatonideswfProfileIn/wfProfileOut to the whole main()
2011-06-18 Robin PepermansFix double setTargetLanguage of r90337
2011-06-18 Bryan Tong Minh(bug 29408) Key 'something.' is not in a proper format
2011-06-18 PlatonidesAdd deprecated $wgArticle again. Fixes r88588.
2011-06-18 PlatonidesAs discussed in r85918 CR. Move everything from wfIndex...
2011-06-18 Robin PepermansAddress comment by Platonides on r90320:
2011-06-18 PlatonidesFollow up r90320. The purpose of wfProfileIn/Out is...
2011-06-18 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-06-18 Aaron SchulzTweaked comments and code in confusing spot of doAutobl...
2011-06-17 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-06-17 Max SemenikFix type in code doc from r82433
2011-06-17 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-17 Robin PepermansRemove unneeded div with dir on Special:Version. It...
2011-06-17 Alexandre EmsenhuberIn wfBacktrcae(): print "->" or "::" whether the functi...
2011-06-17 Bryan Tong MinhFix r85635. Move LocalFile::publish() magic to LocalFil...
2011-06-17 Bryan Tong MinhPer comments on r88145: unlink file if it is broken
2011-06-17 Bryan Tong MinhPer comments revert r88904 and remove session_write_clo...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Sam ReedFix trailing whitespace
2011-06-17 Sam Reed* (bug 25133) allow redirects also for action=parse...
2011-06-17 Sam ReedFollowup r89539, per CR, we don't need to append iw...
2011-06-17 Sam ReedAdd setOuput method
2011-06-17 Sam ReedRelated to bug 29278, and from the comments in bug...
2011-06-17 PlatonidesEmpower our Database object so that it is possible...
2011-06-17 Sam ReedFix more __get() calls on RequestContext
2011-06-17 Robin PepermansImprove lang and dir of content div (when $wgBetterDire...
2011-06-17 Robin Pepermans(part of bug 6100) Set the directionality based on...
2011-06-17 Sam ReedFixing up most of the magic get/set stuff
2011-06-17 Sam Reed(29 lines skipped) [17-Jun-2011 10:03:59] PHP Notice...
next