* Replaced $wgMessageCache by MessageCache::singleton(); since we only use one instan...
[lhc/web/wiklou.git] / languages / LanguageConverter.php
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-25 Philip TzouLanguageConverter::captionConvert(): remove HTML tags...
2011-01-05 Philip Tzoufollow r78679, correct the comment line
2010-12-21 Philip TzouFix the bug when a math image was contained by an ...
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-14 Sam ReedBig attack on unused variables...
2010-08-20 Alexandre Emsenhuber* Standardised file description headers
2010-08-13 Sam ReedRemove some unused variables
2010-08-13 Sam ReedRemove some more unused variables
2010-08-02 Max SemenikFollow-up to r64587:
2010-07-29 Sam ReedStylize languages/*, languages/classes/*, but not langu...
2010-07-25 Sam Reed1 more dynamic used as static
2010-07-07 Philip TzouContinue to clean up the LanguageConverter.php.
2010-07-07 Philip Tzou* Deprecated convertLinkToAllVariants() since the ...
2010-07-07 Philip TzouClean up LanguageConverter.php.
2010-07-06 Philip TzouFollow up r69081. Use wfEmptyMsg() rather than the...
2010-07-06 Philip Tzou1. Fix the underline bug in the title(namespace) conver...
2010-07-06 Philip TzouBug 24072: The manual conversion of title was taken...
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-04-10 Tim StarlingProposed cleanup of recent LanguageConverter-related...
2010-04-10 Philip TzouFix bug 23115 again. Follow up r64821, r64823 and r6482...
2010-03-25 Happy-melonMake MessageCache::get() return false if the requested...
2010-02-22 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-19 Alexandre EmsenhuberFixed some doxygen warnings
2010-01-19 Tim StarlingIn LanguageConverter:
2010-01-15 Mark A. Hershbergerfollow up r60832 and follow up r60763
2010-01-12 Philip Tzoufollow-up r60986. fix for parser test failed.
2010-01-12 Philip Tzou1. Add a new feature to LanguageConverter, for supporti...
2010-01-12 Mark A. Hershbergerfollow up r60961 just test for truth rather than using...
2010-01-12 Mark A. HershbergerFurther logic cleanup on getPreferredVariant & memoizat...
2010-01-11 Mark A. Hershbergercleaned up getPreferredVariant() (MUCH easier to follow...
2010-01-08 Mark A. Hershbergerfollow up r60763
2010-01-07 Philip TzouFix the undefined variable and undefined property notic...
2010-01-07 Mark A. Hershbergerfollow-up r60763 and r58275. Parser tests now pass.
2010-01-07 Mark A. HershbergerRefactor LanguageConversion so that title conversion...
2010-01-06 Mark A. HershbergerNew tests for LanguageConverter->getPreferredVariant()
2010-01-05 Siebrand MazelandFollow-up r60650: run stylize.php and remove trailing...
2010-01-05 Mark A. HershbergerCoding Convention cleanup, removed extraneous reference...
2009-12-31 Philip Tzoubug 21974, don't return $this->mPreferredVariant if...
2009-12-21 Philip Tzoufollow-up r59522. follow Tim's suggestion to serve...
2009-12-04 Philip Tzoufollow-up r59522 and r59541. To make the condition...
2009-11-29 Philip Tzoufollow-up r59541. Fix the problem reported on [[Special...
2009-11-29 Philip Tzoufollow-up r59522, r59523, r59527, r59529, r59530.
2009-11-28 Philip Tzoufollow-up r59522, r59529. Just include the current...
2009-11-28 Philip Tzoufollow-up r59522. "string-contains" added.
2009-11-28 Philip Tzoufollow-up r59522. ONLY add Accept-Language when a valid...
2009-11-28 Philip Tzoufollow-up r59522, add missing credit.
2009-11-28 Philip Tzoubug 21672: Add Accept-Language to Vary and XVO headers...
2009-11-27 Philip TzouSome performance improvements in LanguageConverter...
2009-10-28 Philip Tzou(bug 20884) Try to fix the magic word __NOTC__ which...
2009-10-27 Domas Mituzaswith all due respect, locking here doesn't seem to...
2009-09-17 Philip TzouFollow up on r55415 and r56458. Use another way to...
2009-09-17 Philip TzouFollow up on r53041. Fix a __NOCC__ failure caused...
2009-09-16 Aaron Schulz$nt may or may not be an object
2009-08-21 Philip Tzou1. Revert my revision r55371. Since it may override...
2009-08-20 Philip TzouFixed some of tests failed caused by r55371.
2009-08-20 Philip TzouSave the variant find from HTTP_ACCEPT_LANGUAGE to...
2009-08-10 Philip TzouFix a bug of LanguageConverter::findVariantLink()....
2009-07-10 Philip Tzou(bug 19620) Allow to convert a string immediately after...
2009-06-04 Andrew GarrettRevert r51128, and its follow-up revisions r51129,...
2009-06-03 Tim StarlingReverted r48984. Fragile, doesn't work if memcached...
2009-06-03 Shinjimanfollow up r51128, adding type check for $wgUser->getOpt...
2009-05-30 Philip Tzou1. Follow up on r49157, r50902 and r50938. According...
2009-05-28 Shinjiman* (bug 18958) Added ability to disable entire variant...
2009-05-26 Tim StarlingReverted r49855, r49656, r49401, r49399, r49397. The...
2009-05-23 Philip TzouFollow up on r49157 and r50902. Fixed the header parsin...
2009-05-22 Philip TzouFollow up on r49157. Fixed the header parsing code...
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 Philip TzouFollow up on r49157, remove an unused variable.
2009-04-03 Philip Tzou1. Rewrite code for parsing http request header to...
2009-03-29 Philip TzouAdd group convertsion support for LanguageConverter...
2009-03-25 Philip TzouFollow up on r48015, fix a bug which caused 'A' and...
2009-03-05 Philip Tzouvarsep split pattern improve for unidirectional convers...
2009-03-05 Philip TzouMore code comments in LanguageConverter.php.
2009-03-04 Philip TzouAllowed ";" exists in manual conversion rules.
2009-03-04 Philip Tzoutypo.
2009-03-04 Philip TzouNew function to convert content text to specified langu...
2009-03-03 Philip TzouAllow ":" exists in manual conversion syntaxes like...
2009-02-06 Philip Tzou1. Namespace translation for Chinese Language.
2009-02-04 Alexandre Emsenhuber* (bug 17231) Transcluding special pages on wikis using...
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-29 Philip TzoumTables' element must not be left blank, to ensure...
2009-01-29 Siebrand MazelandRevert r46523, r46525. Spewing errors. See below. Behav...
2009-01-29 Philip TzoumTables' element must not be left blank, to ensure...
2009-01-29 Philip TzouMove method 'getPreferredVariant' to Language class...
2009-01-28 Philip TzouEnable language conversion in "alt" and "title" attribu...
2009-01-27 Brion VibberRevert r46068 " Enable language conversion in "alt...
2009-01-23 Philip TzouFind variant link of categories, to fix some strange...
2009-01-23 Philip TzouEnable language conversion
2009-01-17 Shinjiman* Fixing the caching issue by using -{T|xxx}- syntax...
2009-01-14 Brion VibberRevert r45642 "* Fixing the caching issue by using...
2009-01-10 Shinjiman* Fixing the caching issue by using -{T|xxx}- syntax...
2008-09-13 Shinjiman* Fixed the HTTP accept language string detection lengt...
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-16 Shinjimansequel of r38784, adding the test case for the 'submit...
next