pgcommitfest.git
16 years agoTell the user what to do if no topics are defined.
Robert Haas [Wed, 27 May 2009 00:34:12 +0000 (20:34 -0400)]
Tell the user what to do if no topics are defined.

Per suggestion from Josh Tolley.

16 years agoImprove error handling in the case where patch_delete fails.
Robert Haas [Wed, 27 May 2009 00:22:36 +0000 (20:22 -0400)]
Improve error handling in the case where patch_delete fails.

Per suggestion from Josh Tolley.  Along the way, correct a dubious formatting
choice in template/error.tt2.

16 years agoRestrict edit/delete of comments to comment author.
Robert Haas [Wed, 27 May 2009 00:15:29 +0000 (20:15 -0400)]
Restrict edit/delete of comments to comment author.

Per discussions with Magnus Hagander and Dave Page at PGCon 2009.

16 years agoAdd home page link to page header, as suggested by Josh Tolley.
Robert Haas [Tue, 26 May 2009 20:59:30 +0000 (16:59 -0400)]
Add home page link to page header, as suggested by Josh Tolley.

16 years agoRestrict new/edit/delete on CommitFests to administrators.
Robert Haas [Tue, 26 May 2009 20:55:25 +0000 (16:55 -0400)]
Restrict new/edit/delete on CommitFests to administrators.

The list of administrators is controlled by the new user_privilege table.

16 years agoHooks for real community logins.
Robert Haas [Tue, 26 May 2009 11:11:46 +0000 (07:11 -0400)]
Hooks for real community logins.

16 years agoStandardize on YYYY-MM-DD date format.
Robert Haas [Tue, 26 May 2009 11:06:30 +0000 (07:06 -0400)]
Standardize on YYYY-MM-DD date format.

16 years agoRearrange to work better with community logins.
Robert Haas [Mon, 25 May 2009 01:58:19 +0000 (21:58 -0400)]
Rearrange to work better with community logins.

16 years agoAllow override of DB to use via environment variable PGCOMMITFEST_DB.
Robert Haas [Sun, 24 May 2009 02:19:55 +0000 (22:19 -0400)]
Allow override of DB to use via environment variable PGCOMMITFEST_DB.

16 years agoAvoid opening the database connection sooner than necessary.
Robert Haas [Sun, 24 May 2009 02:00:19 +0000 (22:00 -0400)]
Avoid opening the database connection sooner than necessary.

16 years agoEliminate dependencies on any particular absolute path.
Robert Haas [Sat, 23 May 2009 02:54:01 +0000 (22:54 -0400)]
Eliminate dependencies on any particular absolute path.

Also, use pgcommitfest for database & database username, rather than
commitfest and rhaas respectively.

16 years agoLog in/log out links.
Robert Haas [Fri, 22 May 2009 19:23:33 +0000 (15:23 -0400)]
Log in/log out links.

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.

16 years agoFirst attempt.
Robert Haas [Fri, 22 May 2009 14:41:10 +0000 (10:41 -0400)]
First attempt.