-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
ci: Merge develop-4 into release/4.1.x #7617
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
Conversation
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
* Create 4.1.0rc1 (django-cms#7467) * [4.1.0rc1 release process] Building locales * [4.1.0rc1 release process] Bumped version to 4.1.0rc1 * [4.1.0rc1 release process] compiling new static files * [4.1.0rc1 release process] updating latest docs * Update CHANGELOG.rst * Add: publish release actions * build: merge 4.1.0rc2 into `release/4.1.x` (django-cms#7543) * [4.1.0rc2 release process] Building locales * [4.1.0rc2 release process] Bumped version to 4.1.0rc2 * [4.1.0rc2 release process] compiling new static files * [4.1.0rc2 release process] updating latest docs * Update README.rst * Update CHANGELOG.rst --------- Co-authored-by: Github Release Action <info@django-cms.org> * fix: empty actions shown without unwanted spaces (django-cms#7545) (django-cms#7552) * Fix empty actions * Add tests * Fix tests * Update CHANGELOG.rst * Update CHANGELOG.rst * build: Release/build (django-cms#7561) * [4.1.0rc3 release process] Bumped version to 4.1.0rc3 * [4.1.0rc3 release process] compiling new static files * [4.1.0rc3 release process] updating latest docs * Update CHANGELOG.rst --------- Co-authored-by: Github Release Action <info@django-cms.org> * Update CHANGELOG.rst * Update CHANGELOG.rst --------- Co-authored-by: Github Release Action <info@django-cms.org>
…jango-cms#7572) * Update wizards.py (typo fix) * add eslint exception for new-cap * fix eslint error * Update test * Dynamic unihan decoder selection based on page language * Fix: Unicode slug for v4 * Use Slug field in page admin form for slug * Remove print statements from apphook_reload.py (django-cms#6917) Debug logging in the codebase via print statements is OK locally, but should never have been committed to the codebase. Co-authored-by: Stuart Axon <stuaxo2@yahoo.com> Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: Aiky30 <Aiky30@users.noreply.github.com> * Update forms * Fix log entry test * fix json linting * Update tests for django 2.2 * ... and fix ruff issue --------- Co-authored-by: Iacopo Spalletti <github@spalletti.it> Co-authored-by: Stuart Axon <stuaxo2@yahoo.com> Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: Aiky30 <Aiky30@users.noreply.github.com>
…go-cms#7577) * Fix: Unlocalize ids to avoid js errors for page, site or node ids greater than 999 * Add tests by mbi Co-authored-by: Marco Bonetti <marco@cruncher.ch> --------- Co-authored-by: Marco Bonetti <marco@cruncher.ch>
…#7578) * Add navigation extenders to advanced settings. * Fix docstrings
* Replace PositiveSmallIntegerField against PositiveIntegerField * fix django-cms#7588 Do not overwrite attrs passed in from existing slug widget --------- Co-authored-by: Fabian Braun <fsbraun@gmx.de>
…ageContent` (django-cms#7596) * Fix sitemap to be based on page content and not page url * Fix ruff error * Refactor around PageUrl for tests * Remove unused code * Improved readability * Add back "select_related"
* Fix: Complete styling of action buttons * feat: color-scheme/dark-mode for v4 * Fix toolbar tests to reflect dark mode switch * fix test_views * Remove outdated sun/moon icons * Update cms/static/cms/sass/components/_sideframe.scss Co-authored-by: Mark Walker <theshow@gmail.com> * Fix: z-index issue * Remove escapejs not needed * Fix shortcuts dark-mode * Dark-mode for `<kbd>` tag in shortcuts * Remove double-styling --------- Co-authored-by: Mark Walker <theshow@gmail.com>
…django-cms#7599) * Fix: Complete styling of action buttons * Update karma in package.json to current version * Update babel-core * Undo unwanted scss changes * Remove webpack2 polyfill plugin (promise polyfill) * Test using chrome headless * Use Chrome instead of Chrome Headless * Run headless chrome * fix eslint issues * Update supporting libs
…as its own cancel button) (django-cms#7603)
…ion (django-cms#7613) * fix: Cross-talk between grouper admins due to common initial list * Add: Fix styling with plain Django * Fix: Focus on first non-language selector input in change form
…jango-cms#7604) * fix: remove copy_to_public from page and page content extensions * Fix: Make `copy_to_public` a no-op issuing a warning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Related resources
Checklist
develop