forked from nephila/djangocms-page-sitemap
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature/cms version 4 compatible (nephila#51) * Update compatible with Django CMS version4 sitemap.py and cms_toolbars.py updated to support page menu and sitemap compatible with Django CMS version 4 Co-authored-by: Vipul, Narang <[email protected]> * Relese 0.9.0a1 * Fix django CMS requirements in setup.py * Release 0.9.0dev3 * Updated lastmod() to return latest publish version modified date in cms4 (nephila#58) * Updated lastmod() to return latest publish version modified date if versioning is enabled. Co-authored-by: narender81 <[email protected]> * Release 0.9.0dev4 * Release 0.9.0dev5 * Use the correct toolbar for versioning and django-cms v4 (nephila#59) * Use the page toolbar from the CMS as this doesn't add more buttons. It's also designed fro use just on the page too * Functioning toolbar with versioning enabled * Added versioning test to ensure that the toolbar duplicated button issue never occurs again * Remove limit on versioning being installed. The test suite should run the same regardless of versioning * Release 0.9.0dev6 * Feature/list published pagecontent if versioning enabled (nephila#61) * Add filter to list only published pages in versioning is enabled/installed * Add test to check query performance Co-authored-by: narender81 <[email protected]> * Release 0.9.0dev7 * Release 0.9.0.dev8 * Initial port of tools changes * Updated the history * Update the test suite to cms4 * Bring the github workflows in line with the tox configuration * Fix mismatch of python / django versions in tox and GH actions * Fix various mismatch issues * Removed all py2 # -*- coding: utf-8 -*- * Use a dj 3.2 compatible version * Removed all __future__ imports * Removed @python_2_unicode_compatible * Update django limitation from 3.3 to 4.0 * Fix isort failures * Fix installation dependancies * fixed lint failures * Fix missing secret key for the test suite * Fixed failing tests * Fix deprecation notices * Replace changelog entry with towncrier configuraton * Fixed versioning tests * Requirements added * Fix merge * Merge * Ensure tests runs on django CMS 3 and 4 * Fix test * Fix coverage * fix: update workflow files * fix: update test.yml * fix: remove comments * update setup.cfg --------- Co-authored-by: vipulnarang95 <[email protected]> Co-authored-by: Vipul, Narang <[email protected]> Co-authored-by: Iacopo Spalletti <[email protected]> Co-authored-by: NarenderRajuB <[email protected]> Co-authored-by: narender81 <[email protected]> Co-authored-by: Aiky30 <[email protected]> Co-authored-by: Andrew Aikman <[email protected]> Co-authored-by: Josh Yu <[email protected]>
- Loading branch information
1 parent
5c1a44f
commit 3dd4ffb
Showing
18 changed files
with
319 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add support for django CMS 4+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* Update tooling and ci test suite to Github Actions | ||
* Add compatibility with Django 3.2 | ||
* Drop compatibility with Django < 2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-r requirements_base.txt | ||
|
||
Django>=3.2,<4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-r requirements_base.txt | ||
|
||
Django>=4.2,<5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-e .[docs] | ||
coverage>5 | ||
coveralls>2 | ||
mock>=1.0.1 | ||
django-app-helper>=2.0.0 | ||
|
||
https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms |
Oops, something went wrong.