Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
35978071
Commit
35978071
authored
Mar 20, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
raise karma limits on certain actions, disable askbot-wiki
parent
b3432201
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
settings.py
+7
-7
No files found.
settings.py
View file @
35978071
...
...
@@ -455,7 +455,7 @@ LIVESETTINGS_OPTIONS = {
'MIN_TITLE_LENGTH'
:
1
,
'MIN_QUESTION_BODY_LENGTH'
:
1
,
'MIN_ANSWER_BODY_LENGTH'
:
1
,
'WIKI_ON'
:
Tru
e
,
'WIKI_ON'
:
Fals
e
,
'ALLOW_ASK_ANONYMOUSLY'
:
True
,
'ALLOW_POSTING_BEFORE_LOGGING_IN'
:
False
,
'ALLOW_SWAPPING_QUESTION_WITH_ANSWER'
:
False
,
...
...
@@ -548,16 +548,16 @@ LIVESETTINGS_OPTIONS = {
'MIN_REP'
:
{
'MIN_REP_TO_ACCEPT_OWN_ANSWER'
:
1
,
'MIN_REP_TO_ANSWER_OWN_QUESTION'
:
1
,
'MIN_REP_TO_CLOSE_OTHERS_QUESTIONS'
:
25
0
,
'MIN_REP_TO_CLOSE_OTHERS_QUESTIONS'
:
120
0
,
'MIN_REP_TO_CLOSE_OWN_QUESTIONS'
:
1
,
'MIN_REP_TO_DELETE_OTHERS_COMMENTS'
:
2
000
,
'MIN_REP_TO_DELETE_OTHERS_POSTS'
:
5
000
,
'MIN_REP_TO_EDIT_OTHERS_POSTS'
:
2
000
,
'MIN_REP_TO_EDIT_WIKI'
:
5
0
,
'MIN_REP_TO_DELETE_OTHERS_COMMENTS'
:
5
000
,
'MIN_REP_TO_DELETE_OTHERS_POSTS'
:
10
000
,
'MIN_REP_TO_EDIT_OTHERS_POSTS'
:
5
000
,
'MIN_REP_TO_EDIT_WIKI'
:
20
0
,
'MIN_REP_TO_FLAG_OFFENSIVE'
:
1
,
'MIN_REP_TO_HAVE_STRONG_URL'
:
250
,
'MIN_REP_TO_LEAVE_COMMENTS'
:
1
,
'MIN_REP_TO_LOCK_POSTS'
:
4
000
,
'MIN_REP_TO_LOCK_POSTS'
:
10
000
,
'MIN_REP_TO_REOPEN_OWN_QUESTIONS'
:
1
,
'MIN_REP_TO_RETAG_OTHERS_QUESTIONS'
:
100
,
'MIN_REP_TO_UPLOAD_FILES'
:
1
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment