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

ZO-4627: Use lxml.etree for content objects instead of lxml.objectify #626

Merged
merged 15 commits into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    65f0188 View commit details
    Browse the repository at this point in the history
  2. MAINT: Add missing import

    wosc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ba484a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11963e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7e3acf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cc4d95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba5207c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3a64f0 View commit details
    Browse the repository at this point in the history
  8. ZO-4627: Source edit cannot pretty print anymore, either

    In the future, we might want to mark nodes/subtrees that contain
    significant whitespace (e.g. article body, markup text etc.), so that
    we can still pretty print anything else.
    wosc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    412d518 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ea5a20 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    489f1c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94ac908 View commit details
    Browse the repository at this point in the history
  12. ZO-4627: Ignore trailing whitespace in wysiwyg subtrees

    Result changed from '<p>bar!</p>\n' to '<p>bar!</p>\n    \n',
    and it's a bit unclear why.
    wosc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    060cc46 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3d0b51b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1fea29d View commit details
    Browse the repository at this point in the history
  15. MAINT: Remove unused parameter

    This has existed since forever (762326d) but was not used even then.
    It's unclear if in the interim there used to be some subclass that
    used it, but anyway nowadays there isn't, so begone!
    wosc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    20ccbf2 View commit details
    Browse the repository at this point in the history