wolnelektury.git
15 years agoMoved book2html and bookfragments into its own librarian package.
Marek Stępniowski [Wed, 3 Sep 2008 16:24:30 +0000 (18:24 +0200)]
Moved book2html and bookfragments into its own librarian package.

15 years agoAdded Fragment model to catalogue app.
Marek Stępniowski [Wed, 3 Sep 2008 15:36:50 +0000 (17:36 +0200)]
Added Fragment model to catalogue app.

15 years agoAdded handling of tags motto_podpis, podtytul and nota.
Marek Stępniowski [Mon, 1 Sep 2008 12:34:50 +0000 (14:34 +0200)]
Added handling of tags motto_podpis, podtytul and nota.

15 years agoRemoved forgotten debug line.
Marek Stępniowski [Sun, 31 Aug 2008 23:26:38 +0000 (01:26 +0200)]
Removed forgotten debug line.

15 years agoAdded caching of latest blog posts fetched from wolnepodreczniki blog.
Marek Stępniowski [Sun, 31 Aug 2008 23:16:46 +0000 (01:16 +0200)]
Added caching of latest blog posts fetched from wolnepodreczniki blog.

15 years agoAdded handling of sekcja_swiatlo and motto tags.
Marek Stępniowski [Sun, 31 Aug 2008 13:08:02 +0000 (15:08 +0200)]
Added handling of sekcja_swiatlo and motto tags.

15 years agoChanged stanzas in drama lines to have margin 0 again.
Marek Stępniowski [Sun, 31 Aug 2008 12:53:43 +0000 (14:53 +0200)]
Changed stanzas in drama lines to have margin 0 again.

15 years agoEnlarged collection part of book title. Added margin top to stanzas.
Marek Stępniowski [Sun, 31 Aug 2008 12:49:55 +0000 (14:49 +0200)]
Enlarged collection part of book title. Added margin top to stanzas.

15 years agoNow stylesheet master.css is applied to all media types.
Marek Stępniowski [Sun, 31 Aug 2008 12:38:58 +0000 (14:38 +0200)]
Now stylesheet css is applied to all media types.
Moved converting custom text entities (like '...', '--', and '---') to custom XPath function substitute_entities in namespace http://wolnelektury.pl/functions (namespace is subject to change).

15 years agoRefined book header style.
Marek Stępniowski [Thu, 28 Aug 2008 17:14:56 +0000 (19:14 +0200)]
Refined book header style.

15 years agoAdded master.css stylesheet for HTML books.
Marek Stępniowski [Thu, 28 Aug 2008 17:02:55 +0000 (19:02 +0200)]
Added master.css stylesheet for HTML books.
Added support for autor_utworu, nazwa_utworu and dzielo_nadrzedne tags.

15 years agoNow XSLT file is always searched for in a directory in which book2htm.py resides.
Marek Stępniowski [Thu, 28 Aug 2008 17:02:04 +0000 (19:02 +0200)]
Now XSLT file is always searched for in a directory in which book2htm.py resides.

15 years agoUpdated dependencies.
Marek Stępniowski [Thu, 28 Aug 2008 16:36:57 +0000 (18:36 +0200)]
Updated dependencies.

15 years agoRemoved unnecessary import.
Marek Stępniowski [Thu, 28 Aug 2008 16:34:39 +0000 (18:34 +0200)]
Removed unnecessary import.

15 years agoGenerating HTML file dynamically from XML file on book save.
Marek Stępniowski [Thu, 28 Aug 2008 16:28:56 +0000 (18:28 +0200)]
Generating HTML file dynamically from XML file on book save.

15 years agoExtracted fragment extraction in bookfragments to extract_fragments function. Put...
Marek Stępniowski [Thu, 28 Aug 2008 15:33:24 +0000 (17:33 +0200)]
Extracted fragment extraction in bookfragments to extract_fragments function. Put all commandline logic behind ifmain guard.

15 years agoNow book2html transforms text only from master element.
Marek Stępniowski [Thu, 28 Aug 2008 15:07:23 +0000 (17:07 +0200)]
Now book2html transforms text only from master element.

15 years agoChanged a way we access fields in TaggableModelForm to be compatibile with django...
Marek Stępniowski [Thu, 28 Aug 2008 13:25:06 +0000 (15:25 +0200)]
Changed a way we access fields in TaggableModelForm to be compatibile with django trunk.

15 years agoExtracted transformation in book2html to transform function. Put all command line...
Marek Stępniowski [Thu, 28 Aug 2008 13:05:16 +0000 (15:05 +0200)]
Extracted transformation in book2html to transform function. Put all command line logic behind ifmain guard.

15 years agoAdded book2html and bookfragments utilities to repository.
Marek Stępniowski [Thu, 28 Aug 2008 12:28:07 +0000 (14:28 +0200)]
Added book2html and bookfragments utilities to repository.

15 years agoAdded id to user sets link in base template.
Marek Stępniowski [Thu, 28 Aug 2008 12:27:03 +0000 (14:27 +0200)]
Added id to user sets link in base template.

15 years agoFixed searching for books.
Marek Stępniowski [Fri, 22 Aug 2008 15:07:45 +0000 (17:07 +0200)]
Fixed searching for books.

15 years agoFixed margins of header and top message.
Marek Stępniowski [Fri, 22 Aug 2008 14:50:52 +0000 (16:50 +0200)]
Fixed margins of header and top message.

15 years agoAdded pading and negative margin to top message style.
Marek Stępniowski [Fri, 22 Aug 2008 14:35:06 +0000 (16:35 +0200)]
Added pading and negative margin to top message style.

15 years agoMoved all searching to search view.
Marek Stępniowski [Fri, 22 Aug 2008 14:26:54 +0000 (16:26 +0200)]
Moved all searching to search view.

15 years agoAdded breadcrumbs tag to catalogue_tags library.
Marek Stępniowski [Fri, 22 Aug 2008 14:25:37 +0000 (16:25 +0200)]
Added breadcrumbs tag to catalogue_tags library.

15 years agoFixed load declaration (was still loading catalogue instead of catalogue_tags tag...
Marek Stępniowski [Fri, 22 Aug 2008 13:46:55 +0000 (15:46 +0200)]
Fixed load declaration (was still loading catalogue instead of catalogue_tags tag library).

15 years agoRenamed module catalogue.templatetags.catalogue to catalogue.templatetags.catalogue_tags.
Marek Stępniowski [Fri, 22 Aug 2008 13:40:15 +0000 (15:40 +0200)]
Renamed module catalogue.templatetags.catalogue to catalogue.templatetags.catalogue_tags.

15 years agoAdded catalogue javascript.
Marek Stępniowski [Fri, 22 Aug 2008 13:39:37 +0000 (15:39 +0200)]
Added catalogue javascript.

15 years agoAdded README file.
Marek Stępniowski [Fri, 22 Aug 2008 12:45:44 +0000 (14:45 +0200)]
Added README file.

15 years agoRemoved uploaded files from repository.
Marek Stępniowski [Fri, 22 Aug 2008 12:32:54 +0000 (14:32 +0200)]
Removed uploaded files from repository.

15 years agoCleaned imports.
Marek Stępniowski [Fri, 22 Aug 2008 12:19:46 +0000 (14:19 +0200)]
Cleaned imports.

15 years agoFixed a typo.
Marek Stępniowski [Fri, 22 Aug 2008 12:17:59 +0000 (14:17 +0200)]
Fixed a typo.

15 years agoAdded intermediary_table_model attribute to TagBase and its subclasses.
Marek Stępniowski [Fri, 22 Aug 2008 12:17:21 +0000 (14:17 +0200)]
Added intermediary_table_model attribute to TagBase and its subclasses.

15 years agoVarious style changes.
Marek Stępniowski [Fri, 22 Aug 2008 12:16:16 +0000 (14:16 +0200)]
Various style changes.

15 years agoAdded view tagged_object_list to newtagging app and refactored catalogue.views.tagged...
Marek Stępniowski [Fri, 22 Aug 2008 12:15:43 +0000 (14:15 +0200)]
Added view tagged_object_list to newtagging app and refactored catalogue.views.tagged_book_list with help of this view.

15 years agoRemoved old images from repository.
Marek Stępniowski [Fri, 22 Aug 2008 11:21:20 +0000 (13:21 +0200)]
Removed old images from repository.

15 years agoFunction get_tag_list is now a static method of class TagBase.
Marek Stępniowski [Fri, 22 Aug 2008 11:17:20 +0000 (13:17 +0200)]
Function get_tag_list is now a static method of class TagBase.

15 years agoUpdated deployment Makefile and .hgignore.
Marek Stępniowski [Sat, 16 Aug 2008 17:06:17 +0000 (19:06 +0200)]
Updated deployment Makefile and .hgignore.

15 years agoFinished logging in/registration.
Marek Stępniowski [Sat, 16 Aug 2008 17:05:58 +0000 (19:05 +0200)]
Finished logging in/registration.

15 years agoRemoved jquery.cuteform.js.
Marek Stępniowski [Sat, 16 Aug 2008 11:09:16 +0000 (13:09 +0200)]
Removed jquery.cuteform.js.

15 years agoChanged login method.
Marek Stępniowski [Sat, 16 Aug 2008 11:08:25 +0000 (13:08 +0200)]
Changed login method.

15 years agoUpdated polish translations.
Marek Stępniowski [Sat, 16 Aug 2008 11:07:40 +0000 (13:07 +0200)]
Updated polish translations.

15 years agoChanged some styles.
Marek Stępniowski [Fri, 15 Aug 2008 00:32:00 +0000 (02:32 +0200)]
Changed some styles.

15 years agoFixed jquery.cuteform.js and added it to compress settings.
Marek Stępniowski [Fri, 15 Aug 2008 00:31:36 +0000 (02:31 +0200)]
Fixed jquery.cuteform.js and added it to compress settings.

15 years agoAdded custom jquery plugin jquery.cuteform.js.
Marek Stępniowski [Thu, 14 Aug 2008 15:48:07 +0000 (17:48 +0200)]
Added custom jquery plugin jquery.cuteform.js.

15 years agoChangen class name of .standard-form to .cuteform.
Marek Stępniowski [Thu, 14 Aug 2008 15:46:59 +0000 (17:46 +0200)]
Changen class name of .standard-form to .cuteform.

15 years agoZmiana omyłkowo wstawionych wcześniej do ścieżki /.txt/ na /media/.
Marek Stępniowski [Thu, 14 Aug 2008 15:26:22 +0000 (17:26 +0200)]
Zmiana omyłkowo wstawionych wcześniej do ścieżki /.txt/ na /media/.

15 years agoChanged MEDIA_URL to /media/
Marek Stępniowski [Thu, 14 Aug 2008 15:20:34 +0000 (17:20 +0200)]
Changed MEDIA_URL to /media/

15 years agoDodanie informacji o kodowaniu do settings.py.
Marek Stępniowski [Thu, 14 Aug 2008 13:41:06 +0000 (15:41 +0200)]
Dodanie informacji o kodowaniu do settings.py.

15 years agoPoprawienie pliku settings.py.
Marek Stępniowski [Thu, 14 Aug 2008 13:21:31 +0000 (15:21 +0200)]
Poprawienie pliku settings.py.
Test obsługi polskich znaków: ąśćżźęółń

15 years agoUsunięcie niepotrzebnych plików .DS_Store.
Marek Stępniowski [Thu, 14 Aug 2008 13:17:38 +0000 (15:17 +0200)]
Usunięcie niepotrzebnych plików .DS_Store.

15 years agoUsunięcie niepotrzebnego pliku .hgignore.swp.
Marek Stępniowski [Thu, 14 Aug 2008 13:12:55 +0000 (15:12 +0200)]
Usunięcie niepotrzebnego pliku .hgignore.swp.

15 years agoDodanie pliku .hgignore.
Marek Stępniowski [Thu, 14 Aug 2008 13:12:00 +0000 (15:12 +0200)]
Dodanie pliku .hgignore.

15 years agoWstępny import.
Marek Stępniowski [Thu, 14 Aug 2008 13:09:41 +0000 (15:09 +0200)]
Wstępny import.