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

  • Committer: drtomc
  • Date: 2008-02-20 09:41:48 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:522
Add quite a lot of stuff to get usrmgt happening.

login.py: A little bit of robustifying logic that logs you out if your account
    is still pending when you try to auth. Basically, this forces usrmgt-server
    to have another try.

authenticate.py: A small code rearrangement to produce the right behaviour
    (a generic login/passwd error) when an unknown user logs in (better than
    an internal server error :-) ).

usrmgt-server, makeuser.py: Lots of stuff to setup users. Quite a bit of stuff
    that should be db-driven is hard coded at the moment. (Only a week and a
    half till students will be hitting it, and we can't do everything!)

setup.py: Add an extra bit of svn related config.

users.sql,user.py,db.py: Add the svn_pass column to allow ivle to auth to the
    subversion server.

studpath.py: update a couple of comments to reflect a newer view of the world.

python-console: Add some timeout magic. Actually, I don't think this works,
    but it's well after bedtime, and I've still got to ride home from work.
    The morning will be soon enough.

Filename Latest Rev Last Changed Committer Comment Size
..
doc 1 17 years ago drtomc An initial checkin. Diff
exercises 512 17 years ago stevenbird Renaming of problems to exercises (initial commit) Diff
file-tools 405 17 years ago drtomc Version 0 of the file manipulation tools to allow Diff
home 400 17 years ago stevenbird first commit of homepage at ivle.sourceforge.net, Diff
lib 409 17 years ago mattgiuca Moved www/conf and www/common to a new directory l Diff
platform 1 17 years ago drtomc An initial checkin. Diff
prototypes 9 17 years ago mattgiuca Added prototypes directory. Added ajax file browse Diff
scripts 418 17 years ago mattgiuca Renamed trunk/console to trunk/scripts. We are now Diff
subjects 313 17 years ago mattgiuca test/test_framework: Updated examples, a bit of be Diff
test 201 17 years ago mattgiuca Added "test" directory. Added make_date_test.py, a Diff
trampoline 144 17 years ago mattgiuca Trunk, and all subdirectories with Python files: Diff
userdb 25 17 years ago drtomc A bit more work on the userdb stuff. Diff
www 144 17 years ago mattgiuca Trunk, and all subdirectories with Python files: Diff
LICENSE.txt 7 17 years ago stevenbird GPL license 17.5 KB Diff Download File
File listusers.py 500 17 years ago mattgiuca db: get_user and get_users now return User objects 1.2 KB Diff Download File
Makefile 103 17 years ago mattgiuca Fix to Makefile. 238 bytes Diff Download File
File makeuser.py 481 17 years ago stevenbird reverted change that added a command-line flag to 3.5 KB Diff Download File
File remakeuser.py 418 17 years ago mattgiuca Renamed trunk/console to trunk/scripts. We are now 1.8 KB Diff Download File
File setup.py 522 17 years ago drtomc Add quite a lot of stuff to get usrmgt happening. 39.4 KB Diff Download File