Remove most named character references from output
[lhc/web/wiklou.git] / languages / Language.php
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-27 Niklas LaxströmGet rid of wfMsg() in Language
2010-04-29 Alexandre Emsenhuber* (bug 23284) Times are now rounded correctly
2010-04-10 Tim StarlingProposed cleanup of recent LanguageConverter-related...
2010-04-08 Jack Phoenixcoding style tweaks (spacing, braces, etc.) to Language.php
2010-03-27 Alexandre Emsenhuber* (bug 22876) Avoid possible PHP Notice if $wgDefaultUs...
2010-03-23 Mark A. Hershberger* Implement normalization of fullwidth latin characters...
2010-03-23 Max SemenikTweaked LanguageConverter to use spaces in formatTimePe...
2010-03-15 Mark A. Hershbergeroff-by-one error: the fullwidth z was not being converted.
2010-03-10 Mark A. HershbergerFollow-up r61856
2010-03-07 Aaron SchulzDoc typo
2010-03-07 Aaron Schulz* truncate() comment fix
2010-02-26 Aaron Schulzr62907: removed static calls, renamed helper functions
2010-02-24 Aaron Schulz* Moved truncateHtml() to language.php
2010-02-22 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-11 Raimond SpekkingSimplify a bit per Platonides CR mediawiki.org/wiki...
2010-02-02 Philip TzouFollow up r60742, r60743, r60764, r60766, r61214, r6139...
2010-01-29 Raimond Spekking* (bug 22181) Do not truncate if the ellipsis actually...
2010-01-22 Max SemenikFixed r61214: moved MySQL munging to SearchEngine,...
2010-01-18 Max SemenikFactored MySQL-specific munging out of Language::stripF...
2010-01-15 Mark A. Hershbergerfollow up r60832 and follow up r60763
2010-01-11 Mark A. Hershbergertrailing whitespace fixup before I fix(??) a bug.
2010-01-08 Mark A. Hershbergerfollow up r60763
2010-01-07 Philip Tzoufollow-up r60743.
2010-01-07 Mark A. HershbergerRefactor LanguageConversion so that title conversion...
2010-01-06 Philip TzouChange or to ||.
2010-01-06 Philip Tzou1. Add conditions to stripForSearch for LuceneSearch...
2010-01-06 Roan KattouwFollowup to r60271: pass the delimeter to preg_quote...
2010-01-06 Siebrand MazelandFollow-up to r60721. Broken maintanance/language/rebuil...
2010-01-06 Roan KattouwPer CR on r58358, refactor obtaining the language code...
2010-01-04 Tim StarlingFix for bug 9413 and the related Malayalam issue report...
2009-12-04 Philip Tzoufollow-up r59522 and r59541. To make the condition...
2009-09-14 Brion VibberMerge live hack from wmf-deployment r53208: profiling...
2009-08-28 Tim StarlingReverted breakage of non-ASCII message keys, Domas...
2009-08-22 Brion VibberPet peeve time: reduce clutter from common $wgContLang...
2009-08-21 Alexandre Emsenhuber* (bug 20296) Fixed a PHP warning in Parser::preSaveTra...
2009-07-26 Philip TzouFollow up on r46020 and r46489. Improve the $wgContLang...
2009-07-07 Niklas Laxström(bug 16885) Silence warnings about invalid characters...
2009-07-03 Tim StarlingTweak docs
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-06-24 Brion Vibber* (bug 8445) Multiple-character search terms are now...
2009-06-17 Remember the dotFollow-up to r49331: Moved decapitalization code to...
2009-06-03 Tim StarlingReverted r48984. Fragile, doesn't work if memcached...
2009-05-30 Philip Tzou1. Follow up on r49157, r50902 and r50938. According...
2009-05-26 Tim StarlingReverted r49855, r49656, r49401, r49399, r49397. The...
2009-05-22 Niklas LaxströmRevert a bit of too much escaping
2009-05-20 Shinjimanfollow up r50804, adding two further Japanese era names.
2009-05-20 Shinjimanfollow up r50804, fix undefined variable error.
2009-05-20 Shinjiman* (bug 18849) Added Japanese and North Korean calendars...
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
next