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

  • Committer: mattgiuca
  • Date: 2008-02-19 06:37:34 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:504
Warning: Broken build, but rather unavoidable or this commit will spiral out
of control.

dispatch.login: Removed all the misc user values from session. Replaced with
"user" which is a User object. All the code which looks up values in session
can just look up user and read fields from it; but they don't at the moment so
they break.

dispatch: All the rest of dispatch system updated to read from user instead,
and have no dependency on the other fields in session. So the top level works
(the apps don't).

user.py: Added __iter__ method, allowing dict() to be called on a user object.

debuginfo: Added a special print table for the user fields.
Filename Latest Rev Last Changed Committer Comment Size
..
fileservice 419 17 years ago mattgiuca cgirequest: Throws an exception if important CGI v 1.4 KB Diff Download File
python-console 432 17 years ago drtomc usrmgt: more work on this. Still some work to go. 3.7 KB Diff Download File
usrmgt-server 478 17 years ago mattgiuca scripts/usrmgr-server: Renamed actions from dashes 3.8 KB Diff Download File