refactor catalogue to separate app,
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 4 Jul 2011 16:08:20 +0000 (18:08 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 4 Jul 2011 16:08:20 +0000 (18:08 +0200)
commit2f9c60b76f3ab4e69d794a6bb14388a81ff29eb7
tree02daf3c7e2ce0639f42360bd81753368e541c73e
parent577bb2b84d936d65bf072ef0a6b898db9d6e77ab
refactor catalogue to separate app,
some minor fixes
68 files changed:
apps/catalogue/__init__.py [new file with mode: 0644]
apps/catalogue/admin.py [new file with mode: 0644]
apps/catalogue/constants.py [new file with mode: 0644]
apps/catalogue/fixtures/stages.json [new file with mode: 0644]
apps/catalogue/forms.py [new file with mode: 0644]
apps/catalogue/helpers.py [new file with mode: 0644]
apps/catalogue/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
apps/catalogue/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
apps/catalogue/management/__init__.py [new file with mode: 0755]
apps/catalogue/management/commands/__init__.py [new file with mode: 0755]
apps/catalogue/management/commands/assign_from_redmine.py [new file with mode: 0755]
apps/catalogue/migrations/0001_initial.py [new file with mode: 0644]
apps/catalogue/migrations/__init__.py [new file with mode: 0644]
apps/catalogue/models.py [new file with mode: 0644]
apps/catalogue/templates/catalogue/base.html [new file with mode: 0644]
apps/catalogue/templates/catalogue/book_append_to.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/book_detail.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/book_edit.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/chunk_add.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/chunk_edit.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/document_create_missing.html [new file with mode: 0644]
apps/catalogue/templates/catalogue/document_list.html [new file with mode: 0644]
apps/catalogue/templates/catalogue/document_upload.html [new file with mode: 0644]
apps/catalogue/templates/catalogue/main_tabs.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/user_list.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/wall.html [new file with mode: 0755]
apps/catalogue/templatetags/__init__.py [new file with mode: 0644]
apps/catalogue/templatetags/catalogue.py [new file with mode: 0644]
apps/catalogue/tests.py [new file with mode: 0644]
apps/catalogue/urls.py [new file with mode: 0644]
apps/catalogue/views.py [new file with mode: 0644]
apps/catalogue/xml_tools.py [new file with mode: 0755]
apps/wiki/admin.py
apps/wiki/constants.py [deleted file]
apps/wiki/fixtures/stages.json [deleted file]
apps/wiki/forms.py
apps/wiki/helpers.py
apps/wiki/management/__init__.py [deleted file]
apps/wiki/management/commands/__init__.py [deleted file]
apps/wiki/management/commands/assign_from_redmine.py [deleted file]
apps/wiki/migrations/0003_add_dvcs.py [deleted file]
apps/wiki/models.py
apps/wiki/templates/wiki/base.html [deleted file]
apps/wiki/templates/wiki/book_append_to.html [deleted file]
apps/wiki/templates/wiki/book_detail.html [deleted file]
apps/wiki/templates/wiki/book_edit.html [deleted file]
apps/wiki/templates/wiki/chunk_add.html [deleted file]
apps/wiki/templates/wiki/chunk_edit.html [deleted file]
apps/wiki/templates/wiki/document_create_missing.html [deleted file]
apps/wiki/templates/wiki/document_details_base.html
apps/wiki/templates/wiki/document_list.html [deleted file]
apps/wiki/templates/wiki/document_upload.html [deleted file]
apps/wiki/templates/wiki/main_tabs.html [deleted file]
apps/wiki/templates/wiki/tag_dialog.html [deleted file]
apps/wiki/templates/wiki/user_list.html [deleted file]
apps/wiki/templates/wiki/wall.html [deleted file]
apps/wiki/templatetags/__init__.py [deleted file]
apps/wiki/templatetags/wiki.py [deleted file]
apps/wiki/urls.py
apps/wiki/views.py
apps/wiki/xml_tools.py [deleted file]
redakcja/settings/common.py
redakcja/settings/compress.py
redakcja/static/js/wiki/dialog_addtag.js [deleted file]
redakcja/static/js/wiki/view_history.js
redakcja/static/js/wiki/wikiapi.js
redakcja/static/js/wiki/xslt.js
redakcja/urls.py