Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / tables.py @ 103086a4

History | View | Annotate | Download (13.5 kB)

# Date Author Comment
7f3c4920 05/02/2013 03:49 pm Giorgos Korfiatis

astakos: Control project members by membership id

7aac6b38 03/28/2013 05:01 pm Giorgos Korfiatis

Let admin see project status just like its owner

Admin is interested in projects `Pending for review'. They appeared
as `Unknown' in the project list before. With the current change,
the status of an admin being a member of a project is hidden,
since we don't present combined project/membership states.

5cc7d5b3 02/14/2013 04:27 pm Giorgos Korfiatis

Do not expose names of project members

c1007621 02/14/2013 04:26 pm Giorgos Korfiatis

Add LEAVE_REQUESTED state on ProjectMembership

8e1a5af5 02/14/2013 04:26 pm Georgios D. Tsoukalas

approve, deny, dismiss views

At the project application detail, project administrators
(ASTAKOS_PROJECT_ADMINS setting) may approve or deny it.
A denied application is still viewable by the applicant,
until he dismisses it from the same page.

The project administrators' project list includes all projects.

c88913f7 01/24/2013 10:27 pm Giorgos Korfiatis

Status in project list

d4660e00 01/24/2013 07:04 pm Giorgos Korfiatis

Changes in project_detail

Distinguish project/application view as well as
owner/simple user mode

b87429e1 01/23/2013 03:10 pm Olga Brani

Bug/style fixes

aad0e329 01/22/2013 06:55 pm Giorgos Korfiatis

Option to cancel membership request

3e3743f2 01/22/2013 05:56 pm Giorgos Korfiatis

wip More progress with chains

7184f408 01/22/2013 03:29 pm Giorgos Korfiatis

wip Progress with chains

ff67242a 01/22/2013 01:28 pm Giorgos Korfiatis

wip Project views by chain_id

0cf289c2 01/18/2013 07:23 pm Sofia Papagiannaki

Substitute deprecated sortable argument to orderable

7db8c163 01/15/2013 03:32 pm Georgios D. Tsoukalas

add pending members indication in projects

f5991951 01/14/2013 01:51 pm Kostas Papadimitriou

Project action fix

show leave action also when user requested to join the project

f31db8a5 01/14/2013 01:21 pm Georgios D. Tsoukalas

change date column names

bd9af366 01/14/2013 12:21 pm Kostas Papadimitriou

Additional project views fixes

05617ab9 01/11/2013 06:42 pm Kostas Papadimitriou

New states views Part 1

7cb08744 01/08/2013 03:48 pm Kostas Papadimitriou

Exclude start_date column

9b32e2fb 01/08/2013 03:36 pm Kostas Papadimitriou

Projects list improvements

db9a498c 01/08/2013 03:34 pm Kostas Papadimitriou

Project details view improvements

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

Truncate project name column

6c22d993 01/07/2013 10:58 am Kostas Papadimitriou

Handle all membership states

f3a45fc6 01/07/2013 10:25 am Kostas Papadimitriou

Fix membership admin actions

- Require POST request in membership reject/remove views
- Fix members table actions cell content
- Fix reject/remove actions urls

3f0d6293 01/04/2013 11:04 pm Kostas Papadimitriou

Project members table administration actions column

6401cff2 01/04/2013 06:33 pm Sofia Papagiannaki

Do not allow user whose project acceptation is
pending to leave the project.

b7c802a2 01/04/2013 06:13 pm Olga Brani

Different table pagination
Style fixes and minor corrections

f38084ce 01/04/2013 04:20 pm Kostas Papadimitriou

Merge remote-tracking branch 'synnefo/feature-astakos-tables' into feature-astakos-tables

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

91cb6fb6 01/04/2013 04:14 pm Kostas Papadimitriou

Projects list/search actions

dynamic column which contains available project action based on user/project
relation

caf0bfc7 01/03/2013 05:52 pm Olga Brani

Merge branch 'feature-astakos-tables' of https://code.grnet.gr/git/synnefo into feature-astakos-tables

e6d284ef 01/03/2013 05:51 pm Olga Brani

Astakos tables fixes

5d87753f 01/03/2013 05:16 pm Kostas Papadimitriou

Proper member name display

2743e261 01/03/2013 04:39 pm Kostas Papadimitriou

Project members table refactoring

- Use django-tables2 to render table

a5cef8d0 01/03/2013 03:32 pm Kostas Papadimitriou

Projects list/search refactoring

5550bcfb 12/27/2012 03:04 pm Kostas Papadimitriou

Initial use django-tables2

improves table view development by spliting table data access and presentation
onto separate layers.