Ignore:
Timestamp:
Dec 20, 2009, 11:27:10 PM (14 years ago)
Author:
broder
Message:

Merge cherrypy-rebased branch of invirt-web into trunk.

Location:
trunk/packages/invirt-web
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web

  • trunk/packages/invirt-web/debian/changelog

    r2611 r2737  
     1invirt-web (0.1.0) unstable; urgency=low
     2
     3  [Quentin Smith]
     4  * Switch to CherryPy in place of our home-grown web framework.
     5  * Switch from the Cheetah templating engine to the Mako templating engine.
     6  * New URI scheme: /machine/<numeric-id>/<operation>
     7    rather than /<operation>?machine_id=<numeric-id> .
     8  * Fix power-on/power-off/reboot buttons for IE <=8.
     9  * Move some bits of presentation code from Python into templates.
     10  * Clarify that Windows licenses are available from MIT for staff.
     11
     12  [Evan Broder]
     13  * Show newlines from descriptions in list page.
     14  * Only aklog to a cell if encryption is actually needed.
     15  * Re-arrange the authz configuration.
     16
     17 -- Greg Price <price@mit.edu>  Sat, 19 Dec 2009 21:53:40 -0500
     18
    119invirt-web (0.0.24) unstable; urgency=low
    220
  • trunk/packages/invirt-web/debian/control

    r2052 r2737  
    1717 debathena-ssl-certificates,
    1818# python libraries
    19  python-flup, python-cheetah, python-simplejson,
    20  python-dns, python-dnspython,
     19 python-flup, python-simplejson,
     20 python-dns, python-dnspython, python-cherrypy3,
     21 python-mako,
    2122# misc
    2223 kstart,
  • trunk/packages/invirt-web/debian/copyright

    r1318 r2737  
    1515On Debian systems, the complete text of the GNU General Public License
    1616can be found in the file /usr/share/common-licenses/GPL.
     17
     18The file "code/static/power_installing.png" is from the Human-O2 icon
     19set by Oliver Scholtz and is released under the "GNU/GPL" (source:
     20http://www.iconfinder.net/icondetails/24350/128/ -
     21http://schollidesign.deviantart.com/art/Human-O2-Iconset-105344123)
Note: See TracChangeset for help on using the changeset viewer.