Revision 4f78c22c snf-astakos-app/Changelog

b/snf-astakos-app/Changelog
6 6
- Setting ASTAKOS_DEFAULT_ADMIN_EMAIL has been deprecated. Use ADMINS django setting instead.
7 7
- Setting ASTAKOS_DEFAULT_FROM_EMAIL has been deprecated. Use SERVER_EMAIL django setting instead.
8 8

  
9
0.7.3
10
^^^^
9
v0.7.5
10
^^^^^^
11
- Include user email in registered/activated notification mails subject
12

  
13
v0.7.4
14
^^^^^^
15
- Configurable subjects for all emails send by astakos app. Introduced settings
16
	* ASTAKOS_INVITATION_EMAIL_SUBJECT
17
	* ASTAKOS_GREETING_EMAIL_SUBJECT
18
	* ASTAKOS_FEEDBACK_EMAIL_SUBJECT
19
	* ASTAKOS_VERIFICATION_EMAIL_SUBJECT
20
	* ASTAKOS_ADMIN_NOTIFICATION_EMAIL_SUBJECT
21
	* ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT
22
	* ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT
23
	* ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT
24

  
25

  
26
v0.7.3
27
^^^^^^
28
- Use https for google webfonts
29
- Fix anonymoususer logout
30

  
31
v0.7.1
32
^^^^^^
33
- ASTAKOS_*_MESSAGES settings changed from dict to tuple lists
34
- Theme changes (new colors, new font)
35

  
36
v0.7.0
37
^^^^^^
11 38
- Rename management commands
12 39
- Optionally renew token on password change
13 40
- Preserve local password for users switched to shibboleth
14
- Send notification to DEFAULT_CONTACT_EMAIL on account activation
41
- Send notification to ASTAKOS_DEFAULT_CONTACT_EMAIL on account activation
15 42
- Fix unusable password issue
16 43
- Extend user_update command by enabling provider modification and password renewal
17 44
- Check for email absence before querying the database for retrieving the user in get menu call
18 45
- Set is_verified in profile view even if the user do not post the form
46
- New html/css theme
47
- Database updated.
48
  Use::
49
  	
50
	$ snf-manage syncdb
51
	$ snf-manage migrate
52

  
53
  to migrate your database.
19 54

  
20 55
v0.6.2
21 56
^^^^^^

Also available in: Unified diff