Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-15 | Get username and password from separate variables for loginHEADmaster | Magnus 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-14 | Fix community aith parameters | Magnus Hagander | |
This patch was actually made yas ago, but never committed.. | |||
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-09-27 | Unbreak commitfest_topic_warning code. | Robert Haas | |
2010-08-10 | Allow CommitFest view to be filtered by patch status. | Robert Haas | |
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-12-03 | Add "Committer" field to patch form. | Robert Haas | |
2009-11-26 | Always go back to the page you were on after logging in. | Jan UrbaĆski | |
2009-08-07 | Add pubDate to RSS feed. Also, add really-unique activity_id for guid. | Robert Haas | |
2009-08-07 | Properly record who deleted a comment. | Robert Haas | |
2009-08-01 | Code cleanup and other adjustments to RSS feed code. | Robert Haas | |
2009-07-31 | Implement an RSS feed with the changes from the commitfest app. | Magnus Hagander | |
2009-07-22 | Show status summary on commitfest view page. | Robert Haas | |
2009-07-15 | Bug fix: Set patch author for new comment added via patch_view page. | Robert Haas | |
2009-07-13 | Bug fix: Correctly set last_updater for initial patch comment. | Robert Haas | |
2009-07-13 | Basic activity log for changes to patch comment table. | Robert Haas | |
2009-07-13 | Basic activity log for changes to patch table. | Robert Haas | |
2009-07-12 | Fix a typo noticed by Josh Tolley. | Robert Haas | |
2009-07-04 | Add comments to patches from patch view page. | Robert Haas | |
As suggested by Tom Lane and others. | |||
2009-07-04 | Stable links for open, in-progress, and previous CommitFests. | Robert Haas | |
2009-07-03 | Change "content" control on patch comment form to a text area. | Robert Haas | |
Also, a few further adjustments to patch formatting. | |||
2009-07-03 | Include name of patch in subject line when adding/editing a patch comment. | Robert Haas | |
Also include some directions on the patch comment form, to indicate that the message-ID is optional. Per suggestions from Tom Lane. | |||
2009-07-03 | Display topics on separate header lines, rather than as a table column. | Robert Haas | |
2009-07-03 | Add "sortorder" property to commitfest topics. | Robert Haas | |
2009-07-03 | Suggestions from Brendan Jurd. | Robert Haas | |
- Increase default text field size from 40 to 60 and default max size from 40 to 120. - Change secondary sort on commitfest_view page to id. | |||
2009-06-28 | Support for moving patches to another CommitFest. | Robert Haas | |
2009-05-27 | Tell the user what to do if no topics are defined. | Robert Haas | |
Per suggestion from Josh Tolley. | |||
2009-05-27 | Improve error handling in the case where patch_delete fails. | Robert Haas | |
Per suggestion from Josh Tolley. Along the way, correct a dubious formatting choice in template/error.tt2. | |||
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-26 | Hooks for real community logins. | Robert Haas | |
2009-05-26 | Standardize on YYYY-MM-DD date format. | Robert Haas | |
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 | |