Commit graph

556 commits

Author SHA1 Message Date
Tadas Dailyda
f55af7d036 add category view url with id instead of slug to make BlogCategory.get_absolute_url() work in any case 2015-07-19 19:10:17 +03:00
Tadas Dailyda
74a78fc5a4 Attach category menu to CMSApp 2015-07-19 19:10:16 +03:00
Tadas Dailyda
8bf041d494 fix menu modifier for CategoryEntriesView 2015-07-19 19:10:16 +03:00
Tadas Dailyda
9b1424e08d django 16 compatibility 2015-07-19 19:10:16 +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
d8906569c9 handle menu cache 2015-07-19 19:10:16 +03:00
Tadas Dailyda
53a6beed00 move BlogCategoryMenu to a separate menu.py 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
Tadas Dailyda
2c2fd6d7ca Attach category menu to CMSApp 2015-07-19 19:10:16 +03:00
Tadas Dailyda
03e9e22f89 add BLOG_USE_ABSTRACT checks to tests 2015-07-19 19:08:19 +03:00
Tadas Dailyda
ea7636622d add south migration 2015-07-19 18:23:42 +03:00
Tadas Dailyda
2812a7fa38 add migration for optional abstract 2015-07-19 18:23:42 +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
Tadas Dailyda
8572c8fcdc fix initial migration once again (no binary strings) 2015-07-19 18:23:41 +03:00
Tadas Dailyda
19e277fe84 add a missing django migration 2015-07-19 18:23:41 +03:00
Iacopo Spalletti
95f2914a33 Merge pull request #130 from nephila/feature/fix_edit_post_text
Fix edit post text
2015-07-18 16:31:46 +02:00
Iacopo Spalletti
95246ff7d8 Fix #123 2015-07-04 12:48:59 +02:00
Iacopo Spalletti
d6adc3eab5 Add test for #123 2015-07-04 12:48:51 +02:00
Iacopo Spalletti
42a2c2a50d Merge pull request #129 from nephila/feature/test_update
Update test matrix
2015-07-04 12:44:30 +02:00
Iacopo Spalletti
96440f1933 Update test matrix 2015-07-04 10:50:04 +02:00
Iacopo Spalletti
453ca4b122 Merge pull request #124 from nephila/feature/config_update
Config update
2015-06-28 19:10:57 +02:00
Iacopo Spalletti
674106cd9f Update changelog 2015-06-28 18:42:41 +02:00
Iacopo Spalletti
e5413ff6fc Drop depedency on django select2 2015-06-28 18:40:57 +02:00
Iacopo Spalletti
8a0fcf87c6 Update travis configuration 2015-06-28 17:36:02 +02:00
Iacopo Spalletti
16c87cad61 Add supported Django versions classifiers 2015-06-28 11:38:58 +02:00
Iacopo Spalletti
39b4ce2d85 Merge pull request #120 from nephila/feature/update_setup
Remove dependency from south
2015-06-17 00:38:54 +02:00
Iacopo Spalletti
dd974e7650 Remove dependency from south. Use modern Django-Select2 to use the same package for Py2/Py3 2015-06-16 09:09:29 +02:00
Iacopo Spalletti
ebfbcc89a2 Merge pull request #119 from nephila/fix/plugins_render
Always call super for plugins render method
2015-06-16 08:40:33 +02:00
Iacopo Spalletti
eba6e8fdfc Update README.rst 2015-06-16 08:19:17 +02:00
Iacopo Spalletti
c54a2effcb Remove duplicate context setting 2015-06-16 08:17:38 +02:00
Iacopo Spalletti
826468e0a8 Merge pull request #118 from nephila/fix/html5lib
Pin html5lib version
2015-06-16 08:16:50 +02:00
Iacopo Spalletti
78b074fb57 Always call super for plugins render method 2015-06-16 08:15:56 +02:00
Iacopo Spalletti
5b20302946 Let djangocms-helper handle the djangocms_text_ckeditor migrations 2015-06-16 08:02:21 +02:00
Iacopo Spalletti
e69f0d2d9b Pin html5lib version 2015-06-15 18:57:53 +02:00
Iacopo Spalletti
865905ac17 Merge pull request #117 from ungleich/ungleich-blog
Added link to another blog - ungleich.ch
2015-06-15 17:39:34 +02:00
Iacopo Spalletti
c661d652bf Merge pull request #116 from nephila/fix-testing
Fix testing
2015-06-15 17:39:27 +02:00
Iacopo Spalletti
0bc35f5a6a Merge pull request #115 from britny/develop
added placeholder in context for latest post plugin
2015-06-15 17:38:57 +02:00
Nico Schottelius
5550c1a4ab Added link to another blog - ungleich.ch 2015-06-15 16:09:13 +02:00
Iacopo Spalletti
847710fc05 Update README.rst 2015-06-11 18:00:12 +02:00
Iacopo Spalletti
c2b866243d Fix testing 2015-06-02 18:21:19 +02:00
Davide Truffo
010c648b08 added placeholder in context for latest post plugin 2015-06-02 17:23:53 +02:00
Iacopo Spalletti
150de8866f Update README.rst 2015-05-18 08:35:17 +02:00
Iacopo Spalletti
8dab916fe8 Merge pull request #113 from nephila/fix/plugin_category
Fix latest posts pluing. Fix #112
2015-04-20 10:44:02 +02:00
Iacopo Spalletti
74c0ae621a Fix latest posts pluing. Fix #112 2015-04-20 02:42:34 +02:00
Iacopo Spalletti
ca4909182f Merge pull request #110 from creimers/develop
added BLOG_POSTS_LIST_TRUNCWORDS_COUNT setting to archive, author, tag,
2015-04-12 19:50:21 +02:00
Iacopo Spalletti
50da5200f9 Bump development version 2015-03-22 13:02:59 +01:00
Iacopo Spalletti
d755c3729c Bump version 2015-03-22 13:02:10 +01:00
Iacopo Spalletti
5c275f0f23 Use twine for upload 2015-03-22 13:02:10 +01:00
Iacopo Spalletti
44100e0724 Update history 2015-03-22 12:33:54 +01: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