Skip to content

Add wagtailvideos #106

Merged
merged 7 commits into from
Jan 19, 2021
Merged

Add wagtailvideos #106

merged 7 commits into from
Jan 19, 2021

Commits on Jan 14, 2021

  1. Requirements: Add wagtailvideos

    Add wagtailvideos from https://github.com/neon-jungle.
    
    The version in PyPi is a fork of an older version and incompatible
    Django 3.
    
    Pick current latest commit from the master branch, because the last
    fixes seem to be usefull and there is no release for it.
    donald committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c37e3c3 View commit details
    Browse the repository at this point in the history
  2. Update requirements

    Update python requirements with
    
        (cd requirements;  make)
    
    The virtual environment can be update to the specified versions with
    
        pip-sync requirements/dev.txt
    donald committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a58391d View commit details
    Browse the repository at this point in the history
  3. Config: Add wagtailvideos

    donald committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5910096 View commit details
    Browse the repository at this point in the history
  4. Add video block

    donald committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c985c80 View commit details
    Browse the repository at this point in the history
  5. templates/wiki_page: Remove <p> element

    The <p> element at this level are wrong, because the StreamField blocks
    will add their own <p> elements and nested <p> elements are not legal.
    This structural errors makes the fallback text in a <video> element
    visible, even when the video is playable.
    
    Remove <p> element.
    donald committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    cf465f9 View commit details
    Browse the repository at this point in the history
  6. Add migrations

    Create migrations with
    
        ./manage.py makemigrations
    donald committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c7db536 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    026d0b4 View commit details
    Browse the repository at this point in the history