Ian Ward

Results 431 comments of Ian Ward

Thanks for the report. It probably affects upstream too, but it's been a while since I've merged so I might as well leave this open.

have you seen http://github.com/alexvasi/django-filebrowser-no-grappelli-and-uploadify/ ? Does it do what you need? I would like to merge this if it allows switching off the flash upload with a config option

Great. I'll keep an eye on it.

I'm hesitant to add anything from grappelli to -no-grappelli. If it works without the js then we should just remove the link.

The file is in a grappelli branch but not in trunk, and it looks like code that should be part of the normal django admin, no?

ok, I'll take a patch that adds that one file

yes, that's what I was looking for. A fix linking to collapse.js would be even better.

Yes, that makes sense for files on disk. I wanted to add some canonical examples of "jsonl2json" that would look something like this. Just wondering why you choose to have...

How about this: ``` bash sed -e'1s/^/[/' -e's/$/,/' -e'$s/,$/]/' ``` ``` json [{"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]}, {"name": "Alexa", "wins": [["two pair", "4♠"], ["two pair", "9♠"]]}, {"name":...