Commit Graph

1090 Commits

Author SHA1 Message Date
PCoder 5f73ab254a Fix assertRaises call 2018-01-01 09:54:07 +01:00
PCoder 1b36a5aace Add test_non_existing_blog_category_should_raise_404 2018-01-01 00:37:09 +01:00
PCoder ca605e516b Merge branch 'develop' into feature/handle_blog_category_not_found 2017-12-31 19:45:05 +01:00
Iacopo Spalletti 117952a1d7
fix error in ws_connect 2017-12-31 17:12:50 +01:00
Iacopo Spalletti 24a77632de
Merge branch 'develop' of github.com:nephila/djangocms-blog into develop 2017-12-31 16:33:37 +01:00
Iacopo Spalletti ae71bfe18e
Removed unused migrations 2017-12-31 16:33:26 +01:00
Iacopo Spalletti a66371fc92
Pin django version in tox docs 2017-12-31 16:32:50 +01:00
Iacopo Spalletti fb1ea6ba2d
Merge pull request #393 from plamen-nikolov/develop
Disable menu subitems & fix wrong plugin url
2017-12-31 12:46:27 +01:00
Iacopo Spalletti 51fd5a58d7
Update source strings 2017-12-31 12:36:37 +01:00
Iacopo Spalletti 10f38870e3
Fix isort issue 2017-12-31 12:30:42 +01:00
Iacopo Spalletti 4c68ada924
Merge pull request #400 from kynsi/patch-1
fixed typo
2017-12-31 11:44:03 +01:00
M.Ravi 72d134b00d Raise Http404 if BlogCategory is not found 2017-12-27 16:44:38 +01:00
kynsi 827e556412
fixed typo 2017-12-21 09:57:49 +01:00
Plamen Nikolov 823bb8afa7 fix isort error 2017-11-10 00:28:53 +02:00
Plamen Nikolov 8fdf63ae08 Fix lint error 2017-11-09 23:38:53 +02:00
Plamen Nikolov e12705e6c5 {% url 'djangocms_blog:posts-category' %} does not honor the app config.
In case of multiple app configs, {% url .. %} points to the first config only
2017-11-09 23:31:18 +02:00
Plamen Nikolov c1c8fc905b Disable the default djangocms_blog menu in case the user does not want to show submenus 2017-11-09 23:30:30 +02:00
Fabian Braun 23e0e56742 Fix: let isort order imports 2017-11-06 20:46:45 +01:00
Fabian Braun 65f2edb9ed Fix: isort for admin.py 2017-11-06 20:15:31 +01:00
Iacopo Spalletti 94896db873
Merge pull request #358 from fsbraun/develop
Add bulk actions (enhancement) (#356)
2017-11-04 12:19:51 +01:00
Iacopo Spalletti baa3eccab9
Merge branch 'release/0.8.x' into develop 2017-07-26 02:46:11 +02:00
Iacopo Spalletti d92bf59bc1 Merge pull request #384 from nephila/hotfix/tests_pages
Fix tests in tests_views
2017-07-26 01:38:23 +02:00
Iacopo Spalletti 661562586c
Fix tests in tests_views 2017-07-26 00:10:47 +02:00
Iacopo Spalletti c88e641846 Merge pull request #360 from dipen30/develop
Realted post field added
2017-07-25 23:57:56 +02:00
Iacopo Spalletti 76670e75ed
Release 0.8.13 2017-07-25 20:43:39 +02:00
Iacopo Spalletti 55a52b5197
Fix dependencies in tox 2017-07-25 19:05:51 +02:00
Iacopo Spalletti cd4d10c91c Merge pull request #383 from nephila/hotfix/contributing
Improve CONTRIBUTING.rst doc
2017-07-25 11:23:54 +02:00
Iacopo Spalletti 612e1c48a1
Improve CONTRIBUTING.rst doc 2017-07-25 08:31:51 +02:00
Iacopo Spalletti 67daccb02d Merge pull request #376 from nephila/issue-374/duplicated-categories
Filter out duplicated categories due to parler joins
2017-07-25 08:23:31 +02:00
Dipen Patel d71f742efb - Fixed migrations
- fixed live blog admin field issue
2017-07-22 12:27:10 +05:30
Dipen Patel a1498d7f42 code formated 2017-07-22 11:46:09 +05:30
Dipen Patel aac62b1aef Django 1.8 compatible 2017-07-22 11:36:15 +05:30
dasdhrub95 9665f358ef Fixed auto setup internal link in docs (#382) 2017-07-14 07:16:51 +02:00
Bryan Marty 22ead871ee Require easy_thumbnails 2.4.1 and load easy_thumbnails_tags (#378)
* Require easy_thumbnails 2.4.1 and load easy_thumbnails_tags
2017-06-25 09:43:28 +02:00
Iacopo Spalletti 0233ba5605
Update history / authors [ci skip] 2017-06-16 19:11:19 +02:00
Mike Liu b0b8561399 Check that a post has a url when generating the sitemap. (#373) 2017-06-16 19:09:57 +02:00
Iacopo Spalletti e3d7ce1b94
Added ALLOWED_HOSTS due to Django change 2017-06-11 12:44:00 +02:00
Iacopo Spalletti 12ca983a90
Update changelog 2017-06-11 12:43:16 +02:00
Iacopo Spalletti 88e7ab6490
Filter out duplicated categories due to parler joins 2017-06-11 12:43:16 +02:00
Dipen Patel 85eb7a319a Update installation doc 2017-06-11 12:37:32 +05:30
Dipen Patel d24f3130d6 moved related field below abstract field 2017-06-11 12:35:32 +05:30
Iacopo Spalletti 13ec4dff29
Merge remote-tracking branch 'origin/release/0.8.x' into develop 2017-06-10 19:59:56 +02:00
Dipen Patel b56929cb99 fixed isort test 2017-06-10 18:47:15 +05:30
Dipen Patel 9619064f44 Fixed helper 2017-06-10 18:34:36 +05:30
Dipen Patel 815535c4bf added django-sortedm2m 2017-06-10 18:14:57 +05:30
Iacopo Spalletti 384442f340 Merge pull request #371 from nephila/issue-369
Fixed exceptions in __str__
2017-06-07 15:24:20 +02:00
Iacopo Spalletti 92c353d1f6
Drop Python 2.6 compatibility 2017-06-07 12:44:10 +02:00
Iacopo Spalletti 1809354573
Fixed exceptions in __str__ 2017-06-07 12:44:10 +02:00
Iacopo Spalletti 10c8f0f2dd Merge pull request #372 from nephila/hotfix/failures
Fix failures in menu tests
2017-06-07 12:43:31 +02:00
Iacopo Spalletti 902ad5df4a
Removed obsolete compatibility code 2017-06-07 10:26:06 +02:00