Commit graph

55 commits

Author SHA1 Message Date
Iacopo Spalletti
1acc78cb31 Toolbar tests 2014-06-10 00:11:48 +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
92d0ce2c3e Version bump 2014-04-27 04:31:08 +02:00
Iacopo Spalletti
fa007d712d Update translations 2014-04-27 04:31:08 +02:00
Iacopo Spalletti
7a421b12b1 Fix settings import 2014-04-27 04:25:03 +02:00
Iacopo Spalletti
452132ec10 Add basic settings documentation 2014-04-25 19:40:06 +02:00
Iacopo Spalletti
41e3d69696 Change G+ default type 2014-04-25 19:39:28 +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
7f8bc091b0 Update translations 2014-04-19 20:01:08 +02:00
Iacopo Spalletti
a2bd384d2b Add support for social tags via django-meta-mixin 2014-04-19 20:01:08 +02:00
Iacopo Spalletti
0a9ae13c69 Code linting 2014-04-19 19:17:38 +02:00
Iacopo Spalletti
3ee4b91265 Change related_name attributes 2014-04-11 13:49:52 +02:00
Iacopo Spalletti
31d66df3c1 Add meta_keywords to admin 2014-04-11 12:17:56 +02:00
Iacopo Spalletti
605c291b5a Rename plugins to avoid possible name clashing with other applications 2014-04-05 16:35:49 +02:00
Iacopo Spalletti
c48caa696a Use related_name for foreign key fields 2014-04-05 16:32:17 +02:00
Iacopo Spalletti
f05b571207 Follow parler updates in requirements. Update version and history 2014-03-29 23:10:06 +01:00
Iacopo Spalletti
0f7661724d Update translations 2014-03-29 16:37:38 +01:00
Iacopo Spalletti
118398c3f0 Update templates. Add support for canonical URLs. 2014-03-29 16:23:33 +01: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
b6142d86df Rename views 2014-03-29 16:21:52 +01:00
Iacopo Spalletti
9999e6a622 Fix filtering 2014-03-12 14:35:00 +01:00
Iacopo Spalletti
e00acb07e2 Fix get_absolute_url 2014-03-07 18:36:41 +01:00
Iacopo Spalletti
5a1aa5c6bb Fix views 2014-03-07 18:04:46 +01:00
Iacopo Spalletti
fd95fd5565 Add meta keywords 2014-03-06 20:02:52 +01:00
Iacopo Spalletti
8e6148c55f Update translations 2014-03-05 23:15:50 +01:00
Iacopo Spalletti
ade33f2747 Add migrations to sync with newer django CMS plugin table naming 2014-03-05 23:15:32 +01:00
Iacopo Spalletti
ae22fdabcf Update compiled translation 2014-03-05 18:15:41 +01:00
Iacopo Spalletti
3c21e7e3ca Update translation sources 2014-03-05 18:15:41 +01:00
Iacopo Spalletti
c79668c46c Add Meta Description field 2014-03-05 18:15:41 +01:00
Max Vyaznikov
01c545d72d BLOG_POSTS_LIST_TRUNCWORDS_COUNT for LatestEntriesPlugin 2014-02-28 13:23:54 +03:00
Max Vyaznikov
912f3b57f7 fix can't truncate full_text 2014-02-27 16:58:17 +03:00
Max Vyaznikov
100c004f3a settings fix + new param BLOG_POSTS_LIST_TRUNCWORDS_COUNT for shorting blog post in posts_list 2014-02-27 16:38:52 +03: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
d0708d666b Fix subject_location in templates 2014-02-23 15:41:08 +01:00
Iacopo Spalletti
8c480012d4 Fix requirements 2014-02-03 21:15:46 +01:00
Iacopo Spalletti
c152d19185 fix queryset check 2014-02-02 16:22:22 +01:00
Iacopo Spalletti
26a606e121 Permit null author 2014-01-23 05:46:55 +01:00
Iacopo Spalletti
75a3428f96 Add 2.6 compat 2014-01-22 18:33:45 +01:00
Iacopo Spalletti
d31196f23b Fix support for render_model 2014-01-22 18:14:50 +01:00
Iacopo Spalletti
1c67313fd2 Localization 2014-01-10 15:09:10 +01:00
Iacopo Spalletti
52f8f1486a Fix templates 2014-01-10 15:04:27 +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
56a821ae2f Fix CategoryEntriesView 2014-01-09 09:54:40 +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