]> git.openstreetmap.org Git - osqa.git/commit
Adding a separate option that allows administrators to choose whether to store if...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 16 May 2011 21:05:42 +0000 (21:05 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 16 May 2011 21:05:42 +0000 (21:05 +0000)
commit931ef907b8e9aff303eefcdb85bc9cd95f381ffe
tree889139faeb6959bf48346c00a514731c1af0ea57
parenteb1b2a97a14f9a4daa772709972e0d1650ac4fd3
Adding a separate option that allows administrators to choose whether to store if the greeting message has been shown in a cookie or in the session. This way users won't see the greeting message when they simply logout, because the greeting_set boolean is stored not in the session, but in a cookie. Separate middleware has been added that handles the Django cookies and passes all keys from the request.COOKIES object to the response object. This way the session cookies are stored as real HTTP cookies.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1040 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum/middleware/anon_user.py
forum/middleware/django_cookies.py [new file with mode: 0644]
forum/settings/users.py
settings.py