Javascript refactoring. History view now displays tags
authorŁukasz Rekucki <lrekucki@gmail.com>
Sun, 28 Mar 2010 18:38:34 +0000 (20:38 +0200)
committerŁukasz Rekucki <lrekucki@gmail.com>
Tue, 30 Mar 2010 08:19:30 +0000 (10:19 +0200)
commit02a98d2af6f1fabf567b575c5f2d818688af1594
tree4659bd0885bb7bfcaa2e96d36f0f6e75f4d4c9cf
parentf7e3ba3851d4ec6e3decaab0d568e492726224dc
Javascript refactoring. History view now displays tags
29 files changed:
apps/toolbar/templates/toolbar/button.html
apps/wiki/forms.py
apps/wiki/models.py
apps/wiki/settings.py
apps/wiki/templates/wiki/document_details.html
apps/wiki/templates/wiki/history_panel.html [deleted file]
apps/wiki/templates/wiki/history_view.html [new file with mode: 0644]
apps/wiki/templates/wiki/save_dialog.html [new file with mode: 0644]
apps/wiki/templates/wiki/summary_view.html [new file with mode: 0644]
apps/wiki/urls.py
apps/wiki/views.py
lib/vstorage.py
platforma/config/requirements.txt
platforma/settings.py
platforma/static/css/dialogs.css [new file with mode: 0644]
platforma/static/css/gallery.css [new file with mode: 0644]
platforma/static/css/history.css
platforma/static/css/master.css
platforma/static/css/summary.css [new file with mode: 0644]
platforma/static/js/jquery.elastic.js [deleted file]
platforma/static/js/wiki/base.js
platforma/static/js/wiki/history.js [deleted file]
platforma/static/js/wiki/history_view.js [new file with mode: 0644]
platforma/static/js/wiki/main.js
platforma/static/js/wiki/scan_gallery.js [new file with mode: 0644]
platforma/static/js/wiki/source_editor.js
platforma/static/js/wiki/summary_view.js [new file with mode: 0644]
platforma/static/js/wiki/wikiapi.js
setup.py