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

  • Committer: mattgiuca
  • Date: 2008-08-18 10:05:46 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1025
tutorialservice: Added two new GET actions: getattempts and getattempt.
    getattempts retrieves a list of all attempts the user has made for a
    particular question.
    getattempt returns the code for a specific attempt.
    Note that BY DEFAULT, these do not allow you to browse disabled attempts
    (but this can be easily activated via a flag at the top of
    tutorialservice/__init__.py).
db.py: Added get_problem_attempts and get_problem_attempt methods to do the DB
    queries for the above actions.
Filename Latest Rev Last Changed Committer Comment Size
..
migrations 875 16 years ago mattgiuca Added "migrations" directory, which contains incre Diff
forum_data.sql 624 16 years ago dcoles forum: Removed the subsilver2 style and phpBB inst 68.3 KB Diff Download File
forum_schema.sql 624 16 years ago dcoles forum: Removed the subsilver2 style and phpBB inst 46.2 KB Diff Download File
query.py 25 16 years ago drtomc A bit more work on the userdb stuff. 927 bytes Diff Download File
README 25 16 years ago drtomc A bit more work on the userdb stuff. 211 bytes Diff Download File
users.png 447 16 years ago stevenbird graphic for user database schema 52.6 KB Diff Download File
users.sql 1021 16 years ago dcoles Database: Adds active column to problem_attempt ta 8.9 KB Diff Download File
users.vpp 447 16 years ago stevenbird graphic for user database schema 80.1 KB Diff Download File