summaryrefslogtreecommitdiff
path: root/perl-lib/PgCommitFest
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-08Properly set charset to utf8 on responses.Magnus Hagander
2011-03-08Update FastCGI integration points to work properly with lighttpd.Magnus Hagander
2010-09-27Unbreak commitfest_topic_warning code.Robert Haas
2010-08-10Allow CommitFest view to be filtered by patch status.Robert Haas
2010-08-10Expire sessions after about one week, instead of at browser close.Robert Haas
In response to a gripe by Tom Lane.
2009-12-03Add "Committer" field to patch form.Robert Haas
2009-11-26Always go back to the page you were on after logging in.Jan UrbaƄski
2009-08-07Add pubDate to RSS feed. Also, add really-unique activity_id for guid.Robert Haas
2009-08-07Properly record who deleted a comment.Robert Haas
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-22Show status summary on commitfest view page.Robert Haas
2009-07-15Bug fix: Set patch author for new comment added via patch_view page.Robert Haas
2009-07-13Bug fix: Correctly set last_updater for initial patch comment.Robert Haas
2009-07-13Basic activity log for changes to patch comment table.Robert Haas
2009-07-13Basic activity log for changes to patch table.Robert Haas
2009-07-12Fix a typo noticed by Josh Tolley.Robert Haas
2009-07-04Add comments to patches from patch view page.Robert Haas
As suggested by Tom Lane and others.
2009-07-04Stable links for open, in-progress, and previous CommitFests.Robert Haas
2009-07-03Change "content" control on patch comment form to a text area.Robert Haas
Also, a few further adjustments to patch formatting.
2009-07-03Include 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-03Display topics on separate header lines, rather than as a table column.Robert Haas
2009-07-03Add "sortorder" property to commitfest topics.Robert Haas
2009-07-03Suggestions 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-28Support for moving patches to another CommitFest.Robert Haas
2009-05-27Tell the user what to do if no topics are defined.Robert Haas
Per suggestion from Josh Tolley.
2009-05-27Improve 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-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-26Hooks for real community logins.Robert Haas
2009-05-26Standardize on YYYY-MM-DD date format.Robert Haas
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