Update Changelog
[astakos] / snf-astakos-app / Changelog
1 v0.3.5
2 ======
3
4 - New grnet styles
5 - New setting for recaptcha to use SSL
6 - New menu texts
7 - Improvements in get_menu view
8
9
10 v0.3.4
11 ======
12
13 - Updated mail contents
14 - Cloudbar improvements
15
16
17 v0.3.3
18 ======
19
20 - Updated grnet styles
21 - Several styling fixes
22 - Display page menu
23 - Minor improvements in cloudbar js and styles
24 - Use synnefo.lib.context_processors.cloudbar to display the cloudbar
25   You should set the CLOUDBAR_* settings to point to your astakos urls
26   (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
27 - Updated snf-common dependency to >=0.9.0
28 - New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
29 - Support for multiple accounts authentication 
30 - New --set-active and --set-inactive in modifyuser command
31 - Fixed circular redirects when visiting login page from the logout one
32 - Removed im.context_processors.cloudbar (now using snf-common processor)
33
34
35 v0.3.2
36 ======
37
38 - improved styles of sign up button
39 - do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
40   set 
41 - updated cloudbar styles
42
43
44 v0.3.1
45 ======
46
47 - bug fixes
48 - administrator email notification on sign up 
49   (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
50 - recaptcha integration on sign up form
51   (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
52    settings)
53 - cloudbar jsonp responses