Enable discussion by default if p.a.discussion is shipped as add-on product.
svn path=/plone.app.discussion/branches/1.x/; revision=46973
This commit is contained in:
		
							parent
							
								
									aef9a0a39b
								
							
						
					
					
						commit
						9790dd5b65
					
				@ -22,9 +22,6 @@ Changelog
 | 
			
		||||
- Avoid sending multiple notification emails to the same person when
 | 
			
		||||
  he has commented multiple times.
 | 
			
		||||
  [maurits]
 | 
			
		||||
 | 
			
		||||
- Disable discussion by default.
 | 
			
		||||
  [timo]
 | 
			
		||||
  
 | 
			
		||||
- Move discussion action item from actionicons.xml to actions.xml to avoid 
 | 
			
		||||
  deprecation warning.
 | 
			
		||||
 | 
			
		||||
@ -29,7 +29,7 @@ class IDiscussionSettings(Interface):
 | 
			
		||||
                         "specific content types, folders or content objects "
 | 
			
		||||
                         "before users will be able to post comments."),
 | 
			
		||||
        required=False,
 | 
			
		||||
        default=False,
 | 
			
		||||
        default=True,
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
    anonymous_comments = schema.Bool(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user