~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/config.rst

  • Committer: Matt Giuca
  • Date: 2010-02-11 07:11:18 UTC
  • Revision ID: matt.giuca@gmail.com-20100211071118-porrkurotrvo04bs
submit: Now produces a graceful user error if submitting a project after the deadline (forbidden by HTML, but still possible and not due to malice). Previously resulted in an internal server error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    Location where Subversion WebDAV AuthUserFile password hash file will be 
175
175
    stored.
176
176
 
177
 
.. _ref-configuration-policy:
178
 
 
179
 
[policy]
180
 
--------
181
 
Site-specific policy decisions on permissions, etc. These modify the user
182
 
roles, as described in :ref:`ref-user-roles`.
183
 
 
184
 
.. describe:: tutors_can_enrol_students
185
 
 
186
 
    :type: boolean(default=False)
187
 
 
188
 
    If True, tutors can enrol any IVLE user as a student in a subject they are
189
 
    tutoring. This is disabled by default, as it is generally considered
190
 
    unnecessary for tutors to have such power.
191
 
 
192
 
.. describe:: tutors_can_edit_worksheets
193
 
 
194
 
    :type: boolean(default=True)
195
 
 
196
 
    If True, tutors can create and edit worksheets in a subject they are
197
 
    tutoring, and can create and edit *any exercise in the system*. This is
198
 
    turned on by default, but should be used carefully. Untrusted tutors could
199
 
    create site-wide problems.
200
 
 
201
 
    (The reason tutors can edit any exercise is because exercises are not
202
 
    stored per-subject, so it isn't possible to limit them just to exercises
203
 
    for a particular subject.)
204
 
 
205
177
[media]
206
178
-------
207
 
Configuration of media serving.
 
179
Configuration of :ref:`media serving <ref-media-serving>`.
208
180
 
209
181
.. describe:: version
210
182