summaryrefslogtreecommitdiff
path: root/perl-lib/PgCommitFest/Handler.pm
AgeCommit message (Collapse)Author
2013-12-15Get username and password from separate variables for loginHEADmasterMagnus Hagander
This should hopefully keep them out of error messages, and thus not leak the login details if there is a network problem.
2013-12-14Fix community aith parametersMagnus Hagander
This patch was actually made yas ago, but never committed..
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-08-01Code cleanup and other adjustments to RSS feed code.Robert Haas
2009-07-31Implement an RSS feed with the changes from the commitfest app.Magnus Hagander
2009-07-13Basic activity log for changes to patch table.Robert Haas
2009-06-28Support for moving patches to another CommitFest.Robert Haas
2009-05-26Hooks for real community logins.Robert Haas
2009-05-25Rearrange to work better with community logins.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