From 62159b9e086d901b37e9b7ca1d2b58264e4f574e Mon Sep 17 00:00:00 2001
From: Robert Haas
Date: Fri, 3 Jul 2009 20:05:17 -0400
Subject: Stable links for open, in-progress, and previous CommitFests.
---
perl-lib/PgCommitFest/CommitFest.pm | 34 +++++++++++++++++++++++++++++++---
perl-lib/PgCommitFest/DB.pm | 5 +++++
template/commitfest_search.tt2 | 17 ++++++++++++-----
3 files changed, 48 insertions(+), 8 deletions(-)
diff --git a/perl-lib/PgCommitFest/CommitFest.pm b/perl-lib/PgCommitFest/CommitFest.pm
index de19005..a4115b2 100644
--- a/perl-lib/PgCommitFest/CommitFest.pm
+++ b/perl-lib/PgCommitFest/CommitFest.pm
@@ -86,11 +86,39 @@ EOM
}
sub view {
- my ($r) = @_;
+ my ($r, $extrapath) = @_;
my $aa = $r->authenticate();
+
+ # Target commitfest can be specified either by ID, or we allow special
+ # magic to fetch it by
my $id = $r->cgi_id();
- my $d = $r->db->select_one(< If you want to submit a new patch for review, please visit the Open
-CommitFest. If you want to help with the reviewing process for the
+ If you have submitted a patch to pgsql-hackers and want it to be reviewed,
+you should add it to the Open
+CommitFest. If you want to help with the reviewing process for the
CommitFest that's currently taking place (if any), please visit the
-CommitFest In Progress. Previous CommitFests are marked as
-Closed, and scheduled upcoming CommitFests (other than the one to which
-patches should be submitted) are marked as Future.
No CommitFests have been defined yet.
-- cgit v1.2.3