Commit graph

14 commits

Author SHA1 Message Date
Raimond Spekking
ac96ce4ec6 * (bug 7859) Update Kazakh translations
Patch by AlefZet
2007-05-08 20:57:41 +00:00
Raimond Spekking
57c8cb3e38 BOM :-( 2007-05-01 15:02:44 +00:00
Raimond Spekking
1d84493cd1 * (bug 7859) Update Kazakh translations
Patch by AlefZet
2007-05-01 09:45:11 +00:00
Raimond Spekking
9fd667fcdc * (bug 7859) Update Kazakh translations
Patch by AlefZet
2007-04-29 20:57:38 +00:00
Raimond Spekking
0779534b06 * (bug 7859) Update Kazakh translations
Patch by AlefZet
2007-04-28 05:05:24 +00:00
Raimond Spekking
a9d2de0964 * (bug 7859) Update Kazakh translations
Patch by AlefZet
2007-04-26 04:54:50 +00:00
Leon Weber
eec08456e7 * (bug 7859) yet another kazakh localisation patch. 2007-01-21 09:55:14 +00:00
Antoine Musso
c771fc9c96 Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
Robert Stojnić
5b2a644f2e More lang variant stuff:
* More parser tests, also added 'variant' option for testing
* Add global $wgDefaultLanguageVariant, can be used to set a default
  fallback variant
* Restructured some of the parser code in LanguageConverter, fix flag
  processing and add some comments to despookify the old zh code :)
* Cleanup of some old hacks in LanguageSr and Kk (do not use the global 
  title object, but the one passed to the parser)
2007-01-01 17:20:19 +00:00
Rotem Liss
b704b9ea22 (bug 7859) Updates for Kazakh i18n 2006-11-24 15:06:50 +00:00
Tim Starling
e5b2e9f447 Applying patch (slightly modified) from bug 8003 by AlefZet. The patch is clearly necessary, but I'm not sure if it is sufficient. Also fixed indenting. 2006-11-22 09:06:24 +00:00
Tim Starling
2f12a58d93 * Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
* Removed some backtracking regexes with an O(N^2) worst case, replaced with StringUtils::delimiterReplace(). There is a beneficial functional difference: /*/ is no longer considered to be a complete CSS comment.
* Changed the parser strip state from an array to an object. This should hopefully avoid the PHP bugs with array references. StripState uses the new ReplacementArray to do the replacements, thereby supporting FSS. 
* Removed DatabaseFunctions.php from the default startup sequence. Moved wfGetDB() to GlobalFunctions.php.
* Introduced the SiteStats class, with a collection of cached site stats accessor functions.
* Removed all global functions from Parser.php, they don't belong there.
* Made LanguageConverter use the new ReplacementArray class instead of managing its own FSS objects.
2006-11-21 09:53:45 +00:00
Rotem Liss
822b26dd80 (bug 7859) Updates for Kazakh i18n 2006-11-10 13:30:45 +00:00
Rotem Liss
95064a38ca (bug 6706) Kazakh language variants (cyrillic-latin-arabic script conversion, language and messages files) 2006-11-06 17:46:58 +00:00