Dave Cranwell

Results 10 issues of Dave Cranwell

As a front-end dev I often use static site generators for their templating abilities, during html development. The output is still standalone static HTML pages, but by using something like...

I've got a pretty shonky USB device for telephone caller ID detection and it comes with Windows support software with a UI to read data from the device. If I...

At present the process of reusing the admin UI is just a case of copying and pasting the HTML from an example page. With the exception of the header, nothing...

Documentation
type:Cleanup/Optimisation
component:Frontend

My gruntfile contains: ``` staging: grunt.file.readJSON('staging.json'), sftp:{ staging: { files: { "./": ["data.json", "*.html", "css/*", "js/*", "images/*"] }, options: { path: '', host: '', username: '', privateKey: grunt.file.read("id_rsa"), showProgress: true,...

This repeats the call in #1717, except I don't see a reason this should be limited to ImageChooserBlocks. I'm also not calling for changes to the panel UI, which would...

type:Enhancement
status:Needs UI Design
component:Panels
component:Choosers

I'm finding the new website a bit of an assault on the eyes. I'm a glasses wearer, and I typically have my browser open around 2100x1100, but I doubt I'm...

enhancement

A styleguide has come in useful on many projects and I think this project could do with one too. As with the docs folder etc, it can always be ignored....

We seem to have to write a menu for every site. It would be worth having some reusable code in this repo that can easily be plugged in. Something suitable...

Several recent wagtail projects have added a custom context processor to provide global variables to the template stack, which have proved enormously helpful. It would be worth adding a very...

It would be nice if a unified link widget could be created so that when creating content that links elsewhere, three fields weren't required to allow the user to choose...

type:Enhancement
status:Needs Design Decision
component:Choosers