Mercurial > public > sg101
log
age | author | description |
---|---|---|
Sun, 13 Dec 2009 08:11:16 +0000 | Brian Neal | Implement #38: add function to mark user as a spammer. Display only active members on member list. Display login form as table (not sure why wasn't doing this before). |
Wed, 09 Dec 2009 22:58:05 +0000 | Brian Neal | Another tweak for #30; only show the admin dashboard items if they are non-zero. |
Wed, 09 Dec 2009 00:03:10 +0000 | 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. |
Sun, 06 Dec 2009 21:44:22 +0000 | Brian Neal | Podcast: un-inlined the channel items from the channel. That would be too bulky and too much info on one admin screen. |