Localisation updates German
[lhc/web/wiklou.git] / languages / Language.php
2008-01-02 Niklas Laxström* Made general implementation of convertGrammar general...
2007-12-22 Niklas Laxström* Convert spaces to underscores instead of breaking...
2007-12-22 Niklas Laxström* Array as type hint is available only PHP 5.1 or later
2007-12-20 Rotem LissCalculate the Hebrew calendar from the start of the...
2007-12-15 Rotem LissAdding xjt (to check the number of days in the Hebrew...
2007-12-06 Raimond Spekking* (bug 10166) Fix a PHP warning in Language::getMagic
2007-12-06 Raimond Spekking* (bug 11657) Support for Thai solar calendar
2007-12-06 Niklas Laxström* New configuration variable $wgExtraLanguageNames
2007-11-30 Brion VibberDon't spew notices all over everything... $file variabl...
2007-11-30 Niklas Laxström* (bug 8396) Ignore out-of-date serialised message...
2007-11-30 Niklas Laxström* Removing loop that doesn't do anything, fixes bug...
2007-11-24 Rotem LissProperly treat the end letter when creating a Hebrew...
2007-11-22 Rotem LissFix an error on converting.
2007-11-18 Niklas Laxström* Reworked convertPlural so that it accepts variable...
2007-11-16 Brion VibberInstead of giving weird-ass results when an array is...
2007-11-13 Rotem Liss* Support for Hebrew calendar
2007-11-13 Roan KattouwIt's no problem to use empty(), as long as you return...
2007-11-13 Tim Starlingrevert revert (r27446): I gave the OK for this feature...
2007-11-13 Aaron Schulz*Check if a String and empty. This was '0' works as...
2007-11-12 Domas MituzasI fail to see the need of Iranian invasion to very...
2007-11-12 Domas Mituzasempty() is faster! :)
2007-11-12 Domas Mituzasdo nothing for empty strings... how can you upper-case...
2007-11-12 Domas Mituzas6x optimized lcfirst() \o/ though it would be far bette...
2007-11-12 Domas Mituzas8x faster ucfirst() (function called >100 times even...
2007-11-05 Rotem LissFixing a comment.
2007-11-04 HujiAdds support for Iranian calendar
2007-10-15 Purodha B BlissenbachTypo in comment.
2007-10-12 Rotem LissRemoving comments that are not up to date.
2007-09-26 Brion Vibber* (bug 11462) Fix typo in LanguageGetSpecialPageAliases...
2007-09-16 Domas MituzasApparently some languages (aawiki) end up having null...
2007-09-11 Brion VibberReverting r25772 for now.
2007-09-11 Raimond Spekking* Add function Language::getLanguageNameLocal() for...
2007-09-10 Rotem Liss(bug 5387) Block log items on RecentChanges don't make...
2007-09-06 Tim StarlingaddMagicWordsByLang() -- always include english in...
2007-09-04 Tim StarlingAllow extensions to define magic words by simply includ...
2007-08-29 Rob ChurchUpdate documentation for Language::truncate()
2007-08-15 Tim StarlingBasic integrated audio/video support, with Ogg implemen...
2007-08-08 Brion Vibber* glob() is horribly unreliable and doesn't work on...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-20 Aaron Schulz*Use wfSuppressWarnings() instead of error_reporting()
2007-06-20 Aaron Schulz*More system date bitching
2007-06-15 Brion Vibber* (bug 8577) Fix some weird misapplications of time...
2007-05-13 Antoine Musso* Bug 9123 : safer way when applying $wgLocalTZoffset.
2007-04-19 Ilmari Karonenreapply r21363, hopefully without stupid notices this...
2007-04-19 Brion VibberRevert r21363; triggers PHP notices due to failed looku...
2007-04-19 Ilmari Karonenmake ->getNsIndex() check canonical namespace names...
2007-03-28 Greg Sabino MullaneMuch more elegant solution for functions that are not...
2007-03-28 Brion VibberRevert r20558: appears to be trying to treat symptoms...
2007-03-27 Brion VibberRevert $wgDBtimezone commits: r20688, 20689, 20690...
2007-03-26 Greg Sabino MullaneDo not do timezone adjustment if tz is not set - unlogg...
2007-03-26 Greg Sabino MullaneAllow user timezone adjustments to work when using...
2007-03-19 Greg Sabino MullaneHave timeanddate() change timestamp-looking timestampts...
2007-02-22 Niklas Laxström* (bug 9032) Make quickbarSettings localizable through...
2007-02-16 Aaron Schulz* Add no-html option for block log parsing for future use
2007-02-09 Nick JenkinsPrevent some unnecessary lstat system calls, generated...
2007-01-20 Niklas Laxström* Added getter for fallback
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-12 Nick JenkinsFor the "languages/" directory :
2007-01-09 Leon Weber* Made the PLURAL: parser function return singular...
2007-01-06 Antoine Mussomethod name in wfDebug
2007-01-03 Greg Sabino MullaneOnly do stripforsearch if we are using MySQL, per bug...
2006-12-23 Niklas Laxström* {{PLURAL:}} now handles formatted numbers correctly
2006-12-16 Antoine MussoMakes convertPlural compatible (strict standards)
2006-12-16 Antoine MussoMakes Language::getLanguageNames static (strict standards)
2006-12-11 Robert Stojnić* Enable category names to be written in variants ...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-18 Rotem Liss(bug 7972) Add a comment to clarify the code
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-04 Tim Starlingminor bug fixes
2006-10-04 Tim StarlingRestructured the languages directory, to avoid problems...
2006-09-25 Tim StarlingAdded sprintfDate format characters NwzWtLaAgGhcrU...
2006-09-20 Brion VibberFix regressions in case-mapping with mbstring extension...
2006-09-20 Brion Vibber* Updates to language variant code for Serbian et al
2006-09-15 Brion Vibberreverting SerbianVariants check-in, not ready to go...
2006-09-15 Brion VibberMerge from SerbianVariants branch, trunk 16500 vs Serbi...
2006-09-05 Tim StarlingA little bit of pre-cache canonicalisation for namespac...
2006-08-31 Brion VibberAdd a more detailed error message to aid in debugging...
2006-08-17 Tim StarlingBug 7045, Language::isMultibyte() didn't work with...
2006-08-14 Tim StarlingPass down $disableCache when calling Language::loadLoca...
2006-08-10 Tim StarlingFixed PreferencesForm::validateDate().
2006-08-07 Rotem Liss* Correctly get messages which use the form "mainpage...
2006-08-06 Rotem LissDon't use global wfMsg in a language file - use Langaug...
2006-08-06 Rotem LissUsing a new function, Language::getArrow, to check...
2006-08-06 Rotem LissChanging all the last references from LanguageUtf8...
2006-08-03 Tim Starlingput the /i modifier back in the namespace grammar thing
2006-08-03 Brion Vibber* Fix regression in Korean and Japanese date formatting...
2006-08-02 Tim StarlingSmaller recursion limit for less ugly backtraces.
2006-08-02 Tim StarlingFixed {{grammar:}} tags in namespace names
2006-07-27 Tim StarlingAdded magicWords to mergeable map keys, touched Message...
2006-07-26 Brion Vibber* Fix regression in ordering of namespaces
2006-07-26 Brion Vibber* Fix regression in auto-set NS_PROJECT_TALK namespace
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-19 Brion VibberRevert 15733 and 15719 for the moment; I see some eval...
2006-07-19 Robert StojnićEnable UTF-8 lower/upper case operations in SearchEngine,
2006-07-18 Robert StojnićCommiting patch r15625:15661 from branches/SerbianVariants.
2006-07-14 Tim StarlingGot rid of the MagicWord indexing constants (MAG_xxx...
2006-07-10 Antoine Mussomake methods compatible with parent class 'Language'
2006-07-03 Tim StarlingCall the LanguageGetMagic hook only once (per language...
2006-06-29 Niklas Laxström* Added formatnum magic word
next