stars and tags instead of shelves, move to social app
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 19 Jan 2012 14:21:59 +0000 (15:21 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 19 Jan 2012 14:25:45 +0000 (15:25 +0100)
commit3badd77f743883992829a1174eef7c8d5e851766
tree2f5560c4b0c0b384da547cbd91e3cc7a22e70004
parent73ce961f14509aabfa26536f847afd28111029c6
stars and tags instead of shelves, move to social app
Book.related_info cache for related tags and media instead of short_html cache
ajaxable: add Vary header for ajax, support for login-only forms and prefixing,
and we don't need the ?ajax nonsense
move SearchForm to search
40 files changed:
apps/ajaxable/templates/ajaxable/form.html
apps/ajaxable/utils.py
apps/catalogue/fields.py
apps/catalogue/forms.py
apps/catalogue/migrations/0025_auto__add_field_book__related_info.py [new file with mode: 0644]
apps/catalogue/models.py
apps/catalogue/templatetags/catalogue_tags.py
apps/catalogue/urls.py
apps/catalogue/views.py
apps/dictionary/views.py
apps/search/context_processors.py
apps/search/fields.py [new file with mode: 0755]
apps/search/forms.py [new file with mode: 0755]
apps/social/__init__.py [new file with mode: 0644]
apps/social/forms.py [new file with mode: 0755]
apps/social/migrations/__init__.py [new file with mode: 0755]
apps/social/models.py [new file with mode: 0644]
apps/social/templates/social/my_shelf.html [new file with mode: 0755]
apps/social/templates/social/sets_form.html [new file with mode: 0755]
apps/social/templatetags/__init__.py [new file with mode: 0755]
apps/social/templatetags/social_tags.py [new file with mode: 0755]
apps/social/urls.py [new file with mode: 0755]
apps/social/utils.py [new file with mode: 0755]
apps/social/views.py [new file with mode: 0644]
requirements-dev.txt [new file with mode: 0755]
requirements.txt
wolnelektury/settings.py
wolnelektury/static/css/book_box.css
wolnelektury/static/css/dialogs.css
wolnelektury/static/js/dialogs.js
wolnelektury/templates/auth/login_register.html [new file with mode: 0755]
wolnelektury/templates/base.html
wolnelektury/templates/catalogue/book_mini_box.html
wolnelektury/templates/catalogue/book_short.html
wolnelektury/templates/catalogue/book_wide.html
wolnelektury/templates/catalogue/tagged_object_list.html
wolnelektury/templates/catalogue/work-list.html [new file with mode: 0755]
wolnelektury/templates/main_page.html
wolnelektury/urls.py
wolnelektury/views.py