8000 Comparing 5.0.1...release/5.0.x · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: django-cms/django-cms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.1
Choose a base ref
...
head repository: django-cms/django-cms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/5.0.x
Choose a head ref
  • 8 commits
  • 20 files changed
  • 7 contributors

Commits on May 22, 2025

  1. chore: Move from script tags containing dom elements to template tags (

    …#8233) (#8237)
    
    * [5.1.0dev1 release process] Bumped version to 5.1.0dev1
    
    * [5.1.0dev1 release process] compilemessages
    
    * [5.1.0dev1 release process] compiling new static files
    
    * [5.1.0dev1 release process] updating latest docs
    
    * Prepare new main branch
    
    * Fix typos
    
    * fix: No changes to changelog
    
    * fix: Remove unnecessary change to migration
    
    * Remove circular import
    
    * Fix import order
    
    * Re-introduce dummy `PlaceholderField` for legacy migrations
    
    * fix: Do not assume page url cache to be filled
    
    * fix: Structure board update sometimes failed to add all interactive elements (#8227)
    
    * fix: Scan plugin data after structure mode Xhr load
    
    * Fix test
    
    * fix js linting issues
    
    * fix: Update assets
    
    * fix: Empty plugin selectors in all but first placeholder
    
    * chore: Move from script tags containing dom elements to template tags
    
    * Update cms/models/fields.py
    
    * Update cms/models/fields.py
    
    ---------
    
    Co-authored-by: Github Release Action <info@django-cms.org>
    fsbraun and Github Release Action authored May 22, 2025
    Configuration menu
    Copy the full SHA
    6302e60 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. fix: replace outdated usage of page__node__path with page__path (#…

    …8238)
    
    * fix: replace outdated usage of `page__node__path` with `page__path`
    
    * add test case for `PageContent.get_placeholder_slots()` with empty `CMS_TEMPLATES` setting
    
    ---------
    
    Co-authored-by: Fabian Braun <fsbraun@gmx.de>
    PeterW-LWL and fsbraun committed May 26, 2025
    Configuration menu
    Copy the full SHA
    a9105a7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. fix: 404 no raised in CMS view when no URLs match (#8240)

    * Fix raising 404 in CMS view when no URLs match
    
    Fixes #8239
    
    * Update cms/page_rendering.py
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Fabian Braun <fsbraun@gmx.de>
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    3 people committed May 27, 2025
    Configuration menu
    Copy the full SHA
    3d069cb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. fix: Add default_auto_field to cms/apps.py (#8254)

    * fix: Add `default_auto_field` to cms/apps.py
    
    * Add default_autofield to `menus.apss`
    fsbraun authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    4a12dd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. add only('pk') where to get old_placeholders (#8249)

    Co-authored-by: keni <v-keni@kexp.org>
    Co-authored-by: Fabian Braun <fsbraun@gmx.de>
    3 people committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    bcf7f89 View commit details
    Browse the repository at this point in the history
  2. refactor: Replace inline scripts/onclick handlers (#8246)

    Replaced with JSON data scripts and data attributes to be
    conformant with Content Security Policy best practices.
    
    Co-authored-by: Fabian Braun <fsbraun@gmx.de>
    stefanw and fsbraun committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    e9086ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6327e0f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. 658F fix: Apphook widget detection (#8263)

    * fix: Apphook widget detection
    
    * Fix: Add related
    fsbraun authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    ec2f4e8 View commit details
    Browse the repository at this point in the history
Loading
0