You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/10/19 13:37:44 UTC

[19/50] [abbrv] allura git commit: [#7943] remove unused widget references

[#7943] remove unused widget references


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/0b77e7e6
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/0b77e7e6
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/0b77e7e6

Branch: refs/heads/ib/7924
Commit: 0b77e7e6c053b76d32b2fc77718ee5ccad84ac23
Parents: fc82950
Author: Dave Brondsema <da...@brondsema.net>
Authored: Fri Oct 2 10:02:59 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Oct 2 10:06:07 2015 -0400

----------------------------------------------------------------------
 Allura/allura/controllers/discuss.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/0b77e7e6/Allura/allura/controllers/discuss.py
----------------------------------------------------------------------
diff --git a/Allura/allura/controllers/discuss.py b/Allura/allura/controllers/discuss.py
index 36a9b97..459caf7 100644
--- a/Allura/allura/controllers/discuss.py
+++ b/Allura/allura/controllers/discuss.py
@@ -65,11 +65,9 @@ class WidgetConfig(object):
     post_filter = DW.PostFilter()
     moderate_posts = DW.ModeratePosts()
     # Other widgets
-    discussion = DW.Discussion()
     thread = DW.Thread()
     post = DW.Post()
     thread_header = DW.ThreadHeader()
-    discussion_header = DW.DiscussionHeader()
 
 # Controllers