Generally working version.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 31 Dec 2015 21:07:56 +0000 (22:07 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 31 Dec 2015 16:14:09 +0000 (17:14 +0100)
commit87e084d47c335cd6f0b3e91d614999f55d148044
tree0d3e15638c2be80475ebd5d577e8e16ecd6f44cd
parent357027375ff8867f42ca34bcbfb5a78b5b185fc3
Generally working version.
64 files changed:
fabfile.py
src/ajaxable/templates/ajaxable/form.html
src/ajaxable/templates/ajaxable/form_on_page.html
src/catalogue/constants.py
src/catalogue/helpers.py
src/catalogue/locale/pl/LC_MESSAGES/django.mo
src/catalogue/locale/pl/LC_MESSAGES/django.po
src/catalogue/management/commands/importbooks.py
src/catalogue/models/book.py
src/catalogue/models/collection.py
src/catalogue/models/tag.py
src/catalogue/static/jplayer/jplayer.blue.monday.css
src/catalogue/static/player/player.js
src/catalogue/tasks.py
src/catalogue/templates/catalogue/audiobook_list.html
src/catalogue/templates/catalogue/book_detail.html
src/catalogue/templates/catalogue/book_short.html
src/catalogue/templates/catalogue/book_wide.html
src/catalogue/templates/catalogue/catalogue.html
src/catalogue/templates/catalogue/collection.html
src/catalogue/templates/catalogue/collection_box.html [new file with mode: 0644]
src/catalogue/templates/catalogue/collections.html [new file with mode: 0644]
src/catalogue/templates/catalogue/inline_tag_list.html
src/catalogue/templates/catalogue/menu.html [deleted file]
src/catalogue/templates/catalogue/plain_list.html [new file with mode: 0644]
src/catalogue/templates/catalogue/player.html
src/catalogue/templates/catalogue/search_multiple_hits.html
src/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html
src/catalogue/templates/catalogue/tag_box.html [new file with mode: 0644]
src/catalogue/templates/catalogue/tag_catalogue.html [new file with mode: 0644]
src/catalogue/templates/catalogue/tagged_object_list.html
src/catalogue/templatetags/catalogue_tags.py
src/catalogue/urls.py
src/catalogue/utils.py
src/catalogue/views.py
src/picture/models.py
src/picture/templates/picture/picture_short.html
src/picture/templates/picture/picture_viewer.html
src/picture/templates/picture/picture_wide.html
src/search/templatetags/search_tags.py
src/wolnelektury/celery.py
src/wolnelektury/locale/pl/LC_MESSAGES/django.mo
src/wolnelektury/locale/pl/LC_MESSAGES/django.po
src/wolnelektury/settings/custom.py
src/wolnelektury/settings/static.py
src/wolnelektury/static/js/base.js
src/wolnelektury/static/js/contrib/jquery.paging.min.js [new file with mode: 0644]
src/wolnelektury/static/scss/book_text/menu.scss
src/wolnelektury/static/scss/main/base.scss
src/wolnelektury/static/scss/main/book_box.scss
src/wolnelektury/static/scss/main/dialogs.scss
src/wolnelektury/static/scss/main/header.scss
src/wolnelektury/static/scss/main/main_page.scss
src/wolnelektury/static/scss/main/menu.scss
src/wolnelektury/static/scss/main/picture_box.scss
src/wolnelektury/static/scss/main/tag.scss
src/wolnelektury/static/scss/social/shelf_tags.scss
src/wolnelektury/templates/account/base.html
src/wolnelektury/templates/main_page.html
src/wolnelektury/templates/socialaccount/connections.html
src/wolnelektury/templates/socialaccount/login_cancelled.html
src/wolnelektury/templates/superbase.html
src/wolnelektury/templates/user.html
src/wolnelektury/views.py