Skip to content
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

Port django CMS 4 features #83

Draft
wants to merge 39 commits into
base: develop
Choose a base branch
from
Draft

Commits on May 12, 2020

  1. Feature/cms version 4 compatible (#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]>
    vipulnarang95 and Vipul, Narang authored May 12, 2020
    Configuration menu
    Copy the full SHA
    9151e10 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Relese 0.9.0a1

    yakky committed May 15, 2020
    2 Configuration menu
    Copy the full SHA
    81c5e9e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    2e7100d View commit details
    Browse the repository at this point in the history
  2. Release 0.9.0dev3

    yakky committed May 19, 2020
    Configuration menu
    Copy the full SHA
    a85999e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Updated lastmod() to return latest publish version modified date in c…

    …ms4 (#58)
    
    * Updated lastmod() to return latest publish version modified date if versioning is enabled.
    
    
    
    Co-authored-by: narender81 <[email protected]>
    NarenderRajuB and narender81 authored Aug 8, 2020
    Configuration menu
    Copy the full SHA
    a208e1e View commit details
    Browse the repository at this point in the history
  2. Release 0.9.0dev4

    yakky committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    42d5a52 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Release 0.9.0dev5

    yakky committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    07d00b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Use the correct toolbar for versioning and django-cms v4 (#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
    Aiky30 authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    4702697 View commit details
    Browse the repository at this point in the history
  2. Release 0.9.0dev6

    yakky committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    230558c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Feature/list published pagecontent if versioning enabled (#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]>
    NarenderRajuB and narender81 authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    98e1417 View commit details
    Browse the repository at this point in the history
  2. Release 0.9.0dev7

    yakky committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d13e299 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Release 0.9.0.dev8

    yakky committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    9846374 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Initial port of tools changes

    Aiky30 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    e1efa53 View commit details
    Browse the repository at this point in the history
  2. Updated the history

    Aiky30 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    bda90b6 View commit details
    Browse the repository at this point in the history
  3. Update the test suite to cms4

    Aiky30 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    0ff3e57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b9a7d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5634acd View commit details
    Browse the repository at this point in the history
  6. Fix various mismatch issues

    Aiky30 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    15302a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0258afd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bdbe17 View commit details
    Browse the repository at this point in the history
  9. Removed all __future__ imports

    Aiky30 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d625403 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b1cd1a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    4ce98ca View commit details
    Browse the repository at this point in the history
  2. Fix isort failures

    Aiky30 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    dd1bb82 View commit details
    Browse the repository at this point in the history
  3. Fix installation dependancies

    Aiky30 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    812a0f0 View commit details
    Browse the repository at this point in the history
  4. fixed lint failures

    Aiky30 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    591df62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a54ae9a View commit details
    Browse the repository at this point in the history
  6. Fixed failing tests

    Aiky30 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    f0a17c5 View commit details
    Browse the repository at this point in the history
  7. Fix deprecation notices

    Aiky30 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    2d4c09e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    774ff10 View commit details
    Browse the repository at this point in the history
  9. Fixed versioning tests

    Aiky30 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    2dfb2fc View commit details
    Browse the repository at this point in the history
  10. Requirements added

    Aiky30 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    acc9942 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Fix merge

    yakky committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e8a0b70 View commit details
    Browse the repository at this point in the history
  2. Merge

    yakky committed May 12, 2023
    Configuration menu
    Copy the full SHA
    ce882df View commit details
    Browse the repository at this point in the history
  3. Merge

    yakky committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f561031 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad03a0e View commit details
    Browse the repository at this point in the history
  5. Fix test

    yakky committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1b3fbc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa035bb View commit details
    Browse the repository at this point in the history
  7. Fix coverage

    yakky committed May 12, 2023
    Configuration menu
    Copy the full SHA
    55dbdac View commit details
    Browse the repository at this point in the history