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

Feature/694 Content Hub Functionality #695

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from

Commits on Nov 29, 2021

  1. Add: Basic content hub feature: By category view with sorted categori…

    …es and option to sort posts
    fsbraun committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    5d144b9 View commit details
    Browse the repository at this point in the history
  2. Fix: flake8 errors

    fsbraun committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    4aff4e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc70f3b View commit details
    Browse the repository at this point in the history
  4. Fix: space and quotation mark

    fsbraun committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    1beb85a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49b4cf2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5878bce View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Add change file

    fsbraun committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d42cde0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f09ccd View commit details
    Browse the repository at this point in the history
  3. Add: Documentation

    Add:		pinned_posts property to BlogCategory
    fsbraun committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    b830e09 View commit details
    Browse the repository at this point in the history
  4. Add: More documentation

    Add:		CategoryListView only starts with top-level categories
    Fix:		settings.py
    fsbraun committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    4ca34c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

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

Commits on Dec 14, 2021

  1. Add: allow_unicode for slugs controlled by new setting (default: True)

    Fix:		Only categories with a not None priority are shown in the CategoryListView
    fsbraun committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    4139fa8 View commit details
    Browse the repository at this point in the history
  2. Fix: flake8 lines too long

    fsbraun committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    1e179f0 View commit details
    Browse the repository at this point in the history
  3. Add: Migrations

    fsbraun committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    dfae1ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94e0ecb View commit details
    Browse the repository at this point in the history
  5. Fix: Added migration

    fsbraun committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f9c1005 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7d7ad2 View commit details
    Browse the repository at this point in the history
  7. Fix: Typos

    fsbraun committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    1842356 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Fix: Tests

    fsbraun committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9c9e260 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Try testing with adjusted req

    fsbraun committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    49f0e0b View commit details
    Browse the repository at this point in the history
  2. Fix: django<3.1 for docs

    fsbraun committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f490ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a38922 View commit details
    Browse the repository at this point in the history
  4. Test: get tests running

    fsbraun committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    bf02512 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Fix: urlconf

    fsbraun committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7bc1ef9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Fix: backwards compatibility of app confs

    Fix:		Hub urls shorter
    fsbraun committed May 2, 2022
    Configuration menu
    Copy the full SHA
    dc3342c View commit details
    Browse the repository at this point in the history
  2. Fix: category urls

    fsbraun committed May 2, 2022
    Configuration menu
    Copy the full SHA
    bf9a2ff View commit details
    Browse the repository at this point in the history
  3. Fix: category urls 2

    fsbraun committed May 2, 2022
    Configuration menu
    Copy the full SHA
    b181e93 View commit details
    Browse the repository at this point in the history