]> git.openstreetmap.org Git - osqa.git/commit
Closing OSQA 35. Give admins and moderators an easy way to award karma points.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 14 May 2010 23:58:15 +0000 (23:58 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 14 May 2010 23:58:15 +0000 (23:58 +0000)
commitca88510e4dd14206f623cababfda1e8a9daf70d4
treedc07e5254fcab950ea4527643999c0705ae0989d
parentab6a501f08eb3751c87398a87711c4072709407a
Closing OSQA 35. Give admins and moderators an easy way to award karma points.
New user management interface.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@284 0cfe37f9-358a-4d5e-be75-b63607b5c754
16 files changed:
forum/actions/user.py
forum/forms.py
forum/skins/default/media/js/osqa.user.js [new file with mode: 0644]
forum/skins/default/media/style/style.css
forum/skins/default/media/style/user.css [new file with mode: 0644]
forum/skins/default/templates/auth/auth_settings.html
forum/skins/default/templates/user.html
forum/skins/default/templates/users/info.html
forum/skins/default/templates/users/menu.html [new file with mode: 0644]
forum/skins/default/templates/users/moderation.html [deleted file]
forum/skins/default/templates/users/tabs.html
forum/templatetags/user_tags.py
forum/urls.py
forum/views/auth.py
forum/views/decorators.py
forum/views/users.py