mediawiki-extensions-AbuseF.../includes
Daimona Eaytoy f49d4e5caa Emit debug logs when filtering without title
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
2018-12-13 20:34:21 +00:00
..
api SECURITY: Remove private information from the API results 2018-12-03 23:11:32 +00:00
pagers Revert "Revert "Add typehinting for every object-only parameter"" 2018-11-15 10:09:16 +01:00
parser Merge "Fix regex group counting for get_matches" 2018-12-04 13:58:06 +00:00
special Revert "Revert "Add typehinting for every object-only parameter"" 2018-11-15 10:09:16 +01:00
Views Merge "Revert "Revert "Add typehinting for every object-only parameter""" 2018-11-18 16:27:27 +00:00
AbuseFilter.php Expose text from all slots to AbuseFilter 2018-12-05 09:24:08 -08:00
AbuseFilterChangesList.php Remove info leak 2018-10-23 10:53:39 +00:00
AbuseFilterHooks.php Emit debug logs when filtering without title 2018-12-13 20:34:21 +00:00
AbuseFilterModifyLogFormatter.php Actually mark abusefilter creations as such in the AbuseFilter log 2018-01-12 17:03:13 +00:00
AbuseFilterPreAuthenticationProvider.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00
AbuseFilterSuppressLogFormatter.php Migrate AbuseFilter suppress log 2018-08-21 16:05:54 +00:00
AbuseFilterVariableHolder.php Unbreak /examine for old log entries 2018-09-13 18:42:47 +02:00
AbuseLogHitFormatter.php Minor escaping fixes 2018-07-05 18:51:30 +00:00
AFComputedVariable.php Expose text from all slots to AbuseFilter 2018-12-05 09:24:08 -08:00
TableDiffFormatterFullContext.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00