#jkingweb1. I wanted to emphasize the fact that v2 parsing is generic and the same for any vocabulary
#jkingweb2. I wanted to make sure that each microformat in a file is distinct in some way, and depending on what's being tested sometimes the only way to make them different is the type
#[tantek]gRegor, yes we have some best practice recommendations for made-up h-* root names, but not specifically in the context of the test suite
#sknebelI dont think its really relevant for the tests, total fantasy names are fine there
#[tantek]sure, it's ok if names are very obviously total fantasy names, however if things "look" like a "real" vocabulary then it would be easy for people to mistake them for real
#jkingwebFirst-level microformats in the tests would not be confused for real vocabularies, for the most part. I've been less diligent with second-level ones, for brevity. They're usually h-a or h-child when they're not h-not-part-of-test.
#[tantek]indeed, something like h-a sounds generic enough. h-child looks official, especially since there is a children collection in the parsed mf2json output
#[tantek]ok so I decided I really dislike the MediaWiki feature of "replace the linktext with the h1 title of the destination page" feature of this MediaWiki setup. How do we turn that off, i.e. leave the linktext alone in wikilinks, like the IndieWeb wiki? aaronpk
#[tantek]it's trying to be too clever and frankly has screwed up too many intra-wiki links with bad linktext
#[tantek]like just show the linktext that the user typed into the link, don't go "auto-correct" it by extracting something from the destination
#[tantek]I'm also pretty sure it is interfering with updating the "main" template to allow a conditional and a second optional parameter
#tantekedited /Template:main/doc () "(-794) blank until we've got the weird MediaWiki linktext replacement feature turned off" (view diff)
#tantekedited /Template:main (-219) "going to stick with a forced second parameter (not optional) until we can turn off the darn MediaWiki "feature" which is unhelpfully replacing wikilink linktext with a page level h1 extracted from the destination (fully ignoring fragments for example)" (view diff)
#[tantek]MediaWiki is *unhelpfully* taking that [[testimonial]] wikilink, following any redirects to /wiki/testimonials and then extracting "Testimonals" from the h1 on that page
#[tantek]is there some option like "smart wikilinktext" or something we can turn off?
#aaronpkI had no idea that was a feature or option
#[tantek]but you see the problem right? and we don't have that nonsense "smart" behavior on http://IndieWeb.org so SOMETHING must be different about the setups
#[tantek]yes that looks suspicious. let's disable it
#[tantek]it doesn't even do the right thing for section links so it's a fundamentally buggy extension
#aaronpki'm pretty sure it has always been enabled on the wiki
#aaronpkinteresting, on the indieweb wiki there is a "displaytitle" parser function, but not that extension
#aaronpkok I just disabled the extension, I don't know if the result of the extension is cached or something or if you have to save a page to see the diff
#gRegorI've gone in to some pages and removed the {{DISPLAYTITLE}} template to fix that previously
#[tantek]well that was opt-in at least per page. now it's not
#gRegorThe Edit page used to show a warning about it being an outdated template tag or something. I forget exactly. Should be some mention of it from me in the chat logs.