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

Checker Mallow #168

Merged
merged 46 commits into from
Sep 18, 2023
Merged

Checker Mallow #168

merged 46 commits into from
Sep 18, 2023

Commits on Aug 4, 2023

  1. Fix typo

    ReagentX committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e11acbd View commit details
    Browse the repository at this point in the history
  2. Make handle_id optional

    ReagentX committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    76f781a View commit details
    Browse the repository at this point in the history
  3. Fix #148

    ReagentX committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    29b50a1 View commit details
    Browse the repository at this point in the history
  4. Fix uninstall steps

    ReagentX committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6bb6273 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    195a052 View commit details
    Browse the repository at this point in the history
  2. Update doc comment

    ReagentX committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    eb0d930 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 20, 2023

  1. Merge pull request #149 from ReagentX/feat/cs/make-handleid-optional

    Feat/cs/make handleid optional
    ReagentX committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    995c81b View commit details
    Browse the repository at this point in the history
  2. Implement #154

    ReagentX committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    20104d1 View commit details
    Browse the repository at this point in the history
  3. Add css for #154

    ReagentX committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    31fb548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2ad6e4 View commit details
    Browse the repository at this point in the history
  5. Add comments

    ReagentX committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9853ef6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #159 from ReagentX/feat/cs/link-replies

    Feat/cs/link replies
    ReagentX committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6059d0f View commit details
    Browse the repository at this point in the history
  7. Fix #156

    ReagentX committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    197fc21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe34a2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1fb1a46 View commit details
    Browse the repository at this point in the history
  10. Add file size algorithm

    ReagentX committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f125138 View commit details
    Browse the repository at this point in the history
  11. Test file size method

    ReagentX committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    961078c View commit details
    Browse the repository at this point in the history
  12. fix out of range bug

    ReagentX committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7dc3c84 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Small changes which make the HTML slightly more proper (adding a <hea…

    …d> and <body> tag where appropriate)
    
    Also, changing the CSS to make it case-sensitive which is useful for some HTML-to-PDF renderers (like weasyprint) which require case-sensitive CSS selectors
    David Viner committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    132dfc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Merge pull request #162 from dviner/html_cleanup

    Making HTML slightly more proper and CSS fixup
    ReagentX committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    a5338de View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

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

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    2abb208 View commit details
    Browse the repository at this point in the history
  2. Fix #155

    ReagentX committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    90e396c View commit details
    Browse the repository at this point in the history
  3. Use filesize in exports

    ReagentX committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0d12130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be1b540 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #163 from ReagentX/feat/cs/support-file-uti

    Feat/cs/support file uti
    ReagentX committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    941c9a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d4fe8a View commit details
    Browse the repository at this point in the history
  7. Fix #164

    ReagentX committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4b58150 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    27318c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94090d4 View commit details
    Browse the repository at this point in the history
  3. Reorganize tests

    ReagentX committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5d771d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e102aa9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #152 from mxswd/bugfix/relative-image-paths

    Made images in html exports use relative paths
    ReagentX committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    129273f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ad01e9 View commit details
    Browse the repository at this point in the history
  7. Add missing test

    ReagentX committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    bbf2e5e View commit details
    Browse the repository at this point in the history
  8. remove unused imports

    ReagentX committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1e1443a View commit details
    Browse the repository at this point in the history
  9. Better logic

    ReagentX committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    fec0fbb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #165 from ReagentX/feat/cs/use-local-paths

    Feat/cs/use local paths
    ReagentX committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ad54ead View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Specify resolver

    ReagentX committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6df0d0c View commit details
    Browse the repository at this point in the history
  2. Fix #157

    ReagentX committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7e9df9a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    1548f02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91efc8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9baff51 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Bump supported versions

    ReagentX committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b354cbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #166 from ReagentX/feat/cs/better-fallback-sql

    Feat/cs/better fallback sql
    ReagentX committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4ccea21 View commit details
    Browse the repository at this point in the history