aboutsummaryrefslogtreecommitdiffstats
path: root/languages/Language.php
Commit message (Expand)AuthorAgeFilesLines
* Follow up r102802. Bug 32359Santhosh Thottingal2011-11-151-1/+1
* Make commafy support negative numbers too,Santhosh Thottingal2011-11-111-2/+8
* Cast the return value of getExtraUserToggles() to an array in case it's not i...Roan Kattouw2011-11-081-1/+1
* Fix fatal introduced in r97296. Seems to happen only after restarting memcached.Roan Kattouw2011-11-081-1/+1
* DocumentationSam Reed2011-10-181-8/+8
* Per Nikerabbit, fix for r99863: removed copy/paste error in method documentationAlexandre Emsenhuber2011-10-161-3/+0
* Fixup some assignments in conditionalsSam Reed2011-10-161-1/+1
* Self revert r99899....I HATE YOU PHPUNIT YOU @#Q**#(#@(#@@#(!!!Chad Horohoe2011-10-151-76/+183
* Temporarily reverting r99863 to see if I can pin down test failuresChad Horohoe2011-10-151-183/+76
* * Added Language::userDate(), Language::userTime() and Language::userTimeAndD...Alexandre Emsenhuber2011-10-151-76/+183
* Per Siebrand, fix for r99678: use word-separator and parentheses messagesAlexandre Emsenhuber2011-10-141-1/+2
* * Moved wfViewPrevNext() to Language::viewPrevNext() so that it can be used i...Alexandre Emsenhuber2011-10-141-0/+61
* Moved wfSpecialList() to Language::specialList() so that it can be used in th...Alexandre Emsenhuber2011-10-131-0/+16
* * (bug 31352) Fix regression causing relative block times in log display to r...Brion Vibber2011-10-061-4/+8
* Fix stupid typo in r99082. Thanks to Niklas for CRRaimond Spekking2011-10-061-1/+1
* Fix a regression from 1.17: Show date/times in user preference timezone.Raimond Spekking2011-10-061-1/+1
* Minor cleanup and line breaking to formatTimePeriod()Aaron Schulz2011-09-241-5/+9
* Per CR on r97962, introduce an array parameter for formatTimePeriod() rather ...Roan Kattouw2011-09-241-13/+24
* Make Language::formatTimePeriod() more flexible so it can produce stuff like ...Roan Kattouw2011-09-231-16/+20
* stylize.php - minor whitespace fixes.Santhosh Thottingal2011-09-221-3/+3
* Fix mixed tabs and spaces from r97793Sam Reed2011-09-221-23/+21
* Add support for Number grouping(commafy) based on CLDR number grouping patter...Santhosh Thottingal2011-09-221-2/+46
* stylize.php changes.Santhosh Thottingal2011-09-221-11/+11
* * follow-up r97636: decrease indentation & mention revision per NikerabbitRobin Pepermans2011-09-211-0/+2
* Fix assingment in conditionalsSam Reed2011-09-191-3/+5
* Remove comment from r97469Sam Reed2011-09-191-1/+0
* Fix typo from r97461, was breaking unit testsSam Reed2011-09-191-3/+4
* * (bug 27398) Add $wgExtraGenderNamespaces for configured gendered namespacesNiklas Laxström2011-09-191-3/+13
* DocumentationSam Reed2011-09-181-2/+8
* Revert r91561Sam Reed2011-09-161-4/+3
* * (bug 27398) Add $wgExtraGenderNamespaces for configured gendered namespacesNiklas Laxström2011-09-161-3/+7
* Introduce Language::getMessageKeysFor() and use it in ApiQueryAllmessagesRoan Kattouw2011-09-141-1/+12
* * Some documentationRobin Pepermans2011-09-121-0/+9
* * Change the message 'yourvariant' to a more descriptive one (might be a bit ...Robin Pepermans2011-09-101-3/+13
* Handle bad input gracefully in getFallback(s)ForNiklas Laxström2011-08-301-2/+2
* New hook to replace live hack on translatewiki.net. Allows reordering namespacesNiklas Laxström2011-08-301-1/+3
* In Language::isValidBuiltInCode(), reject the empty string per Nikerabbit's r...Tim Starling2011-08-291-1/+1
* Attempt to fix Bug 30216 - Improve language fallback loop detection.Niklas Laxström2011-08-181-45/+84
* Explicitally define some member variablesSam Reed2011-08-161-1/+1
* Add 2 @since and add documentation for PageContentLanguage hookRobin Pepermans2011-08-111-0/+1
* Follow-up r91770: only translate when possibleRobin Pepermans2011-07-091-1/+1
* Translate the block expiry dateRobin Pepermans2011-07-081-5/+4
* (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionali...Robin Pepermans2011-07-061-2/+6
* (see bug 29712) Removing the defaultUserOptionOverrides in MessagesXx.php bec...Robin Pepermans2011-07-051-8/+2
* * Added truncate() & truncateHTML() testsAaron Schulz2011-06-281-16/+20
* Added formatTimePeriod() tests for r90385 and made some fixesAaron Schulz2011-06-271-15/+37
* Added back some rounding code lost in r90385Aaron Schulz2011-06-191-1/+9
* More doc typos from r90385...coding at 4AM :)Aaron Schulz2011-06-191-2/+2
* Fixed doc typo in r90385Aaron Schulz2011-06-191-1/+1
* * Added (and use) $format param to formatTimePeriod() to make output less ver...Aaron Schulz2011-06-191-16/+29