Fix a couple of typos from last commit (one possibly error-causing for picky browsers...
[lhc/web/wiklou.git] / languages / Language.php
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
2006-06-25 Rotem LissAdding the language code parameter to the hook "Languag...
2006-06-25 Rotem LissForgot to remove some hooks...
2006-06-25 Rotem LissAdding the hooks "AddMagicWordsXX" to allow addition...
2006-06-24 Rotem LissUsing __construct for all the language constructors...
2006-06-20 Rotem LissUsing the escaped UTF-8 characters instead of the hidde...
2006-06-20 Rotem LissDocumenting Language::getDirMark, and replacing the...
2006-06-16 Rob ChurchIntroduce {{NUMBEROFADMINS}} magic word
2006-06-13 Magnus ManskeBug 6031 (feature request for __NOGALLERY__ on category...
2006-06-12 Rob Church(bug 5932) Introduce {{PAGESINNAMESPACE}} magic word
2006-06-09 Brion VibberRevert bad patch for (bug 2069) Merge the LanguageUtf8...
2006-06-09 Niklas Laxström* (bug 2069) Merge the LanguageUtf8 class into the...
2006-06-08 Rob Church(bug 5945) Introduce {{CONTENTLANGUAGE}} magic word
2006-05-31 Rob Church(bug 3926) Introduce {{#language:}} magic word
2006-05-29 Niklas Laxström* Removed some Old code
2006-05-29 Niklas Laxström* Massmurdering tabs
2006-05-28 Rob Church(bug 6099) Introduce {{DIRECTIONMARK}} magic word ...
2006-05-25 Niklas Laxström* Entries in $wgGrammarForms should apply to one langua...
2006-05-25 Niklas Laxström* Modified Language.php to support $wgGrammarForms...
2006-05-24 Rob ChurchAdd {{CURRENTTIMESTAMP}} magic word
2006-05-17 Rob Church(bug 839) Add URLENCODE magic word
2006-05-14 Rob Church(bug 5845) Introduce BASEPAGENAME and BASEPAGENAMEE...
2006-05-13 Rob Church* Introduce NUMBEROFPAGES magic word
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-01 Niklas Laxström* Bidi-aid on list pages
2006-05-01 Niklas Laxström* Use arabic numbers for ISO times
2006-05-01 Rob Church(bug 4876) Add __NEWSECTIONLINK__ magic word to force...
2006-04-30 Rob ChurchAdd "raw suffix" magic word for some magic words, e...
2006-04-30 Antoine MussoFix #5191: $wgLocalTZoffset rounds time zones half...
2006-04-29 Niklas Laxström* (bug 5679) time units are now using local numerals
2006-04-29 Niklas LaxströmFix comments
2006-04-29 Niklas Laxström* Cleaned up formatNum usage in langfiles
2006-04-29 Rob Church(bug 5741) Introduce {{NUMBEROFUSERS}} magic word
2006-04-19 Antoine MussoFix #5472: Language::userAdjust()->minDiff not initiali...
2006-04-18 Anders Wegge JakobsenAdd preference settings for extended watchlists
2006-04-18 Rob ChurchWatchlist cleanup #1
2006-04-17 Rob Church(bug 2910) Default view preferences for watchlists
2006-04-12 Rob ChurchAdd TALKSPACE, SUBJECTSPACE, TALKPAGENAME, SUBJECTPAGEN...
2006-04-11 Magnus ManskeNew DISPLAYTITLE magic template; decativated by default...
next