Results 41 comments of Jim Safley

Are you still having this problem?

I cannot reproduce this on my local installation. I tried deleting a file and then tried deleting an item with a file and the corresponding File `search_text` rows were deleted...

Looking further at the live database, I notice that the File in question is marked as "public" in `search_texts` but its parent item is marked as "not public". This is...

I can do this, but it'll have to be a hack. Since we use a job to initiate a background process, the only distinction between processes is serialized in `processes`.`args`....

I see how this could be less confusing, but they're two complications that make this impracticable, at least in the way that you describe. First, we cannot assume that linking...

We've merged a change that resolves the underlying issue. Now, using far more clever database queries, the linked resources page differentiates properties with and without alternate labels, so there's no...

The [WMTS implementation standard](https://www.opengeospatial.org/standards/wmts) does not specify a format for the TileMatrix identifier (beyond being an `ows:CodeType`). This plugin seems to assume that the TileMatrix identifier will always be `:`

I've pushed the "jstree-improvements" branch, which is where we can collaborate on this. So far I've added the title and aria-label attributes to the icons, and I've toggled the visibility...

It's the visibility of the `.jstree-themeicon`, `.jstree-displaylink` and `.jstree-editlink-edit` icons specifically that are the problem here. They are being hidden by JS, but they are being made visible by some...

The API will return an `application/ld+json` content type in an upcoming release. In fact, consumers will be able to request other formats, such as RDF XML, N3, Turtle, and N-Triples,...