Closed cyberphobia closed 11 years ago
This is great. It would be a better idea to split up the changes into smaller ones, one for each logical change.
While I agree it'd be better as separate patches, I'm happy with all these changes. Thanks heaps!
:thumbsup:
Hey,
I started using bloggart as a blog on AppEngine, and implemented a lot of changes, some of which are probably incompatible with your original design goals. One of the things I changed is that I added csrf protection for the admin portal to my fork, so people can't trick me into submitting rogue blog posts. I figured I could backport the fix, since it's kind of a security bug. See below code changes
Along the way I had to change a couple of other things as well to make it work (like switch to Django 1.2, and remove fix_path, as that bug was apparently fixed).
Feel free to pull, or to ignore :)
Daniel