coding style tweaks
[lhc/web/wiklou.git] / languages / Language.php
2010-12-01 PlatonidesFollow up r71459
2010-11-30 Sam ReedQualify call to autoConvertToAllVariants from convertLi...
2010-11-30 Philip TzouSelect a friendly sub-language while acquiring system...
2010-11-07 Alexandre EmsenhuberFollow-up r65654:
2010-10-31 Sam ReedUpdate deprecated method calls
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-28 Aaron SchulztruncateHtml() comment tweaks
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-14 Niklas Laxström* (Bug 25451) Language::time() and ::date() misfunction...
2010-10-02 Siebrand MazelandFollow-up r74173: remove more PHP pre-5.1.0 comments...
2010-10-02 Siebrand MazelandRemove comment related to PHP pre-5.1 version.
2010-09-05 Aryeh GregorGet rid of Language::usesFirstLettersInLists()
2010-09-02 Sam ReedFollowup r72207, uc isn't static
2010-09-02 Ryan KaldariAdding helpful comments
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-29 Andrew GarrettUnmerging r71867. Merge-conflicts with some things...
2010-08-29 Andrew GarrettFix bug introduced in untested r71576. getNamespaces...
2010-08-23 Philip Tzoufollow up r69134. Change all of convertLinkToAllVariant...
2010-08-21 Niklas LaxströmFix translated core namespaces broken in r71342.
2010-08-20 Alexandre Emsenhuber* Standardised file description headers
2010-08-20 Niklas LaxströmTrying to clean up the mess with $wgCanonicalNamespaceN...
2010-08-20 Andrew GarrettApply hack from 1.16wmf4 in r71329 to trunk (follow...
2010-08-20 Andrew Garrett(bug 24837) Fix issue where namespaces which were local...
2010-08-19 Sam ReedRemove some more unused variables
2010-08-03 Aryeh GregorUse firstChar() in firstLetterForLists()
2010-07-29 Sam ReedStylize languages/*, languages/classes/*, but not langu...
2010-07-26 Aryeh GregorFix bug in prefixing scheme
2010-07-26 Aryeh GregorReconcept cl_raw_sortkey as cl_sortkey_prefix
2010-07-25 Sam ReedMore self:: to $this->
2010-07-23 Aryeh GregorAdd non-identity collation, with migration script
2010-07-23 Aryeh GregorInitial commit for category collation framework
2010-07-08 Niklas LaxströmAdded $wgAllUnicodeFixes to replace live-hack at twn
2010-07-04 Max SemenikRevert r64063, will use a different approach for select...
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
next