added Minguo calendar support for the Taiwan Chinese language
[lhc/web/wiklou.git] / languages / Language.php
2009-05-19 Shinjimanadded Minguo calendar support for the Taiwan Chinese...
2009-04-11 Alexandre EmsenhuberPHP doesn't have a "none" constant, changed to "null"
2009-04-11 Philip TzouA new optional param for LanguageConverter::convert...
2009-04-03 Alexandre EmsenhuberPer Sunwell5's report on IRC and my talk page: fixed...
2009-03-29 Philip TzouAdd group convertsion support for LanguageConverter...
2009-03-06 Raimond Spekking* Add Language::semicolonList() function
2009-02-17 Brion VibberRevert r47196, r47219 "* (bug 13040) Gender-aware user...
2009-02-13 Raimond Spekking* Replace hardcoded '...' as indication of a truncation...
2009-02-12 Niklas Laxström* (bug 13040) Gender-aware user namespace aliases
2009-02-11 Aaron Schulz(bug 17414) Added magic words as a cache dependency
2009-02-02 Philip Tzou1. Use param $ignoreOtherCond instead of $forTemplate...
2009-02-02 Philip TzouTo find an available category name during update table...
2009-01-31 Roan KattouwFollowup to r46648 and fix for bug 17267: when expandin...
2009-01-31 Niklas LaxströmSubstitute variables and parse grammar also on NS_PROJE...
2009-01-31 Brion Vibber* (bug 17146) Fix for UTF-8 and short word search for...
2009-01-29 Siebrand MazelandRevert r46523, r46525. Spewing errors. See below. Behav...
2009-01-29 Philip TzouMove method 'getPreferredVariant' to Language class...
2009-01-26 Niklas Laxström* Shortcut return if no params given to avoid notices
2009-01-26 Niklas Laxström* (bug 13040) {{GENDER:}} magic word for interface...
2009-01-17 Raimond Spekkingself revert r45512, r45513 and r45515 for now
2009-01-07 Alexandre EmsenhuberFix for r45512: cache the result of LanguageGetLocalize...
2009-01-07 Raimond Spekking* Extend language::getLanguageName to return localized...
2008-12-30 Danny B* handle the "o" format character for PHP 5.1.0+, older...
2008-12-27 Raimond SpekkingRemove unused parameter
2008-12-27 Raimond Spekking* Bug 16484 Remove an unneeded extra comma in user...
2008-12-25 Alexandre EmsenhuberPer Nikerabbit and Siebrand: removed $skinNames from...
2008-12-24 Niklas Laxström* No need to use is_null here
2008-12-22 Brion Vibber* (bug 505) Time zones can now be specified by location...
2008-12-19 Brion Vibber* (bug 15027) Internet domain names and IP addresses...
2008-12-11 Brion VibberThrow in $wgEnableSerializedMessages which I can disabl...
2008-11-25 Brion VibberLet's try limiting the language object cache... see...
2008-11-25 Brion Vibber* (bug 5477) Searches for words less than 4 characters...
2008-11-21 Siebrand MazelandRemove fixed characters (spaces and comma) from listToT...
2008-11-12 Tim StarlingFixed fallback feature broken by r43398.
2008-11-11 Tim StarlingLanguage object cache, for faster wfMsg() performance...
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! :)
next