fix tab activation
restructure templates
Refs: #1993
Merge branch 'grnetstyles'
Feedback submit button label fix
Improved invitations sent styles
- display YES/NO labels/styles in `consumed` column
Display page global messages
Removed debug statement
Apply styles for selected/current profile page
Updated password reset html and styles
Several styles fixes/additions
- minor css fixes- invitations 2 cols layout- locally served html5shim- new form error styles
change email templates
Template changes
- created one column full width base template- applied new styles to logged_out and sign up complete templates
Merge branch 'master' into grnetstyles
Conflicts: astakos/im/context_processors.py astakos/im/templates/account_base.html astakos/im/templates/invitations.html astakos/im/templates/registration/password_change_form.html astakos/im/views.py
Applied grnet theme for user pages
fix thank you page
Change user object in invitations template.
Fix interface details.
fix logout view
Several minor changes
Change twitter & shibboleth views to accept an email request parameter to associate with the user
minor changes/fixes
fix action in profile.html template
Refs: #1918
change index view: if there is logged in user render profile page
- use email to login & authenticate users- fix user profile editing bug- fix user activation issue- consume invitation upon invited user creation- fix invited user invitations- add token info in test user fixture- minor bug fixes
Refs: #1917Refs: #1911...
Several minor changes:
- create im/migrations (for south use)- fixture for django_site- fix ExtendedUserCreationForm: use AstakosUser instead of django.contrib.auth.models.User- do not redirect to profile page after login if request.user is superuser
add docs-incorporate CsrfViewMiddleware-change tamplates to render forms-change email template location-api.activate() returns only information about token In prepare_response, instead of setting the cookie, log the user in- use django.contrib.auth.views for reseting and changing user password...
restructure app- extend django user model- pass template_name and extra_context in views- incorporate context processors- use different backends for invitations and simple workflow
Refs: #1823
fix registration form rendering
Initial commit. Move from pithos repository.