Factored MySQL-specific munging out of Language::stripForSearch() to DatabaseMysql...
authorMax Semenik <maxsem@users.mediawiki.org>
Mon, 18 Jan 2010 20:54:43 +0000 (20:54 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Mon, 18 Jan 2010 20:54:43 +0000 (20:54 +0000)
commitf6dee6c1e75df2c06b2b280687591f19fd8dfa71
tree29dabbe59c7b8635d26a2bd9fb1a57158e818122
parent518ba96f530430f4e2b817625dd1215462ab8ff1
Factored MySQL-specific munging out of Language::stripForSearch() to DatabaseMysql. This will also allow other backends to provide seamlessly their own munging algorithms in the future.
includes/db/Database.php
includes/db/DatabaseMysql.php
languages/Language.php