- Added librarian as a submodule.
authorŁukasz Rekucki <lrekucki@gmail.com>
Tue, 15 Jun 2010 23:50:00 +0000 (01:50 +0200)
committerŁukasz Rekucki <lrekucki@gmail.com>
Tue, 15 Jun 2010 23:50:00 +0000 (01:50 +0200)
commit9c5d9a4e77a10b4e60d89d3890e49002bd7f3993
tree5c892fce7f92e577fbce8c3053782b5fdb1f4f1d
parent95045552540ca917d273954ebfa20b47a306bb93
- Added librarian as a submodule.
- Split tests in catalouge into a package.
- Don't write to actual MEDIA_ROOT during tests.
- Fixed trailing whitespace.
118 files changed:
.gitmodules [new file with mode: 0644]
apps/api/handlers.py
apps/catalogue/admin.py
apps/catalogue/fields.py
apps/catalogue/forms.py
apps/catalogue/management/commands/importbooks.py
apps/catalogue/migrations/0001_initial.py
apps/catalogue/migrations/0002_auto__add_bookstub__add_field_tag_death.py
apps/catalogue/migrations/0003_fix_book_count_on_shelves.py
apps/catalogue/migrations/0004_book_html_shorts_translations.py
apps/catalogue/migrations/0005_fragment_html_shorts_translations.py
apps/catalogue/migrations/0006_epub_tag_counters_and_ltags_descendants.py
apps/catalogue/migrations/0007_remove_empty_html.py
apps/catalogue/migrations/0008_unique_tag_category_slug.py
apps/catalogue/models.py
apps/catalogue/templatetags/catalogue_tags.py
apps/catalogue/templatetags/switch_tag.py
apps/catalogue/test_utils.py [new file with mode: 0644]
apps/catalogue/tests.py [deleted file]
apps/catalogue/tests/__init__.py [new file with mode: 0644]
apps/catalogue/tests/book_import.py [new file with mode: 0644]
apps/catalogue/tests/search.py [new file with mode: 0644]
apps/catalogue/tests/tags.py [new file with mode: 0644]
apps/catalogue/urls.py
apps/catalogue/utils.py
apps/catalogue/views.py
apps/chunks/models.py
apps/chunks/templatetags/chunks.py
apps/compress/filter_base.py
apps/compress/filters/csstidy/__init__.py
apps/compress/filters/csstidy_python/__init__.py
apps/compress/management/commands/synccompress.py
apps/compress/utils.py
apps/infopages/migrations/0001_initial.py
apps/infopages/models.py
apps/lessons/models.py
apps/lessons/urls.py
apps/lessons/views.py
apps/newtagging/admin.py
apps/newtagging/managers.py
apps/newtagging/models.py
apps/piston/authentication.py
apps/piston/decorator.py
apps/piston/doc.py
apps/piston/emitters.py
apps/piston/forms.py
apps/piston/handler.py
apps/piston/managers.py
apps/piston/models.py
apps/piston/oauth.py
apps/piston/resource.py
apps/piston/signals.py
apps/piston/store.py
apps/piston/templates/documentation.html
apps/piston/templates/piston/authorize_token.html
apps/piston/test.py
apps/piston/tests.py
apps/piston/utils.py
apps/sponsors/admin.py
apps/sponsors/fields.py
apps/sponsors/migrations/0001_initial.py
apps/sponsors/models.py
apps/sponsors/static/sponsors/js/footer_admin.js
apps/sponsors/templatetags/sponsor_tags.py
apps/sponsors/widgets.py
apps/suggest/migrations/0001_initial.py
apps/suggest/models.py
apps/suggest/urls.py
apps/suggest/views.py
fabfile.py
lib/librarian [new submodule]
lib/markupstring.py
lib/slughifi.py
requirements.txt
scripts/conv_genre_families.py
scripts/irename.py
scripts/setmainpage.py
wolnelektury/manage.py
wolnelektury/middleware.py
wolnelektury/settings.py
wolnelektury/static/js/book.js
wolnelektury/static/js/catalogue.js
wolnelektury/static/js/jquery.autocomplete.js
wolnelektury/static/js/jquery.countdown-de.js
wolnelektury/static/js/jquery.countdown-es.js
wolnelektury/static/js/jquery.countdown-fr.js
wolnelektury/static/js/jquery.countdown-pl.js
wolnelektury/static/js/jquery.countdown-ru.js
wolnelektury/static/js/jquery.countdown-uk.js
wolnelektury/static/js/jquery.countdown.js
wolnelektury/static/js/jquery.eventdelegation.js
wolnelektury/static/js/jquery.form.js
wolnelektury/static/js/jquery.highlightfade.js
wolnelektury/static/js/jquery.jqmodal.js
wolnelektury/static/js/jquery.labelify.js
wolnelektury/static/js/jquery.scrollto.js
wolnelektury/static/js/ordered_select_multiple.js
wolnelektury/static/sponsors/js/footer_admin.js
wolnelektury/templates/1percent.html
wolnelektury/templates/404.html
wolnelektury/templates/500.html
wolnelektury/templates/503.html
wolnelektury/templates/auth/login.html
wolnelektury/templates/base.html
wolnelektury/templates/catalogue/book_detail.html
wolnelektury/templates/catalogue/book_list.html
wolnelektury/templates/catalogue/book_stub_detail.html
wolnelektury/templates/catalogue/differentiate_tags.html
wolnelektury/templates/catalogue/folded_tag_list.html
wolnelektury/templates/catalogue/main_page.html
wolnelektury/templates/catalogue/pd_counter.html
wolnelektury/templates/catalogue/search_multiple_hits.html
wolnelektury/templates/catalogue/search_no_hits.html
wolnelektury/templates/catalogue/search_too_short.html
wolnelektury/templates/catalogue/tagged_object_list.html
wolnelektury/templates/lessons/document_detail.html
wolnelektury/templates/lessons/document_list.html
wolnelektury/urls.py