-
Notifications
You must be signed in to change notification settings - Fork 51
feat: Universal snippet for django CMS 3 and 4 #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
eeb8072
djangocms-versioning compatibility - Initial Model and cms_config imp…
adam-murray a441d5a
feat: Snippet CMS 4.0 and djangocms-versioning Data migration (#74)
adam-murray 4fd5662
feat: Moderation compatibility and version copy method implementation…
adam-murray e215e01
feat: Versioning Compatibility Changes (#79)
adam-murray d2b1b63
fix: Fixed bug that causes ChangeView not to use SnippetForm (#80)
adam-murray c3eb8d9
feat: Reworked form fields and added the ability to show draft snippe…
adam-murray 5a3323c
fix: Adding valid HTML to the add snippet form throws an error (#82)
adam-murray 98ddf0c
fix: form initialisation error in read-only mode (#83)
adam-murray aa450b3
fix: History URL button broken link on the Snippets change form (#84)
adam-murray 7d752e6
fix: Draft snippet render error due to draft snippets (#86)
Aiky30 55abe67
feat: Default versioning import user id setting can be set via enviro…
Aiky30 20e5ca6
Release 4.0.0.dev1 (#91)
Aiky30 903be6f
fix: django-cms 4.0.x - Remove breaking django-treebeard pinning issu…
Aiky30 b0a0559
Release 4.0.0.dev2 (#95)
Aiky30 fdc9f49
feat: Removing slug field and hyperlink from list display when versio…
Bernardvdv 90b1171
fix: Snippet plugin showing ID instead of name(#100)
Bernardvdv a31c8e3
Fix: Compare view removed unnecessary template logic (#101)
adam-murray 60746af
Release 4.0.0.dev3 (#103)
Bernardvdv 3c5af57
feat: Preview icon renders content in read only (#102)
Bernardvdv c25b365
Release 4.0.0.dev4 (#109)
Aiky30 59c22af
fix: Added test coverage to admin preview view (#96)
adam-murray c8562f0
port-feat: pre-commit config added from the v3 workstream (#117)
Aiky30 dbd61f5
feat: django-cms 4.0.x - django 3.2 and Python 3.9 compatibility (#92)
Aiky30 5f7ff3e
Release 4.0.1.dev1 (#119)
Aiky30 c9c4d25
feat: Enable add button on the SnippetPluginForm (#127)
michaeljcollinsuk 1cd77a8
Release 4.0.1.dev2 (#128)
michaeljcollinsuk 1fb6fca
init support for django4.2 (#150)
FreemanPancake aaec619
fix pyproject.toml config error (#151)
FreemanPancake eabef47
Added site field in models n site filter in admin (#159)
vipulnarang95 48daa6a
Release/4.1.0 (#155)
FreemanPancake f9147e5
Update README.rst
NicolaiRidani 27610d9
Update README.rst
NicolaiRidani 3252fc9
Create PULL_REQUEST_TEMPLATE.md (#85)
Kaushal-Dhungel 17db789
Only include badges at the top to avoid confusion & removed old badge…
marksweb 893ed0b
Added pypi github actions (#108)
marksweb de97346
FEATURE: adjust setup metadata (#110)
a26c443
correct doc about default value of DJANGOCMS_SNIPPET_CACHE (#120)
eagleoflqj cbff022
Update to ace 1.9.6, load ace editor from static files if djangocms_s…
fsbraun 6163086
ci: Update pypi action branch names (#125)
marksweb 1402265
Bump version: 3.0.0 → 3.1.0 (#126)
marksweb 40602ba
fix: django-cms 3.x - Remove breaking django-treebeard pinning issue …
Aiky30 afca2a0
fix: add noop django 4 migration (#134)
LuckyType 58fba22
ci: Prepare release of version 3.1.1 (#139)
fsbraun 0f65aa8
chore: Package overhaul (#140)
marksweb 30371e4
fix: Test pypi workflow
marksweb 948f70c
Bump actions/setup-python from 4 to 5 (#148)
dependabot[bot] 8dfec44
fix: Test only for migrations within package
fsbraun 5d67ff2
Update tests
fsbraun 1209437
run tests on all branches
fsbraun 56a2557
fix tests
fsbraun 35da1da
Update readme, changelog
fsbraun d161417
Fix common test suite for django CMS 3.11, 4.0, and 4.1
fsbraun fff7f64
Update CHANGELOG
fsbraun ba7c8ed
Merge branch 'master' into feat/universal
fsbraun 10b5e32
Merge branches together
fsbraun 5d73d27
Update precommit-config
fsbraun ec4515f
fix: ruff precommit
fsbraun aa2505b
ci: auto fixes from pre-commit hooks
pre-commit-ci[bot] 789480d
fix: ruff issues
fsbraun 70e50f1
Merge branch 'feat/universal' of github.com:django-cms/djangocms-snip…
fsbraun 470152d
More ruff fixes
fsbraun 8eedef5
Update pyproject.toml
fsbraun cdf3bfa
Merge branch 'master' into feat/universal
fsbraun da34c01
ci: auto fixes from pre-commit hooks
pre-commit-ci[bot] 112f0a7
fix: Remove isort and flake8 from setup.cfg
fsbraun 6b1968a
ci: auto fixes from pre-commit hooks
pre-commit-ci[bot] a152bdf
Update setup.cfg
fsbraun f7d298e
Fix: universal branch (#167)
joshyu d86e6c4
Update lint workflow
fsbraun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -2,8 +2,6 @@ name: CodeCov | |
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
|
||
concurrency: | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
bump2version | ||
django-cms>=3.7 | ||
django-treebeard>=4.3,<4.5 | ||
django-treebeard | ||
pip-tools | ||
pre-commit | ||
wheel |
This file contains hidden or 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 hidden or 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 3.1.0 | ||
current_version = 5.0.0a | ||
commit = True | ||
tag = False | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "3.1.1" | ||
__version__ = "5.0.0a1" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.