Statistics
| Branch: | Tag: | Revision:

root / astakos / im / context_processors.py @ 9500a4c8

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
9b25b9a9 02/13/2012 04:49 pm Kostas Papadimitriou

Configurable cloudbar settings in base.html

4ff98a1e 02/06/2012 04:19 pm Sofia Papagiannaki

change IM_MEDIA_URL to IM_STATIC_URL

Refs: #1993

92defad4 02/06/2012 04:11 pm Sofia Papagiannaki

change settings namespace

Refs: #1997

0f19ad65 02/03/2012 12:40 pm Kostas Papadimitriou

Apply styles for selected/current profile page

4b100dbb 02/02/2012 07:36 pm Kostas Papadimitriou

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

13858d75 02/02/2012 07:25 pm Kostas Papadimitriou

Applied grnet theme for user pages

63ecdd20 02/02/2012 12:31 pm Sofia Papagiannaki

Set cookie and delete cookie and other minor changes.

  • move login and setting cookie in one place (prepare_response)
  • delete cookie in logout
  • delete unused imports
  • change requires_anonymous to redirect to logout with next
890b0eaf 01/22/2012 09:12 pm Sofia Papagiannaki

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...

0905ccd2 01/17/2012 02:20 pm Sofia Papagiannaki

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