public domain counter:
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 7 May 2010 14:12:06 +0000 (16:12 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 7 May 2010 14:12:06 +0000 (16:12 +0200)
commite432f8579852df4ffc3010bc54bbabe452591956
tree89a01a7186fcfffd66397466bd4815169b7ed51d
parent6418d2fa37344e38f030d67af7db54a127fc17b3
public domain counter:
  +catalogue.models.BookStub: books we don't have yet
  +catalogue.models.Tag.death: author's death year
  PD counter for deceased authors and their books
  jquery.countdown 1.5.7, modified (i18n, l10n-pl)

search:
  search for beginnings of words, not icontains
  search for BookStubs also
  submit right after selecting a tag
  info when nothing is found
  jquery.autocomplete to 1.1

jquery to 1.4.2 (we want .closest())

postgresql compatibility:
  standardized quoting
  group by all tags outside aggregates
20 files changed:
apps/catalogue/admin.py
apps/catalogue/fields.py
apps/catalogue/migrations/0006_add_author_death.py [new file with mode: 0644]
apps/catalogue/migrations/0007_add_bookstub.py [new file with mode: 0644]
apps/catalogue/models.py
apps/catalogue/urls.py
apps/catalogue/views.py
apps/newtagging/models.py
wolnelektury/settings.py
wolnelektury/static/css/jquery.countdown.css [new file with mode: 0644]
wolnelektury/static/js/catalogue.js
wolnelektury/static/js/jquery.autocomplete.js
wolnelektury/static/js/jquery.countdown-pl.js [new file with mode: 0644]
wolnelektury/static/js/jquery.countdown.js [new file with mode: 0644]
wolnelektury/static/js/jquery.js
wolnelektury/templates/catalogue/book_stub_detail.html [new file with mode: 0644]
wolnelektury/templates/catalogue/pd_counter.html [new file with mode: 0644]
wolnelektury/templates/catalogue/search_no_hits.html [new file with mode: 0644]
wolnelektury/templates/catalogue/tagged_object_list.html
wolnelektury/templates/info/join_us.html [new file with mode: 0644]