David Buchmann
David Buchmann
that workaround is one option. be sure to secure access to the fragment routes however, see for example http://stackoverflow.com/questions/22295858/how-do-i-invalidate-cache-for-a-controller-url your other option would be creating a ControllerReference (just with `new`,...
its been a while. i think the idea was to create a ControllerReference object and use the esi fragment render method to get the url to that fragment. then you...
afaik nobody is actively working on this. if you have the time to figure out the details and propose documentation or code updates, they are welcome and i would review...
thanks @BoShurik ! i really don't know how the details how symfony fragment rendering works. it would be nice to have the bundle support this conveniently. if you have a...
@joelwurtz how would you feel about writing a full integration test about the user context feature? ddeboer is extracting the testing infrastructure in #122 - with this it should become...
yeah, its a lot of additional things and redundance in testing. but we could simulate the requests in a WebTestCase and see if the right answers come back. though we...
this is no blocker for 1.0, right? i want to release ;-) i would prefer `@Refresh`. its more explicit, and invalidate is `purge` so it kills variants, while refresh does...
i agree, but i really want to release :-) and it certainly is no BC issue.
@lsmith77 do you have inputs for this idea? sounds like a cool RAD way of doing things.
we face the same problem with the route collection in #161 - what would be the clean way to do such things?