Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / management / commands / project-list.py @ 26551b92

History | View | Annotate | Download (6.9 kB)

# Date Author Comment
42732c26 03/26/2013 06:42 pm Giorgos Korfiatis

Preserve owner info when modifying project

An admin can modify a project, i.e. create an application based on
a previous application. We distinguish the initial applicant, called
the `owner', from the user who submitted the current application,
called the `applicant'....

84a1d7dd 02/27/2013 03:45 pm Georgios D. Tsoukalas

Fix some messages

f557d10a 02/14/2013 04:27 pm Giorgos Korfiatis

Unify and rename project management commands

865849d7 02/14/2013 04:27 pm Giorgos Korfiatis

pep8 improvements

b6eaca30 02/14/2013 04:27 pm Giorgos Korfiatis

Encode unicode strings in str

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

Improve project command help messages

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

Show project applicant info

9d5cf81c 02/14/2013 04:26 pm Georgios D. Tsoukalas

Edit project management command help messages

5aaed703 02/14/2013 04:26 pm Giorgos Korfiatis

Fix formatting of projects

1cf6e716 02/14/2013 04:26 pm Giorgos Korfiatis

Refix project list formatting

cb261eef 02/14/2013 04:26 pm Sofia Papagiannaki

Unify astakos management command formatting

7eabbd72 01/31/2013 05:36 pm Giorgos Korfiatis

Changes in project management commands
to better expose a pending application

720ddb7a 01/28/2013 05:52 pm Giorgos Korfiatis

Remove call to uenc

47fbfc1c 01/28/2013 05:18 pm Giorgos Korfiatis

Chain-based project management commands

06d7c286 01/28/2013 05:08 pm Sofia Papagiannaki

Fix encoding handling in astakos commands

f6b041c0 01/23/2013 06:56 pm Giorgos Korfiatis

Change status in project_list

6ebe72f8 01/17/2013 04:12 pm Giorgos Korfiatis

Optimize project-list query

Note that select_related() does not automatically bring
`related_name's, such as ProjectApplication.project.
Need to specify select_related('project'), which brings
`project' (but not `owner', or other related field).

d0e78bbe 01/11/2013 03:13 pm Giorgos Korfiatis

Change projects, eliminate development migrations

Change Project's state field and ProjectMembershipHistory's person field;
replace all migrations starting 0015 with a single new one.

Need to check for missing data migrations.

34452951 01/09/2013 05:07 pm Giorgos Korfiatis

Change layout of project-list

2a71814e 01/08/2013 11:12 am Giorgos Korfiatis

Better output for project-list

5b9e9530 01/04/2013 07:32 pm Giorgos Korfiatis

Project deactivation/termination

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

Single model for ProjectApplication & Definition - Membership sync

529f3c49 12/12/2012 11:22 am Sofia Papagiannaki

Allow follower application with same deifinition name approvement

5f703b47 12/11/2012 08:25 pm Sofia Papagiannaki

Update project-list command

6dadd24a 12/11/2012 01:54 am Sofia Papagiannaki

Fix sequence of project applications & project search

bfe23b13 12/10/2012 05:57 pm Sofia Papagiannaki

Progress VII

ccab6eb5 12/10/2012 12:04 am Sofia Papagiannaki

Progress VI