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