log gpp/templates/core/admin_dashboard.html @ 301:ee451ad46af1

age author description
2010-05-01 Brian Neal Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.
2010-01-03 Brian Neal Implement #49; use POST for updating link hit counts. Also refactored a bit and use javascript to report broken links.
2009-12-18 Brian Neal Implement #43, various shoutbox improvements.
2009-12-09 Brian Neal Another tweak for #30; only show the admin dashboard items if they are non-zero.
2009-12-09 Brian Neal Tweak to #30, admin dashboard. Because of a bug in Django (9568), my dashboard appears on the login page. To get around this, pass in the user to the templatetag, so it can do a 'if user.is_staff' check. Also tweaked the HTML and CSS to show non-zero pending items in red. Shortened the pending item titles for readability.
2009-12-06 Brian Neal Rework r149 for #30. Got rid of the custom index. Put my dashboard in the nav-global block instead.
2009-11-29 Brian Neal Close #30. Create an admin dashboard to see pending content and requests for admin action.