Matthew Barbour

Results 7 issues of Matthew Barbour

Program is crashing on startup, found this in the event log: Application: Jazz2.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArgumentOutOfRangeException at...

help wanted
3rd-party bug

Shimmie used to be just images, but now it is not. Despite this, media is called an image in all of these places: 1. UI text 2. Class and variable...

Feature

There are several extensions that allow restricting access to certain images, such as the ratings and trash extensions. These both have in-page code that will redirect a user to the...

Feature

The artist extension uses the term artist and author interchangeably. We should settle on one. I vote artist, since I think it's more universal.

Feature

If I set up this route: ``` ..addRoute( name: "items", path: "items", defaultRoute: true, enter: enterRoute, mount: (router) => router.addRoute( name: "item_view", path: "/view/:itemId", defaultRoute: false, enter: enterRoute) ) ```...

I think I can manually construct a response, but I was hoping for a standardized way to handle sending redirects to the client.

I've got a fair number of changes I've built up over the last few years, but a lot of things are dependent on a more featured query builder I created...