Fixed #621: theme management in admin, highlight noncanon themes
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 1 Jul 2010 09:59:03 +0000 (11:59 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 1 Jul 2010 09:59:03 +0000 (11:59 +0200)
commit8bbef1628f527255a64f624a5508116eeccad083
treede36cc1d5ffd69b19376ee0ed138683c42bb461e
parent7d90e33be7ee1de4f79216b33ce9e28794685dc4
Fixed #621: theme management in admin, highlight noncanon themes
12 files changed:
apps/wiki/admin.py [new file with mode: 0644]
apps/wiki/fixtures/initial_themes.yaml [new file with mode: 0644]
apps/wiki/migrations/0001_initial.py [new file with mode: 0644]
apps/wiki/migrations/0002_auto__add_theme.py [new file with mode: 0644]
apps/wiki/migrations/__init__.py [new file with mode: 0644]
apps/wiki/models.py
apps/wiki/views.py
redakcja/static/css/html.css
redakcja/static/js/wiki/loader.js
redakcja/static/js/wiki/view_editor_wysiwyg.js
redakcja/static/js/wiki/xslt.js
redakcja/urls.py