3
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More robust checking in errors template More... about 15 years ago
Let's not force any kind of registration workflow for now. More... about 15 years ago
Return 404 for profiles that do not exist More... about 15 years ago
Purging the word 'My ' to prefix anything. I hate that convention, don't know why I typed that. More... about 15 years ago
Moving users.models.authenticate to users.auth.authenticate More... about 15 years ago
Very basic user listing, follow / unfollow functionality More... about 15 years ago
Adding some tests to dashboard and users apps More... about 15 years ago
Wrote a decorator called anonymous_only for views where I want to redirect the user if they have an active session. More... about 15 years ago
Add a password label to the login form More... about 15 years ago
Removing a redundant check More... about 15 years ago
Add a models.py file to dashboard app so that the django test runner can find it More... about 15 years ago
Adding empty models.py to l10n app so DjangoTestRunner can find it. More... about 15 years ago
Adding some tests to locale url middleware More... about 15 years ago
Being a bit more defensive More... about 15 years ago
Minor css tweak to reflect recent changes to templates More... about 15 years ago
Pretty major refactoring. Punting on any javascript / ui work and have everything handled in it's own view now. Will sprinkle on UI magic when structure is more determined. Also, user profiles More... about 15 years ago
Add django-profile to requirements and make necessary changes to settings.py to get user profiles working More... about 15 years ago
Create a basic model for user profiles. More... about 15 years ago
Rewrote a block of auth code to be more bookish More... about 15 years ago
Not using the django-registration application anymore. More... about 15 years ago
Get rid of registration templates. Not using django_registration for much right now More... about 15 years ago
Allow users to sign up using an OpenID. More... about 15 years ago
Move javascript into a single file More... about 15 years ago
Whoops. Duplicate import More... about 15 years ago
Basic username / password registration working More... about 15 years ago
Add a personalized message just to test user models More... about 15 years ago
Remove openid login template. More... about 15 years ago
Basic OpenID login working. Wraps functions in django_auth_openid in order to create accounts on registration but not sign in. More... about 15 years ago
Adding jquery More... about 15 years ago
Show one 'dashboard' view to unauthorized users and a personalized one to authorized users More... about 15 years ago