James Murty

Results 37 issues of James Murty

Make it possible to link events to a location. Base this on the SFMOMA Location model. It should have a boolean for whether the location is a home venue (ie...

Look into reducing the tight coupling between models in GLAMkit, especially between more fundamental models (like `EventBase`) and plugins which should not necessarily be required. At least, it should be...

in progress

I have just hit an issue that bites me occasionally where I need to explicitly set the `db_table` attribute of M2M fields in ICEkit to reasonable-length strings. Without this attribute,...

Per 4e64298a we are using the third-party library `adminsortable2` in a very limited way in GLAMkit, per the comment below it's not working reliably even for this limited use. We...

This is a conceptual rather than a technical issue, but I am strongly of the view that the various listing pages (e.g. Author Listing) should show draft items (Authors) when...

In GLAMkit you can manage Layouts in the CMS admin, which means you associate template files in the codebase with a Title and a set of content types (mostly page...

The Authors app at `ice kit.page_types.author` seems to allow you to add and manage authors in the admin, but if you try and do so on a new site you...

I have seen a situation (with AGSA/Tarnanthi) where some text entered on a page as a Text content item (HTML behind the scenes) becomes unsearchable because separate paragraphs of text...

The `NavigationItemPlugin` and `AccountsNavigationItemPlugin` content plugins currently cache their output. This is a problem because the rendered output will not be updated for some situations, for example if you change...

There are two ways to bring up GLAMkit development environments: use Docker via _docker-compose_ etc, or simulate a Docker-like environment with less overhead using the `./go.sh` script. Currently these two...