aboutsummaryrefslogtreecommitdiffstats
path: root/languages/Language.php
Commit message (Expand)AuthorAgeFilesLines
...
* less confusing error messageRyan Kaldari2011-06-171-1/+1
* Swap else if for elseifSam Reed2011-06-171-9/+9
* Removed usage of error suppression operator, also removed function_exists() c...Alexandre Emsenhuber2011-06-111-2/+5
* remove useless type hint (fu r85004)Antoine Musso2011-06-071-1/+1
* Removed obsolete comment that was mentioning $wgInputEncoding and $wgOutputEn...Alexandre Emsenhuber2011-06-021-3/+0
* More documentation!Sam Reed2011-05-291-4/+4
* Fleshed out fileSam Reed2011-05-291-12/+341
* Some language loveSam Reed2011-05-291-0/+35
* Some language loveSam Reed2011-05-291-3/+7
* Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to na...Mark A. Hershberger2011-05-251-17/+17
* Changes to doc-comments. /* to /** in language folder.Platonides2011-05-221-2/+2
* (bug 29031) When translating block log entries, indefinite, infinite, andBrian Wolff2011-05-211-1/+15
* Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globalsSam Reed2011-05-061-8/+0
* More versions added to @deprecated tagsSam Reed2011-05-061-1/+1
* Kill some more long deprecated unused functionsSam Reed2011-05-061-9/+0
* (bug 27916) Don't prefix wgServer in mw.util.wikiGetlinkKrinkle2011-05-011-1/+1
* Stop stubbing $wgLang and $wgContLang. There are no major code paths which d...Happy-melon2011-04-231-0/+4
* Followup r86088 per CR: Move month array builder into language; use mw.config...Leo Koppelkamm2011-04-181-2/+18
* Revert r85536 pending a better fixSam Reed2011-04-161-1/+2
* Followup to r85706 and friends: now that Math messages have been moved to ext...Brion Vibber2011-04-091-4/+0
* Merge from 1.17wmf1: r84259Chad Horohoe2011-04-061-2/+1
* The beginnings of HipHop compiled mode support. It works now for parser cache...Tim Starling2011-04-041-9/+17
* Fixup some ambiguously defined variablesSam Reed2011-03-301-2/+3
* Revert r84706, r84709 (UtfNormal rewrite). Clearly more work needed to get t...Happy-melon2011-03-271-2/+1
* Commiting simplest hack fix for strict errorsSam Reed2011-03-241-1/+2
* * Follow-up for r84660:Aaron Schulz2011-03-241-64/+79
* (follow-up r84660) Per comments, make truncate return original string instead...Brian Wolff2011-03-241-1/+6
* (follow-up 79778) Make $wgLang->truncate function consider the length of the ...Brian Wolff2011-03-241-4/+12
* Follow-ups to r84258.Happy-melon2011-03-181-7/+7
* More cleanup in Block.php. Push Block::encodeExpiry() and Block::decodeExpir...Happy-melon2011-03-181-0/+31
* First forays into the swamp of the Block.php backend:Happy-melon2011-03-181-15/+6
* Underscore are not valid in language codeAntoine Musso2011-03-041-1/+1
* Fix language code validation (from r82927)Antoine Musso2011-03-031-1/+1
* Followup for r81340: Tim Starling2011-02-281-4/+23
* Revert r81576: The fact that there are two checks, one close to the inclusion...Tim Starling2011-02-281-2/+6
* More function level documentationSam Reed2011-02-191-0/+2
* Follow r77452, r80492. Avoid to find sub-languages when load css/js messages.Philip Tzou2011-02-161-12/+2
* * (bug 17160) Gender specific display text for User namespaceNiklas Laxström2011-02-121-0/+31
* w/s fixupsMark A. Hershberger2011-02-121-2/+2
* Move LanguageGetMagic hook to its own functionPlatonides2011-02-101-6/+12
* Avoid code duplication for Language::isValidCodeAntoine Musso2011-02-051-6/+2
* Relax Language::isValidCode() to avoid breaking uselang hacksTim Starling2011-02-011-1/+1
* (bug 27094) fix path traversal vulnerabilityTim Starling2011-02-011-0/+23
* Follow up r77452. Follow mark's suggest to remove getCodeForMessage() and exp...Philip Tzou2011-01-181-14/+12
* * Introduced a non-dummy collation for $wgCategoryCollation, namely UCA with ...Tim Starling2011-01-171-46/+0
* Change the default collation from strtoupper to Language::uc, so that non-asc...Brian Wolff2011-01-171-2/+2
* Documentation addition/tweaksSam Reed2011-01-101-0/+4
* New method for making it easier for developers to get localised language names.Niklas Laxström2010-12-311-0/+19
* Remove another usage of extract()Sam Reed2010-12-301-1/+2
* Revert r78903, r78904, r78905, r78906 (changing opendir() to use sfFinder cla...Chad Horohoe2010-12-231-3/+3