migration and oth. minor fixes
[wolnelektury.git] / apps / catalogue / models.py
2010-06-14 Radek Czajkamigration and oth. minor fixes
2010-06-10 Radek Czajkatests, epub, tag counters, l-tags
2010-06-06 Łukasz RekuckiAdded some tests for book imports.
2010-06-02 Radek CzajkaWorkaround for tagged_object_list.
2010-05-25 Radek CzajkaBook _short_html fix, Fragment _short_html translations
2010-05-25 Radek Czajkasome translation stuff
2010-05-19 Radek CzajkaMerge branch 'production'
2010-05-18 Radek CzajkaMerge branch 'master' of git+ssh://github.com/fnp/wolne...
2010-05-18 LukaszMerge branch 'master' of github.com/fnp/wolnelektury
2010-05-11 LukaszMerge branch 'master' of github.com/fnp/wolnelektury
2010-05-11 LukaszMerge branch 'master' of github.com/fnp/wolnelektury
2010-05-11 LukaszFurther i18n implementation.
2010-05-11 LukaszMerge branch 'master' of github.com/fnp/wolnelektury
2010-05-07 Radek Czajkapublic domain counter:
2010-03-26 Łukasz RekuckiAdded copyright and license notice to home made parts.
2010-03-26 Łukasz RekuckiCleanup of externals.
2009-12-17 Marek StępniowskiFIX: Problem z zapisywaniem MP3 i OGG oraz odświeżaniem...
2009-10-27 Marek StępniowskiWypisywanie błędów przy importowaniu książek (obecnie...
2009-06-22 Marek StępniowskiOznaczenie linków przekazywanych do book_short.html...
2009-04-23 Marek StępniowskiAdded wiki links to catalogue.Book and catalogue.Tag...
2009-02-21 Marek StępniowskiUaktualnienie django-south.
2009-01-10 Marek StępniowskiAdded MP3 and OGG to book short_html view.
2008-12-11 Marek StępniowskiFixed importing books from Django admin.
2008-12-01 Marek StępniowskiAdded extraction of MP3 info when saving Book models.
2008-12-01 Marek StępniowskiChanged JSONField implementation. Now to get and set...
2008-11-27 Marek StępniowskiAdded fields for MP3 and Ogg Vorbis files to Book model.
2008-10-20 zuber@web50.webfac... Merged with branch 1.0.
2008-10-16 Marek StępniowskiAdded page "{{ theme }} in {{ book }}".
2008-10-09 Marek StępniowskiAdded setting extra_info on Book models during import.
2008-10-09 Marek StępniowskiAdded extra_info field to Book model.
2008-10-06 Marek StępniowskiCleaned branch 1.0.
2008-10-06 Marek StępniowskiAdded branch 1.0.
2008-09-29 Marek StępniowskiFixed a bug in saving shelves for each bug (beware...
2008-09-29 Marek StępniowskiSave shelves for each book during reimport.
2008-09-25 Marek StępniowskiAdded default value to SS field.
2008-09-25 Marek StępniowskiAdded book_count field to Tag model.
2008-09-22 Marek StępniowskiNow importing a book that already exists in our databas...
2008-09-22 Marek StępniowskiNow searching for tag name which is a prefix of two...
2008-09-18 Marek StępniowskiAdded "Plik TXT" to shortcuts in book_short.html.
2008-09-18 Marek StępniowskiZipFiles (does not work?).
2008-09-18 Marek StępniowskiAdded capability to import PDF, ODT and TXT files to...
2008-09-16 Marek StępniowskiDon't generate HTML files for books with no text.
2008-09-16 Marek StępniowskiFixed links for showing fragments in book text.
2008-09-16 Marek StępniowskiFixed complex books (books with hasPart).
2008-09-16 Marek StępniowskiAdded ordering to book children relation.
2008-09-16 Marek StępniowskiFixed importing books.
2008-09-16 Marek StępniowskiChanged path for importing books.
2008-09-16 Marek StępniowskiUsing slug from identifier.url instead of generating...
2008-09-13 Marek StępniowskiAdded TXT format to books.
2008-09-10 Marek StępniowskiChanged content of breadcrumbs in book_detail.html...
2008-09-09 Marek StępniowskiMade Fragment.anchor a CharField.
2008-09-09 Marek StępniowskiAdded unicode conversions back (they were necessary...
2008-09-09 Marek StępniowskiRemoved unnecesary unicode conversions.
2008-09-09 Marek StępniowskiMade SlugFields longer.
2008-09-07 Marek StępniowskiMoved catalogue, chunks, compress, newtagging and pagin...