summaryrefslogtreecommitdiff
path: root/library/WT/Soundex.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-814/+0
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-11/+11
2015-01-18Comments after braces confuse scrutinizer's code-style analysis.Greg Roach1-2/+4
2014-11-18Missing parameter in preg_split()Greg Roach1-2/+2
2014-11-04Fix #236 - spaces break soundex algorithmGreg Roach1-5/+3
2014-10-23Soundex: PSR-1, PHPDocGreg Roach1-566/+593
2014-10-22Remove old/commented codeGreg Roach1-1/+0
2014-10-21PHPDocGreg Roach1-0/+9
2014-10-20PHPDocGreg Roach1-5/+30
2014-08-29Move global I18N functions to I18N classGreg Roach1-1/+1
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-5/+0
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-12-16Refactoring for PSR-0Greg Roach1-1/+1
2013-12-01#969337 - Soundex search - Code not in Soundex tableGreg Roach1-24/+40
2013-11-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-2/+2
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2012-03-30Update the inline attribute for the soundex codefisharebest1-2/+2
2012-03-29Fix two soundex bugsfisharebest1-3/+5
2012-03-19Punctuation typofisharebest1-1/+1
2012-03-18#898148 - Branches Soundex search outputfisharebest1-0/+10
2012-03-18Refactor soundex functions into a separate class. (new file not added in 13605)fisharebest1-0/+733