mediawiki-extensions-Discus.../tests
Bartosz Dziewoński d0e4aeaecb Fix notifications when new comment is under subheading
The user interface only allows you to subscribe to level 2 headings.
But we would generate events for whatever heading was the closest,
If it was e.g. level 3, no one would receive that notification.

Now we generate events for the closest level 2 heading, or we don't
generate the event at all if there isn't one (if the only headings are
of level 3 and below, or level 1, or if the comment is added before
the first heading on the page).

Bug: T286736
Change-Id: Iae99853070e353ab81c9cc29ef1d53c877adfc66
2021-07-24 05:28:10 +02:00
..
cases Fix notifications when new comment is under subheading 2021-07-24 05:28:10 +02:00
data Move Hooks to HookUtils 2021-02-01 22:35:11 +00:00
phpunit Fix notifications when new comment is under subheading 2021-07-24 05:28:10 +02:00
qunit Silence JQMIGRATE warnings when running tests 2021-06-21 21:17:36 +02:00