]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commit - webapp/__init__.py
Some very big changes I cannot break down to distinct commits.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 7 Aug 2010 14:36:12 +0000 (16:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 7 Aug 2010 14:36:12 +0000 (16:36 +0200)
commitfeb02477234bd1494c7e82aec088898013f55d7f
tree918378a9b947956e5a11e074dbabb45da0a9b18a
parent01f86827dee47f50fcf3e383f1ee2fd741cb17cf
Some very big changes I cannot break down to distinct commits.
29 files changed:
www/mirrors.json
www/static/css/style.css
www/templates/admin-accounts-edit.html [new file with mode: 0644]
www/templates/admin-accounts.html [new file with mode: 0644]
www/templates/admin-base.html [new file with mode: 0644]
www/templates/admin-index.html [new file with mode: 0644]
www/templates/admin-planet-compose.html [new file with mode: 0644]
www/templates/admin-planet.html [new file with mode: 0644]
www/templates/downloads-mirrors.html
www/webapp.py
www/webapp/__init__.py
www/webapp/banners.py [deleted file]
www/webapp/datastore/__init__.py [new file with mode: 0644]
www/webapp/datastore/banners.py [new file with mode: 0644]
www/webapp/datastore/builds.py [moved from www/webapp/builds.py with 98% similarity]
www/webapp/datastore/config.py [new file with mode: 0644]
www/webapp/datastore/connections.py [new file with mode: 0644]
www/webapp/datastore/info.py [moved from www/webapp/info.py with 74% similarity]
www/webapp/datastore/menu.py [new file with mode: 0644]
www/webapp/datastore/mirrors.py [new file with mode: 0644]
www/webapp/datastore/news.py [moved from www/webapp/news.py with 65% similarity]
www/webapp/datastore/releases.py [moved from www/webapp/releases.py with 77% similarity]
www/webapp/datastore/tracker.py [moved from www/webapp/torrent.py with 97% similarity]
www/webapp/db.py
www/webapp/handlers.py
www/webapp/helpers.py
www/webapp/menu.py [deleted file]
www/webapp/mirrors.py [deleted file]
www/webapp/ui_modules.py