Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templatetags @ 9cd9bfe7

# Date Author Comment
8998f09a 05/21/2013 06:28 pm Sofia Papagiannaki

astakos: unified settings handling

Import astakos settings module instead of importing specific settings

734107ef 05/20/2013 03:09 pm Kostas Papadimitriou

branding: Use branding util to render email templates

Use synnefo_branding.util.render_to_string accross synnefo apps to be able to
use branding variables within the templates.

251b83be 05/15/2013 06:49 pm Giorgos Korfiatis

astakos: Remove membership policy settings

Available join and leave policies are internally defined and should
not be changed by settings. Move policy descriptions to presentation.py.

Do not convert to string the lookup key in templatetags/filters.py

4e03ba30 04/19/2013 05:37 pm Kostas Papadimitriou

Update astakos usage view

Update view to use the introduced astakos quotas api.

4161cb70 04/18/2013 12:20 pm Giorgos Korfiatis

Move resource data away from astakos settings

UI-related presentation data go to presentation.py.
Remove load_service_resources call and related astakos-init
management command.

26551b92 04/18/2013 12:20 pm Kostas Papadimitriou

Remove resource/service model dependencies

- Remove foreign key dependency between Service/Resource model. Replace
it with a service CharField to keep track of the service identifier
that the resource was registered from.
- Remove all references to resource service name in resource lookups

0156e40c 04/18/2013 12:20 pm Kostas Papadimitriou

Services api/presentation logic cleanup

- Remove presentation information from Service model (order, icon)
- To access the list of services filled with both presentation and api
data use Service.catalog(). The method fills a dict with service
identifiers and service metadata through the following steps...

f770d29f 04/02/2013 12:56 pm Kostas Papadimitriou

Merge branch 'release-0.13' into develop

Conflicts:
snf-astakos-app/astakos/im/messages.py
snf-astakos-app/astakos/im/views.py
version

44f2d10d 03/28/2013 08:13 pm Kostas Papadimitriou

Additional confirm widgets for join/leave actions

Also deny GET requests for those actions

058b6ec7 03/28/2013 07:37 pm Kostas Papadimitriou

Astakos project details user actions improvenets

- Split actions partial in a separate template.
- Convert simple A html links to confirm forms and do action requests
using POST.
- Use a common tempalte tag ``confirm_link`` to prompt user an
additional step of action confirmation....

9d20fe23 03/15/2013 07:49 pm Kostas Papadimitriou

Authentication providers improvements

Major authentication provider refactoring to support

- Modular and easily configurable messages with common context
- Fine grained provider policies to support appling specific policies to
users and/or groups

Key points:...

0e79735c 01/23/2013 10:04 pm Kostas Papadimitriou

Several auth providers fixes/improvements

- Allow third party signup if existing account with the same third party
identifier is not yet verified. Subsequent registrations will replace
previous ones (pending/unverified accounts will be removed).
- Merge common third party code in target/__init__.py...

fd2986e3 01/18/2013 08:27 pm Sofia Papagiannaki

Remove obsolete custom template tag isinf

098a6bff 01/18/2013 08:22 pm Sofia Papagiannaki

Simplify resource & resource policy presentation

92492c5f 01/08/2013 01:38 pm Sofia Papagiannaki

Fix membership policy presentation

in project application summary

6795eb09 01/07/2013 03:14 pm Kostas Papadimitriou

Truncate project name column

6556e514 01/04/2013 02:26 pm Sofia Papagiannaki

Simplify template code

21e48908 01/03/2013 09:08 pm Sofia Papagiannaki

Use Resource object getter methods instead of ResourcePresentation

dd5f8f4d 12/21/2012 03:37 pm Kostas Papadimitriou

Various auth providers fixes/improvements

- Handle invalid login after auth method add request
- Fix auth method add for unauthenticated users
- Third party auth providers helper methods in astakos.im.target module
- Provider login url template tag that handles code,key,next url params

a9c7ff8a 12/19/2012 09:28 pm Sofia Papagiannaki

Fix resource usage page

669cfe19 12/19/2012 04:19 pm Olga Brani

Fix update resources bug

e8fd06f6 12/19/2012 02:57 pm Sofia Papagiannaki

In project details display resource information eg. units etc

18ea397b 12/18/2012 06:51 pm Sofia Papagiannaki

Merge branch 'devel-0.13' of https://code.grnet.gr/git/astakos into latest-quota

279d6e51 12/18/2012 05:02 pm Olga Brani

Changing the name from feedback to contact in menu

172ce682 12/18/2012 04:21 pm Sofia Papagiannaki

Merge branch 'devel-0.13' of https://code.grnet.gr/git/astakos into latest-quota

Conflicts:
snf-astakos-app/astakos/im/messages.py
snf-astakos-app/astakos/im/notifications.py
snf-astakos-app/astakos/im/urls.py
snf-astakos-app/astakos/im/views.py

73fbaec4 12/14/2012 11:24 am Sofia Papagiannaki

Single model for ProjectApplication & Definition - Membership sync

8327782d 12/08/2012 03:26 am Sofia Papagiannaki

Progress V

65bd6c25 12/04/2012 02:05 pm Olga Brani

- Update user/project activation status
- Fix float bug

84d26d62 12/01/2012 10:06 pm Sofia Papagiannaki

Remove obsolete strip_http from the templates

caf70869 11/30/2012 09:15 pm Sofia Papagiannaki

Do not save url prefix in group names

6ed0e4a6 11/30/2012 01:30 pm Sofia Papagiannaki

Restore im/admin_notification.txt

f366e3ed 11/30/2012 11:50 am Olga Brani

Merge branch '0.6.4' into devel-0.13

Conflicts:
snf-astakos-app/astakos/im/views.py

59728d4e 11/29/2012 06:19 pm Olga Brani

Fixes
- Rename group to project in ui
- Different pagination for groups search result page
- Truncatechars filter

c0b26605 11/29/2012 05:08 pm Sofia Papagiannaki

Merge remote-tracking branch 'origin/0.12' into devel-0.13

Conflicts:
snf-astakos-app/astakos/im/activation_backends.py
snf-astakos-app/astakos/im/api/admin.py
snf-astakos-app/astakos/im/auth_backends.py
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/functions.py...

b6852727 11/20/2012 04:01 pm Olga Brani

Fixes

5841646f 11/20/2012 03:58 pm Olga Brani

Bug fixes
- Custom select
- Units etc for group details
- General fixes

adaf6800 11/16/2012 04:08 pm Olga Brani

bug fix

bdc1c103 11/16/2012 03:36 pm Olga Brani

Group create
- Complete form
- Fix data presentation

f2a4ce70 11/14/2012 01:35 pm Sofia Papagiannaki

Fix group list view

7bb6bd0e 11/14/2012 12:41 pm Olga Brani

Mergind two lists into one ( preliminary efforts )

dcd1c383 11/13/2012 05:37 pm Olga Brani

Group create form bug fixes:
- Remove radio buttons limited/unlimited
- Human readable bytes size input

7c76af95 11/08/2012 12:44 pm Olga Brani

Bug fixes

ed2f0452 11/06/2012 06:18 pm Olga Brani

- Help_text for group create form
- Resource_presentation dict

9a06d96f 11/05/2012 03:38 pm Olga Brani

Merged demo

dfdc64d2 09/28/2012 06:41 pm Sofia Papagiannaki

Display resource limit details

25b51727 09/28/2012 05:14 pm Sofia Papagiannaki

Catch EmptyPage exception in paginate empty tag

77aaed51 09/28/2012 04:37 pm Sofia Papagiannaki

Change pagination in group list

2c4b2a96 09/28/2012 03:48 pm Sofia Papagiannaki

Fix members sorting in group detail

032ade79 09/28/2012 01:19 pm Sofia Papagiannaki

Reduce database interaction in group_detail

661c4479 09/27/2012 08:00 pm Sofia Papagiannaki

Add group_detail members table pagination

789bcaf9 09/25/2012 02:27 pm Sofia Papagiannaki

Add group tables sorting & decrease interaction with database

c48ab3c4 09/21/2012 02:32 pm Sofia Papagiannaki

Fix pagination in search group view

d220292f 09/20/2012 01:33 pm Sofia Papagiannaki

Add pagination

c3a00daf 09/18/2012 03:30 pm Olga Brani

:Merge branch '0.6.4' of https://code.grnet.gr/git/astakos into 0.6.4

Conflicts:
snf-astakos-app/astakos/im/templates/im/billing.html
snf-astakos-app/astakos/im/templatetags/filters.py
snf-astakos-app/astakos/im/views.py

5056da3d 09/18/2012 03:14 pm Olga Brani

Billing json

bee0bf32 09/17/2012 06:44 pm Sofia Papagiannaki

Custom template tag for months since a specific date

4f78c22c 09/13/2012 04:21 pm Sofia Papagiannaki

merge with origin 0.6.4

5ce3ce4f 09/10/2012 01:52 pm Sofia Papagiannaki

Fix code formatting to conform to the PEP 8 style guide

83bdb2b6 09/06/2012 07:06 pm Sofia Papagiannaki

Display only enabled groups in group search

b27c104d 08/23/2012 10:27 am Olga Brani

Groups & style

- Dropkick for select
- New style for groups
- Larger input

d68590fd 08/03/2012 08:40 pm Sofia Papagiannaki

Progress III

8e45d6fd 08/03/2012 11:31 am Sofia Papagiannaki

Progress I

60e78c99 08/02/2012 07:32 pm Kostas Papadimitriou

Page notification messages improvements

- New template tag {% display_messages %} which handles messages
display, both for django.contrib.messages and ASTAKOS_*_MESSAGES.
- Apply messages block class from python code (instead of js).
- Changed format of ASTAKOS_*_MESSAGES to list of tuples, to allow...

ebd369d0 03/09/2012 03:05 pm Sofia Papagiannaki

merge with master

27993be5 02/23/2012 05:36 pm Kostas Papadimitriou

Repo refactor and webproject hooks fixes