#1674 closed enhancement (fixed)
Show ticket titles in make/core posts
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
On make/core, there appears to be a plugin that converts ticket/changeset numbers like #36510
or [36285]
to actual links, see Dev Chat Summary, April 13 for example. (I've checked the raw post content, and there are just ticket numbers, not complete links.)
One thing I'd like to see to avoid extra clicking is the ticket/changeset title in a title attribute (like on Trac). We could parse the content on saving and store ticket titles in post meta, pretty much like pingbacks or embeds.
I could not find the current plugin in the meta repository, is it open sourced?
Attachments (1)
Change History (6)
#2
@
9 years ago
@pento also offered up some WordPress.com code for trac/svn hovercards, perhaps he can see if any of that is useful here
#4
@
8 years ago
- Keywords needs-patch removed
- Resolution set to fixed
- Status changed from new to closed
@obenland added this in [dotorg12310], 6 months ago. :-)
The plugin isn't open-sourced yet, I've attached it here though.
It's nothing special, and does nothing to validate that it's a valid ticket reference. I would like to get ticket titles in there too, not sure the best way to achieve it though.