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

[#57816] create hierarchy items #16930

Merged
merged 12 commits into from
Oct 15, 2024
Merged

Commits on Oct 8, 2024

  1. [#57816] create hierarchy items

    - https://community.openproject.org/work_packages/57816
    - added form for item creation
    - added borderbox in items component
    Kharonus committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5ef44b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. [#57816] added turbo streams to update the forms

    - render hierarchical item in component
    - add missing routes
    - localize dry-validation error
    Kharonus committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    996bb65 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. [#57816] final polishing

    - removing ineffective system arguments
    - add i18n support for validation messages
    Kharonus committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    afab498 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    c932ca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561e2a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd368b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7928794 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f71b237 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dc45e0 View commit details
    Browse the repository at this point in the history
  7. hacks the hacky hacksaw

    mereghost committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9ffe495 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix extraction of locale from translation files

    The `LocaleExtractor` recognizes these kind of files:
    
      - `<locale>.yaml`
      - `<locale>_something.yaml`
    
    It does not recognize these files we use:
    
      - `js-<locale>.yaml` (locale is extracted as `js-<locale>`)
      - `<locale>.seeders.yaml` (locale is extracted as `<locale>.seeders`)
    
    It's fixed by deleting the `js-` prefix and the `.seeders` suffix from
    the extracted locale.
    cbliard committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cbf338b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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