Commit graph

556 commits

Author SHA1 Message Date
Iacopo Spalletti
1ac84cb523 Add code climate configuration 2015-09-01 10:16:09 +02:00
Iacopo Spalletti
229bd79ff5 Merge pull request #142 from nephila/feature/better_tests
Better RequestContext handling in Django 1.8 during tests
2015-09-01 10:01:13 +02:00
Iacopo Spalletti
98c0e1964d Better RequestContext handling in Django 1.8 during tests 2015-09-01 01:05:17 +02:00
Iacopo Spalletti
87ffaf6d3f Merge pull request #141 from sephii/categories-site
Fix categories count attribute to restrict to posts published on current site
2015-08-31 15:01:04 +02:00
Sylvain Fankhauser
d0cc19fa2a Fix categories count attribute to restrict to posts published on current site 2015-08-31 14:28:31 +02:00
Iacopo Spalletti
250740916b Update translations 2015-08-16 16:26:54 +02:00
Iacopo Spalletti
0bcea3c69b Merge pull request #140 from nephila/feature/fix_plugin
Fix plugin
2015-08-16 16:25:10 +02:00
Iacopo Spalletti
4ad6e19dcc Fix readme 2015-08-16 15:57:23 +02:00
Iacopo Spalletti
38a1b77dd7 Update history 2015-08-14 19:38:50 +02:00
Iacopo Spalletti
8a96ff7225 Update readme with a warning 2015-08-14 19:38:50 +02:00
Iacopo Spalletti
5b91510938 Change LatestPostsPlugin.tags field type to use taggit-autosugges 2015-08-14 18:23:54 +02:00
Iacopo Spalletti
4b07894676 Merge pull request #137 from ImaginaryLandscape/fix/admin_fieldset_language
Switched Images fieldset name to English default
2015-08-12 08:22:14 +02:00
furiousdave
3bdae754df Switched Images fieldset name to English default 2015-08-11 15:16:09 +00:00
Iacopo Spalletti
f848123ed5 Bump development version 2015-08-09 10:37:08 +02:00
Iacopo Spalletti
cfd24362f7 Bump version 2015-08-09 09:23:33 +02:00
Iacopo Spalletti
e753db7b9a update authors file 2015-08-09 09:23:24 +02:00
Iacopo Spalletti
847b77696d Update makefile 2015-08-08 10:18:46 +02:00
Iacopo Spalletti
06a924e659 Remove unneede travis builds 2015-08-08 10:18:37 +02:00
Iacopo Spalletti
b0b868b192 Update README 2015-07-21 16:03:14 +02:00
Iacopo Spalletti
3a5d0222c2 Update README/History 2015-07-21 08:27:49 +02:00
Iacopo Spalletti
ac07401db4 Merge pull request #135 from nephila/feature/django18
Add Django 1.8 support
2015-07-21 08:16:43 +02:00
Iacopo Spalletti
eab970521f Skip install per pep8/isort 2015-07-21 07:10:39 +02:00
Iacopo Spalletti
66aa775324 Cleanup 2015-07-21 07:10:39 +02:00
Iacopo Spalletti
c3de277f07 Add Django 1.8 to setup.py 2015-07-21 07:10:39 +02:00
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