mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
f49d4e5caa
We have two situations where we try to execute filters without a title. However, the code doesn't handle it correctly: some points expect $title to actually be a Title object, and we also pass it around using a hook which explicitly says it always pass a Title. This patch adds two debug points to help understand why we end up with null titles, so that we can fix it upstream. Bug: T144265 Change-Id: I35bfc483a0c69a5cbd38eae8ba299189955fa1ec |
||
---|---|---|
db_patches | ||
i18n | ||
includes | ||
maintenance | ||
modules | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
.stylelintrc.json | ||
AbuseFilter.alias.php | ||
abusefilter.tables.pg.sql | ||
abusefilter.tables.sql | ||
abusefilter.tables.sqlite.sql | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
hooks.txt | ||
package.json |