Recommit r36403 with working version history hopefully: Move Search*.php to search...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Wed, 18 Jun 2008 09:01:41 +0000 (09:01 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Wed, 18 Jun 2008 09:01:41 +0000 (09:01 +0000)
commitf0a89957f89e54a4afdc59d5b6c5176f0d31462c
tree63cca81337f98da05c84f6996d4b9d4ea93c45c2
parentde73a13544159184eef2873edc4834f6c341ee97
Recommit r36403 with working version history hopefully: Move Search*.php to search/*.php
15 files changed:
includes/AutoLoader.php
includes/SearchEngine.php [deleted file]
includes/SearchMySQL.php [deleted file]
includes/SearchMySQL4.php [deleted file]
includes/SearchOracle.php [deleted file]
includes/SearchPostgres.php [deleted file]
includes/SearchTsearch2.php [deleted file]
includes/SearchUpdate.php [deleted file]
includes/search/Engine.php [new file with mode: 0644]
includes/search/MySQL.php [new file with mode: 0644]
includes/search/MySQL4.php [new file with mode: 0644]
includes/search/Oracle.php [new file with mode: 0644]
includes/search/Postgres.php [new file with mode: 0644]
includes/search/Tsearch2.php [new file with mode: 0644]
includes/search/Update.php [new file with mode: 0644]