Commit graph

382 commits

Author SHA1 Message Date
Iacopo Spalletti
7d31321035 Add Django 1.8 to travis 2015-07-21 07:10:39 +02:00
Iacopo Spalletti
e1fecbacba Add Django 1.8 support 2015-07-21 07:10:39 +02:00
Iacopo Spalletti
3238c0f912 Merge pull request #133 from nephila/feature/cleanup
Cleanup code style
2015-07-21 07:09:25 +02:00
Iacopo Spalletti
a67fdc6c6b More cleanups 2015-07-21 06:59:23 +02:00
Iacopo Spalletti
f8179aa026 Rename migration 2015-07-21 06:59:10 +02:00
Iacopo Spalletti
f299f61fd3 Update migrations 2015-07-21 06:55:30 +02:00
Iacopo Spalletti
2ed8accb01 Model field labels cleanups 2015-07-21 06:55:30 +02:00
Iacopo Spalletti
07c5ed48d1 Update cms_helper.py 2015-07-21 06:55:30 +02:00
Iacopo Spalletti
8657190c87 Cleanup code 2015-07-21 06:55:30 +02:00
Iacopo Spalletti
7e2a7a5387 Add isort/flake8 tests 2015-07-21 06:55:30 +02:00
Iacopo Spalletti
71973ba8fc Better flake8 configuration 2015-07-21 06:55:30 +02:00
Iacopo Spalletti
ec8da6062a Fix code style 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
352383dad9 modifier must work on two menu structures when run in django-cms apphook context 2015-07-21 00:34:17 +03:00
Tadas Dailyda
8b69e90e55 py2.6 compat 2015-07-20 17:16:52 +03:00
Tadas Dailyda
123a25ddb8 take into account that cms changes manu node namespaces 2015-07-20 16:57:00 +03:00
Tadas Dailyda
f86ca7ad4a add menu tests 2015-07-20 15:31:59 +03:00
Iacopo Spalletti
091ce89a07 Merge pull request #134 from jedie/patch-1
remove select2
2015-07-20 05:23:31 +02:00
Iacopo Spalletti
3629cee267 Merge pull request #132 from skirsdeda/feature/optabstract
Make Post.abstract optional
2015-07-20 05:23:19 +02:00
Jens Diemer
340208ac65 remove select2
see also: 674106cd9f (commitcomment-12244334)
2015-07-20 00:04:54 +02:00
Tadas Dailyda
65f3086824 remove category by id url 2015-07-19 19:10:17 +03:00
Tadas Dailyda
a414296c51 fix menu modifier for CategoryEntriesView 2015-07-19 19:10:17 +03:00
Tadas Dailyda
204f8268d9 django 16 compatibility 2015-07-19 19:10:17 +03:00
Tadas Dailyda
9c93d7cbf2 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:17 +03:00
Tadas Dailyda
b3a1dc9015 handle menu cache 2015-07-19 19:10:17 +03:00
Tadas Dailyda
a5c1feb6b0 move BlogCategoryMenu to a separate menu.py 2015-07-19 19:10:17 +03:00
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