nearly working version
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 3 Oct 2011 14:41:17 +0000 (16:41 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 3 Oct 2011 14:41:55 +0000 (16:41 +0200)
commit6a259b96cff47e1fd64cbfd6f3d1e1d8e8b6486c
tree91d34f45334276b77813e9105f0f0d508827a667
parentd5011c4876bdae561f396c64cac6503ad51d5fa5
nearly working version
54 files changed:
apps/catalogue/forms.py
apps/catalogue/helpers.py
apps/catalogue/locale/pl/LC_MESSAGES/django.mo
apps/catalogue/locale/pl/LC_MESSAGES/django.po
apps/catalogue/management/commands/import_wl.py
apps/catalogue/management/commands/merge_books.py
apps/catalogue/managers.py [new file with mode: 0644]
apps/catalogue/migrations/0001_initial.py
apps/catalogue/migrations/0002_from_hg.py [deleted file]
apps/catalogue/migrations/0002_stages.py [new file with mode: 0644]
apps/catalogue/migrations/0003_from_hg.py [new file with mode: 0644]
apps/catalogue/models.py [deleted file]
apps/catalogue/models/__init__.py [new file with mode: 0755]
apps/catalogue/models/book.py [new file with mode: 0755]
apps/catalogue/models/chunk.py [new file with mode: 0755]
apps/catalogue/models/listeners.py [new file with mode: 0755]
apps/catalogue/models/publish_log.py [new file with mode: 0755]
apps/catalogue/signals.py [new file with mode: 0644]
apps/catalogue/tasks.py [new file with mode: 0644]
apps/catalogue/templates/catalogue/activity.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/base.html
apps/catalogue/templates/catalogue/book_list/book.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/book_list/book_list.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/book_list/chunk.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/document_list.html
apps/catalogue/templates/catalogue/my_page.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/user_page.html [new file with mode: 0755]
apps/catalogue/templates/catalogue/wall.html
apps/catalogue/templatetags/book_list.py [new file with mode: 0755]
apps/catalogue/templatetags/catalogue.py
apps/catalogue/templatetags/wall.py [new file with mode: 0755]
apps/catalogue/tests.py [deleted file]
apps/catalogue/urls.py
apps/catalogue/views.py
apps/catalogue/xml_tools.py [changed mode: 0755->0644]
apps/dvcs/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
apps/dvcs/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
apps/dvcs/models.py
apps/dvcs/settings.py [deleted file]
apps/dvcs/signals.py [new file with mode: 0755]
apps/dvcs/tests.py [deleted file]
apps/dvcs/tests/__init__.py [new file with mode: 0755]
apps/dvcs/urls.py [deleted file]
apps/dvcs/views.py [deleted file]
apps/wiki/tests.py [deleted file]
apps/wiki/views.py
redakcja.wsgi.template
redakcja/settings/common.py
redakcja/settings/compress.py
redakcja/settings/test.py
redakcja/static/js/catalogue/catalogue.js [new file with mode: 0755]
redakcja/templates/pagination/pagination.html [new file with mode: 0755]
requirements-test.txt
requirements.txt