Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ 3b011c48

History | View | Annotate | Download (1.7 kB)

1
Changelog
2
*********
3

    
4
v0.4.0
5
======
6
- User terms.
7
- Styling fixes/improvements.
8
- Configurable recpatcha form field.
9

    
10

    
11
v0.3.8
12
======
13
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
14
  account pages.
15

    
16

    
17
v0.3.7
18
======
19
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
20
  header
21
- login_base.html to make it easy override the login.html template
22

    
23

    
24
v0.3.5
25
======
26
- New grnet styles
27
- New setting for recaptcha to use SSL
28
- New menu texts
29
- Improvements in get_menu view
30

    
31

    
32
v0.3.4
33
======
34
- Updated mail contents
35
- Cloudbar improvements
36

    
37

    
38
v0.3.3
39
======
40
- Updated grnet styles
41
- Several styling fixes
42
- Display page menu
43
- Minor improvements in cloudbar js and styles
44
- Use synnefo.lib.context_processors.cloudbar to display the cloudbar
45
  You should set the CLOUDBAR_* settings to point to your astakos urls
46
  (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
47
- Updated snf-common dependency to >=0.9.0
48
- New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
49
- Support for multiple accounts authentication 
50
- New --set-active and --set-inactive in modifyuser command
51
- Fixed circular redirects when visiting login page from the logout one
52
- Removed im.context_processors.cloudbar (now using snf-common processor)
53

    
54

    
55
v0.3.2
56
======
57
- improved styles of sign up button
58
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
59
  set 
60
- updated cloudbar styles
61

    
62

    
63
v0.3.1
64
======
65
- bug fixes
66
- administrator email notification on sign up 
67
  (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
68
- recaptcha integration on sign up form
69
  (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
70
   settings)
71
- cloudbar jsonp responses
72