-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Validator sr cyrillic translations #33095
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
Closed
KristijanKanalas
wants to merge
479
commits into
symfony:4.4
from
KristijanKanalas:validator-sr-cyrillic-translations
Closed
Validator sr cyrillic translations #33095
KristijanKanalas
wants to merge
479
commits into
symfony:4.4
from
KristijanKanalas:validator-sr-cyrillic-translations
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…on (Simperfit) This PR was merged into the 5.0-dev branch. Discussion ---------- [Ldap] [5.0] add type-hint to interface and implementation | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | Contribute to #32179 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> This adds the type-hint to the Ldap interfaces and implementation Commits ------- 03f2e90 [Ldap] [5.0] add type-hint to interface and implementation
* 4.4: [PropertyAccess] Deprecate null as allowed value for defaultLifetime argument in createCache method [Lock] add an InvalidTTLException to be more accurate [Workflow] Deprecated DefinitionBuilder::setInitialPlace() [Debug] Fix CHANGELOG after ErrorCatcher renaming
…perfit) This PR was merged into the 5.0-dev branch. Discussion ---------- [Cache] [5.0] Add type-hint to the Cache component. | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | Contribute to #32179 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | none <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Add type-hint in the cache component whenever possible. Commits ------- 0a41f6c [Cache] [5.0] add type hint to cache
…lyrixx) This PR was merged into the 5.0-dev branch. Discussion ---------- [Workflow] Remove DefinitionBuilder::setInitialPlace() | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 80f5f40 [Workflow] Remove DefinitionBuilder::setInitialPlace()
This PR was merged into the 5.0-dev branch. Discussion ---------- [Cache] finish type-hints | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #32179 | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Finish leftovers from #32282 Commits ------- 1919c7d [Cache] finish type-hints
This PR was merged into the 5.0-dev branch. Discussion ---------- [CSRF] add more parameter types | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | /no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #32179 | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Those have been missing in #32208 Commits ------- d442028 [CSRF] add more parameter types
…rface (thomasbisignani) This PR was merged into the 5.0-dev branch. Discussion ---------- [Security] [Guard] Added type-hints to AuthenticatorInterface | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32179 | License | MIT | Doc PR | This PR adds the type-hints to the AuthenticatorInterface Commits ------- 51b3c2e [Security] [Guard] Added type-hints to AuthenticatorInterface
This PR was merged into the 5.0-dev branch. Discussion ---------- [Security] Added type-hints to user providers | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32179 | License | MIT | Doc PR | N/A This PR adds type declarations to user provider classes. Commits ------- 62abb70 [Security] Added type-hints to user providers.
This PR was merged into the 5.0-dev branch. Discussion ---------- [Security] Added type-hints to password encoders | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32179 | License | MIT | Doc PR | N/A This PR adds type declarations to all implementations of `PasswordEncoderInterface` and `UserPasswordEncoderInterface`. Commits ------- d763e63 [Security] Added type-hints to password encoders.
…d voters (derrabus) This PR was merged into the 5.0-dev branch. Discussion ---------- [Security] Added type-hints to auth providers, tokens and voters | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32179 | License | MIT | Doc PR | N/A This PR adds type declarations to authentication providers, tokens and voters. Commits ------- 8c46b95 [Security] Added type-hints to auth providers, tokens and voters.
…ble (Simperfit) This PR was merged into the 5.0-dev branch. Discussion ---------- [ExpressionLanguage] [5.0] add type-hints whenever possible | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | Contribute to #32179 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | not needed <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Add type-hint whenever possible. Commits ------- 26f6509 [ExpressionLanguage] [5.0] add type-hints whenever possible
This PR was merged into the 5.0-dev branch. Discussion ---------- [HttpFoundation] Removed ApacheRequest | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | yes | Deprecations? | no | Tests pass? | | Fixed tickets | | License | MIT | Doc PR | Commits ------- a569a6b [HttpFoundation] Removed ApacheRequest
* 4.4: (33 commits) [DI] fix processing of regular parameter bags by MergeExtensionConfigurationPass [FrameworkBundle] reset cache pools between requests [HttpFoundation] Accept must take the lead for Request::getPreferredFormat() [FrameworkBundle] Allow to use the BrowserKit assertions with Panther and API Platform's test client Use ConnectionRegistry instead of RegistryInterface. Fixes windows error Improving the request/response format autodetection [Messager] Simplified MessageBus::__construct() [WIP][Mailer] Overwrite envelope sender and recipients from config [Messenger] Added more test for MessageBus [Mime] Updated some PHPDoc contents [PropertyAccess] Adds entries to CHANGELOG and UPGRADE fixed typo [FrameworkBundle] Simplified some code in the DI configuration [Filesystem] added missing deprecations to UPGRADE-4.3.md [Filesystem] depreacte calling isAbsolutePath with a null Fix authentication for redis transport only decorate when an event dispatcher was passed [Messenger] Added support for auto trimming of redis streams [FrmaeworkBundle] More simplifications in the DI configuration ...
* 4.4: [Cache] fix merge
* 4.4: Improve some URLs cleanup remaining param and internal Intl FulLTransformer [HttpClient] fix data loss when streaming as a PHP resource Fix test compatibility with 4.x components [Cache] cs fix
This PR was merged into the 5.0-dev branch. Discussion ---------- [Console] add missing type hints | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | part of #32179 | License | MIT | Doc PR | Fix missing types from #32318 Commits ------- 180c497 [Console] add missing type hints
This PR was merged into the 5.0-dev branch. Discussion ---------- [Security][Http] Add type-hints | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32179 | License | MIT | Doc PR | This PR adds type-hints to the HTTP Security sub-component. Commits ------- 6bae9bc [Security][Http] Add type-hints
…ippe Segatori) This PR was merged into the 5.0-dev branch. Discussion ---------- [HttpKernel] [5.0] Replace docblocks by type-hints | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | continuation of #24722 and checks for #32179 | License | MIT | Doc PR | N/A This PR replaces docblocks by type hints in the HttpKernel component considering #32179. Some docblocks without valuable information got also removed. <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Commits ------- 9e570a2 [Http-Kernel][5.0] Add type-hints
…, Tobion) This PR was squashed before being merged into the 5.0-dev branch (closes #32525). Discussion ---------- [Intl][5.0] Add parameters type-hints | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | continuation of #24722 and checks for #32179 | License | MIT | Doc PR | N/A This PR replaces docblocks by type hints in the Intl component considering #32179. Some docblocks without valuable information got also removed. Commits ------- ce79f4b [Intl][5.0] Add parameters type-hints
* 4.4: [Intl] use strict comparisons Fix s-maxage=3 transient test
* 4.4: [HttpFoundation] deprecate using $first in get and added key in all
This PR was merged into the 5.0-dev branch. Discussion ---------- Remove ForwardCompatTestTrait | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | no | New feature? | no | BC breaks? | yes | Deprecations? | no | Tests pass? | yes | Fixed tickets | NA | License | MIT | Doc PR | NA Removes ForwardCompatTestTrait not needed anymore, and use the PHPUnit 8 signature on methods `setUp` and `tearDown` Commits ------- 242786c Remove ForwardCompatTestTrait
* 4.4: Replace warning by isolated test Fix deprecation in 4.4 branche
This PR was merged into the 5.0-dev branch. Discussion ---------- Fix deprecation test on master | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32844 | License | MIT | Doc PR | NA Fix PHPUnit 8 deprecations in master branch nb: `master` should have been identical to `4.4` but a part of code have been migrated in #31899 Commits ------- d2f7c6c Fix deprecation test on master
This PR was merged into the 5.0-dev branch. Discussion ---------- [HttpKernel] Lower EOL date | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A This PR implements the changes described in https://symfony.com/blog/symfony-maintenance-changes-for-standard-releases: > Symfony 5.0 will be the first release to implement the change: EOM and EOL dates will be July 2020. Commits ------- 88f52a1 Lower EOL date.
* 4.4: Fix typo Fix unitialized variable in DeprecationErrorHandler fix Danish translations Support ISO 3166-1 Alpha-3 country codes Added the missing translations for the Slovak 'sk' locale. Add deprecation for method signature Add compatibility trait for PHPUnit constraint classes [HttpFoundation] Clear invalid session cookie Fix tst patern to handle callstack with/without return typehint Fix negative DateInterval [Validator] Allow objects implementing __toString() to be used as violation messages [FrameworkBundle][Routing] Private service route loaders [DoctrineBridge] Allow invokable event listeners
I made a mistake with choosing the branches, closing this PR, will make a new one when I fix it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #30188
Can be merged in branches >3.4, not sure how to do that tho.