projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0dfa20c
99338b6
)
Merge remote-tracking branch 'refs/remotes/dthompson/453_disable_comments'
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 10 May 2013 21:33:52 +0000
(16:33 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 10 May 2013 21:33:52 +0000
(16:33 -0500)
1
2
mediagoblin/config_spec.ini
patch
|
diff1
|
diff2
|
blob
|
history
mediagoblin/templates/mediagoblin/user_pages/media.html
patch
|
diff1
|
diff2
|
blob
|
history
mediagoblin/user_pages/views.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
mediagoblin/config_spec.ini
index b7c6f29a2b8338973eb767ca52520fa942f40502,545d02e21553501f9f0420e2230d06631e44cfa3..6c00aa58db15cfb14c7390fae2e8d8c7ca3898bb
---
1
/
mediagoblin/config_spec.ini
---
2
/
mediagoblin/config_spec.ini
+++ b/
mediagoblin/config_spec.ini
@@@
-32,8
-32,11
+32,11
@@@
email_smtp_pass = string(default=None
allow_registration = boolean(default=True)
# tag parsing
-tags_max_length = integer(default=
50
)
+tags_max_length = integer(default=
255
)
+ # Enable/disable comments
+ allow_comments = boolean(default=True)
+
# Whether comments are ascending or descending
comments_ascending = boolean(default=True)
diff --cc
mediagoblin/templates/mediagoblin/user_pages/media.html
Simple merge
diff --cc
mediagoblin/user_pages/views.py
Simple merge