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

HTML search: serialize search index as JSON #13097

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    47f6547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713d6bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fff170 View commit details
    Browse the repository at this point in the history
  4. Add CHANGES.rst entry

    [skip ci]
    jayaddison committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    64d6e09 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Tests: add negative-test case

    The JS prototype property should _not_ be found in unrelated documents
    jayaddison committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9bab17c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    9b1edac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b9de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcb02fe View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    462c859 View commit details
    Browse the repository at this point in the history
  2. HTML search: use the JSON.parse reviver argument to freeze search…

    … index contents
    
    Co-authored-by: Adam Turner <[email protected]>
    jayaddison and AA-Turner committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    443fd21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    295d230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3498755 View commit details
    Browse the repository at this point in the history
  5. HTML search: replace repr with simple embedded single-quotes

    The `JSON.dumps` call escapes single-quotes within strings; all JSON strings are enclosed by double-quotes
    jayaddison committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f38ce20 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Revert "HTML search: use the JSON.parse reviver argument to freez…

    …e search index contents"
    
    This reverts commit 443fd21.
    jayaddison committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0d9a26c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4bba1e View commit details
    Browse the repository at this point in the history
  3. HTML search: fixup for object search

    Relates-to commit d4bba1e.
    
    [skip ci]
    jayaddison committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d9dee52 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    d056a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a7dfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e670ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2848ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    798cb48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af61293 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bcf7a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    381c26f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac281dc View commit details
    Browse the repository at this point in the history
  10. Edit CHANGES.rst entry

    [skip ci]
    jayaddison committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    fae81a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    6d5a121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39b4a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7428932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22acc49 View commit details
    Browse the repository at this point in the history