Patrick Murray-John

Results 17 issues of Patrick Murray-John

In line 294 of EasyRdf_Graph, `$client->resetParameters(true);` clears out all the headers that are set on the default client, which means that I can't set a Prefer header on the client...

feature

Running through a long process for documentation (includes the actual application, and Zend and Doctrine, which is another issue #989), I got this error ``` [ApiGen\Exception\Templating\FailedRenderFileException] Rendering of "/var/www/html/omekas4docs/vendor/apigen/apigen/packages/ModularConfiguration/src/Option/../../../../packages/ThemeDefault/src/clas s.latte"...

I think this catches exceptions from addFileNamespace as intended

When indexing records, the message that it might take a while combined with the tip that you can keep working makes people expect to see a message when the indexing...

Admin Theme

Following up on work for #824 , I discovered that when the plugin is not active, its `uninstall_message` hook doesn't fire, since as an inactive plugin its hooks don't get...

If something goes wrong enough in a `beforeSave` callback that it should stop saving, there's not a good way to prevent later callbacks/hooks from changing data on the record object,...

From [this question on the forums](https://forum.omeka.org/t/sorting-tags-by-collection-for-display-browsing/1015/5), it looks like a reasonable use case to make the `items/tag` page be able to filter by collection. Seems like it'd be just a...

Per forum convo: http://omeka.org/forums/topic/api-urls#post-117232 It might make sense to put `api/items?tags=whatevertag` in as an extended resource on the JSON tag data from the API, just to save a possible round...

REST API

When looking at blocks on a page, they get a heading like "Block 1", "Block 2", etc. But, someone else editing the page and reordering makes those unstable. It's possible...