~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
..
browser 170 17 years ago mattgiuca browser: Added CSS and JS files (not much in them) Diff
common 169 17 years ago mattgiuca Added global common css file (media/common/ivle.cs Diff
console 217 17 years ago mattgiuca Console: Python code generates a minimal document Diff
diff 562 16 years ago dcoles Added new app: Diff (SVN diff application) setup.p Diff
forum 868 16 years ago dcoles Layout: Attempt to patch some CSS layout issues. S Diff
groups 925 16 years ago mattgiuca Added "groups" app. No code within the app just ye Diff
help 731 16 years ago dcoles Help: Wrote a small help document for the console Diff
images 185 17 years ago mattgiuca Integrated the (second) Prototype browser (HTML+CS Diff
settings 553 16 years ago mattgiuca Added new app: Settings (UI for userservice). Diff
subjects 630 16 years ago mattgiuca subjects: Added subjects/subjects.css to correctly Diff
svn 830 16 years ago wagrant Add an svnlog app. It nicely displays all log entr Diff
tutorial 291 16 years ago mattgiuca tutorial: Added code to handle top-level menu and Diff