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

  • Committer: mattgiuca
  • Date: 2007-12-21 06:15:19 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:124
dispatch/request: Added new fields: method and username.
                  Added new methods: get_session and get_fieldstorage.
dispatch/html: Writes out username of logged in user, and a "logout" link.
dispatch/__init__: Handles special logout app.
                   Performs authentication, and stores username in req.
                   No longer lets apache print HTML errors. Just returns OK.
dispatch: Added login module.

Added new package: auth (handles authentication and authorization).
    Currently just does hard-coded dummy authentication.

debuginfo: Added new info for new fields of request, and also prints out
        fieldstorage and session information.

conf/apps.py: debuginfo does not require auth (careful!)
              Commented out debuginfo (no longer displays warning)
Filename Latest Rev Last Changed Committer Comment Size
..
console 95 16 years ago mattgiuca Moved some things out of www into their respective Diff
doc 1 16 years ago drtomc An initial checkin. Diff
platform 1 16 years ago drtomc An initial checkin. Diff
prototypes 9 16 years ago mattgiuca Added prototypes directory. Added ajax file browse Diff
trampoline 101 16 years ago mattgiuca trampoline: Set property svn:ignore on conf.h whic Diff
userdb 25 16 years ago drtomc A bit more work on the userdb stuff. Diff
www 93 16 years ago mattgiuca New directory hierarchy. Renamed src to www. Added Diff
LICENSE.txt 7 16 years ago stevenbird GPL license 17.5 KB Diff Download File
Makefile 103 16 years ago mattgiuca Fix to Makefile. 238 bytes Diff Download File
File setup.py 123 16 years ago mattgiuca setup.py: install creates a symlink from python po 22.3 KB Diff Download File