index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
languages
/
LanguageUtf8.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Language file cleanup backported
Niklas Laxström
2005-08-18
1
-7
/
+7
*
fix some issues with phpdoc
Antoine Musso
2005-07-05
1
-1
/
+4
*
* @package MediaWiki
Ævar Arnfjörð Bjarmason
2005-04-05
1
-0
/
+4
*
* (bug 1042) Fix UTF-8 case conversion for PHP 4.1.x and 4.2.x with mbstring ...
Brion Vibber
2005-03-26
1
-1
/
+1
*
Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:
Brion Vibber
2004-12-19
1
-0
/
+3
*
Removed CVS keywords from files, to make merging between branches
Evan Prodromou
2004-11-29
1
-1
/
+1
*
Inner loop optimization: when rendering a wiki page, Language::ucfirst() gets...
Brion Vibber
2004-11-23
1
-8
/
+17
*
Fixed bug due to non-global scope when included from Setup.php
Tim Starling
2004-10-23
1
-0
/
+6
*
Add some profiling points
Brion Vibber
2004-08-22
1
-2
/
+6
*
Don't bother loading $wikiLowerChars and $wikiUpperChars if the mb_*
Brion Vibber
2004-08-21
1
-18
/
+21
*
Enter 10x more efficient stripForSearch code.
Domas Mituzas
2004-08-16
1
-5
/
+17
*
Comments:Fix stale comments, this file isn't just a wrapper, also add a note ...
Domas Mituzas
2004-08-16
1
-2
/
+6
*
Commit in resource efficient lcfirst and ucfirst
Domas Mituzas
2004-08-16
1
-10
/
+22
*
Add Language::truncate() method for truncating strings to a certain byte
Brion Vibber
2004-08-01
1
-0
/
+38
*
Tweak the UTF-8 case conversion regexps to avoid a problem when the first
Brion Vibber
2004-08-01
1
-2
/
+2
*
uppercase input/output encoding
Gabriel Wicke
2004-06-24
1
-2
/
+2
*
fix regex, missing trailing / added
Jens Frank
2004-06-06
1
-1
/
+1
*
new function firstChar: Return first character (not byte) of a string
Jens Frank
2004-06-05
1
-0
/
+7
*
removing unneeded global variables declarations in ucfirst() & lcfirst()
Antoine Musso
2004-06-04
1
-2
/
+2
*
Allow installing and running the wiki on a server where ini_set has been
Brion Vibber
2004-05-09
1
-1
/
+4
*
include_once -> require_once
Tim Starling
2004-05-07
1
-1
/
+1
*
Fix for compatibility with short_open_tag = Off
Brion Vibber
2004-02-18
1
-1
/
+1
*
Fix memcached breakage
Brion Vibber
2004-01-25
1
-1
/
+1
*
Using UTF-8 compatible ucfirst/lcfirst
Tim Starling
2004-01-25
1
-0
/
+8
*
Security fix: include path
Brion Vibber
2003-11-17
1
-1
/
+1
*
Break UTF-8 support class from the case conversion tables; grab tables from m...
Brion Vibber
2003-08-30
1
-0
/
+60