Adds a new filter to Special:RecentChanges which makes it possible to filter translations away or show them only. More...
Static Public Member Functions | |
static | translationFilter (&$conds, &$tables, &$join_conds, $opts) |
Hooks SpecialRecentChangesQuery. | |
static | translationFilterForm (&$items, $opts) |
Hooks SpecialRecentChangesPanel. |
Adds a new filter to Special:RecentChanges which makes it possible to filter translations away or show them only.
Definition at line 16 of file RcFilter.php.
static TranslateRcFilter::translationFilter | ( | &$ | conds, | |
&$ | tables, | |||
&$ | join_conds, | |||
$ | opts | |||
) | [static] |
Hooks SpecialRecentChangesQuery.
See the hook documentation for documentation of the function parameters.
Appends SQL filter conditions into $conds.
array | $conds | |
array|string | $tables | |
array | $join_conds | |
FormOptions | $opts |
Definition at line 28 of file RcFilter.php.
static TranslateRcFilter::translationFilterForm | ( | &$ | items, | |
$ | opts | |||
) | [static] |
Hooks SpecialRecentChangesPanel.
See the hook documentation for documentation of the function parameters.
Adds a HTMl selector into $items
$items | ||
FormOptions | $opts |
Definition at line 67 of file RcFilter.php.