total mess: some random experiments with images and lqc's dvcs
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 10 Dec 2010 14:24:59 +0000 (15:24 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 18 Jan 2011 11:03:50 +0000 (12:03 +0100)
commit07689901a9bf30daeccf8a1ceb7193fe771eb3ac
treeba59cd2ae9b00faab056f399fdb59def75a1dccc
parent7094d00cd82535cfd1db00e7bd85e2a01161da83
total mess: some random experiments with images and lqc's dvcs
57 files changed:
apps/dvcs/__init__.py [new file with mode: 0644]
apps/dvcs/admin.py [new file with mode: 0644]
apps/dvcs/models.py [new file with mode: 0644]
apps/dvcs/tests.py [new file with mode: 0644]
apps/dvcs/urls.py [new file with mode: 0644]
apps/dvcs/views.py [new file with mode: 0644]
apps/toolbar/admin.py
apps/wiki/admin.py
apps/wiki_img/__init__.py [new file with mode: 0644]
apps/wiki_img/admin.py [new file with mode: 0644]
apps/wiki_img/constants.py [new file with mode: 0644]
apps/wiki_img/forms.py [new file with mode: 0644]
apps/wiki_img/helpers.py [new file with mode: 0644]
apps/wiki_img/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
apps/wiki_img/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
apps/wiki_img/models.py [new file with mode: 0644]
apps/wiki_img/nice_diff.py [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/base.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/diff_table.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/document_create_missing.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/document_details.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/document_details_base.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/document_details_readonly.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/document_list.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/save_dialog.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/tabs/motifs_editor.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/tabs/motifs_editor_item.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/tabs/objects_editor.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/tabs/objects_editor_item.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/tabs/source_editor.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/tabs/source_editor_item.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/tabs/summary_view.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/tabs/summary_view_item.html [new file with mode: 0644]
apps/wiki_img/templates/wiki_img/tag_dialog.html [new file with mode: 0644]
apps/wiki_img/tests.py [new file with mode: 0644]
apps/wiki_img/urls.py [new file with mode: 0644]
apps/wiki_img/views.py [new file with mode: 0644]
redakcja/settings/common.py
redakcja/settings/compress.py
redakcja/static/css/imgareaselect-default.css [new file with mode: 0644]
redakcja/static/css/master.css
redakcja/static/img/jquery.imgareaselect/border-anim-h.gif [new file with mode: 0644]
redakcja/static/img/jquery.imgareaselect/border-anim-v.gif [new file with mode: 0644]
redakcja/static/img/jquery.imgareaselect/border-h.gif [new file with mode: 0644]
redakcja/static/img/jquery.imgareaselect/border-v.gif [new file with mode: 0644]
redakcja/static/js/lib/jquery/jquery.imgareaselect.js [new file with mode: 0644]
redakcja/static/js/wiki_img/base.js [new file with mode: 0644]
redakcja/static/js/wiki_img/dialog_addtag.js [new file with mode: 0644]
redakcja/static/js/wiki_img/dialog_save.js [new file with mode: 0644]
redakcja/static/js/wiki_img/loader.js [new file with mode: 0644]
redakcja/static/js/wiki_img/toolbar.js [new file with mode: 0644]
redakcja/static/js/wiki_img/view_editor_motifs.js [new file with mode: 0644]
redakcja/static/js/wiki_img/view_editor_objects.js [new file with mode: 0644]
redakcja/static/js/wiki_img/view_editor_source.js [new file with mode: 0644]
redakcja/static/js/wiki_img/view_summary.js [new file with mode: 0644]
redakcja/static/js/wiki_img/wikiapi.js [new file with mode: 0644]
redakcja/urls.py