Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-08 | Properly set charset to utf8 on responses. | Magnus Hagander | |
2011-03-08 | Update FastCGI integration points to work properly with lighttpd. | Magnus Hagander | |
2010-08-10 | Expire sessions after about one week, instead of at browser close. | Robert Haas | |
In response to a gripe by Tom Lane. | |||
2009-11-26 | Always go back to the page you were on after logging in. | Jan UrbaĆski | |
2009-08-01 | Code cleanup and other adjustments to RSS feed code. | Robert Haas | |
2009-05-27 | Restrict edit/delete of comments to comment author. | Robert Haas | |
Per discussions with Magnus Hagander and Dave Page at PGCon 2009. | |||
2009-05-26 | Restrict new/edit/delete on CommitFests to administrators. | Robert Haas | |
The list of administrators is controlled by the new user_privilege table. | |||
2009-05-25 | Rearrange to work better with community logins. | Robert Haas | |
2009-05-24 | Allow override of DB to use via environment variable PGCOMMITFEST_DB. | Robert Haas | |
2009-05-24 | Avoid opening the database connection sooner than necessary. | Robert Haas | |
2009-05-23 | Eliminate dependencies on any particular absolute path. | Robert Haas | |
Also, use pgcommitfest for database & database username, rather than commitfest and rhaas respectively. | |||
2009-05-22 | Log 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-22 | First attempt. | Robert Haas | |