* (bug 27398) Add $wgExtraGenderNamespaces for configured gendered namespaces
[lhc/web/wiklou.git] / languages / Language.php
2011-09-16 Niklas Laxström* (bug 27398) Add $wgExtraGenderNamespaces for configur...
2011-09-14 Roan KattouwIntroduce Language::getMessageKeysFor() and use it...
2011-09-12 Robin Pepermans* Some documentation
2011-09-10 Robin Pepermans* Change the message 'yourvariant' to a more descriptiv...
2011-08-30 Niklas LaxströmHandle bad input gracefully in getFallback(s)For
2011-08-30 Niklas LaxströmNew hook to replace live hack on translatewiki.net...
2011-08-29 Tim StarlingIn Language::isValidBuiltInCode(), reject the empty...
2011-08-18 Niklas LaxströmAttempt to fix Bug 30216 - Improve language fallback...
2011-08-16 Sam ReedExplicitally define some member variables
2011-08-11 Robin PepermansAdd 2 @since and add documentation for PageContentLangu...
2011-07-09 Robin PepermansFollow-up r91770: only translate when possible
2011-07-08 Robin PepermansTranslate the block expiry date
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-05 Robin Pepermans(see bug 29712) Removing the defaultUserOptionOverrides...
2011-06-28 Aaron Schulz* Added truncate() & truncateHTML() tests
2011-06-27 Aaron SchulzAdded formatTimePeriod() tests for r90385 and made...
2011-06-19 Aaron SchulzAdded back some rounding code lost in r90385
2011-06-19 Aaron SchulzMore doc typos from r90385...coding at 4AM :)
2011-06-19 Aaron SchulzFixed doc typo in r90385
2011-06-19 Aaron Schulz* Added (and use) $format param to formatTimePeriod...
2011-06-17 Ryan Kaldariless confusing error message
2011-06-17 Sam ReedSwap else if for elseif
2011-06-11 Alexandre EmsenhuberRemoved usage of error suppression operator, also remov...
2011-06-07 Antoine Mussoremove useless type hint (fu r85004)
2011-06-02 Alexandre EmsenhuberRemoved obsolete comment that was mentioning $wgInputEn...
2011-05-29 Sam ReedMore documentation!
2011-05-29 Sam ReedFleshed out file
2011-05-29 Sam ReedSome language love
2011-05-29 Sam ReedSome language love
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-22 PlatonidesChanges to doc-comments. /* to /** in language folder.
2011-05-21 Brian Wolff(bug 29031) When translating block log entries, indefin...
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-06 Sam ReedKill some more long deprecated unused functions
2011-05-01 Krinkle(bug 27916) Don't prefix wgServer in mw.util.wikiGetlink
2011-04-23 Happy-melonStop stubbing $wgLang and $wgContLang. There are no...
2011-04-18 Leo KoppelkammFollowup r86088 per CR: Move month array builder into...
2011-04-16 Sam ReedRevert r85536 pending a better fix
2011-04-09 Brion VibberFollowup to r85706 and friends: now that Math messages...
2011-04-06 Chad HorohoeMerge from 1.17wmf1: r84259
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-03-30 Sam ReedFixup some ambiguously defined variables
2011-03-27 Happy-melonRevert r84706, r84709 (UtfNormal rewrite). Clearly...
2011-03-24 Sam ReedCommiting simplest hack fix for strict errors
2011-03-24 Aaron Schulz* Follow-up for r84660:
2011-03-24 Brian Wolff(follow-up r84660) Per comments, make truncate return...
2011-03-24 Brian Wolff(follow-up 79778) Make $wgLang->truncate function consi...
2011-03-18 Happy-melonFollow-ups to r84258.
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-03-18 Happy-melonFirst forays into the swamp of the Block.php backend:
2011-03-04 Antoine MussoUnderscore are not valid in language code
2011-03-03 Antoine MussoFix language code validation (from r82927)
2011-02-28 Tim StarlingFollowup for r81340:
2011-02-28 Tim StarlingRevert r81576: The fact that there are two checks,...
2011-02-19 Sam ReedMore function level documentation
2011-02-16 Philip TzouFollow r77452, r80492. Avoid to find sub-languages...
2011-02-12 Niklas Laxström* (bug 17160) Gender specific display text for User...
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-10 PlatonidesMove LanguageGetMagic hook to its own function
2011-02-05 Antoine MussoAvoid code duplication for Language::isValidCode
2011-02-01 Tim StarlingRelax Language::isValidCode() to avoid breaking uselang...
2011-02-01 Tim Starling(bug 27094) fix path traversal vulnerability
2011-01-18 Philip TzouFollow up r77452. Follow mark's suggest to remove getCo...
2011-01-17 Tim Starling* Introduced a non-dummy collation for $wgCategoryColla...
2011-01-17 Brian WolffChange the default collation from strtoupper to Languag...
2011-01-10 Sam ReedDocumentation addition/tweaks
2010-12-31 Niklas LaxströmNew method for making it easier for developers to get...
2010-12-30 Sam ReedRemove another usage of extract()
2010-12-23 Chad HorohoeRevert r78903, r78904, r78905, r78906 (changing opendir...
2010-12-23 X!Per discussion on mailing list, modifying some uses...
2010-12-19 Mark A. HershbergerMisc whitespace changes, mostly EOL w/s and indention...
2010-12-18 Niklas LaxströmTypo
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
next