-
Notifications
You must be signed in to change notification settings - Fork 379
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
[WIP][Cache Resolver] Implement relative web path resolver #1233
base: 2.x
Are you sure you want to change the base?
Conversation
# Conflicts: # Tests/Imagine/Cache/Resolver/WebPathResolverTest.php
# Conflicts: # Tests/DependencyInjection/ConfigurationTest.php # Tests/DependencyInjection/Factory/Resolver/WebPathResolverFactoryTest.php # Tests/DependencyInjection/LiipImagineExtensionTest.php # Tests/Imagine/Cache/Resolver/WebPathResolverTest.php
Hey @nmuntyanov @franmomu @michellesanver |
Hi, I don't think someone is working on it, feel free to take over. Based on the comments I wrote:
This should be done in a BC-break way.
Check if it's really needed the interface. |
This is #1059 merged with the current master, I fixed the tests and conflicts,
but I haven't checked the implementation yet.EDIT:
WebPathResolver
shouldn't be change in case someone has extended this class.PathResolver
inside the class and I'm not sure if thePathResolverInterface
is needed.