Ben Werdmuller

Results 18 issues of Ben Werdmuller

All content types must be able to be stored as: * A draft * A scheduled post A user's draft and scheduled content must be accessible via a special interface,...

jQuery isn't necessary, and can present a security risk if it's not kept up to date. * Remove jQuery * Create simple library of internal DOM tools

Known sometimes does not perform well in iOS Safari in particular. The revamped interface needs to reliably allow users to publish content from mobile devices.

## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9816713-custom-content-types-must-also-filter-on-the-user-s-feed?utm_campaign=plugin&utm_content=tracker%2F300028&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F300028&utm_medium=issues&utm_source=github).

This isn't urgent, but known.co is a better domain for the project, and the site there is woefully out of date.

**Is your feature request related to a problem? Please describe.** It's really hard to actually _buy_ a book you discover on BookWyrm. You can click through to the Internet Archive,...

enhancement

## Here's what I fixed or added: This PR introduces several new classes to simplify the `Idno\Core` and `Idno\Common` namespaces: * `Idno\Core\ServiceContainer.php`: A dependency injection container. * `Idno\Core\HttpMethodHandler.php`: Centralizes HTTP...

## Here's what I fixed or added: * **`Idno\Common\Page::getInput`**: Refactored input retrieval logic to clarify precedence (request > JSON payload > default) and ensure filters are applied correctly, fixing a...