Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/translation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.4
Choose a base ref
...
head repository: symfony/translation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.13
Choose a head ref
  • 16 commits
  • 11 files changed
  • 7 contributors

Commits on Apr 3, 2024

  1. [Translation] Silence error when intl not loaded

    Fix issue 1505 from Symfony Demo
    
    symfony/demo#1505
    smnandre committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    44eda81 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 11, 2024

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

Commits on Apr 12, 2024

  1. bug #54564 [Translation] Skip state=needs-translation entries only wh…

    …en source == target (nicolas-grekas)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Translation] Skip state=needs-translation entries only when source == target
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #54541
    | License       | MIT
    
    Commits
    -------
    
    155d23f9c9 [Translation] Skip state=needs-translation entries only when source == target
    nicolas-grekas committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5ef72d5 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      explicitly mark nullable parameters as nullable
      fix low deps tests
      [HttpKernel] Fix datacollector caster for reference object property
      bug #51578 [Cache] always select database for persistent redis connections
      [Security] Validate that CSRF token in form login is string similar to username/password
      [validator] validated Dutch translation
      Improve dutch translations
      [Translation] Skip state=needs-translation entries only when source == target
      [HttpKernel] Ensure controllers are not lazy
      [Validator] Fill in trans-unit id 113: This URL does not contain a TLD.
      [Validator] added missing Polish translation for unit 113
      [Validator] add missing lv translation
      [HttpClient] Let curl handle transfer encoding
      [Messenger] Make Doctrine connection ignore unrelated tables on setup
      [HttpFoundation] Set content-type header in RedirectResponse
      add translations for the requireTld constraint option message
      [Serializer] Fix unexpected allowed attributes
      [FrameworkBundle] Fix registration of the bundle path to translation
    xabbuh committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fc05d2d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    0fabede View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      Auto-close PRs on subtree-splits
      review German translation
    nicolas-grekas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7495687 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"

    This reverts commit 2c9352dd91ebaf37b8a3e3c26fd8e1306df2fb73, reversing
    changes made to 18c3e87f1512be2cc50e90235b144b13bc347258.
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bb51d7f View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a002933 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    1d702ca View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling
      [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4
      [DoctrineBridge] fix messenger bus dispatch inside an active transaction
      [HttpFoundation] Add tests for uncovered sections
      treat uninitialized properties referenced by property paths as null
      properly set up constraint options
      [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations
      [Core] Fix & Enhance security arabic translation.
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9404120 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. pass CSV escape characters explicitly

    Not passing the $escape parameter is deprecated since PHP 8.4 as the
    default value will change in the future.
    xabbuh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    6fed3a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      pass CSV escape characters explicitly
      move setting deprecation session options into a legacy group test
    xabbuh committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cf8360b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    98f26ac View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    34b6518 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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