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

New include tag parser #4688

Merged
merged 7 commits into from
Nov 27, 2023
Merged

New include tag parser #4688

merged 7 commits into from
Nov 27, 2023

Commits on Nov 22, 2023

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

Commits on Nov 23, 2023

  1. Includes: Developed to get new system working with inline includes

    Adds logic for locating and splitting text nodes.
    Adds specific classes to offload tag/content specific logic.
    ssddanbrown committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7593645 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Includes: Added block-level handling to new include system

    Implements block promoting to body (including position choosing based
    upon likely tag position within parent) and block splitting where we're
    only a single depth down from the body child.
    ssddanbrown committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    c88eb72 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Includes: Updated logic regarding parent block els, added tests

    Expanded tests with many more cases, and added fixes for failed
    scenarios.
    Updated logic to specifically handling parent <p> tags, and now assume
    compatibility with parent block types elswhere to allow use in a
    variety of scenarios (td, details, blockquote etc...).
    ssddanbrown committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    4874dc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Includes: Switched page to new system

    - Added mulit-level depth parsing.
    - Updating usage of HTML doc in page content to be efficient.
    - Removed now redundant PageContentTest cases.
    - Made some include system fixes based upon testing.
    ssddanbrown committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    71c93c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b569827 View commit details
    Browse the repository at this point in the history
  3. Includes: Added back support for parse theme event

    Managed to do this in an API-compatible way although resuling output may
    differ due to new dom handling in general, although user content is used
    inline to remain as comptable as possible.
    ssddanbrown committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    652d541 View commit details
    Browse the repository at this point in the history