Add south migration to apply latest fields changes
[astakos] / snf-astakos-app / Changelog
index 4ab441e..ae47228 100644 (file)
@@ -1,19 +1,75 @@
-v0.3.3
+Changelog
+*********
+
+v0.5.0
+======
+- Improvements and fixes in shibboleth integration.
+- Minor code refactoring (removed unsed classes/functions).
+- Rate limit integration (requires django-ratelimit).
+- New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED
+- get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.
+- Management commands improvements/fixes
+- Altered blank/null parameters for some AstakosUser fields (db migration required)
+
+
+v0.4.0
+=======
+- User terms.
+- Styling fixes/improvements.
+- Configurable recpatcha form field.
+
+
+v0.3.9
+======
+- Show user email in feedback email content
+
+
+v0.3.8
+======
+- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
+  account pages.
+
+
+v0.3.7
 ======
+- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
+  header
+- login_base.html to make it easy override the login.html template
 
+
+v0.3.5
+======
+- New grnet styles
+- New setting for recaptcha to use SSL
+- New menu texts
+- Improvements in get_menu view
+
+
+v0.3.4
+======
+- Updated mail contents
+- Cloudbar improvements
+
+
+v0.3.3
+======
 - Updated grnet styles
 - Several styling fixes
 - Display page menu
 - Minor improvements in cloudbar js and styles
 - Use synnefo.lib.context_processors.cloudbar to display the cloudbar
+  You should set the CLOUDBAR_* settings to point to your astakos urls
+  (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
 - Updated snf-common dependency to >=0.9.0
 - New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
 - Support for multiple accounts authentication 
 - New --set-active and --set-inactive in modifyuser command
+- Fixed circular redirects when visiting login page from the logout one
+- Removed im.context_processors.cloudbar (now using snf-common processor)
+
 
 v0.3.2
 ======
-
 - improved styles of sign up button
 - do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
   set 
@@ -22,7 +78,6 @@ v0.3.2
 
 v0.3.1
 ======
-
 - bug fixes
 - administrator email notification on sign up 
   (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
@@ -30,3 +85,4 @@ v0.3.1
   (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
    settings)
 - cloudbar jsonp responses
+