Page MenuHomePhabricator

Interface for linking to discussions for block log entries
Open, LowPublicFeature

Description

Block log entries often need to be associated with discussion or notices of the reason or the block. While links to such can be put into the description field, the result is often messy and inconsistent, as linking to a specific revision of a page is only possible by providing a full URL.

I would suggest an addition to the blocking and block log interfaces providing three fields:

  • page name
  • revision ID
  • section (optional)

Filling all three fields would produce a link like:

../index.php?title=User talk:User&oldid=1234567890#Section

When entered, these would appear associated with the block log entry as a link.

As a detailed discussion of a block may not exist at the time of an urgent blocking, it should be possible for the blocking admin to return to the block log and subsequently link to it, without having to take the clumsy step of re-blocking just to add a log entry with a link in it.

Event cases:

  • you're the admin who placed the block + information was given at block time
    • links: "further info", "edit further info" + information wasn't given at block time
    • links: "add further info"
  • you're someone else + information was given at block time
    • link: "further info" + information wasn't given at block time
    • no link

The add/edit links would go to a simple interface allowing the entry of the link information. Changes made to that information should be recorded in a system log somewhere in case of the (very unlikely) event of abuse of the feature.


Version: 1.23.0
Severity: enhancement

Details

Reference
bz45987

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:36 AM
bzimport set Reference to bz45987.
bzimport added a subscriber: Unknown Object (MLST).

@Scott Martin, are you asking for (a) new column(s) in the block log database table or are you just asking for a new input field to add a link to the block discussion in the existing log entry comment?

In addition to the UI described the database would need a new column or columns for storing these URLs or URL components associated with block log entries.

Why not just add a link in the block log entry? "linking to a specific revision of a page is only possible by providing a full UR" this is not true, you can use Special:PermaLink/revnumber or Special:Diff/revnumber.

Those are newer than this bug! :)

But even if you do add a link in the block log entry, that doesn't cover the use cases I outlined above - adding a link later on, or correcting an error in the link.

Those are newer than this bug! :)

But even if you do add a link in the block log entry, that doesn't cover the use cases I outlined above - adding a link later on, or correcting an error in the link.

I believe doing a re-block would create a new log entry with the altered text.

I believe doing a re-block would create a new log entry with the altered text.

From the task description:

it should be possible for the blocking admin to return to the block log and subsequently link to it, without having to take the clumsy step of re-blocking just to add a log entry with a link in it.

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:13 AM