This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
[Sitemap] Provide default last modification date guesser #292
Comments
@dantleech can you give us some feedback if a node has such information,
and maybe how to get it through phpcr-odm?
|
You whant it on the 1.3, that we still have to release. Or wait for 2.0?
|
if somebody has time to work on it, it would be nice in 1.3. its no BC break, just an additional guesser. |
I think i can do it after my REST Talk next week. Now the waiting for the release makes Sense, that is a sweet new feature.
|
But one question: That information could also go into the header for
caching or the FosHttCacheBundle could use that information, right?
|
in FOSHttpCache, we have no doctrine integrations. we don't have a guesser architecture there. the problem doing that would be to know which object to use. see also FriendsOfSymfony/FOSHttpCacheBundle#184 for a lot of discussion about content object integration. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think this should be introduced by calling a custom method or the like (maybe PHPCR can give us the last mod date already?).
Or maybe make it more generic by having a
getSitemapData()
method. This method will return an array with sitemap values, which we will set on theUrlInformation
.The text was updated successfully, but these errors were encountered: