Changes to doc-comments. /* to /** in language folder.
[lhc/web/wiklou.git] / languages / Language.php
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
2010-07-26 Aryeh GregorReconcept cl_raw_sortkey as cl_sortkey_prefix
2010-07-25 Sam ReedMore self:: to $this->
2010-07-23 Aryeh GregorAdd non-identity collation, with migration script
2010-07-23 Aryeh GregorInitial commit for category collation framework
2010-07-08 Niklas LaxströmAdded $wgAllUnicodeFixes to replace live-hack at twn
2010-07-04 Max SemenikRevert r64063, will use a different approach for select...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-27 Niklas LaxströmGet rid of wfMsg() in Language
2010-04-29 Alexandre Emsenhuber* (bug 23284) Times are now rounded correctly
2010-04-10 Tim StarlingProposed cleanup of recent LanguageConverter-related...
2010-04-08 Jack Phoenixcoding style tweaks (spacing, braces, etc.) to Language.php
2010-03-27 Alexandre Emsenhuber* (bug 22876) Avoid possible PHP Notice if $wgDefaultUs...
2010-03-23 Mark A. Hershberger* Implement normalization of fullwidth latin characters...
2010-03-23 Max SemenikTweaked LanguageConverter to use spaces in formatTimePe...
2010-03-15 Mark A. Hershbergeroff-by-one error: the fullwidth z was not being converted.
2010-03-10 Mark A. HershbergerFollow-up r61856
2010-03-07 Aaron SchulzDoc typo
2010-03-07 Aaron Schulz* truncate() comment fix
2010-02-26 Aaron Schulzr62907: removed static calls, renamed helper functions
2010-02-24 Aaron Schulz* Moved truncateHtml() to language.php
2010-02-22 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-11 Raimond SpekkingSimplify a bit per Platonides CR mediawiki.org/wiki...
2010-02-02 Philip TzouFollow up r60742, r60743, r60764, r60766, r61214, r6139...
2010-01-29 Raimond Spekking* (bug 22181) Do not truncate if the ellipsis actually...
2010-01-22 Max SemenikFixed r61214: moved MySQL munging to SearchEngine,...
2010-01-18 Max SemenikFactored MySQL-specific munging out of Language::stripF...
2010-01-15 Mark A. Hershbergerfollow up r60832 and follow up r60763
2010-01-11 Mark A. Hershbergertrailing whitespace fixup before I fix(??) a bug.
2010-01-08 Mark A. Hershbergerfollow up r60763
2010-01-07 Philip Tzoufollow-up r60743.
next