Restructured the languages directory, to avoid problems when people untar MW 1.8...
[lhc/web/wiklou.git] / languages / Language.php
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...
2006-04-02 Rob Church(bug 5167) Add SUBPAGENAMEE
2006-03-25 Rob Church(bug 4630) Add user preference to prompt users when...
2006-03-18 Rob Church(bug 4729) Add user preference that marks a user's...
2006-03-18 Rob Church(bug 4611) Add user preference (default on) to add...
2006-03-05 Lupinwhitespace
2006-03-04 Rob Church(bug 5167) Add {{SUBPAGENAME}} variable
2006-03-01 Tim StarlingFixed inappropriate access of $wgTitle from LanguageCon...
2006-02-23 Niklas Laxström* Make Live Preview an user preference, still controlla...
2006-02-01 Tim StarlingVarious improvements to interwiki transclusion. Introdu...
2006-01-22 Domas MituzasSame for core messages and language...
2006-01-20 Rob ChurchDefault main page content improved per bug 4690
2006-01-17 Brion Vibber* Add ".deps.php" include-file preloaders for some...
2006-01-16 Rob ChurchFix stupid and irritating missing space I keep seeing...
2006-01-16 Rob ChurchFix yet another stupid mistake
2006-01-16 Rob ChurchUrk! ; => ,
2006-01-16 Rob Church* Add cache-safe alternate sitenotice for anonymous...
2006-01-16 Rob ChurchRevert per discussion w/ Brion
2006-01-16 Rob ChurchBug 2757: 'Page move completed' screen should contain...
2006-01-11 Rob Church* Improve the "uploads disabled" warning
2006-01-11 Brion VibberRevert namespacebanner feature:
2006-01-10 Niklas LaxströmBug 4555: [patch] Fix for Language.php bug introduced...
2006-01-10 Niklas LaxströmAlso remove the global from old place
2006-01-10 Magnus ManskeMissing global fix
2006-01-10 Niklas LaxströmMoved wgAmericanDate check to date() from dateFormat...
2006-01-09 Brion VibberReverting SpecialFilelist for the moment; odd half...
2006-01-09 Magnus ManskeMajor update! Adding SpecialFilelist.php to replace...
2006-01-09 Magnus ManskeBIG ONE - Possible DB server killer! (deactivated by...
2006-01-08 Magnus ManskeFix for bug 4469: Implement MediaWiki:<namespace>:Siten...
2006-01-08 Rob ChurchRemove bizarre typo, because Nixlas Laxstr�m complained.
2006-01-07 Rob Church* Change order of things in pre-save transform, so...
2006-01-07 Magnus ManskeFix for bug 2522
next