Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects @ 8a217fa2

# Date Author Comment
8a217fa2 01/08/2014 06:05 pm Olga Brani

astakos: Filter for project-list table

43b4d5e8 01/08/2014 05:46 pm Kostas Papadimitriou

astakos: Fix add members url in project details view

45a4e443 10/09/2013 02:40 pm Kostas Papadimitriou

astakos: Separate templates in project creation

instead of including application form summary template in the application form
view, render it from scratch. This resolves a bug caused when using django>1.2
since block tags within the included templates are not supported....

bb74d166 08/09/2013 11:54 am Olga Brani

astakos: project table client-side sorting

Client-side sorting and pagination for project-list tables

6d583e07 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Simplify project schema

Applications now point to a project (rather than an extra model Chain).
A Project is created upon submitting an application; it always points to
a single `reference' application.

Model Chain is kept as a sequence to generate project ids.

c4028837 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Remove precursor_application field

Submit a project modification by specifying a project id rather than
an application

f243d667 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Adapt UI to new project schema

Base tables on projects rather than applications; update templates.

dc946891 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Omit project_id in membership operations

Identify a membership by its id only.

e872c133 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Allow re-activation of terminated projects

Define function `reinstate' to re-activate a terminated project. If its
name is taken by another active project, it fails.

3e87075a 08/07/2013 12:01 pm Giorgos Korfiatis

astakos: Use units common code in the UI

3805be31 07/16/2013 05:07 pm Giorgos Korfiatis

astakos: Fix arg passing in messages

8c8f856b 06/28/2013 01:34 pm Olga Brani

astakos: Correct plural in 1 pending membership

452436aa 06/13/2013 06:00 pm Olga Brani

astakos: Sent emails appearance fix.

Removing extra lines and spaces from email templates.
Decode contact email special characters.

82bda7bb 06/13/2013 01:15 pm Olga Brani

astakos: Alter projects intro message (revised)

fdb7ff88 06/13/2013 01:15 pm Olga Brani

branding: Alter projects intro message

27168a58 05/30/2013 01:42 pm Giorgos Korfiatis

astakos: Fix typo

5f21fc15 05/29/2013 04:31 pm Kostas Papadimitriou

astakos: Allow admin to access project members

9b846781 05/29/2013 12:36 pm Kostas Papadimitriou

astakos: Batch members actions template integration

udpated project members template to properly post selected membership ids to
the appropriate urls.

460b907d 05/29/2013 10:15 am Kostas Papadimitriou

Merge branch 'develop' into feature-projects-ux

Conflicts:
snf-astakos-app/astakos/im/templates/im/projects/intro.html
snf-astakos-app/astakos/im/templatetags/astakos_tags.py
snf-astakos-app/astakos/im/urls.py
snf-astakos-app/astakos/im/views.py

cdf83989 05/20/2013 03:08 pm Kostas Papadimitriou

astakos: Remove hardcoded urls from templates

use IM_STATIC_URL instead

263cb456 05/16/2013 03:47 pm Olga Brani

Synnefo branding: Documentation correction & minor fixes

8b9e871d 05/14/2013 03:14 pm Olga Brani

Merge branch 'develop' into feature-branding

Conflicts:
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
snf-astakos-app/astakos/im/templates/im/base.html
snf-astakos-app/astakos/im/templates/im/landing.html
snf-astakos-app/astakos/im/views.py...

1e23ceb2 05/14/2013 12:32 pm Olga Brani

Synnefo branding: Remove greek text & verbal fixes

Emails sent to Astakos Users do not contain greek translations any more.
Minor verbal corrections are made and title attribute are added to logos
links.

67cd4980 04/29/2013 12:55 pm Kostas Papadimitriou

Merge remote-tracking branch 'origin/develop' into feature-branding

Conflicts:
snf-astakos-app/astakos/im/templates/im/footer.html
snf-cyclades-app/setup.py

c2b1d833 04/26/2013 06:39 pm Olga Brani

Astakos: More UX improvement for project members page

61edd5cd 04/25/2013 05:56 pm Olga Brani

Astakos: Checkboxes for members actions (project members page)

65fb5cf6 04/25/2013 04:22 pm Giorgos Korfiatis

Merge branch 'develop' into feature-quotas

Conflicts:
astakosclient/astakosclient/__init__.py
astakosclient/astakosclient/errors.py
astakosclient/astakosclient/tests.py
docs/index.rst

3f3dc4b7 04/24/2013 05:35 pm Olga Brani

Astakos: Improve UX for project details/members page.

1571edb0 04/19/2013 05:55 pm Olga Brani

Astakos: ui minor fixes

Refs: #3573
Correct onclick functionality in project create page.
Discover missing div tag in project details page.

75380308 04/18/2013 12:20 pm Kostas Papadimitriou

Use updated resource models in projects views

c2337e25 04/02/2013 01:15 pm Kostas Papadimitriou

Merge branch 'develop' into feature-branding

Conflicts:
snf-astakos-app/astakos/im/settings.py
snf-astakos-app/astakos/im/templates/im/login_base.html
snf-astakos-app/astakos/im/templatetags/astakos_tags.py
snf-cyclades-app/synnefo/app_settings/default/ui.py...

9ce32226 03/29/2013 12:55 pm Kostas Papadimitriou

Reasonable project application cancel url

direct user to the project's index view

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

7549d16f 03/27/2013 03:34 pm Olga Brani

Branding cleanup & overview page

Removing unnecessary code ( branding tags). Generic overview page.

9d889386 03/26/2013 06:06 pm Olga Brani

Initial branding for service and company

New synnefo_branding app.
Service name defaults to "Synnefo" and company name defaults to "grnet".
Branding is applicable to texts containing Service or Company name/url and to
images such as favicon, compute, dashboard and console logos.

2b745492 03/26/2013 01:30 pm Giorgos Korfiatis

Specify reason when denying project application

Add field `response' in ProjectApplication model.
Add option `-m' in project-control command.

Refs #3493

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

Fix some messages

c3132b4c 02/23/2013 11:09 am Giorgos Korfiatis

Fix reference of management command in template

466cc12c 02/14/2013 04:26 pm Giorgos Korfiatis

Notify for project enrollment

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

Add membership notifications

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

Fix project form texts

20be4629 02/14/2013 04:26 pm Sofia Papagiannaki

Member policies in project creation email

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.

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

fix project admin permissions

022cc8e2 02/14/2013 04:26 pm Giorgos Korfiatis

View and dismiss denied applications of an active project

01400232 01/31/2013 11:14 am Olga Brani

New icons for auth-methods in profile Astakos page

d74111be 01/26/2013 09:14 pm Giorgos Korfiatis

Fix presentation in project template

de06a16b 01/26/2013 08:09 pm Giorgos Korfiatis

Typo

a75dbd7b 01/25/2013 12:26 pm Giorgos Korfiatis

View for cancelling a pending application

bb5f6357 01/25/2013 11:18 am Giorgos Korfiatis

Changes in button positioning

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

Changes in project_detail

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

c291fd04 01/24/2013 05:33 pm Olga Brani

Style fixes

32a70876 01/23/2013 04:57 pm Constantinos Venetsanopoulos

More verbal fixes on Astakos

  • dashboard landing page
  • project application forms
1177e91b 01/23/2013 03:12 pm Olga Brani

Bug fixes

f7e8a6af 01/22/2013 06:26 pm Giorgos Korfiatis

Reference project by chain_id in views

Add a new namespace (projects/app/<application_id>)
for applications (used in order to view modifications).

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

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

Simplify resource & resource policy presentation

b98e1df0 01/18/2013 07:23 pm Sofia Papagiannaki

Provide project details command

26af2b28 01/17/2013 02:07 pm Sofia Papagiannaki

Imrpove resource presentation in project creation email notification

ff8333db 01/15/2013 12:12 pm Olga Brani

Style fixes

d3d26334 01/14/2013 01:38 pm Kostas Papadimitriou

Project detail action title fix

befc85c6 01/14/2013 01:15 pm Kostas Papadimitriou

Project details fixes

- Fix status display
- Modify action wording

efc58b65 01/14/2013 12:41 pm Kostas Papadimitriou

Project details fixes

- Proper labels based on project application status

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

Additional project views fixes

19eb3ee6 01/11/2013 04:33 pm Giorgos Korfiatis

Implement application denial

c846fad1 01/11/2013 12:00 am Sofia Papagiannaki

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

Conflicts:
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/functions.py

59afc337 01/10/2013 11:46 pm Sofia Papagiannaki

Add cancel in project application summary page

69b26576 01/10/2013 10:51 pm Sofia Papagiannaki

Perform date checks

during project add form validation

5ad47680 01/10/2013 02:58 pm Kostas Papadimitriou

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

4e41f055 01/10/2013 01:56 pm Olga Brani

Presentation fixes

6003d0a8 01/09/2013 04:32 pm Kostas Papadimitriou

Project form improvements

- Differentiate title between update/create
- Step subtitle styles

5548e765 01/08/2013 03:48 pm Kostas Papadimitriou

Fix typo

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

864c123e 01/08/2013 02:31 pm Olga Brani

Fix project focus bug

4cac5b8e 01/08/2013 12:34 pm Olga Brani

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

3ff82dca 01/08/2013 12:34 pm Olga Brani

Various fixes
Change placeholder for homepage url

80da92f0 01/08/2013 12:33 pm Kostas Papadimitriou

Project form/summary fixes

- Sane member join default value
- Fix summary join/leave policy display

7f42c70e 01/08/2013 12:33 pm Kostas Papadimitriou

Fix fieldset description

1e128297 01/07/2013 03:38 pm Olga Brani

Remove autocomplete="off" from forms

50f71e79 01/07/2013 11:54 am Kostas Papadimitriou

Template tag typo

67980f56 01/07/2013 11:47 am Georgios D. Tsoukalas

update project creation form texts

1f6e179e 01/07/2013 11:09 am Olga Brani

Various style fixes
Calender js bug fix

65f6e8ec 01/07/2013 10:30 am Kostas Papadimitriou

Do not display precursor/follower links

624f5625 01/07/2013 10:27 am Kostas Papadimitriou

Only display members list to project owners

96255ce1 01/07/2013 10:26 am Kostas Papadimitriou

Use i18n for projects description content

272cf735 01/04/2013 09:36 pm Sofia Papagiannaki

Membership policies kept in settings instead of db

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

Different table pagination
Style fixes and minor corrections

6dcf53eb 01/04/2013 04:24 pm Kostas Papadimitriou

Merge branch 'latest-quota' into feature-astakos-tables

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

9fce7756 01/04/2013 02:26 pm Olga Brani

fix conflict

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

2934e509 01/03/2013 05:13 pm Olga Brani

Style fixes

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

2df3770c 01/03/2013 01:34 pm Kostas Papadimitriou

Merge branch 'latest-quota' into feature-astakos-tables

Conflicts:
snf-astakos-app/astakos/im/templates/im/projects/project_list.html
snf-astakos-app/astakos/im/views.py

490e2b69 01/03/2013 01:22 pm Olga Brani

Style fixes

ce7d5f6f 01/03/2013 11:10 am Olga Brani

fixing conflicts