]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commit - templates/netboot/menu-config.cfg
Major update of the webapp.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Dec 2013 14:25:21 +0000 (15:25 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Dec 2013 14:25:21 +0000 (15:25 +0100)
commit9068dba187b011290bd8bb947d3695fa90e71e27
tree2bfdfa24c19cb49b5bd0b92f062a8ecfc30ee89b
parent864437e25485c45a366ce87bec54158cdd0118d2
Major update of the webapp.

Migrate to PostgreSQL. Remove all the singletons.
A bit of cleanup and functionality enhancements.
53 files changed:
.gitignore
manager.py
static/css/style.css
templates/downloads-index.html
templates/geoip/index.html [new file with mode: 0644]
templates/index.html
templates/mirrors-item.html
templates/mirrors.html
templates/modules/map.html [new file with mode: 0644]
templates/modules/mirrors-table.html
templates/modules/news-item.html
templates/modules/news-table.html
templates/netboot/menu-config.cfg [new file with mode: 0644]
templates/netboot/menu-header.cfg [new file with mode: 0644]
templates/netboot/menu-separator.cfg [new file with mode: 0644]
templates/netboot/menu.cfg
templates/wishlist/modules/wish.html
templates/wishlist/wish.html
translations/de_DE/LC_MESSAGES/webapp.po
translations/webapp.pot
webapp.conf.example [new file with mode: 0644]
webapp.py
webapp/__init__.py
webapp/backend/__init__.py
webapp/backend/accounts.py
webapp/backend/ads.py
webapp/backend/banners.py [deleted file]
webapp/backend/base.py
webapp/backend/countries.py [new file with mode: 0644]
webapp/backend/database.py [new file with mode: 0644]
webapp/backend/databases.py [deleted file]
webapp/backend/geoip.py
webapp/backend/iuse.py
webapp/backend/memcached.py
webapp/backend/mirrors.py
webapp/backend/misc.py
webapp/backend/netboot.py
webapp/backend/news.py
webapp/backend/planet.py
webapp/backend/releases.py
webapp/backend/settings.py
webapp/backend/stasy.py
webapp/backend/tracker.py
webapp/backend/wishlist.py
webapp/handlers.py
webapp/handlers_admin.py
webapp/handlers_base.py
webapp/handlers_boot.py
webapp/handlers_download.py
webapp/handlers_iuse.py
webapp/handlers_mirrors.py
webapp/handlers_tracker.py
webapp/ui_modules.py