Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ b24221d6

History | View | Annotate | Download (1.6 kB)

1
v0.3.9
2
======
3

    
4
- Show user email in feedback email content
5

    
6

    
7
v0.3.8
8
======
9

    
10
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
11
  account pages.
12

    
13

    
14
v0.3.7
15
======
16

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

    
21

    
22
v0.3.5
23
======
24

    
25
- New grnet styles
26
- New setting for recaptcha to use SSL
27
- New menu texts
28
- Improvements in get_menu view
29

    
30

    
31
v0.3.4
32
======
33

    
34
- Updated mail contents
35
- Cloudbar improvements
36

    
37

    
38
v0.3.3
39
======
40

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

    
55

    
56
v0.3.2
57
======
58

    
59
- improved styles of sign up button
60
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
61
  set 
62
- updated cloudbar styles
63

    
64

    
65
v0.3.1
66
======
67

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