Localization update for he.
[lhc/web/wiklou.git] / includes /
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...
2011-06-17 Brian Wolffrevert r87808 - Its broken, and looks rather complex...
2011-06-17 Brian Wolff(follow-up r86567) per CR rename the class JpegOrTiffHa...
2011-06-16 Sam ReedMinor doc fix to r84741
2011-06-16 Mark A. Hershbergerfollow up r84134 — removing passing $this by reference
2011-06-16 Mark A. Hershbergerstray tab removal
2011-06-16 Krinkle(bug 29441) Expose CapitalLinks config in JS to allow...
2011-06-16 KrinkleRevert r90232.
2011-06-16 KrinkleImplement mw.Title in core
2011-06-16 Alexandre EmsenhuberGroupped URL-related functions
2011-06-16 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-06-16 PlatonidesRevert r88988
2011-06-16 Tim StarlingFixes for r90105, r90193:
2011-06-16 Tim StarlingRemoved $wgProto. Previously, setting this undocumented...
2011-06-15 PlatonidesDocument from r87129 summary
2011-06-15 Brion VibberAnother partial fix for Block test: update $this->mId...
2011-06-15 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-15 Brion VibberFix for partial regression in r84534: Block::newFromId...
2011-06-15 Max SemenikSQLite support for r86485
2011-06-15 Aaron SchulzBroke some long lines
2011-06-15 Alexandre EmsenhuberPer Brion, follow-up r86784: doucment that wfMsg()...
2011-06-15 Tim Starling* (bug 28798) Set $wgServer in the default LocalSetting...
2011-06-15 KrinkleUsing true instead of calling isMainPage() again.
2011-06-14 Brion VibberRevert r86764, r89134, r86827 -- added a second opaque...
next