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

Update fork from upstream #3

Merged
merged 54 commits into from
Jan 16, 2024
Merged

Commits on Jun 25, 2021

  1. Cleanup RichTextBlockWithFootnotes (#2)

    * Cleanup RichTextBlockWithFootnotes
    
    * Make sure we have a context to work from and add a comment
    
    * Remove unnecessary step from readme
    
    * Add footnotes as a feature when using RichTextBlockWithFootnotes
    
    * Update changelog
    Cameron Lamb authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c6a5d1d View commit details
    Browse the repository at this point in the history
  2. Fix replace_footnote_tags by passing 'value' through and correct feat…

    …ures
    Cameron Lamb committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6e52cc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Footnote make Page and UUID unique together (torchbox#16)

    * Make Footnotes unique on page-uuid
    
    * Add migration
    
    * Fix migration and Footnote.DoesNotExist exception
    
    * Footnote.DoesNotExist is no longer needed
    
    We no longer run .get(), instead we store a list of the page's footnotes, we will get a KeyError if there is an invalid footnote reference.
    Cameron Lamb authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    f0685d3 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.7.0

    Cameron Lamb committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    474c19d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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

Commits on Sep 15, 2021

  1. Update wagtail_footnotes/blocks.py

    Co-authored-by: Dan Braghis <dan.braghis@torchbox.com>
    Cameron Lamb and zerolab authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    7fd7ae9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request torchbox#21 from torchbox/fix/page-context

    Only attempt to add footnotes if the context's 'page' is a Page object
    zerolab authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    0a13e37 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Cast Footnote.uuid to string so previews work

    The keys in ``self.footnotes`` need to be strings in order for lookups to work, but before the ``Footnote`` is saved to the db, it is of type ``UUID``.
    
    Refs torchbox#23
    jsma committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b5fe086 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    8f69541 View commit details
    Browse the repository at this point in the history
  2. update package information

    BrianXu20 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    dd9e323 View commit details
    Browse the repository at this point in the history
  3. update CHANGELOG

    BrianXu20 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    18e23bc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge pull request torchbox#24 from GreenLightGo/fix-preview

    Cast ``Footnote.uuid`` to string so previews work
    zerolab authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0686c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a138288 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    kevinhowbrook committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5e6cec8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request torchbox#30 from torchbox/0.7.1-version-bump

    Bump version and update changelog
    kevinhowbrook authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a5f26e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc6b686 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56b239e View commit details
    Browse the repository at this point in the history
  7. Bump to version 0.8.0

    kevinhowbrook authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1308617 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f27544 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    b432a05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request torchbox#33 from torchbox/drop-django-constraint

    Drop Django constraint and let Wagtail dictate it
    kevinhowbrook authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    21a3ad5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Adds apps file to specifcy auto field

    Oliver Parker committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    69fb9b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Oct 14, 2022

  1. Merge pull request torchbox#45 from torchbox/chore/gh-action-publish

    Add GitHub Action to publish to PyPI on release
    nickmoreton authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    25dc1b2 View commit details
    Browse the repository at this point in the history
  2. Allow wagtail 4

    nickmoreton committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    1fcc5ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a781c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a18d108 View commit details
    Browse the repository at this point in the history
  5. Wagtail 2.15,2.16 & 3.0 adjustments

    They need an alternative template file and javascript file
    nickmoreton committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6ce9217 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a4f98a View commit details
    Browse the repository at this point in the history
  7. Revise version to 0.9.0

    nickmoreton committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    78ffd6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f13575 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    nickmoreton authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    e96c6d4 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    nickmoreton authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ab35e79 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Merge pull request torchbox#38 from developersociety/add-apps

    Adds apps file to specifcy auto field
    nickmoreton authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8531551 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Updates to support Wagtail 5 (torchbox#49)

    * Drop support for Wagtail <  4.1
    * Drop support for Python 3.7
    * Update pre-commit hooks
    * Add tests
    * Add support for Wagtail 5+
    nickmoreton authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    954aa31 View commit details
    Browse the repository at this point in the history
  2. Switch to using ruff

    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    07954ee View commit details
    Browse the repository at this point in the history
  3. Lint

    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ae0e926 View commit details
    Browse the repository at this point in the history
  4. Remove unused template/JS

    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    adfc89b View commit details
    Browse the repository at this point in the history
  5. Tidy up GitHub Actions

    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f2df462 View commit details
    Browse the repository at this point in the history
  6. Switch to tox 4

    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f24bc4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f4dd9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    804f689 View commit details
    Browse the repository at this point in the history
  9. Build and use wheel in CI

    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f227c05 View commit details
    Browse the repository at this point in the history
  10. Add coverage report in CI

    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4b25d05 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15ba70f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d21402a View commit details
    Browse the repository at this point in the history
  13. Drop the docs folder

    these are draft notes and are not up ready yet
    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2c917c3 View commit details
    Browse the repository at this point in the history
  14. Update the CHANGELOG

    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    deb33ae View commit details
    Browse the repository at this point in the history
  15. Bump version to 0.10.0

    zerolab committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    df367bc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

Commits on Nov 20, 2023

  1. Add formal Wagtail 5.2 support (torchbox#63)

    * Add Wagtail 5.2 and Python 3.12 in test matrices, update CHANGELOG.md
    * Wagtail 5.2 upgrade consideration: Block.get_template now accepts a value argument
    * Remove instances of Wagtail 5.0 in the test matrix, Update README.md
    ---------
    
    Co-authored-by: Katherine Domingo <katherine.domingo@torchbox.com>
    katdom13 and katdom13 authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7488a06 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    d52376f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    710084f View commit details
    Browse the repository at this point in the history
  3. Reorder migration

    jhonatan-lopes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8a592ac View commit details
    Browse the repository at this point in the history