Sophox / sophox

A collection of services exposing OSM data, metadata, and other microservices
Apache License 2.0
31 stars 5 forks source link

Most examples are uncategorized in Examples panel #18

Open 1ec5 opened 4 years ago

1ec5 commented 4 years ago

The panel that appears when pressing the Examples button shows most of the examples as being uncategorized, despite them being categorized on the wiki page that it gets the examples from. Specifically, every category’s first example shows up under the category, but each of the category’s subsequent examples show up in the unlabeled category.

1ec5 commented 4 years ago

This issue appears to have been caused by MediaWiki (justifiably) wrapping each section in a <section> tag in Parsoid 1.6.0.

This became a nonissue upstream when Parsoid was replaced by the PHP parser in wikimedia/wikidata-query-gui@45149ba72f50f94805aea995d5aa287828510f88. The specific fix was to make wikibase.queryService.api.QuerySamples._findPrev() recursive.