aboutsummaryrefslogtreecommitdiffstats
path: root/languages/LanguageConverter.php
Commit message (Expand)AuthorAgeFilesLines
* Make MessageCache::load() require a language codeAaron Schulz2016-10-181-1/+3
* Convert LanguageConverter to using getLocalServerObjectCache()Aaron Schulz2016-10-111-2/+3
* Clean up array() syntax in docs, part VIIAmir Sarabadani2016-09-271-2/+2
* Check User::isSafeToLoad() in LanguageConverterBrad Jorsch2016-03-091-1/+4
* Improve code suffering from PHP 5.3's lack of support for foo()[]Bartosz Dziewoński2016-02-281-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-17/+17
* Don't modify $wgHooks on language object constructionTim Starling2016-01-291-16/+3
* Remove Language::armourMath() and friendsFlorian2016-01-071-16/+0
* Merge "Made convertNamespace() use APC"jenkins-bot2015-09-281-12/+30
|\
| * Made convertNamespace() use APCAaron Schulz2015-09-251-12/+30
* | Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-5/+5
|/
* LanguageConverter fix of empty and numeric stringsLiangent2015-06-081-7/+3
* Use a fixed marker prefix string in the Parser and MWTidyOri Livneh2015-05-311-6/+1
* Delay language conversion cache construction until neededChad Horohoe2015-03-031-3/+4
* Remove obvious function-level profilingChad Horohoe2015-01-071-10/+0
* Add missing @return and @param to doc blocksumherirrender2014-08-271-0/+1
* Cleanup some docs (languages)umherirrender2014-08-091-4/+4
* Update documentation of what a "section" isThiemo Mättig2014-06-121-2/+2
* Do title conversion on &action=edit if &redlink=1 existsLiangent2014-05-091-0/+3
* Make languages/ pass phpcs-strictSiebrand Mazeland2014-04-221-3/+8
* Fixed some @params documentation (languages)umherirrender2014-04-171-14/+14
* Move ConverterRule class to its own fileaddshore2014-04-081-484/+0
* Removed unneeded spaces and colons in @param and friendsumherirrender2014-04-081-73/+73
* Remove user preference "noconvertlink"Liangent2014-02-081-4/+2
* Remove deprecated convertLinkToAllVariants()Chad Horohoe2014-01-021-15/+0
* No variable assignment on return statementumherirrender2014-01-021-2/+4
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-5/+5
* Fixed spacingumherirrender2013-12-011-19/+16
* Increase LanguageConverter cache versionNiklas Laxström2013-11-111-1/+1
* Mark Math-specific functions in core as deprecatedphysikerwelt (Moritz Schubotz)2013-11-061-0/+1
* Don't match HTML entities in language conversion syntaxLiangent2013-09-151-0/+3
* Merge "Add converted namespace names as aliases to avoid confusion."jenkins-bot2013-09-021-3/+6
|\
| * Add converted namespace names as aliases to avoid confusion.Liangent2013-08-131-3/+6
* | Allow more than one variant set in user preferences.Liangent2013-08-161-2/+6
|/
* Change @since and @deprecated notes to 1.22Kevin Israel2013-06-211-1/+1
* Drop redundant attributes in hardcoded htmlTimo Tijhof2013-05-211-3/+3
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* Fix I25cf5a94: It should be @since 1.21 now.Liangent2013-05-071-1/+1
* Partly disable title conversion if variant == main language codeLiangent2013-05-031-1/+32
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-2/+2
* Fixed spacing in languages folderumherirrender2013-04-171-8/+8
* Use MessageCache::getMsgFromNamespace() to fetch conversion tables.Liangent2013-03-281-1/+1
* Use proper function recursiveConvertTopLevel() in recursive conversionLiangent2012-12-211-1/+1
* Merge "Reset $mConvRuleTitle before every language conversion run"jenkins-bot2012-12-071-0/+2
|\
| * Reset $mConvRuleTitle before every language conversion runLiangent2012-12-071-0/+2
* | Fix tabs inside/between statements/textumherirrender2012-10-261-4/+4
* | Prefix new ContentHandler hooks in WikiPage with Page instead of ArticleSiebrand Mazeland2012-10-111-1/+1
* | Merge "Convert -{}- markups in title="" and alt=""."Siebrand2012-10-101-1/+1
|\ \
| * | Convert -{}- markups in title="" and alt="".Liangent2012-09-011-1/+1
* | | Display converted namespace names in Html::namespaceSelector().Liangent2012-10-101-12/+29