-
-
Notifications
You must be signed in to change notification settings - Fork 15
!![TASK] Improve interlink slug and warning handling #806
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
Conversation
@jaapio could you review please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few questions and a remark regarding the way you are using exceptions. I must admit that I find it hard to follow what is happening in this part of the code as i'm not very familiar with the interlink code. So please let me know when you think different.
packages/guides/src/ReferenceResolvers/InterlinkReferenceResolver.php
Outdated
Show resolved
Hide resolved
packages/guides/src/ReferenceResolvers/InterlinkReferenceResolver.php
Outdated
Show resolved
Hide resolved
99a9683
to
4b5aa03
Compare
@jaapio please have a look if I applied all changes you intended |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks this looks very nice
- Add tests - Improve method names, some have been misleading - Always Slug anchors - Do not slug document names (they can be case sensitive etc) This change is breaking for those who extended inventory handling (that should only be TYPO3).
This should make the usage more clear
a7ea823
to
fb562f7
Compare
This change is breaking for those who extended inventory handling (that should only be TYPO3).