wolnelektury.git
14 years agoFix tag counts (#692)
Radek Czajka [Tue, 22 Jun 2010 14:09:06 +0000 (16:09 +0200)]
Fix tag counts (#692)

Cache global tag counts in book_count
Clean TagRelation table, don't leave orphaned relations
Remove theme tags from books
Reset cache fields on tags changes
Some tests
Minor fixes

14 years agodescription scroll fix, whitespace
Radek Czajka [Tue, 22 Jun 2010 09:59:05 +0000 (11:59 +0200)]
description scroll fix, whitespace

14 years agoimport fix
Radek Czajka [Fri, 18 Jun 2010 15:15:07 +0000 (17:15 +0200)]
import fix

14 years agoremoved some lonely expression
Radek Czajka [Fri, 18 Jun 2010 13:37:04 +0000 (15:37 +0200)]
removed some lonely expression

14 years agoMerge branch 'master' of git+ssh://github.com/fnp/wolnelektury
Radek Czajka [Fri, 18 Jun 2010 13:33:00 +0000 (15:33 +0200)]
Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury

14 years agoscroll fragments, descriptions
Radek Czajka [Fri, 18 Jun 2010 12:29:52 +0000 (14:29 +0200)]
scroll fragments, descriptions

14 years agokeep descendants on shelves
Radek Czajka [Fri, 18 Jun 2010 12:29:00 +0000 (14:29 +0200)]
keep descendants on shelves

14 years agoMerge branch 'master' of github.com:fnp/wolnelektury
Łukasz Rekucki [Fri, 18 Jun 2010 10:41:32 +0000 (12:41 +0200)]
Merge branch 'master' of github.com:fnp/wolnelektury

14 years agoFixed #690: Language change UI.
Łukasz Rekucki [Fri, 18 Jun 2010 10:40:30 +0000 (12:40 +0200)]
Fixed #690: Language change UI.

14 years agoUpdated librarian.
Łukasz Rekucki [Fri, 18 Jun 2010 10:38:56 +0000 (12:38 +0200)]
Updated librarian.

14 years agofixed footnotes highlighting
Radek Czajka [Thu, 17 Jun 2010 14:56:11 +0000 (16:56 +0200)]
fixed footnotes highlighting

14 years agoallow multiple tags (#303)
Radek Czajka [Wed, 16 Jun 2010 15:01:30 +0000 (17:01 +0200)]
allow multiple tags (#303)

14 years agopretty book descriptions and don't hide short descriptions
Radek Czajka [Wed, 16 Jun 2010 14:54:40 +0000 (16:54 +0200)]
pretty book descriptions and don't hide short descriptions

14 years agosome new tests, some fixes in old ones
Radek Czajka [Wed, 16 Jun 2010 13:21:13 +0000 (15:21 +0200)]
some new tests, some fixes in old ones

14 years agochanged Fragment.short_html (#309)
Radek Czajka [Wed, 16 Jun 2010 11:16:56 +0000 (13:16 +0200)]
changed Fragment.short_html (#309)

reset Fragment.short_html on Book.save

14 years agomerged two tests
Radek Czajka [Wed, 16 Jun 2010 10:55:18 +0000 (12:55 +0200)]
merged two tests

14 years agofixes
Radek Czajka [Wed, 16 Jun 2010 09:46:27 +0000 (11:46 +0200)]
fixes

14 years ago- Added librarian as a submodule.
Łukasz Rekucki [Tue, 15 Jun 2010 23:50:00 +0000 (01:50 +0200)]
- Added librarian as a submodule.
- Split tests in catalouge into a package.
- Don't write to actual MEDIA_ROOT during tests.
- Fixed trailing whitespace.

14 years agoMerge branch 'master' of http://github.com/fnp/wolnelektury
Lukasz [Wed, 2 Jun 2010 03:31:20 +0000 (05:31 +0200)]
Merge branch 'master' of github.com/fnp/wolnelektury

14 years agodeleted hover borders
Radek Czajka [Tue, 15 Jun 2010 09:09:50 +0000 (11:09 +0200)]
deleted hover borders

14 years agoMerge branch 'master' of git+ssh://github.com/fnp/wolnelektury
Radek Czajka [Tue, 15 Jun 2010 09:02:56 +0000 (11:02 +0200)]
Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury

14 years agoMerge branch 'master' of git+ssh://github.com/fnp/wolnelektury
Radek Czajka [Tue, 15 Jun 2010 08:52:32 +0000 (10:52 +0200)]
Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury

14 years agoMerge branch 'master' of git+ssh://github.com/fnp/wolnelektury
Radek Czajka [Tue, 15 Jun 2010 08:42:00 +0000 (10:42 +0200)]
Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury

14 years agotag description effects (#682)
Radek Czajka [Tue, 15 Jun 2010 08:41:50 +0000 (10:41 +0200)]
tag description effects (#682)

14 years agochanged tag description display
Radek Czajka [Mon, 14 Jun 2010 14:58:58 +0000 (16:58 +0200)]
changed tag description display

14 years agotag disambiguation page updated
Radek Czajka [Mon, 14 Jun 2010 13:29:09 +0000 (15:29 +0200)]
tag disambiguation page updated

14 years agoask user when ambigous tags found
Radek Czajka [Mon, 14 Jun 2010 13:15:14 +0000 (15:15 +0200)]
ask user when ambigous tags found

14 years agoAllow tags with identical names.
Radek Czajka [Mon, 14 Jun 2010 11:11:55 +0000 (13:11 +0200)]
Allow tags with identical names.

Tags are now unique based on slug+category,
instead of just slug.
Category-qualified tag URL-s introduced.

14 years agotests
Radek Czajka [Mon, 14 Jun 2010 08:59:30 +0000 (10:59 +0200)]
tests

14 years agomigration and oth. minor fixes
Radek Czajka [Mon, 14 Jun 2010 10:47:21 +0000 (12:47 +0200)]
migration and oth. minor fixes

14 years agoBetter Lektury.gazeta.pl/Wikipedia links (#685)
Radek Czajka [Fri, 11 Jun 2010 14:50:51 +0000 (16:50 +0200)]
Better Lektury.gazeta.pl/Wikipedia links (#685)

Workaround for '1%' by deleting python-format specifier,
see http://code.djangoproject.com/ticket/11240

14 years agomigration to remove empty html files, librarian upgrade
Radek Czajka [Fri, 11 Jun 2010 10:33:13 +0000 (12:33 +0200)]
migration to remove empty html files, librarian upgrade

14 years ago+x deployment.py
Radek Czajka [Fri, 11 Jun 2010 08:27:10 +0000 (10:27 +0200)]
+x deployment.py

14 years agotests, epub, tag counters, l-tags
Radek Czajka [Thu, 10 Jun 2010 15:05:11 +0000 (17:05 +0200)]
tests, epub, tag counters, l-tags

added field for EPUB
added tag, theme counters cache to Book
books don't have their own l-tags now, they carry ancestors' instead
added more tests
some minor changes

14 years agoRevert "test requirements"
Radek Czajka [Wed, 9 Jun 2010 11:22:18 +0000 (13:22 +0200)]
Revert "test requirements"

This reverts commit 8e7ed6210507c648358a936028fff70a28db0626.

14 years agotest requirements
Radek Czajka [Wed, 9 Jun 2010 11:09:05 +0000 (13:09 +0200)]
test requirements

14 years agoempty book shouldn't have html file (#320)
Radek Czajka [Wed, 9 Jun 2010 10:13:39 +0000 (12:13 +0200)]
empty book shouldn't have html file (#320)

14 years agobasic tag filtering tests
Radek Czajka [Tue, 8 Jun 2010 15:04:01 +0000 (17:04 +0200)]
basic tag filtering tests

14 years agoadded requiremenst-test.txt
Radek Czajka [Tue, 8 Jun 2010 14:02:19 +0000 (16:02 +0200)]
added requiremenst-test.txt

14 years agoAdded some tests for book imports.
Łukasz Rekucki [Sun, 6 Jun 2010 23:24:29 +0000 (01:24 +0200)]
Added some tests for book imports.

14 years agoMore readable tests.
Łukasz Rekucki [Sun, 6 Jun 2010 20:12:38 +0000 (22:12 +0200)]
More readable tests.

14 years agoremove unnecessary print
Radek Czajka [Thu, 3 Jun 2010 23:48:03 +0000 (01:48 +0200)]
remove unnecessary print

14 years agofixed book count fix
Radek Czajka [Wed, 2 Jun 2010 09:23:55 +0000 (11:23 +0200)]
fixed book count fix

14 years agosuggest without author, title
Radek Czajka [Wed, 2 Jun 2010 09:00:14 +0000 (11:00 +0200)]
suggest without author, title

14 years agoWorkaround for tagged_object_list.
Radek Czajka [Wed, 2 Jun 2010 07:55:42 +0000 (09:55 +0200)]
Workaround for tagged_object_list.

Reverted newtagging to its original state,
Workaround in tagged_object_list, by using keys and not creating
  complex querysets that newtagging can't handle,
fixed displaying short_html.

14 years ago'Put on the shelf' usability improvement.
Lukasz [Wed, 2 Jun 2010 03:29:09 +0000 (05:29 +0200)]
'Put on the shelf' usability improvement.

14 years agoMinor css fix.
Lukasz [Wed, 2 Jun 2010 01:05:49 +0000 (03:05 +0200)]
Minor css fix.

14 years agoFacebook-like search -- css added.
Lukasz [Wed, 2 Jun 2010 00:55:14 +0000 (02:55 +0200)]
Facebook-like search -- css added.

14 years agoMerge branch 'master' of http://github.com/fnp/wolnelektury
Lukasz [Wed, 2 Jun 2010 00:35:24 +0000 (02:35 +0200)]
Merge branch 'master' of github.com/fnp/wolnelektury

14 years agoFacebook-like tags for search.
Lukasz [Wed, 2 Jun 2010 00:26:29 +0000 (02:26 +0200)]
Facebook-like tags for search.

14 years agoMerge branch 'master' of git+ssh://github.com/fnp/wolnelektury
Radek Czajka [Tue, 1 Jun 2010 14:50:54 +0000 (16:50 +0200)]
Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury

14 years agofixed infopages, added fixture
Radek Czajka [Tue, 1 Jun 2010 14:50:35 +0000 (16:50 +0200)]
fixed infopages, added fixture

14 years agoIE7 fix.
Lukasz Anwajler [Tue, 1 Jun 2010 14:38:23 +0000 (16:38 +0200)]
IE7 fix.

14 years agol10n
Radek Czajka [Tue, 1 Jun 2010 10:37:33 +0000 (12:37 +0200)]
l10n

14 years agobug report form
Radek Czajka [Tue, 1 Jun 2010 10:05:45 +0000 (12:05 +0200)]
bug report form

14 years agojquery.countdown upgraded, added Ukrainian l10n
Radek Czajka [Fri, 28 May 2010 10:59:08 +0000 (12:59 +0200)]
jquery.countdown upgraded, added Ukrainian l10n

14 years agoUpdated migration.
Łukasz Rekucki [Thu, 27 May 2010 20:16:04 +0000 (22:16 +0200)]
Updated migration.

14 years agoPatched django-modeltranslation to work correctly with south. Removed a weird migrati...
Łukasz Rekucki [Thu, 27 May 2010 20:09:08 +0000 (22:09 +0200)]
Patched django-modeltranslation to work correctly with south. Removed a weird migration that did something to filesystem !?

14 years agoBook shelve count fix.
Łukasz Rekucki [Thu, 27 May 2010 19:13:44 +0000 (21:13 +0200)]
Book shelve count fix.

14 years agoRegenerated add_book and add_field_tag migrations.
Łukasz Rekucki [Thu, 27 May 2010 18:26:05 +0000 (20:26 +0200)]
Regenerated add_book and add_field_tag migrations.

14 years agoSquashed a bunch of buggy migrations.
Łukasz Rekucki [Thu, 27 May 2010 18:12:21 +0000 (20:12 +0200)]
Squashed a bunch of buggy migrations.

14 years agoSome search tests and fixes.
Radek Czajka [Thu, 27 May 2010 17:03:56 +0000 (19:03 +0200)]
Some search tests and fixes.

14 years agomigrations fix for sqlite
Radek Czajka [Thu, 27 May 2010 08:24:42 +0000 (10:24 +0200)]
migrations fix for sqlite

14 years agofixing tagged_object_list
Radek Czajka [Wed, 26 May 2010 14:51:53 +0000 (16:51 +0200)]
fixing tagged_object_list

14 years agomigration fix
Radek Czajka [Wed, 26 May 2010 10:43:54 +0000 (12:43 +0200)]
migration fix

14 years agoBook _short_html fix, Fragment _short_html translations
Radek Czajka [Tue, 25 May 2010 15:13:51 +0000 (17:13 +0200)]
Book _short_html fix, Fragment _short_html translations

14 years agosome translation stuff
Radek Czajka [Tue, 25 May 2010 12:40:56 +0000 (14:40 +0200)]
some translation stuff

added modeltranslation
added infopages, deleted static pages from templates
catalogue.Book._short_html now modeltranslated
added Ukrainian l10n
some minor fixes

14 years agofixed theme counts (#318, #319)
Radek Czajka [Tue, 25 May 2010 08:48:12 +0000 (10:48 +0200)]
fixed theme counts (#318, #319)

14 years agoAdBlock dodge (#622)
Radek Czajka [Fri, 21 May 2010 09:31:43 +0000 (11:31 +0200)]
AdBlock dodge (#622)

14 years agoempty south introspection for JSONField
Radek Czajka [Thu, 20 May 2010 11:27:13 +0000 (13:27 +0200)]
empty south introspection for JSONField

14 years agominor fix
Radek Czajka [Wed, 19 May 2010 14:23:48 +0000 (16:23 +0200)]
minor fix

14 years agoAdded backup files to gitignore.
Łukasz Rekucki [Thu, 20 May 2010 00:59:58 +0000 (02:59 +0200)]
Added backup files to gitignore.

14 years agoUpdated requirements, to fetch librarian from github.
Łukasz Rekucki [Thu, 20 May 2010 00:55:02 +0000 (02:55 +0200)]
Updated requirements, to fetch librarian from github.

14 years agomore Polish l10n
Radek Czajka [Wed, 19 May 2010 14:22:17 +0000 (16:22 +0200)]
more Polish l10n

14 years agoMerge branch 'production'
Radek Czajka [Wed, 19 May 2010 13:45:02 +0000 (15:45 +0200)]
Merge branch 'production'

14 years agoSpain -> Spanish
Radek Czajka [Wed, 19 May 2010 13:40:42 +0000 (15:40 +0200)]
Spain -> Spanish

14 years agoFixed some translation problems, added Polish l10n.
Radek Czajka [Wed, 19 May 2010 13:33:16 +0000 (15:33 +0200)]
Fixed some translation problems, added Polish l10n.

14 years agochange some template texts
Radek Czajka [Wed, 19 May 2010 11:38:10 +0000 (13:38 +0200)]
change some template texts

14 years agominor redundancy fix
Radek Czajka [Wed, 19 May 2010 11:33:29 +0000 (13:33 +0200)]
minor redundancy fix

14 years agoChange 'Book in CBN Polona' to generic source link (#322)
Radek Czajka [Wed, 19 May 2010 11:19:36 +0000 (13:19 +0200)]
Change 'Book in CBN Polona' to generic source link (#322)

14 years agoDisplay shelf sharing only for own shelves.
Radek Czajka [Wed, 19 May 2010 10:48:49 +0000 (12:48 +0200)]
Display shelf sharing only for own shelves.

14 years agoShelf sharing (#301)
Radek Czajka [Wed, 19 May 2010 09:58:42 +0000 (11:58 +0200)]
Shelf sharing (#301)

14 years agochanged 'site' to 'page' in 404.html
Radek Czajka [Wed, 19 May 2010 08:34:39 +0000 (10:34 +0200)]
changed 'site' to 'page' in 404.html

14 years agodjango-maintainance, 500, 503 error pages
Radek Czajka [Wed, 19 May 2010 08:31:49 +0000 (10:31 +0200)]
django-maintainance, 500, 503 error pages

50?.html templates are self-contained now
don't need handler500 or main views file

14 years agoMerge branch 'master' of git+ssh://github.com/fnp/wolnelektury
Radek Czajka [Tue, 18 May 2010 15:41:58 +0000 (17:41 +0200)]
Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury

14 years agominor fix in handler500
Radek Czajka [Tue, 18 May 2010 15:41:29 +0000 (17:41 +0200)]
minor fix in handler500

14 years ago500 error page
Radek Czajka [Tue, 18 May 2010 15:38:31 +0000 (17:38 +0200)]
500 error page

14 years agoMinor fix.
Lukasz Anwajler [Tue, 18 May 2010 15:24:23 +0000 (17:24 +0200)]
Minor fix.

14 years agoAdded alternative texts to images.
Lukasz [Tue, 18 May 2010 14:59:51 +0000 (16:59 +0200)]
Added alternative texts to images.

14 years agoImport fix
Lukasz [Tue, 18 May 2010 14:45:26 +0000 (16:45 +0200)]
Import fix

14 years agoMissing .js (compress error) fix.
Lukasz [Tue, 18 May 2010 14:40:45 +0000 (16:40 +0200)]
Missing .js (compress error) fix.

14 years agoMerge branch 'master' of http://github.com/fnp/wolnelektury
Lukasz [Tue, 18 May 2010 13:29:00 +0000 (15:29 +0200)]
Merge branch 'master' of github.com/fnp/wolnelektury

14 years agoPd counter i18n fix.
Lukasz [Tue, 18 May 2010 13:28:32 +0000 (15:28 +0200)]
Pd counter i18n fix.

14 years agominor fix
Radek Czajka [Tue, 18 May 2010 11:55:56 +0000 (13:55 +0200)]
minor fix

14 years agoMerge branch 'master' of git+ssh://github.com/fnp/wolnelektury
Radek Czajka [Tue, 18 May 2010 11:54:17 +0000 (13:54 +0200)]
Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury

14 years agol10n moved to applications.
Lukasz [Tue, 18 May 2010 11:43:39 +0000 (13:43 +0200)]
l10n moved to applications.
Added rosetta to admin.
Shortened list of languages in settings.

14 years agoUpdated README and requirments (django-rosetta).
Lukasz [Tue, 18 May 2010 08:37:36 +0000 (10:37 +0200)]
Updated README and requirments (django-rosetta).

14 years agoAdded countdown i18n.
Lukasz [Tue, 18 May 2010 08:31:45 +0000 (10:31 +0200)]
Added countdown i18n.

14 years agoMerge branch 'master' of http://github.com/fnp/wolnelektury
Lukasz [Tue, 18 May 2010 08:30:32 +0000 (10:30 +0200)]
Merge branch 'master' of github.com/fnp/wolnelektury

Conflicts:
wolnelektury/settings.py
wolnelektury/templates/catalogue/book_stub_detail.html
wolnelektury/templates/catalogue/search_no_hits.html
wolnelektury/templates/catalogue/tagged_object_list.html

14 years agoFurther i18n.
Lukasz [Tue, 18 May 2010 07:57:57 +0000 (09:57 +0200)]
Further i18n.