Commit graph

48 commits

Author SHA1 Message Date
Iacopo Spalletti
2ed8accb01 Model field labels cleanups 2015-07-21 06:55:30 +02:00
Iacopo Spalletti
8657190c87 Cleanup code 2015-07-21 06:55:30 +02:00
Iacopo Spalletti
58b69ced3b Merge pull request #107 from skirsdeda/feature/cmsattachmenu
CMS Attach menu and language switcher related fixes
2015-07-21 06:53:46 +02:00
Tadas Dailyda
65f3086824 remove category by id url 2015-07-19 19:10:17 +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
Tadas Dailyda
41947f9b48 make post abstract optional (useful when only using post_text field for content) 2015-07-19 18:23:41 +03:00
Iacopo Spalletti
74c0ae621a Fix latest posts pluing. Fix #112 2015-04-20 02:42:34 +02:00
Iacopo Spalletti
eabb548bd2 Set post image and thumbnail delete options to set null 2015-01-08 15:03:41 +01:00
Iacopo Spalletti
43cb802097 If using the request to filter posts, plugin cannot be cached 2014-12-28 16:03:44 +01:00
Iacopo Spalletti
03f3f6fca2 Don't presume the toolbar is there. Fix #62 2014-12-28 13:52:07 +01:00
Iacopo Spalletti
37502d73da Move plugin post queryset in the plugin models 2014-12-05 15:40:24 +01:00
Iacopo Spalletti
15311ed0f3 Use any_language for get_absolute_url 2014-12-02 12:47:39 +01:00
Iacopo Spalletti
045ffee681 Change SEO fields length 2014-11-30 12:55:15 +01:00
Iacopo Spalletti
8d4ae1d07e Fix sparse encoding issues 2014-11-05 08:01:48 +01:00
Iacopo Spalletti
1f44a4605d Refactor settings 2014-10-11 12:24:38 +02:00
Iacopo Spalletti
2b0bfc010e Make auto adding author optional 2014-10-11 09:05:02 +02:00
Iacopo Spalletti
aef9313bb8 Add support for multisite setup 2014-10-04 19:27:59 +02:00
Iacopo Spalletti
d172d5e959 Fix language switching 2014-10-02 14:50:53 +02:00
Iacopo Spalletti
31fdb0ac92 Add meta_title field to customise title tag 2014-09-11 12:12:34 +02:00
Iacopo Spalletti
e8beed43ab Fix quote style 2014-09-01 07:18:54 +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
aa4a4e87d5 Fix image url tests 2014-06-20 18:28:06 +02:00
Leonardo Cavallucci
481a932a70 Fix get_image_url 2014-06-15 13:10:06 +02:00
Iacopo Spalletti
fca827025c Django 1.5 support fixes 2014-06-11 12:59:43 +02:00
Iacopo Spalletti
123692c0f4 Code cleanup and fixes 2014-06-09 23:29:34 +02:00
Iacopo Spalletti
c34fd11139 Fix error in models 2014-06-09 00:06:12 +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
a06374feaf Add enable comments flag enable comments per-post or site-wide 2014-04-25 19:11:18 +02:00
Iacopo Spalletti
a2bd384d2b Add support for social tags via django-meta-mixin 2014-04-19 20:01:08 +02:00
Iacopo Spalletti
3ee4b91265 Change related_name attributes 2014-04-11 13:49:52 +02:00
Iacopo Spalletti
c48caa696a Use related_name for foreign key fields 2014-04-05 16:32:17 +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
e00acb07e2 Fix get_absolute_url 2014-03-07 18:36:41 +01:00
Iacopo Spalletti
fd95fd5565 Add meta keywords 2014-03-06 20:02:52 +01:00
Iacopo Spalletti
c79668c46c Add Meta Description field 2014-03-05 18:15:41 +01:00
Max Vyaznikov
94c967c7e6 Russian translation complete + no *.mo files in .gitignore 2014-02-27 15:46:54 +03:00
Max Vyaznikov
4b3789886c Russian translation + small translations fix 2014-02-27 12:39:02 +04:00
Iacopo Spalletti
7fff4e90e8 Cleanup 2014-02-23 16:09:27 +01:00
Iacopo Spalletti
26a606e121 Permit null author 2014-01-23 05:46:55 +01:00
Iacopo Spalletti
d31196f23b Fix support for render_model 2014-01-22 18:14:50 +01:00
Iacopo Spalletti
1ac18873a0 Move custom css loading to admin. Don't show author if not superuser.
Fix unique together for translated fields. Fix some manager issues.
Add default pagination to views
Simplify tag_clog() code
2014-01-10 15:04:27 +01:00
Iacopo Spalletti
3a772007f1 Fix unique slugs 2014-01-09 15:41:27 +01:00
Iacopo Spalletti
958ed651f2 SWitch to parler for multilingual support.
Fix templates
2014-01-09 08:59:02 +01:00
Iacopo Spalletti
086dde879d Categories plugin 2014-01-08 22:33:20 +01:00
Iacopo Spalletti
63d7496f98 CSS fixes and tags autocomplete 2014-01-08 07:25:18 +01:00
Iacopo Spalletti
ed6e331f62 View fixes 2014-01-04 21:13:25 +01:00
Iacopo Spalletti
d106a19bdc Initial import 2014-01-04 17:07:09 +01:00