Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ 176023aa

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.9
12
======
13
- Show user email in feedback email content
14

    
15

    
16
v0.3.8
17
======
18
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
19
  account pages.
20

    
21

    
22
v0.3.7
23
======
24
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
25
  header
26
- login_base.html to make it easy override the login.html template
27

    
28

    
29
v0.3.5
30
======
31
- New grnet styles
32
- New setting for recaptcha to use SSL
33
- New menu texts
34
- Improvements in get_menu view
35

    
36

    
37
v0.3.4
38
======
39
- Updated mail contents
40
- Cloudbar improvements
41

    
42

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

    
59

    
60
v0.3.2
61
======
62
- improved styles of sign up button
63
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
64
  set 
65
- updated cloudbar styles
66

    
67

    
68
v0.3.1
69
======
70
- bug fixes
71
- administrator email notification on sign up 
72
  (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
73
- recaptcha integration on sign up form
74
  (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
75
   settings)
76
- cloudbar jsonp responses
77