Mark Lavin

Results 57 issues of Mark Lavin

@calebsmith has recent experience with this and it would be handy to merge that work in here.

enhancement

I threw together the `ufw` states and they can be much better. First they should be broken into the underlying modules and the states themselves. Also they could do a...

enhancement

Many strings are marked for translation but there are some which are not. We should mark all strings for translation and generated the .po files.

There might be a use-case for full page scribbles as a `contrib.flatpages` replacement.

There should be a way to delete a scribble which would restore the default scribble text. Needs to be clear to the user that this is what will happen.

Future task but needs some kind of a solution eventually. Users will want to put images into the scribble content and there needs to be some way to do that....

wishlist

Content should be marked for translation and we should generate translations prior to a 1.0 release.

This feature is available on develop for yet unreleased v0.8.

This dependency creates a headache for installing from git (see #22) and probably isn't needed. Using jQuery made it easy to create a working proof of concept quickly but for...

Modern browsers support the `multiple` attribute http://www.w3schools.com/tags/att_input_multiple.asp. It might be worth investigating supporting this. Currently there is no equivalent Django form field for multiple files so that would need to...