summaryrefslogtreecommitdiff
path: root/perl-lib/PgCommitFest/Request.pm
AgeCommit message (Collapse)Author
2011-03-08Properly set charset to utf8 on responses.Magnus Hagander
2011-03-08Update FastCGI integration points to work properly with lighttpd.Magnus Hagander
2010-08-10Expire sessions after about one week, instead of at browser close.Robert Haas
In response to a gripe by Tom Lane.
2009-11-26Always go back to the page you were on after logging in.Jan UrbaƄski
2009-08-01Code cleanup and other adjustments to RSS feed code.Robert Haas
2009-05-27Restrict edit/delete of comments to comment author.Robert Haas
Per discussions with Magnus Hagander and Dave Page at PGCon 2009.
2009-05-26Restrict new/edit/delete on CommitFests to administrators.Robert Haas
The list of administrators is controlled by the new user_privilege table.
2009-05-25Rearrange to work better with community logins.Robert Haas
2009-05-24Allow override of DB to use via environment variable PGCOMMITFEST_DB.Robert Haas
2009-05-24Avoid opening the database connection sooner than necessary.Robert Haas
2009-05-23Eliminate dependencies on any particular absolute path.Robert Haas
Also, use pgcommitfest for database & database username, rather than commitfest and rhaas respectively.
2009-05-22Log in/log out links.Robert Haas
In passing, fix a wrong identifier in PgCommitFest::DB::delete, fix session cookie path in PgCommitFest::Handler::login and remove an unnecessary trace setting, and rip out some superfluous CSS code.
2009-05-22First attempt.Robert Haas