Statistics
| Branch: | Tag: | Revision:

root / invitations @ 65fb614f

# Date Author Comment
2bc64edb 07/19/2011 07:31 pm Kostas Papadimitriou

Fix invitations ajax request repsonses

- always handle request as an ajax one

079a1480 07/19/2011 07:31 pm Kostas Papadimitriou

Remove invitations.js from invitations static

- has already been moved to ui app

65fb614f 07/19/2011 07:31 pm Giorgos Gousios

Be a bit more careful when initializing exceptions

The problem seems to be that the code incorectly used a class variable which was
initialized once and exception messages where appended to it by both TooManyInvitations
and AlreadyInvited exception types, hence the fuzzy error reporting....

5aa0805d 07/19/2011 06:39 pm Vangelis Koukis

Fix invitation mail subject

1b9db53f 07/19/2011 03:58 pm Vangelis Koukis

Recode invitation.txt from ISO8859-7 to UTF-8

3d3c58d7 07/19/2011 03:50 pm Giorgos Gousios

Email related changes

-Use Django's DEFAULT_FROM_EMAIL configuration setting instead of custom setting
-Send invitations from the DEFAULT_FROM_EMAIL account

368dcbf6 07/18/2011 01:26 pm Vangelis Koukis

Update text of invitation email

cf8482f2 07/17/2011 01:20 pm Giorgos Verigakis

Improve user support

  • Use logic functions when possible
  • Add user invite command

Refs #827

67921b5c 07/13/2011 06:12 pm Kostas Papadimitriou

UI improvements

- updated strings
- disks coming soon template

0189075a 07/13/2011 04:06 pm Kostas Papadimitriou

similar style for submit buttons

4f34e192 07/12/2011 04:37 pm Giorgos Gousios

Selected translations to Greek

db66d048 07/12/2011 04:37 pm Giorgos Gousios

Small changes in invitation code

-Autoredirect invited user to application root
-Print debug message with invitation URL
-Fix error in Invitations.__unicode__

5015c2f0 07/12/2011 02:36 pm Kostas Papadimitriou

Invitations improvements, Refs. #439

- show remaining invitations
- i18n enabled strings

246516df 07/11/2011 03:29 pm Vangelis Koukis

Merge branch 'api-current'

Conflicts:
invitations/invitations.py

25c36228 07/11/2011 02:05 pm Giorgos Gousios

A couple of logging msgs to track progress

68a77896 07/11/2011 01:28 pm Giorgos Gousios

Use ugettext instead of gettext_lazy

78e4a063 07/11/2011 12:42 pm Vangelis Koukis

Merge branch 'api-current'

Conflicts:
invitations/invitations.py

b6b88056 07/11/2011 10:49 am Kostas Papadimitriou

Proper error messages handling. Refs. #439

39ea29b0 07/08/2011 07:08 pm Kostas Papadimitriou

invitations template modifications, Refs. #431

work with ajax calls

5f2fb4ae 07/08/2011 05:26 pm Kostas Papadimitriou

url name for invitations page

d028ab18 07/07/2011 05:08 pm Giorgos Gousios

Handle and log system exceptions on invitation send

9f8ad4c5 07/06/2011 04:06 pm Giorgos Gousios

Configurable number of invitations per invitation level

Refs: #439

85c6267a 07/01/2011 10:32 am Giorgos Gousios

Merge branch 'api-current' into helpdesk-gui

Conflicts:
aai/shibboleth.py

33e00f02 06/28/2011 03:42 pm Giorgos Gousios

Per user invitation limits

refs: #705

d652580d 06/28/2011 10:16 am Giorgos Gousios

PEP8 compliance

48130e66 06/17/2011 01:10 pm Giorgos Gousios

License headers for various files

refs #581

05310288 06/10/2011 05:00 pm Giorgos Gousios

Methods to retrieve list of active synnefo users

7427d9a3 05/20/2011 12:39 pm Giorgos Gousios

Rename file email to avoid namespace clashes

bd1548a7 05/20/2011 11:43 am Giorgos Gousios

Make tests a bit more rigid

914502af 05/19/2011 12:35 pm Giorgos Gousios

Uniform login error handling, welcome and error templates calling

Refs: #439

adffae28 05/19/2011 12:30 pm Giorgos Gousios

Welcome and error pages for invited users

3b09ff22 05/18/2011 05:03 pm Giorgos Gousios

Accept invitation URLs and grant access to the user

f1bb3880 05/18/2011 02:10 pm Giorgos Gousios

Better exception messages, better exception handling

e6d6603a 05/17/2011 04:47 pm Giorgos Gousios

Prepare a shared key encrypted URL and format the outgoing email

ee493a51 05/17/2011 12:09 pm Giorgos Gousios

Invitation email template

refs: #439

a640b50d 05/17/2011 11:47 am Giorgos Gousios

Support for identifying and printing invitation form errors

Refs: #439

7823fd9a 05/17/2011 11:46 am Giorgos Gousios

Make the dynamicField script project specific

Changes to it to make it support the invitations form made it
non-generic.

Refs: #439

566cd8b2 05/16/2011 05:26 pm Giorgos Gousios

Invitations are saved and displayed

refs: #439

19242e04 05/16/2011 01:30 pm Giorgos Gousios

Dynamic field addition/removal works

ccd822a8 05/13/2011 04:41 pm Giorgos Gousios

Dynamic list of names-email for sending invitations

2a0eee64 05/13/2011 01:04 pm Giorgos Gousios

Custom template invocation as per verigak's blueprints

53e6717b 05/13/2011 01:03 pm Giorgos Gousios

Add invitation works in test

9a5e8ebe 05/12/2011 11:17 pm Giorgos Gousios

Test for the invitation add method

03e70572 05/12/2011 11:17 pm Giorgos Gousios

Methods to add/update invitations

e0dbfa1e 05/11/2011 06:33 pm Giorgos Gousios

Rough email invitation UI, fix invocation parameters for it

refs: #439

4f8b91cd 05/11/2011 02:27 pm Giorgos Gousios

Skeleton invitations app code and model