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

App: improve title translation, add caching, enable debug toolbar #469

Merged
merged 13 commits into from
Jul 15, 2024

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    dc68f96 View commit details
    Browse the repository at this point in the history
  2. refactor tool title translation handling

    - update title formula per previous pull request: #465
    - improve accuracy of title translation
      - use legal code translation domains, when possible
    - add caching so additional overhead only causes a few seconds of
      additional processing time on a full publish, instead of an additional
      6 minutes
    - clean-up manage.py
    TimidRobot committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2d53f8c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    3e0c1e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e6f6b View commit details
    Browse the repository at this point in the history
  3. enable debug toolbar

    TimidRobot committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    6ab99ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    326baad View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    23b100c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f1c1a9 View commit details
    Browse the repository at this point in the history
  3. improve consistency

    TimidRobot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f334a09 View commit details
    Browse the repository at this point in the history
  4. reorganize test file

    TimidRobot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4714896 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47e6d05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    459a8c1 View commit details
    Browse the repository at this point in the history
  7. improve comments

    TimidRobot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8bc15ba View commit details
    Browse the repository at this point in the history