mediawiki-extensions-Discus.../tests/cases/for-parser-cache
Kosta Harlan c6c7dd2fb0 overflow menu: Add hooks for registering and interacting with items
Why:

- We want to allow extensions to register interactive menu items in the
  overflow menu.

What:

- Create a PHP hook to allow extensions to provide menu items
  for rendering in the overflow menu
  - The hook allows for registering resource loader modules required by
    the menu item
  - The hook passes in some contextual information, like the thread
    item data, context source object, and if the page is editable
- Create a JS hook that fires when a user selects one of the menu items
- Example implementation: Ie9afbedb4f24cbd75eb48bb21dc9f6d8d732d853

Misc:

- Remove b/c code that existed to handle a transitional period where
  JSON encoded overflow menu data did not necessarily exist in the
  parser cache
- Rename code instances of ellipsis button / data / menu to refer to
  "overflow menu"
  - Some renames will have to wait until parser cache is updated; these
    are noted with TODOs

Bug: T342251
Change-Id: I5f2a51791f8ba7619d1399a4b93111e9bb44e172
2023-10-05 15:50:33 +01:00
..
for-parser-cache-formatted-desktop.html Turn comment timestamps into permalinks 2023-10-02 14:53:47 +01:00
for-parser-cache-formatted-mobile.html overflow menu: Add hooks for registering and interacting with items 2023-10-05 15:50:33 +01:00
for-parser-cache-formattedreply.html CommentParser: Output display name if different to username 2023-02-23 23:03:32 +00:00
for-parser-cache.html CommentFormatter: Fix inserting placeholder heading marker 2021-02-24 20:32:48 +01:00