-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix: [Auto Routing Improved] one controller method has more than one URI when $translateURIDashes is true #7422
Merged
kenjis
merged 10 commits into
codeigniter4:4.4
from
kenjis:fix-auto-routing-improved-setTranslateURIDashes-4.4
Jul 3, 2023
Merged
fix: [Auto Routing Improved] one controller method has more than one URI when $translateURIDashes is true #7422
kenjis
merged 10 commits into
codeigniter4:4.4
from
kenjis:fix-auto-routing-improved-setTranslateURIDashes-4.4
Jul 3, 2023
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2bb2cd3 - Browse repository at this point
Copy the full SHA 2bb2cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7cf718 - Browse repository at this point
Copy the full SHA e7cf718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0070c4a - Browse repository at this point
Copy the full SHA 0070c4aView commit details -
fix: add check for underscores in URI when $translateURIDashes is true
When converting dashes to underscores, two URIs correspond to a single controller, one URI for dashes and one URI for underscores. This was incorrect behavior, contrary to the design philosophy.
Configuration menu - View commit details
-
Copy full SHA for e49cf11 - Browse repository at this point
Copy the full SHA e49cf11View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde3889 - Browse repository at this point
Copy the full SHA cde3889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be93dd - Browse repository at this point
Copy the full SHA 9be93ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0d8d6 - Browse repository at this point
Copy the full SHA fb0d8d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 989ef70 - Browse repository at this point
Copy the full SHA 989ef70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b450c - Browse repository at this point
Copy the full SHA 78b450cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b9da2 - Browse repository at this point
Copy the full SHA c7b9da2View commit details
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.