[Bps-public-commit] App-Changeloggr branch, master, updated. db8e01a603d61be2a5bfac12b0790105c2e796fb

sartak at bestpractical.com sartak at bestpractical.com
Wed May 20 15:53:59 EDT 2009


The branch, master has been updated
       via  db8e01a603d61be2a5bfac12b0790105c2e796fb (commit)
      from  3b504d98e486fb21c4b5d45a1d4d084a32d60732 (commit)

Summary of changes:
 etc/config.yml              |    3 +++
 lib/App/Changeloggr/View.pm |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit db8e01a603d61be2a5bfac12b0790105c2e796fb
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed May 20 15:53:53 2009 -0400

    Add the feedback plugin

diff --git a/etc/config.yml b/etc/config.yml
index 13b3ede..1880fbb 100644
--- a/etc/config.yml
+++ b/etc/config.yml
@@ -30,6 +30,9 @@ framework:
     - ErrorTemplates: {}
     - CompressedCSSandJS: {}
     - AdminUI: {}
+    - Feedback:
+        to:   changelogger at bestpractical.com
+        from: changelogger-user at bestpractical.com
   SkipAccessControl: 0
   TemplateClass: App::Changeloggr::View
   View: 
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index 97007ae..7a65cf8 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -41,6 +41,8 @@ template '/changelog' => page {
             changelog => $changelog->id,
         },
     );
+
+    show '/feedback/request_feedback';
 };
 
 template '/changelog/download' => sub {

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list