summaryrefslogtreecommitdiff
path: root/planet
AgeCommit message (Collapse)Author
2009-03-01Add a page specifically outlining how you add a blogMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2419 8f5c7a92-453e-0410-a47f-ad33c8a6b003
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-02-15Aggregate log reports and don't report on transient errorsMagnus Hagander
(by default anything less than 4 error reports are ignored) git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2413 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-02-15Better error checking - show actual exceptions when status field isMagnus Hagander
not present, instead of just reporting that status was missing. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2412 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-02-02Line-break long PRE-formatted lines as well, so as notMagnus Hagander
to break the layout. Selena Deckelmann git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2402 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
2009-01-21Commit once for each feed. If an exception occurred while parsing it,Magnus Hagander
roll it back instead (so that db level exceptions don't cause the whole aggregator to fail) git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2388 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2009-01-14Add email contact informationMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2385 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-12-29Add schema changes per latest code changesMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2368 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-12-14Only list blogs that are approved in the blog-list on the right...Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2338 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-12-01Increase truncation limit to 4k, by popular demand.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2323 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-25Styling updates, from Selena.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2309 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-18Add link to manage your registration on the frontpage.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2298 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-18Now that we have the admin schema up, only show feeds that are approved, and ↵Magnus Hagander
only show posts that are not hidden. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2295 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-17Add code to be able to synchronize a majordomo mailinglistMagnus Hagander
with the owners of the blogs. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2291 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-14Make the header link back to the frontpageMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2277 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
2008-11-03Include full text of all feeds in the RSS feed.Magnus Hagander
Create second RSS feed that contains the truncated entries, like the one before. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2260 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-03Re-order the way we try to get the text from a blog post. ThisMagnus Hagander
should favour the longer posts available in some feeds (and we'll just cut them off before displaying them if required) git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2259 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-03Switch to using the Django template engine, since we'llMagnus Hagander
be using Django for some of the other stuff later, and it sucks to have more than one template engine... git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2258 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-28Only quote ampersand, that's the one that the HTML validator bitches about.Magnus Hagander
Specifically don't quote the whole URL, because it's going into HTML and not into a different URL. Per notice from Gevik git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2252 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-28Fix border sizing [Greg Stark]Dave Page
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2251 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-28Add google analytics snippetMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2250 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-28Oops, broken HTML alert!Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2249 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-27Handle exceptions during parsing. Showed up when the domain of one of ourMagnus Hagander
aggregated blogs dropped off DNS... Oops. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2248 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-27Add comment about english.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2247 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-27Add simple installation instructions, from Selena.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2243 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-25Split template into a base piece shared for more pages, and a main piece for ↵Magnus Hagander
the frontend. Add support for building static files if template has changed. And finally, write a policy document using this method and link it in from the front page. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2241 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-25Make tidy deal with utf8 properly. Oops.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2240 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-24Add sample INI fileMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2239 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-24Add database schema to svnMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2237 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-24Read database from a configfile, so beta can now easily haveMagnus Hagander
it's own database. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2236 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-23Switch order of images and textx for feed list, per (broken) patch from Selena.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2231 8f5c7a92-453e-0410-a47f-ad33c8a6b003