Commit graph

59 commits

Author SHA1 Message Date
Iacopo Spalletti
13a26650ad
Add flag to enable liveblog 2016-06-26 10:33:07 +02:00
Iacopo Spalletti
eab9083d90
Update code 2016-06-26 10:33:07 +02:00
Iacopo Spalletti
a6f296226a
Add experimental liveblogging support 2016-06-26 10:33:07 +02:00
Iacopo Spalletti
511bd66226
Fix view name 2016-05-26 23:31:46 +02:00
frnhr
0df9b47832 removed unused attribute 2016-05-04 21:38:14 +02:00
frnhr
4720e73497 the actual fix - all list views shuld look for app instance config before settings.py 2016-05-04 21:04:28 +02:00
frnhr
da1adf8812 Cosmetics - changed view class order 2016-05-04 21:01:33 +02:00
frnhr
e9398dd79b more DRY cosmetics 2016-05-04 21:00:45 +02:00
frnhr
7a2442d6ec dryed attribute model 2016-05-04 20:42:45 +02:00
Iacopo Spalletti
542774ce95
Add support for FB Instant Articles 2016-04-30 08:13:25 +02:00
Sylvain Fankhauser
3f2eb3f83d
Only list posts from the current site
This fixes a regression introduced by a1b2c56305
in which the `on_site()` filter from the blog posts list view was removed.
2016-04-26 19:30:41 +02:00
Iacopo Spalletti
85484e91a3 Views do not crash if the config is not loadable 2016-03-09 23:47:09 +01:00
Georgiy Kutsurua
1cf959206d Move constants from model to settings
Add BLOG_ENABLE_THROUGH_TOOLBAR_MENU setting for controlling toolbar menu appearance
2015-11-23 02:07:58 +04:00
Iacopo Spalletti
e921c88ecc Ensure correct creation of full URL for canonical urls 2015-11-19 19:51:06 +01:00
Iacopo Spalletti
a0f4addebf Use smarter ersion of get_templates and get_paginate_by 2015-11-04 23:37:31 +01:00
Iacopo Spalletti
a811ef9a0e Fallback to global setting pagination in view 2015-10-18 10:00:12 +02:00
Iacopo Spalletti
a703b188fa Add edit configuration link to toolbar 2015-09-30 09:34:11 +02:00
Iacopo Spalletti
cae4595a99 Minor code refactoring
Improve coverage
2015-09-27 00:19:44 +02:00
Iacopo Spalletti
8d69fb107e Add customisable templates 2015-09-26 11:34:20 +02:00
Iacopo Spalletti
f6e8e27687 Add support for apphook config 2015-09-23 15:52:41 +02:00
Iacopo Spalletti
093dff43c4 Add future 2015-09-13 00:58:01 +02:00
Iacopo Spalletti
c6ae227adf Fix code style 2015-09-13 00:57:46 +02:00
Iacopo Spalletti
a1b2c56305 Fix issues related to parler 2015-09-13 00:27:48 +02:00
Iacopo Spalletti
8657190c87 Cleanup code 2015-07-21 06:55:30 +02:00
Tadas Dailyda
65f3086824 remove category by id url 2015-07-19 19:10:17 +03:00
Tadas Dailyda
ba1c46a2fe support language switcher for post detail view, add navigation modifier to select current category in the menu when in post detail view 2015-07-19 19:10:16 +03:00
Tadas Dailyda
2288d81659 add category view url with id instead of slug to make BlogCategory.get_absolute_url() work in any case 2015-07-19 19:10:16 +03:00
Christoph Reimers
a413dea859 added BLOG_POSTS_LIST_TRUNCWORDS_COUNT setting to archive, author, tag,
and category view
2015-03-09 10:17:47 +01:00
Iacopo Spalletti
03f3f6fca2 Don't presume the toolbar is there. Fix #62 2014-12-28 13:52:07 +01:00
Iacopo Spalletti
2a341077fc Merge pull request #57 from nephila/django_1.7
Django 1.7 support
2014-12-05 19:02:23 +01:00
Iacopo Spalletti
877c0008c1 Fix behavior in hide_untranslated 2014-12-03 19:51:16 +01:00
Tadas Dailyda
16441b43f7 fix a typo, update admin base classes 2014-11-30 22:23:05 +00:00
Iacopo Spalletti
1f44a4605d Refactor settings 2014-10-11 12:24:38 +02:00
Iacopo Spalletti
ac7d450e65 Use the toolbar status to check whether to use published or all the posts 2014-10-10 00:37:24 +02:00
Iacopo Spalletti
10735c6a0e Fix category queryset 2014-10-05 10:11:23 +02:00
Iacopo Spalletti
eabc809e72 Fix tests 2014-10-05 08:25:18 +02:00
Iacopo Spalletti
aef9313bb8 Add support for multisite setup 2014-10-04 19:27:59 +02:00
Iacopo Spalletti
403036600c Manager refactorization 2014-10-04 19:27:59 +02:00
Iacopo Spalletti
e8beed43ab Fix quote style 2014-09-01 07:18:54 +02:00
Iacopo Spalletti
be9d09be38 Code cleanup 2014-09-01 07:07:48 +02:00
Iacopo Spalletti
3a03cb71fe Add support for custom user models 2014-09-01 07:06:29 +02:00
Iacopo Spalletti
72f001f277 Fix timezone support 2014-08-14 00:13:11 +02:00
Iacopo Spalletti
db1ad8b4d8 Code linting 2014-06-11 21:25:10 +02:00
Iacopo Spalletti
a35fc201e8 Switch to TranslatableSlugMixin. Fix #27 2014-06-11 17:45:18 +02:00
Iacopo Spalletti
58a9c41a21 View tests 2014-06-11 01:06:57 +02:00
Iacopo Spalletti
244cda4b8b Add static post_text field. This can be used instead of the placeholder. 2014-04-25 19:15:42 +02:00
Iacopo Spalletti
a2bd384d2b Add support for social tags via django-meta-mixin 2014-04-19 20:01:08 +02:00
Iacopo Spalletti
2515b2a646 Add support for view_url_name. Smarter toolbar menu. Sync with latest parler updates. 2014-03-29 16:22:47 +01:00
Iacopo Spalletti
9999e6a622 Fix filtering 2014-03-12 14:35:00 +01:00
Iacopo Spalletti
5a1aa5c6bb Fix views 2014-03-07 18:04:46 +01:00