aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Collation.php
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-1/+1
* Merge "Include ICU version in cache key for collation first letters"jenkins-bot2014-07-231-1/+6
|\
| * Include ICU version in cache key for collation first lettersBrian Wolff2014-07-221-1/+6
* | Collation: Workaround for incorrect collation of EstonianBartosz Dziewoński2014-07-201-1/+42
|/
* Collation: Remove deprecated findLowerBound()Bartosz Dziewoński2014-05-191-22/+0
* Make phpcs-strict pass on includes/ (6/~10)Siebrand Mazeland2014-05-121-6/+19
* Collation: Update comments about verified colationsBartosz Dziewoński2014-05-091-5/+5
* Follow-Ups to "Fixed some @params documentation"umherirrender2014-04-231-2/+2
* Consistently use '@deprecated since <version>'Bartosz Dziewoński2014-04-151-1/+1
* Fixed some @params documentationumherirrender2014-04-141-1/+1
* Add missing line breaks to wfDebug() callsAlexandre Emsenhuber2014-03-291-1/+1
* Fix various docs and version numbers from 84a2f570Liangent2014-01-251-2/+2
* Create and move some functions for class ArrayUtilsLiangent2014-01-231-30/+5
* IcuCollation: Add CollationCkb subclass for Sorani KurdishBartosz Dziewoński2013-12-121-1/+17
* IcuCollation: Sort digits under localised digits' headingsBartosz Dziewoński2013-12-121-2/+13
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-3/+1
* Merge "Allow uca-sv@collation=standard to be a collation name."jenkins-bot2013-06-271-1/+2
|\
| * Allow uca-sv@collation=standard to be a collation name.Brian Wolff2013-06-271-1/+2
* | Add fa to collation list.Brian Wolff2013-05-161-0/+1
|/
* Removed space after issetumherirrender2013-04-261-4/+4
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-2/+2
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* Remove first letters that have an overlapping prefix.Brian Wolff2013-04-081-2/+66
* fix some spacingumherirrender2013-03-251-2/+2
* Merge "IcuCollation::$tailoringFirstLetters: letter removal rules for Finnish"Brian Wolff2013-03-231-0/+1
|\
| * IcuCollation::$tailoringFirstLetters: letter removal rules for FinnishMatmaRex2013-03-211-0/+1
* | IcuCollation::$tailoringFirstLetters: 'sv', 'vi' verifiedMatmaRex2013-03-181-3/+3
|/
* Allow first letter data to be invalidatedTim Starling2013-03-131-2/+7
* IcuCollation::$tailoringFirstLetters: implement letter removalMatmaRex2013-03-111-1/+10
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-4/+4
* IcuCollation::$tailoringFirstLetters: 'en', 'it', 'hu', 'pt', 'uk' verifiedMatmaRex2013-03-111-5/+5
* lowercase second character in digraph letters in IcuCollation tailoringsMatmaRex2013-03-111-15/+15
* fix some spacingumherirrender2013-03-071-1/+0
* adjusted comments for IcuCollation::$tailoringFirstLettersMatmaRex2013-03-051-6/+15
* language-specific collations: be-tarask added; be, be-tarask, ru verifiedPavel Selitskas2013-02-271-2/+3
* Revert "(bug 29788) Swedish Collation (uppercase-sv). Swaps Ä and Æ"MatmaRex2013-02-261-18/+0
* (bug 43799) create language-specific collations for category sortingMatmaRex2013-02-261-5/+95
* (bug 43801) add a getter for ICU version to ICUCollationMatmaRex2013-02-081-0/+35
* Merge "(bug 43801) add a getter for ICU version to ICUCollation"jenkins-bot2013-02-061-0/+16
|\
| * (bug 43801) add a getter for ICU version to ICUCollationMatmaRex2013-01-301-0/+16
* | (bug 29788) Swedish Collation (uppercase-sv). Swaps Ä and ÆBrian Wolff2013-02-051-0/+18
* | style: normalize end of filesAntoine Musso2013-02-031-1/+0
|/
* Fix various boundary cases in IcuCollation::findLowerBound()Tim Starling2012-10-171-6/+13
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-11/+11
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-211-0/+20
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* (bug 30722) Add an identity collation that sorts things based on what the uni...Brian Wolff2011-09-111-0/+26
* (Follow-up r90759 per CR) Use a hook to register new Collations instead of ju...Brian Wolff2011-07-051-10/+9
* Let $wgCategoryCollation take a class name as a value so that extensionsBrian Wolff2011-06-251-1/+12
* Remove @static from all over the place. That's what the static keyword is for...Chad Horohoe2011-04-211-2/+0