Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Finder] Described "use natural sort" option#9671

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 2 commits intosymfony:masterfromvyshkant:finder_natural_ordering
Jun 1, 2018
Merged

[Finder] Described "use natural sort" option#9671

javiereguiluz merged 2 commits intosymfony:masterfromvyshkant:finder_natural_ordering
Jun 1, 2018

Conversation

@vyshkant
Copy link
Contributor

@vyshkantvyshkant commentedApr 23, 2018
edited
Loading

Added description for new$useNaturalSort option ofFinder::sortByName() method.

@javiereguiluzjaviereguiluz added Finder Waiting Code MergeDocs for features pending to be merged labelsApr 24, 2018
@vyshkantvyshkant changed the title[Finder] Described "natural ordering" sort option[Finder] Described "use natural sort" optionApr 24, 2018
@vyshkantvyshkant changed the base branch from3.4 tomasterApril 24, 2018 12:04
@xabbuhxabbuh added this to thenext milestoneMay 19, 2018
symfony-splitter pushed a commit to symfony/finder that referenced this pull requestMay 30, 2018
This PR was merged into the 4.2-dev branch.Discussion----------[Finder] added "use natural sort" option| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | #26930| License       | MIT| Doc PR        |symfony/symfony-docs#9671Added `$useNaturalSort` optional argument to `Finder::sortByName()` method. If it is specified and equals to `true`, ["natural sort order" algorithm](https://en.wikipedia.org/wiki/Natural_sort_order) will be applied, which means that `strnatcmp` function will be used instead of `strcmp` (see #26930 for details).Commits-------e697c7d272 [Finder] added "use natural sort" option
fabpot added a commit to symfony/symfony that referenced this pull requestMay 30, 2018
This PR was merged into the 4.2-dev branch.Discussion----------[Finder] added "use natural sort" option| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#26930| License       | MIT| Doc PR        |symfony/symfony-docs#9671Added `$useNaturalSort` optional argument to `Finder::sortByName()` method. If it is specified and equals to `true`, ["natural sort order" algorithm](https://en.wikipedia.org/wiki/Natural_sort_order) will be applied, which means that `strnatcmp` function will be used instead of `strcmp` (see#26930 for details).Commits-------e697c7d [Finder] added "use natural sort" option
@vyshkant
Copy link
ContributorAuthor

Waiting Code Merge

Looks like code has been merged.

@javiereguiluzjaviereguiluz added Missing Documentation and removed Waiting Code MergeDocs for features pending to be merged labelsMay 31, 2018
@javiereguiluzjaviereguiluz modified the milestones:next,4.2May 31, 2018
Copy link
Member

@javiereguiluzjaviereguiluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@vyshkant thanks for providing these docs. I loved that you made it so concise ... but to avoid confusion, I expanded the explanation a bit to show an example. Thanks!

@javiereguiluz
Copy link
Member

And this is now merged! The first merge for Symfony 4.2 🎉@vyshkant congrats on your first Symfony Docs contribution too!

@javiereguiluzjaviereguiluz merged commit9649800 intosymfony:masterJun 1, 2018
javiereguiluz added a commit that referenced this pull requestJun 1, 2018
…aviereguiluz)This PR was merged into the master branch.Discussion----------[Finder] Described "use natural sort" optionAdded description for new `$useNaturalSort` option of `Finder::sortByName()` method.Commits-------9649800 Expanded the explanation a bit0d38d1b [Finder] Described "use natural sort" option
joshtrichards pushed a commit to joshtrichards/symfony-finder that referenced this pull requestApr 26, 2024
This PR was merged into the 4.2-dev branch.Discussion----------[Finder] added "use natural sort" option| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | #26930| License       | MIT| Doc PR        |symfony/symfony-docs#9671Added `$useNaturalSort` optional argument to `Finder::sortByName()` method. If it is specified and equals to `true`, ["natural sort order" algorithm](https://en.wikipedia.org/wiki/Natural_sort_order) will be applied, which means that `strnatcmp` function will be used instead of `strcmp` (see #26930 for details).Commits-------16aff97 [Finder] added "use natural sort" option
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@javiereguiluzjaviereguiluzjaviereguiluz approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

4.2

Development

Successfully merging this pull request may close these issues.

4 participants

@vyshkant@javiereguiluz@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp