summaryrefslogtreecommitdiff
path: root/planet/planetadmin
AgeCommit message (Collapse)Author
2009-02-20Remove hardcoded connection string (incl password) and put it in the settingsMagnus Hagander
file instead. Also, inherit from Model implementation so we can use permissions should we want to. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2415 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-01-31Make the aggregator write it's log to the database instead of justMagnus Hagander
a flatfile. Add ability to view this data on a per-blog basis in /register/. Set up a cronjob to mail summary logs to planet@postgresql.org. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2397 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-01-21Make it more clear that the delete actually deletesMagnus Hagander
the whole blog... git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2389 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-12-29Support filtering feeds by author names, to pull only parts of a shared blogMagnus Hagander
without requiring use of specific tags/categories. In passing, fix a number of error messages to throw the proper type of exception. Selena Deckelmann, with some polishing from me. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2367 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-12-15Use yesno filter instead of custom methods to display boolean fields.Magnus Hagander
It's the Django way.... git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2343 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-26Make it possible for blog owners to delete their blogsMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2312 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-25Show email for user so we can figure out how to mail them...Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2308 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-24Implement custom exception handling so we can get errors properlyMagnus Hagander
and not just throw a generic 500 Internal Server Error message. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2306 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-20Don't use print! Pah!Magnus Hagander
Also, include some more info in the registration email git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2302 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-19Prettify list of blogs, and link the urlsMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2300 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-18Add error message templatesMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2299 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-18Commit the login command, so we properly update last login dateMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2297 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-18Show blogs that don't have an attached user account in a differe color in ↵Magnus Hagander
the admin interface git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2296 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-18Add WSGI script for running the admin interfaceMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2294 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-11Do auditlogging as strings so we don't get conversion errorsMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2275 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-11Add confirmation before deleting stuff.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2274 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-11Add missing field headers (pending real layout work later)Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2273 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-11Enable simple audit loggingMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2272 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-11Send email when something is done that requires admin approval.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2271 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-03Initial version of django-based tool to administer blog registrations,Magnus Hagander
both as a subscriber directly and as a planet administrator. More to be done, not in the least in the design department, but getting it in there so I don't delete it - and so that others can work on the all-important design stuff! git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2261 8f5c7a92-453e-0410-a47f-ad33c8a6b003