mediawiki-extensions-Linter/includes
Kunal Mehta ec6f4722aa Store linter_cat names in a separate table
linter_cat is now an int ID that points to a row in the new
lint_categories table.

The mapping between category names and ids is all handled in PHP, and
cached in APC.

Note that you will need to drop the `linter` table manually and re-run
update.php for this to take effect.

Change-Id: I369d9b4d8d08289b4a20d1cd29a2e327bad28ef8
2016-11-03 14:51:10 -07:00
..
ApiQueryLintErrors.php Store linter_cat names in a separate table 2016-11-03 14:51:10 -07:00
ApiRecordLint.php Initial commit 2016-10-17 16:02:53 -07:00
CategoryManager.php Store linter_cat names in a separate table 2016-11-03 14:51:10 -07:00
Database.php Store linter_cat names in a separate table 2016-11-03 14:51:10 -07:00
Hooks.php Store linter_cat names in a separate table 2016-11-03 14:51:10 -07:00
LintError.php Initial commit 2016-10-17 16:02:53 -07:00
LintErrorsPager.php Store linter_cat names in a separate table 2016-11-03 14:51:10 -07:00
SpecialLintErrors.php Store linter_cat names in a separate table 2016-11-03 14:51:10 -07:00