Revert r36413 -- renaming of search files into 'search' subdirectory
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 21:02:23 +0000 (21:02 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 21:02:23 +0000 (21:02 +0000)
commit3afabc850df031618a898dc3e9ca33e09efeb4d4
tree8eff0c32b08753376a464ae774f658356c292ebd
parent17a9beebd642747072e9e60135d23f6a3cabeedd
Revert r36413 -- renaming of search files into 'search' subdirectory
The loss of specific names would create a visible name conflict; when you've got "MySQL.php" open, what the hell is it? Is it the DatabaseMySQL class? Some other random MySQL-related thing? Update.php is also confusing -- we have an update.php which is a command-line script.
Don't do these confusing names; there's no pressing functional need to move the files at all, but if you must move them at least keep their distinct names so I can find my code.
15 files changed:
includes/AutoLoader.php
includes/SearchEngine.php [new file with mode: 0644]
includes/SearchMySQL.php [new file with mode: 0644]
includes/SearchMySQL4.php [new file with mode: 0644]
includes/SearchOracle.php [new file with mode: 0644]
includes/SearchPostgres.php [new file with mode: 0644]
includes/SearchTsearch2.php [new file with mode: 0644]
includes/SearchUpdate.php [new file with mode: 0644]
includes/search/Engine.php [deleted file]
includes/search/MySQL.php [deleted file]
includes/search/MySQL4.php [deleted file]
includes/search/Oracle.php [deleted file]
includes/search/Postgres.php [deleted file]
includes/search/Tsearch2.php [deleted file]
includes/search/Update.php [deleted file]