teh legendary `Publish' button, oh yeah!
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 8 Jun 2011 13:03:59 +0000 (15:03 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 8 Jun 2011 13:03:59 +0000 (15:03 +0200)
commitf4921ca797953ddab6b35786864b2dd523190503
treed2571e90aa835e76b05307f1c688870e58d0f4f0
parentbdabaaf2da173e1778667f69f125925dcb9149df
teh legendary `Publish' button, oh yeah!
authorization to WLAPI through OAuth,
marking revisions for publication
31 files changed:
apps/apiclient/__init__.py [new file with mode: 0644]
apps/apiclient/migrations/0001_initial.py [new file with mode: 0644]
apps/apiclient/migrations/__init__.py [new file with mode: 0644]
apps/apiclient/models.py [new file with mode: 0644]
apps/apiclient/settings.py [new file with mode: 0755]
apps/apiclient/tests.py [new file with mode: 0644]
apps/apiclient/urls.py [new file with mode: 0755]
apps/apiclient/views.py [new file with mode: 0644]
apps/dvcs/migrations/0001_initial.py
apps/dvcs/migrations/0002_auto__add_tag.py [deleted file]
apps/dvcs/models.py
apps/wiki/forms.py
apps/wiki/migrations/0003_auto__add_book__add_chunk__add_unique_chunk_book_number__add_unique_ch.py
apps/wiki/migrations/0004_auto__add_field_book__list_html.py [deleted file]
apps/wiki/models.py
apps/wiki/templates/wiki/book_detail.html
apps/wiki/templates/wiki/document_details.html
apps/wiki/templates/wiki/pubmark_dialog.html [new file with mode: 0755]
apps/wiki/templates/wiki/tabs/history_view.html
apps/wiki/urls.py
apps/wiki/views.py
redakcja/settings/common.py
redakcja/settings/compress.py
redakcja/static/css/filelist.css
redakcja/static/img/angel-left.png [new file with mode: 0644]
redakcja/static/img/angel-right.png [new file with mode: 0644]
redakcja/static/js/wiki/dialog_pubmark.js [new file with mode: 0755]
redakcja/static/js/wiki/view_history.js
redakcja/static/js/wiki/wikiapi.js
redakcja/urls.py
requirements.txt