Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ b78bcb1b

History | View | Annotate | Download (1.6 kB)

1
v0.3.8
2
======
3

    
4
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
5
  account pages.
6

    
7

    
8
v0.3.7
9
======
10

    
11
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
12
  header
13
- login_base.html to make it easy override the login.html template
14

    
15

    
16
v0.3.5
17
======
18

    
19
- New grnet styles
20
- New setting for recaptcha to use SSL
21
- New menu texts
22
- Improvements in get_menu view
23

    
24

    
25
v0.3.4
26
======
27

    
28
- Updated mail contents
29
- Cloudbar improvements
30

    
31

    
32
v0.3.3
33
======
34

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

    
49

    
50
v0.3.2
51
======
52

    
53
- improved styles of sign up button
54
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
55
  set 
56
- updated cloudbar styles
57

    
58

    
59
v0.3.1
60
======
61

    
62
- bug fixes
63
- administrator email notification on sign up 
64
  (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
65
- recaptcha integration on sign up form
66
  (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
67
   settings)
68
- cloudbar jsonp responses