mediawiki-extensions-Linter/includes
sbailey 702ce215d0 Phase 3 migrate code for namespace column add to Linter table
* Migrates namespace info from the page tables page_namespace field
   to the new linter table field linter_namespace. This duplication
   of the namespace value was requested to greatly reduce the amount
   of database activity required by the linter search and reporting
   code.

 * This patch has been prepared as a dark launch patch enabled with
   config value LinterMigrateNamespaceStage and assumes that the
   Linter table has had the linter_namespace column added to it,
   and recording of the namespace field is already enabled and is
   populating the namespace column.

 * The migrate code now runnable from Linter/maintenance directory,
   using migrateNamespace.php, which will be deployed in a separate
   patch. The maintenance code creates an appropriate environment
   to call migrateNamespace( in Database.php.

Bug: T299612
Change-Id: I73cb80729d6a5a8716fe93164ad1e42e6958d672
2022-11-28 08:07:54 -08:00
..
ApiQueryLintErrors.php Fix usage of ApiBase::PARAM_* deprecated constants 2022-04-04 00:37:17 +00:00
ApiQueryLinterStats.php ApiQueryLinterStats: Change the 'ls' prefix to 'lntrst' to avoid conflict 2022-10-03 12:06:55 -04:00
ApiRecordLint.php Convert to HookHandler 2022-09-07 02:58:04 +01:00
CategoryManager.php Get config from services, not globals 2022-08-03 13:01:42 -04:00
Database.php Phase 3 migrate code for namespace column add to Linter table 2022-11-28 08:07:54 -08:00
Hooks.php Convert to HookHandler 2022-09-07 02:58:04 +01:00
LintError.php Second phase of T175177: Adds template and tag to RecordLintJob 2022-08-22 12:47:01 -07:00
LintErrorsPager.php Provide search by title prefix for any category of lint error 2022-06-16 13:27:14 -07:00
MissingCategoryException.php Update Legoktm's email address 2021-04-11 19:08:44 -07:00
RecordLintJob.php Add namespace column and new index to Linter table - part 2 2022-07-01 06:51:29 -07:00
SpecialLintErrors.php Only call getRequest()/getOutput() once in same function 2022-07-02 15:00:46 -07:00
TotalsLookup.php Stop using wfGetDB 2022-08-02 14:40:30 -04:00