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

NSKeyedAchiverParser #2353

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

NSKeyedAchiverParser #2353

wants to merge 23 commits into from

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    8c95b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb4281e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2e553f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af86f3a View commit details
    Browse the repository at this point in the history
  5. '#1773 The style sheet to implement the BPList html tree view uses the

    child combinator (https://www.w3.org/TR/selectors/#child-combinators)
    which uses the '>' character that was being escaped by
    ToXMLContentHandler. I've made some changes to avoid XML escape
    application when calling characters inside 'style' element, so the > is
    preserved as is.
    patrickdalla committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fb314d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9ae918 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c3aa8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a83115d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0b12b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. '#1773 adds missing CSS and JS. Calls method to open tree nodes only

    when the page has declared an window.containsNavigableTree boolean
    variable with true value to avoid unnecessary code execution.
    patrickdalla committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4bf3fd1 View commit details
    Browse the repository at this point in the history
  2. '#1773 Set makepreview config to enable javascript execution to open

    node trees of search hits. Adds text do inform that NSData was extracted
    as subitem.
    patrickdalla committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8784bea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d82ac9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    756372b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b2f0bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86a10ea View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. '#2351 Creates function to scroll object into view, opening all its

    parent and highlighting it for 1 second.
    patrickdalla committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b315d4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee770c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c2b28d View commit details
    Browse the repository at this point in the history
  4. '#2351 corrects js call.

    patrickdalla committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    685cdce View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    8d158dd View commit details
    Browse the repository at this point in the history
  2. '#2351 Closes all parents of clicked object reference link to force back

    repaints after object reopen and scroll.
    patrickdalla committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f7cc003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c36fc03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ae4577 View commit details
    Browse the repository at this point in the history