| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | less confusing error message | Ryan Kaldari | 2011-06-17 | 1 | -1/+1 |
* | Swap else if for elseif | Sam Reed | 2011-06-17 | 1 | -9/+9 |
* | Removed usage of error suppression operator, also removed function_exists() c... | Alexandre Emsenhuber | 2011-06-11 | 1 | -2/+5 |
* | remove useless type hint (fu r85004) | Antoine Musso | 2011-06-07 | 1 | -1/+1 |
* | Removed obsolete comment that was mentioning $wgInputEncoding and $wgOutputEn... | Alexandre Emsenhuber | 2011-06-02 | 1 | -3/+0 |
* | More documentation! | Sam Reed | 2011-05-29 | 1 | -4/+4 |
* | Fleshed out file | Sam Reed | 2011-05-29 | 1 | -12/+341 |
* | Some language love | Sam Reed | 2011-05-29 | 1 | -0/+35 |
* | Some language love | Sam Reed | 2011-05-29 | 1 | -3/+7 |
* | Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to na... | Mark A. Hershberger | 2011-05-25 | 1 | -17/+17 |
* | Changes to doc-comments. /* to /** in language folder. | Platonides | 2011-05-22 | 1 | -2/+2 |
* | (bug 29031) When translating block log entries, indefinite, infinite, and | Brian Wolff | 2011-05-21 | 1 | -1/+15 |
* | Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals | Sam Reed | 2011-05-06 | 1 | -8/+0 |
* | More versions added to @deprecated tags | Sam Reed | 2011-05-06 | 1 | -1/+1 |
* | Kill some more long deprecated unused functions | Sam Reed | 2011-05-06 | 1 | -9/+0 |
* | (bug 27916) Don't prefix wgServer in mw.util.wikiGetlink | Krinkle | 2011-05-01 | 1 | -1/+1 |
* | Stop stubbing $wgLang and $wgContLang. There are no major code paths which d... | Happy-melon | 2011-04-23 | 1 | -0/+4 |
* | Followup r86088 per CR: Move month array builder into language; use mw.config... | Leo Koppelkamm | 2011-04-18 | 1 | -2/+18 |
* | Revert r85536 pending a better fix | Sam Reed | 2011-04-16 | 1 | -1/+2 |
* | Followup to r85706 and friends: now that Math messages have been moved to ext... | Brion Vibber | 2011-04-09 | 1 | -4/+0 |
* | Merge from 1.17wmf1: r84259 | Chad Horohoe | 2011-04-06 | 1 | -2/+1 |
* | The beginnings of HipHop compiled mode support. It works now for parser cache... | Tim Starling | 2011-04-04 | 1 | -9/+17 |
* | Fixup some ambiguously defined variables | Sam Reed | 2011-03-30 | 1 | -2/+3 |
* | Revert r84706, r84709 (UtfNormal rewrite). Clearly more work needed to get t... | Happy-melon | 2011-03-27 | 1 | -2/+1 |
* | Commiting simplest hack fix for strict errors | Sam Reed | 2011-03-24 | 1 | -1/+2 |
* | * Follow-up for r84660: | Aaron Schulz | 2011-03-24 | 1 | -64/+79 |
* | (follow-up r84660) Per comments, make truncate return original string instead... | Brian Wolff | 2011-03-24 | 1 | -1/+6 |
* | (follow-up 79778) Make $wgLang->truncate function consider the length of the ... | Brian Wolff | 2011-03-24 | 1 | -4/+12 |
* | Follow-ups to r84258. | Happy-melon | 2011-03-18 | 1 | -7/+7 |
* | More cleanup in Block.php. Push Block::encodeExpiry() and Block::decodeExpir... | Happy-melon | 2011-03-18 | 1 | -0/+31 |
* | First forays into the swamp of the Block.php backend: | Happy-melon | 2011-03-18 | 1 | -15/+6 |
* | Underscore are not valid in language code | Antoine Musso | 2011-03-04 | 1 | -1/+1 |
* | Fix language code validation (from r82927) | Antoine Musso | 2011-03-03 | 1 | -1/+1 |
* | Followup for r81340: | Tim Starling | 2011-02-28 | 1 | -4/+23 |
* | Revert r81576: The fact that there are two checks, one close to the inclusion... | Tim Starling | 2011-02-28 | 1 | -2/+6 |
* | More function level documentation | Sam Reed | 2011-02-19 | 1 | -0/+2 |
* | Follow r77452, r80492. Avoid to find sub-languages when load css/js messages. | Philip Tzou | 2011-02-16 | 1 | -12/+2 |
* | * (bug 17160) Gender specific display text for User namespace | Niklas Laxström | 2011-02-12 | 1 | -0/+31 |
* | w/s fixups | Mark A. Hershberger | 2011-02-12 | 1 | -2/+2 |
* | Move LanguageGetMagic hook to its own function | Platonides | 2011-02-10 | 1 | -6/+12 |
* | Avoid code duplication for Language::isValidCode | Antoine Musso | 2011-02-05 | 1 | -6/+2 |
* | Relax Language::isValidCode() to avoid breaking uselang hacks | Tim Starling | 2011-02-01 | 1 | -1/+1 |
* | (bug 27094) fix path traversal vulnerability | Tim Starling | 2011-02-01 | 1 | -0/+23 |
* | Follow up r77452. Follow mark's suggest to remove getCodeForMessage() and exp... | Philip Tzou | 2011-01-18 | 1 | -14/+12 |
* | * Introduced a non-dummy collation for $wgCategoryCollation, namely UCA with ... | Tim Starling | 2011-01-17 | 1 | -46/+0 |
* | Change the default collation from strtoupper to Language::uc, so that non-asc... | Brian Wolff | 2011-01-17 | 1 | -2/+2 |
* | Documentation addition/tweaks | Sam Reed | 2011-01-10 | 1 | -0/+4 |
* | New method for making it easier for developers to get localised language names. | Niklas Laxström | 2010-12-31 | 1 | -0/+19 |
* | Remove another usage of extract() | Sam Reed | 2010-12-30 | 1 | -1/+2 |
* | Revert r78903, r78904, r78905, r78906 (changing opendir() to use sfFinder cla... | Chad Horohoe | 2010-12-23 | 1 | -3/+3 |