coding style tweaks + removed some PHP4-isms
[lhc/web/wiklou.git] / includes /
2011-06-25 Jack Phoenixcoding style tweaks + removed some PHP4-isms
2011-06-25 Alexandre EmsenhuberFix comment from r79430; pointed out by Emufarmers
2011-06-25 Aaron Schulz* Follow-up r90749
2011-06-25 Sam ReedFollowup r89566
2011-06-25 Sam ReedFollowup r90722, seems the file comments were a bad...
2011-06-25 Sam ReedHack followup to r90643
2011-06-25 Sam ReedUncommited documentation from my working copy
2011-06-25 Robin PepermansCorrect alignment for RevisionDelete button
2011-06-25 Antoine MussoRename messages from r90670
2011-06-25 Matěj GrabovskýFollow-up r90408: use $user->useRCPatrol()
2011-06-25 Brian WolffLet $wgCategoryCollation take a class name as a value...
2011-06-25 Aaron SchulzFollow-up r90749: pushed down accessing of $wgAutopromo...
2011-06-25 Aaron SchulzFollow-up r90749:
2011-06-25 Sam ReedFollowup r89576, and other related revisions
2011-06-25 Sam ReedFollowup r86198 per Happy-melon comment on CR, delete...
2011-06-25 Aaron SchulzAdded one-time promote support via Autopromote::autopro...
2011-06-25 Russ NelsongetPath() does the wrong thing under SwiftMedia, but...
2011-06-25 Russ NelsonHad trouble distinguishing between these two error...
2011-06-24 Robin PepermansDirectionality improvements as part of bug 6100 (under...
2011-06-24 Robin PepermansDirectionality and language improvements as part of...
2011-06-24 Robin Pepermans(bug 28030) LTR usernames are aligned incorrectly in...
2011-06-24 Robin Pepermans(bug 12406) Pages with names in RTL scripts are not...
2011-06-24 Aaron Schulz* Removed break in first loop of generateTableHTML...
2011-06-24 Aaron Schulz* More cleanups for r88084 (and fixed r90692).
2011-06-24 Alexandre EmsenhuberSimplify a bit by using getRawText() instead of creatin...
2011-06-24 Siebrand MazelandReduce calls to wfTimestampNow() by using temporary...
2011-06-24 Siebrand MazelandFollow-up r88278. Do not call $wfTimestampNow() twice...
2011-06-24 Aaron SchulzCode style cleanups, use strict comparison with $data...
2011-06-24 Aaron SchulzMinor code cleanups
2011-06-24 Robin PepermansThe comment refers to the wrong path (should have been...
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()
next