source: package_branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2684   14 years broder Make commands work from list and info pages
(edit) @2683   14 years broder Use RESTful URLs for commands
(edit) @2682   14 years broder Translate newlines to break tags in the machine description.
(edit) @2681   14 years broder Mount app on / regardless of whether it's fastcgi
(edit) @2680   14 years broder Port vnc page to Mako and CherryPy?
(edit) @2679   14 years broder Remove calls to helppopup from outside templates
(edit) @2678   14 years broder Upgrade info page to Mako, and use REST-style URLs.
(edit) @2677   14 years broder Get username from cherrypy request object
(edit) @2676   14 years broder Implement help handler
(edit) @2675   14 years broder Show the cherrypy request object on the helloworld page Add kwargs to …
(edit) @2674   14 years broder Use global imports for Mako templates
(edit) @2673   14 years broder Allow global imports to be specified for Mako templates
(edit) @2672   14 years broder Move the help popup code into the templates where it belongs
(edit) @2671   14 years broder Provide basic authentication on the development server
(edit) @2670   14 years broder Get login information from Apache, if available
(edit) @2669   14 years broder Get username and state from CherryPy? request
(edit) @2668   14 years broder Port list to Mako
(edit) @2667   14 years broder Port functions to Mako
(edit) @2666   14 years broder skeleton and helloworld Mako templates
(edit) @2665   14 years broder Add list method, require authentication for it, and add a hello world …
(edit) @2664   14 years broder Connect to the database on init
(edit) @2663   14 years broder Stub InvirtWeb? implementation
(edit) @2662   14 years broder CherryPy? config files
(edit) @2661   14 years broder Mount static resources so they can be accessed via CherryPy?
(edit) @2660   14 years broder Basic CherryPy? FastCGI handler
(edit) @2659   14 years broder Mako and SimpleJSON CherryPy? hooks
(edit) @2658   14 years broder Depend on python-cherrypy3 and python-mako in preparation of migrating …
(edit) @2657   14 years broder Create branch cherrypy-rebased
(edit) @2656   14 years price Fix dumb mistakes in my r2655.
(edit) @2655   14 years price Deduplicate the code in auth.fcgi and unauth.fcgi But call the …
(edit) @2654   14 years broder Don't calculate static_dir in the fcgi files - we no longer use it there.
(edit) @2653   14 years broder Remove the "checkpoint" code for timing measurements.
(edit) @2652   14 years broder Setup hosting for static resources in the InvirtWeb? and …
(edit) @2651   14 years broder Use separate fcgi files for the authed and unauthed site. This allows …
(edit) @2650   14 years broder Fix the unauthenticated web interface. Separate the separate …
(edit) @2649   14 years broder Punt some RewriteRules? for deprecated URLs we no longer use.
(edit) @2648   14 years price command: recognize new "internal" name for delete This fixes the bug …
(edit) @2647   14 years price Fill in changelog with the many things that changed. I might still be …
(edit) @2646   14 years price view.py: fix long lines
(edit) @2645   14 years price view.py: double blank lines at toplevel This is a style convention …
(edit) @2644   14 years price view.py: clean up remote_user_login Remove dead code, and make the …
(edit) @2643   14 years price view.py: fix a docstring The first line of a docstring should be …
(edit) @2642   14 years price main.py: small Python style improvement
(edit) @2641   14 years price list.mako: map/lambda make Guido sad, use a comprehension In Python …
(edit) @2640   14 years price info.mako: cut no-longer-used hidden field
(edit) @2617   14 years broder Create hvirt branch of invirt-base.
(edit) @2616   14 years broder Delete the hvirt branch of invirt-base. I'll recreate it in just a …
(edit) @2615   14 years gdb Changed branch name from invirt-base->hvirt
(edit) @2614   14 years gdb Reverted r2613 and started a new hvirt branch on the invirt-base pkg
(edit) @2591   14 years broder Update the cherrypy branch to use authz.afs.cells instead of just …
(edit) @2558   14 years broder "Cherry-pick" r2557 (Re-arrange the authz configuration.) to the …
(edit) @2534   14 years quentin Document MachineView?.getattr
(edit) @2533   14 years quentin Make changelog entries describe package changes, not packaging changes
(edit) @2532   14 years quentin Clarify the operation of MakoHandler?
(edit) @2531   14 years quentin Revert "Replace weird username logic with the old logic." This …
(edit) @2530   14 years price fix a syntax error from my r2526
(edit) @2529   14 years price Restore explanatory comment on random.seed().
(edit) @2528   14 years price style tweaks
(edit) @2527   14 years price tighten a bit of code
(edit) @2526   14 years price main.py: FieldStorage? is history, so revert to sugared getitem.
(edit) @2525   14 years price fix super-long lines
(edit) @2524   14 years price tighten a bit of code
(edit) @2523   14 years price cut a leftover comment, fix a bit of spacing
(edit) @2522   14 years price cut uninformative comment and blank line
(edit) @2521   14 years price main.fcgi: usage, fix a bit of spacing
(edit) @2520   14 years price small style fix
(edit) @2519   14 years price Replace weird username logic with the old logic. remote_user_login() …
(edit) @2518   14 years price style nit
(edit) @2515   14 years pweaver Removed useless method
(edit) @2512   14 years quentin Remove unused external_remote_user_login function
(edit) @2488   15 years broder Punt the "moocow" VNC password - it's dumb, and we already have our …
(edit) @2486   15 years quentin error page tweaks
(edit) @2485   15 years quentin Full error handling
(edit) @2484   15 years quentin Unauthenticated front page
(edit) @2483   15 years quentin Make modify form work
(edit) @2482   15 years quentin Implement administrator mode
(edit) @2481   15 years quentin Ensure Kerberos tickets get passed to the ssh that ajaxterm spawns
(edit) @2456   15 years quentin Handle control characters from Safari (they arrive pre-translated)
(edit) @2455   15 years quentin Remove dependency on qweb framework
(edit) @2454   15 years quentin Use browser-based dupe suppression, so multiple clients can connect to …
(edit) @2453   15 years ecprice Update focus rules to failback in safari
(edit) @2452   15 years ecprice disable GETting to post keyboards to ajaxterm
(edit) @2451   15 years ecprice Make ajaxterm only seize keypresses when focused.
(edit) @2450   15 years ecprice Clear stale fds out of cache in ajaxterm
(edit) @2449   15 years ecprice Fix race condition in ajaxterm
(edit) @2448   15 years quentin Apply javascript quoting after URL-escaping
(edit) @2443   15 years quentin Link to the web terminal page from the VM list for paravms
(edit) @2440   15 years quentin Compress ajaxterm redraws with gzip, to reduce latency
(edit) @2435   15 years quentin Allow reconnecting to the same terminal session
(edit) @2434   15 years quentin Fix typo
(edit) @2433   15 years quentin ajaxterm!
(edit) @2432   15 years quentin Add terminal page
(edit) @2431   15 years quentin Allow pages to specify extra header elements
(edit) @2430   15 years quentin Make ajaxterm play nicely with CherryPy?
(edit) @2429   15 years quentin Allow passing a different command for each ajaxterm invocation
(edit) @2428   15 years quentin Update the errortest handler for cherrypy
(edit) @2427   15 years quentin Import upstream ajaxterm 0.10
(edit) @2425   15 years broder Only aklog to a cell if encryption is actually needed.
(edit) @2424   15 years quentin Show installer status on the front page, and unbreak the autoinstall …
(edit) @2423   15 years quentin Clarify that staff can receive Windows license keys from MIT
Note: See TracRevisionLog for help on using the revision log.