-
Notifications
You must be signed in to change notification settings - Fork 83
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
v2 #132
Comments
@Ocramius this is just open-discussion for now. Let's see what we can add to / remove from the list. |
@RWOverdijk - I have a quick question on the cache warmup. It seems that everything is already in the config. Wouldn't the warm up simply be go through the config, if caching is set on those, dispatch all the assets and let the current functionality take care of generating the cache? The ticket itself says to visit the URL's but it seems that we could simply dispatch the asset per the config and let the existing system handle all the hard work. |
@wshafer Not really. I base this on the use-case we have for this module, where the asset's path (base) depends on the url. There are multiple lookup paths, and we change the request accordingly. So, the url etc in fact do matter. Also, for paths, it's impossible to warmup the files you want to use. We don't know which files that are. |
is there some kind of update due to the state on this? also is there a roadmap? We really need the last modified handle and i am not sure if it's wise to hold all updates to the project until v2 is released. I have the bad feeling that the v2 is taking forever and getting to much weight... don't want to step on any toes, just my thoughts, great work anyway, thx! best regards |
@dready nothing going on here for now. 1.x is very very (VERY! I mean it, seriously!) stable, and upgrading to 2.x when it's out shouldn't mean "rewrite everything" anyway. |
What he said. Although, if there are absolute must-haves to make life a lot easier I'd be more than willing to hear from you. |
I didn't see this on your check list but a nice way to manage debug mode which removes filters and expands collections would be nice. That would require some sort of view helper, I think, so that when you output a collection in debug mode it really includes multiple script lines. |
@spiffyjr You'd use your local config for that. |
Ok I've gone through all the issues in the repo and what's on this list and created a list of things I'm willing to tackle for a V2. Please take a look and let me know if this list is adequate and if there's anything else you'd to see added. https://github.com/wshafer/assetmanager-core/issues?utf8=%E2%9C%93&q=is%3Aissue |
@wshafer Comprehensive and contains the most important tasks in my opinion. 👍 |
There's a v2 now, because Laminas. Let's at least close this. |
This is a general discussion for AssetManager V2. We'll be collecting things to be done and discuss them as well.
setAggregateResolver
The text was updated successfully, but these errors were encountered: