Commit Graph

51947 Commits

Author SHA1 Message Date
Fabien Potencier 8c20b90078 bug #38867 [FrameworkBundle] Fixing TranslationUpdateCommand failure when using "--no-backup" (liarco)
This PR was squashed before being merged into the 5.1 branch.

Discussion
----------

[FrameworkBundle] Fixing TranslationUpdateCommand failure when using "--no-backup"

| Q             | A
| ------------- | ---
| Branch?       | 5.1
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

[5.0.0](https://github.com/symfony/symfony/blob/5.0/src/Symfony/Component/Translation/CHANGELOG.md#500) removed `TranslationWriter::disableBackup()` but `TranslationUpdateCommand` still has `--no-backup` flag. Using that flag throws an error so I think that removing it without deprecation may be the right choice.

Thrown error:
```
In TranslationUpdateCommand.php line 287:

  Attempted to call an undefined method named "disableBackup" of class "Symfony\Component\Translation\Writer\TranslationWriter".
```

Further references to the topic:
 - https://github.com/symfony/symfony/pull/18290#issuecomment-204065567
 - https://github.com/symfony/symfony/pull/25860

Commits
-------

ef24b10b04 [FrameworkBundle] Fixing TranslationUpdateCommand failure when using "--no-backup"
2020-10-28 19:07:45 +01:00
Marco Lipparini ef24b10b04 [FrameworkBundle] Fixing TranslationUpdateCommand failure when using "--no-backup" 2020-10-28 19:07:38 +01:00
Alexander M. Turek 587ed0d9bb minor #38857 Add missing translations for Tagalog (tl) (ocrampete16)
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

Add missing translations for Tagalog (tl)

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | Fix #38766 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT

This PR adds missing form, security and validator translations for Tagalog.

I also skimmed over the existing translations and corrected spelling mistakes I could find.

Commits
-------

c4461b760a Add missing translations for Tagalog (tl)
2020-10-28 16:29:47 +01:00
Marco Petersen c4461b760a Add missing translations for Tagalog (tl) 2020-10-28 16:29:36 +01:00
Alexander M. Turek 35ed927aa4 minor #38863 Add new FI Validator translations (gzumba)
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

Add new FI Validator translations

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38807
| License       | MIT

Added missing translations. Used the existing vocabulary, where possible, though not all are very good.

Commits
-------

0f13737cc1 Add new FI Validator translations
2020-10-28 15:43:18 +01:00
zumba 0f13737cc1 Add new FI Validator translations 2020-10-28 15:43:09 +01:00
zumba 7608142ced Add FI Form validation translations 2020-10-28 16:05:29 +02:00
Alexander M. Turek c7ff43862b minor #38860 Remove translation keys that does not exists in English (Nyholm)
This PR was merged into the 4.4 branch.

Discussion
----------

Remove translation keys that does not exists in English

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

These keys has been removed from the [English file](https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf#L29-L36)

Commits
-------

29e3964da6 Remove translation keys that does not exists in English
2020-10-28 12:07:11 +01:00
Nyholm 29e3964da6
Remove translation keys that does not exists in English 2020-10-28 11:52:59 +01:00
Alexander M. Turek c2d993bc56 bug #38856 [Cache] Add missing use statement (fabpot)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead.

Discussion
----------

[Cache] Add missing use statement

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | n/a

Commits
-------

bcb27b4426 [Cache] Add missing use statement
2020-10-28 08:30:26 +01:00
Fabien Potencier bcb27b4426 [Cache] Add missing use statement 2020-10-28 08:18:22 +01:00
Alexander M. Turek 1a83a469c3 Enable Redis tests on nightly. 2020-10-28 08:08:40 +01:00
Fabien Potencier abcc0b8bd3 Merge branch '5.1' into 5.x
* 5.1:
  Remove 3.4 from the Github PR template
  Bump Symfony version to 5.1.9
  Update VERSION for 5.1.8
  Update CHANGELOG for 5.1.8
  Bump Symfony version to 4.4.17
  Update VERSION for 4.4.16
  Update CHANGELOG for 4.4.16
2020-10-28 07:30:55 +01:00
Fabien Potencier 9eb3681c68 Merge branch '4.4' into 5.1
* 4.4:
  Remove 3.4 from the Github PR template
  Bump Symfony version to 4.4.17
  Update VERSION for 4.4.16
  Update CHANGELOG for 4.4.16
2020-10-28 07:30:32 +01:00
Fabien Potencier f5f30bfe44 minor #38855 Remove 3.4 from the Github PR template (fabpot)
This PR was merged into the 4.4 branch.

Discussion
----------

Remove 3.4 from the Github PR template

| Q             | A
| ------------- | ---
| Branch?       | n/a
| Bug fix?      | no
| New feature?  |no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | n/a<!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | n/a

Commits
-------

b440637960 Remove 3.4 from the Github PR template
2020-10-28 07:29:34 +01:00
Fabien Potencier b440637960 Remove 3.4 from the Github PR template 2020-10-28 07:18:26 +01:00
Fabien Potencier d8aa04f9a2 Bump Symfony version to 5.2.0 2020-10-28 07:15:27 +01:00
Fabien Potencier 90d2e55815
Merge pull request #38854 from fabpot/release-5.2.0-BETA3
released v5.2.0-BETA3
2020-10-28 07:09:01 +01:00
Fabien Potencier d034e0455d Update VERSION for 5.2.0-BETA3 2020-10-28 07:08:40 +01:00
Fabien Potencier 0ef1cc3cf6 Update CHANGELOG for 5.2.0-BETA3 2020-10-28 07:08:27 +01:00
Fabien Potencier b1cb5b3008 Bump Symfony version to 5.1.9 2020-10-28 07:07:48 +01:00
Fabien Potencier 0fc79c4d0e
Merge pull request #38853 from fabpot/release-5.1.8
released v5.1.8
2020-10-28 06:55:39 +01:00
Fabien Potencier 78654e8cbd Update VERSION for 5.1.8 2020-10-28 06:55:23 +01:00
Fabien Potencier 971f0e2892 Update CHANGELOG for 5.1.8 2020-10-28 06:55:13 +01:00
Fabien Potencier 8b0146cb63 Bump Symfony version to 4.4.17 2020-10-28 06:54:40 +01:00
Fabien Potencier f2c432e9fb
Merge pull request #38852 from fabpot/release-4.4.16
released v4.4.16
2020-10-28 06:51:12 +01:00
Fabien Potencier 1864a9c528 Update VERSION for 4.4.16 2020-10-28 06:50:56 +01:00
Fabien Potencier 9a171c5dbb Update CHANGELOG for 4.4.16 2020-10-28 06:50:47 +01:00
Fabien Potencier 4eb10eaa2c Bump Symfony version to 3.4.47 2020-10-28 06:49:13 +01:00
Fabien Potencier 8cd680e4db
Merge pull request #38851 from fabpot/release-3.4.46
released v3.4.46
2020-10-28 06:40:45 +01:00
Fabien Potencier e700242adf Update VERSION for 3.4.46 2020-10-28 06:40:17 +01:00
Fabien Potencier f2de5e5321 Update CONTRIBUTORS for 3.4.46 2020-10-28 06:38:46 +01:00
Fabien Potencier 82ea45fce1 Update CHANGELOG for 3.4.46 2020-10-28 06:38:23 +01:00
Fabien Potencier 9dac2086b0 Merge branch '5.1' into 5.x
* 5.1:
  Missing translations for Chinese (zh_TW) #38733
  Missing translations for Chinese (zh_CN) #38732
2020-10-28 06:25:52 +01:00
Fabien Potencier 32cfd4d530 Merge branch '4.4' into 5.1
* 4.4:
  Missing translations for Chinese (zh_TW) #38733
  Missing translations for Chinese (zh_CN) #38732
2020-10-28 06:25:38 +01:00
Fabien Potencier ea1ce23a76 Merge branch '3.4' into 4.4
* 3.4:
  Missing translations for Chinese (zh_TW) #38733
  Missing translations for Chinese (zh_CN) #38732
2020-10-28 06:25:24 +01:00
Fabien Potencier 8c6b652c10 minor #38848 Missing translations for Chinese (zh_TW) #38733 (fd6130)
This PR was squashed before being merged into the 3.4 branch.

Discussion
----------

Missing translations for Chinese (zh_TW) #38733

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38733
| License       | MIT

Added missing translations for zh_TW in Form, Security, Validator.

Commits
-------

3e741fda0a Missing translations for Chinese (zh_TW) #38733
2020-10-28 06:23:51 +01:00
fd6130 3e741fda0a Missing translations for Chinese (zh_TW) #38733 2020-10-28 06:23:45 +01:00
Fabien Potencier 48cbe31d4e minor #38847 Missing translations for Chinese (zh_CN) #38732 (fd6130)
This PR was squashed before being merged into the 3.4 branch.

Discussion
----------

Missing translations for Chinese (zh_CN) #38732

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38732
| License       | MIT

Added missing translations for zh_CN in Form, Security, Validator.

Commits
-------

952df248d0 Missing translations for Chinese (zh_CN) #38732
2020-10-28 06:23:15 +01:00
fd6130 952df248d0 Missing translations for Chinese (zh_CN) #38732 2020-10-28 06:23:05 +01:00
Jérémy Derussé f1f44d48e0
Do not call getQueueUrl when the url is known 2020-10-28 00:31:15 +01:00
Robin Chalas 268b5b746c bug #38845 [Console] Register signal handling only for commands implemeting SignalableCommandInterface (lyrixx)
This PR was merged into the 5.x branch.

Discussion
----------

[Console] Register signal handling only for commands implemeting SignalableCommandInterface

| Q             | A
| ------------- | ---
| Branch?       | 5.x for features
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38820
| License       | MIT
| Doc PR        |

---

Actually, it does not make sens to listen all signals for all commands.

This commit also add more tests for this part of code.

Commits
-------

37b1faec8c [Console] Register signal handling only for commands implemeting SignalableCommandInterface
2020-10-27 18:00:50 +01:00
Jérémy Derussé 9eed6712aa
minor #38799 Fix transient tests on branch 5.2 (jderusse)
This PR was merged into the 5.2-dev branch.

Discussion
----------

Fix transient tests on branch 5.2

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Fix transient tests on branch 5.2.

I'll keep this PR open few days to watch travis/GHA for transient tests

Commits
-------

7bb288e956 Fix transient tests
2020-10-27 17:25:31 +01:00
Jérémy Derussé 7bb288e956
Fix transient tests 2020-10-27 16:54:49 +01:00
Grégoire Pineau 37b1faec8c [Console] Register signal handling only for commands implemeting SignalableCommandInterface
Actually, it does not make sens to listen all signals for all commands.

This commit also add more test for this part of code.
2020-10-27 16:37:34 +01:00
Nicolas Grekas 982bf9487e Merge branch '5.1' into 5.x
* 5.1:
  Fix CI for 3.4
  [Form] Some minor teaks for Swedish
  Fix CI
  Fix CI
  minor #38838 [ProxyManager] use "composer/package-versions-deprecated" instead of "ocramius/package-versions" (nicolas-grekas)
2020-10-27 15:19:03 +01:00
Nicolas Grekas f7390bb073 Merge branch '4.4' into 5.1
* 4.4:
  Fix CI for 3.4
  [Form] Some minor teaks for Swedish
  Fix CI
  Fix CI
  minor #38838 [ProxyManager] use "composer/package-versions-deprecated" instead of "ocramius/package-versions" (nicolas-grekas)
2020-10-27 15:18:55 +01:00
Nicolas Grekas dcb57f8505 Merge branch '3.4' into 4.4
* 3.4:
  Fix CI for 3.4
  [Form] Some minor teaks for Swedish
  Fix CI
  minor #38838 [ProxyManager] use "composer/package-versions-deprecated" instead of "ocramius/package-versions" (nicolas-grekas)
2020-10-27 15:18:35 +01:00
Nicolas Grekas 77c127edde minor #38841 Fix CI for 3.4 (nicolas-grekas)
This PR was merged into the 3.4 branch.

Discussion
----------

Fix CI for 3.4

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

92e0b3c9b2 Fix CI for 3.4
2020-10-27 15:17:33 +01:00
Nicolas Grekas 3dedf04fdc minor #38844 [Form] Some minor teaks for Swedish (Nyholm)
This PR was merged into the 3.4 branch.

Discussion
----------

[Form] Some minor teaks for Swedish

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | no
| License       | MIT
| Doc PR        |

Some small tweaks on the Swedish translations.

Im mostly doing this PR to see if Carsonbot is adding the correct milestone on this PR.

Commits
-------

7af4fe989a [Form] Some minor teaks for Swedish
2020-10-27 15:16:53 +01:00