summaryrefslogtreecommitdiff
path: root/perl-lib/PgCommitFest/Handler.pm
diff options
context:
space:
mode:
authorRobert Haas2009-07-12 03:07:05 +0000
committerRobert Haas2009-07-13 02:41:14 +0000
commitca339f3ffe2cb51e6d8a8f3419f0c9e5733943c0 (patch)
tree5ccf4fc749dd017b6c5a1b3a371e5229e18096bb /perl-lib/PgCommitFest/Handler.pm
parenta2a8a018eac6bc48731c4cb6970f53a10fa92de2 (diff)
Basic activity log for changes to patch table.
Diffstat (limited to 'perl-lib/PgCommitFest/Handler.pm')
-rw-r--r--perl-lib/PgCommitFest/Handler.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-lib/PgCommitFest/Handler.pm b/perl-lib/PgCommitFest/Handler.pm
index d94e042..b269e0f 100644
--- a/perl-lib/PgCommitFest/Handler.pm
+++ b/perl-lib/PgCommitFest/Handler.pm
@@ -12,6 +12,7 @@ use Template;
our %ACTION = (
'login' => \&PgCommitFest::Handler::login,
'logout' => \&PgCommitFest::Handler::logout,
+ 'commitfest_activity' => \&PgCommitFest::CommitFest::activity,
'commitfest_delete' => \&PgCommitFest::CommitFest::delete,
'commitfest_form' => \&PgCommitFest::CommitFest::form,
'commitfest_search' => \&PgCommitFest::CommitFest::search,