* Rewrote wfArrayMerge() in terms of array plus
[lhc/web/wiklou.git] / languages / Language.php
2008-11-01 Tim Starling* Rewrote wfArrayMerge() in terms of array plus
2008-10-17 Raimond Spekking* (bug 15717) Set $separatorTransformTable for language...
2008-09-30 Alexandre EmsenhuberTweak for r41431: also use wfMsgExt() in Language:...
2008-09-30 Alexandre EmsenhuberFix for r41430: wfMsgExt() now accepts a Language objec...
2008-09-30 Chad Horohoe* Add $forContent option to Language::commaList
2008-09-30 Brion VibberRevert r41352-41355, r41362-41363: unauthorized schema...
2008-09-28 Victor Vasiliev* (bug 674) Allow users to be blocked from editing...
2008-09-19 Chad HorohoeCleanup to r41041. escape-noentities => escapenoentities
2008-09-19 Brion VibberQuickie example adding $wgLang->commaList() to encapsul...
2008-09-15 Siebrand Mazeland* Fix common spelling error (seperate -> separate)
2008-09-03 Tim StarlingMinus one is plural in English.
2008-08-26 Tim Starling* Revert back to my parser pseudo-branch again. Note...
2008-08-25 Brion VibberRevert r39949 "* Revert revert r39662 of my parser...
2008-08-25 Alexandre Emsenhuber(bug 15303) Title conversion for templates wasn't worki...
2008-08-25 Tim Starling* Revert revert r39662 of my parser changes.
2008-08-18 Aaron Schulzbe more specific in error
2008-08-12 Niklas Laxström* More helpful error messages
2008-08-06 Rotem LissFixing comment of Language::tsToHebrew: Month 1 is...
2008-08-04 Aryeh GregorDocument what the month number means for Language:...
2008-07-04 Niklas Laxström* (bug 11732) Allow localisation of edit button images
2008-06-25 Niklas Laxström* $code may be undefined, because it is defined inside...
2008-06-25 Niklas Laxström* Partially revert 36631, can't use this
2008-06-25 Niklas Laxström* Handle fallbacks too in extension aliases
2008-06-25 Niklas Laxström* $wgExtensionAliasesFiles option to simplify adding...
2008-06-19 Robert Leverington* Correct fix, remove if that should have been replaced.
2008-06-19 Robert Leverington* Improve indentation.
2008-06-19 Meno25Add support for Higri (Islamic) calendar
2008-06-03 Niklas Laxström* Fix redundant assignment
2008-06-01 Tim StarlingRevert r35478, r35264, r35262: $wgPerLanguageCaching...
2008-05-27 Robert Leverington* Language::getFallbackFor() now returns 'en' when...
2008-05-23 Niklas Laxström* New option $wgPerLanguageCaching, for wikies with...
2008-05-21 Alexandre EmsenhuberDoc tweaks:
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-19 Brion Vibber* (bug 1701) Korean Hangul syllables now broken down...
2008-05-10 Niklas Laxström* Use local cache as well, this might be called a lot...
2008-05-05 Robert Leverington* Add exception if magicWords array is empty.
2008-05-02 Niklas Laxström* Really fix fallbacks
2008-05-02 ShinjimanPartially reverting r33937, the localisation message...
2008-04-27 Niklas Laxström* Shortcut the known and most common case
2008-04-27 Niklas Laxström* Fix the previous commit
2008-04-27 Niklas Laxström* Cache fallbacks separately to avoid loading whole...
2008-03-21 Brion Vibber* (bug 12294) Namespace class renamed to MWNamespace...
2008-02-22 Tim StarlingRevert r31022 -- breaks commons upload hack.
2008-02-17 Victor Vasiliev* (bug 13010) Invalid language codes should fallback...
2008-01-02 Niklas Laxström* Made general implementation of convertGrammar general...
2007-12-22 Niklas Laxström* Convert spaces to underscores instead of breaking...
2007-12-22 Niklas Laxström* Array as type hint is available only PHP 5.1 or later
2007-12-20 Rotem LissCalculate the Hebrew calendar from the start of the...
2007-12-15 Rotem LissAdding xjt (to check the number of days in the Hebrew...
2007-12-06 Raimond Spekking* (bug 10166) Fix a PHP warning in Language::getMagic
2007-12-06 Raimond Spekking* (bug 11657) Support for Thai solar calendar
2007-12-06 Niklas Laxström* New configuration variable $wgExtraLanguageNames
2007-11-30 Brion VibberDon't spew notices all over everything... $file variabl...
2007-11-30 Niklas Laxström* (bug 8396) Ignore out-of-date serialised message...
2007-11-30 Niklas Laxström* Removing loop that doesn't do anything, fixes bug...
2007-11-24 Rotem LissProperly treat the end letter when creating a Hebrew...
2007-11-22 Rotem LissFix an error on converting.
2007-11-18 Niklas Laxström* Reworked convertPlural so that it accepts variable...
2007-11-16 Brion VibberInstead of giving weird-ass results when an array is...
2007-11-13 Rotem Liss* Support for Hebrew calendar
2007-11-13 Roan KattouwIt's no problem to use empty(), as long as you return...
2007-11-13 Tim Starlingrevert revert (r27446): I gave the OK for this feature...
2007-11-13 Aaron Schulz*Check if a String and empty. This was '0' works as...
2007-11-12 Domas MituzasI fail to see the need of Iranian invasion to very...
2007-11-12 Domas Mituzasempty() is faster! :)
2007-11-12 Domas Mituzasdo nothing for empty strings... how can you upper-case...
2007-11-12 Domas Mituzas6x optimized lcfirst() \o/ though it would be far bette...
2007-11-12 Domas Mituzas8x faster ucfirst() (function called >100 times even...
2007-11-05 Rotem LissFixing a comment.
2007-11-04 HujiAdds support for Iranian calendar
2007-10-15 Purodha B BlissenbachTypo in comment.
2007-10-12 Rotem LissRemoving comments that are not up to date.
2007-09-26 Brion Vibber* (bug 11462) Fix typo in LanguageGetSpecialPageAliases...
2007-09-16 Domas MituzasApparently some languages (aawiki) end up having null...
2007-09-11 Brion VibberReverting r25772 for now.
2007-09-11 Raimond Spekking* Add function Language::getLanguageNameLocal() for...
2007-09-10 Rotem Liss(bug 5387) Block log items on RecentChanges don't make...
2007-09-06 Tim StarlingaddMagicWordsByLang() -- always include english in...
2007-09-04 Tim StarlingAllow extensions to define magic words by simply includ...
2007-08-29 Rob ChurchUpdate documentation for Language::truncate()
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-08-08 Brion Vibber* glob() is horribly unreliable and doesn't work on...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-20 Aaron Schulz*Use wfSuppressWarnings() instead of error_reporting()
2007-06-20 Aaron Schulz*More system date bitching
2007-06-15 Brion Vibber* (bug 8577) Fix some weird misapplications of time...
2007-05-13 Antoine Musso* Bug 9123 : safer way when applying $wgLocalTZoffset.
2007-04-19 Ilmari Karonenreapply r21363, hopefully without stupid notices this...
2007-04-19 Brion VibberRevert r21363; triggers PHP notices due to failed looku...
2007-04-19 Ilmari Karonenmake ->getNsIndex() check canonical namespace names...
2007-03-28 Greg Sabino MullaneMuch more elegant solution for functions that are not...
2007-03-28 Brion VibberRevert r20558: appears to be trying to treat symptoms...
2007-03-27 Brion VibberRevert $wgDBtimezone commits: r20688, 20689, 20690...
2007-03-26 Greg Sabino MullaneDo not do timezone adjustment if tz is not set - unlogg...
2007-03-26 Greg Sabino MullaneAllow user timezone adjustments to work when using...
2007-03-19 Greg Sabino MullaneHave timeanddate() change timestamp-looking timestampts...
2007-02-22 Niklas Laxström* (bug 9032) Make quickbarSettings localizable through...
2007-02-16 Aaron Schulz* Add no-html option for block log parsing for future use
2007-02-09 Nick JenkinsPrevent some unnecessary lstat system calls, generated...
2007-01-20 Niklas Laxström* Added getter for fallback
next