Commit Graph

7 Commits

Author SHA1 Message Date
Dan McGee
9e7e1a5ea6 Make it actually possible to upload a new dev image
We need to both submit the form with the correct encoding and then bind the
form itself to request.FILES and not just request.POST.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-10-06 01:05:29 -05:00
Angel Velasquez
d6d9a08e63 Adding changing of user profile details
The idea of this patch is allow to the developers who have an account, to
change their data without asking some admin to do it for them.

Dan: put private email address field back as it is used for a different
purpose; add some help text and field names as appropriate.

Signed-off-by: Angel Velasquez <angvp@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-10-05 15:11:50 -05:00
Dan McGee
b3059dd3e8 Remove action when submitting to same URL
It looks like the `action="."` business was screwing up some browsers,
notably lynx and links. We don't need it as the default is to submit to the
same page anyway, so kill this gunk and see if it fixes a login CSRF issue.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-11 17:29:46 -05:00
Dan McGee
bad2825fab Updates for CSRF protection in Django 1.2.X
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-05 12:58:31 -05:00
Thayer Williams
1c8e8eb5e6 Updated form semantics for accessibility
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17 14:49:44 -05:00
Dusty Phillips
851e6d55be port profile_form to newforms 2008-09-16 21:12:26 -04:00
eliott
39a548fd26 Initial import for public release...
Special Note
  Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!
2007-11-03 03:45:10 -04:00