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

« back to all changes in this revision

Viewing changes to doc/man/scripts.rst

  • Committer: William Grant
  • Date: 2010-02-25 03:18:21 UTC
  • Revision ID: grantw@unimelb.edu.au-20100225031821-mi9a2tm5679fht4d
Shuffle things around so that req.user and req.store only construct when actually retrieved, and ensure they're not retrieved for media files. Saves 50ms of DB connection time per request.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
<NEWSEMESTER>`` with a copy of the worksheets from the offering specified by 
128
128
``<OLDSUBJECTCODE> <OLDYEAR> <OLDSEMESTER>``.
129
129
 
 
130
.. note::
 
131
    Admins may also clone worksheets from the offering administration panel
 
132
    in the web interface.
 
133
 
130
134
 
131
135
ivle-config
132
136
-----------
278
282
 
279
283
Lists all users in the IVLE database.
280
284
 
 
285
.. note::
 
286
    Users may also be listed and administered through the web interface,
 
287
    from the *Users* item in the IVLE menu.
 
288
 
281
289
.. cmdoption:: -n, --names
282
290
 
283
291
    Print only each user's login name
284
292
 
285
293
 
286
 
ivle-marks
287
 
----------
288
 
 
289
 
.. program:: ivle-marks
290
 
 
291
 
:program:`ivle-marks [OPTIONS] <SUBJECT>`
292
 
 
293
 
Reports each student's marks for a given subject offering.
294
 
 
295
 
.. cmdoption:: <SUBJECT>
296
 
 
297
 
    Subject short (URL) name
298
 
 
299
 
.. cmdoption:: -s <SEMESTER>, --semester <SEMESTER>
300
 
 
301
 
    Semester of the offering (eg. 2009/1). Defaults to the currently
302
 
    active semester.
303
 
 
304
 
.. cmdoption:: -c <CUTOFF>, --cutoff <CUTOFF>
305
 
 
306
 
    Cutoff date (calculate the marks as of this date). Should be provided in 
307
 
    the form of ``YYYY-MM-DD H:M:S``.
308
 
 
309
 
 
310
294
ivle-mountallusers
311
295
------------------
312
296