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

  • Committer: mattgiuca
  • Date: 2008-01-23 06:55:12 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:276
Console now runs inside IVLE (without requiring an IFRAME). The separate
console server is still spawned, but the client never directly communicates
with it.

apps/console: Writes the HTML code for the actual console (the 2 text boxes),
    instead of just a contained div for the IFRAME.

media/console/console.js:
    Removed code to create IFRAME and link to console server.
    Incorporated Tom's console.js code from trunk/console/console.js.
    Modified this code to:
        a) Use functions from util.js, such as make_query_string and
            ajax_call.
        b) Talk to consoleservice/chat instead of the console server.
        c) Pass host and port as arguments (needed by IVLE to talk to the
            console server).
    Also had the "startup" code save the host, port and magic, needed for
    communication with the console server.

media/console/console.css: Added CSS file (derived from Tom's inline CSS in
    the original index.html).

apps/consoleservice: Fixed bugs which caused the wrong text to be sent, and
    also avoid throwing an error for empty text.

Note that trunk/console will still serve the HTML, JavaScript and CSS files if
needed. The next step is to make this just a service and not actually a web
server as well.
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
test 201 16 years ago mattgiuca Added "test" directory. Added make_date_test.py, a Diff
trampoline 144 16 years ago mattgiuca Trunk, and all subdirectories with Python files: Diff
userdb 25 16 years ago drtomc A bit more work on the userdb stuff. Diff
www 144 16 years ago mattgiuca Trunk, and all subdirectories with Python files: 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 makeuser.py 134 16 years ago mattgiuca Added module: common/makeuser.py. Creates a new us 1.4 KB Diff Download File
File setup.py 259 16 years ago mattgiuca setup.py: Added a new config variable "public_host 28.4 KB Diff Download File