-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
sitemap changes and tests coming from plone.app.layout PR #92 #235
Conversation
See plone/plone.app.layout#92 before merging. |
@erral Ah, right I see your issue. Then I think we should just add a pin in But if you still think we should pin in setup.py, then I would do something like this here:
|
And how are we supposed to maintain compatibility with Plone 4.2 that uses p.a.layout 2.2.x ? 😵 |
@erral you've got me thinking, but do we really need to fix in p.a.layout 2.2.x ? .... We are fixing an issue which occurs when using plone.app.multilingual > 2.x and above. theoretically speaking:
so it's a narrow case practically speaking then: |
But my branch tests PAM 1.x which is available both for Plone 4.3.x and On Fri, Jun 3, 2016 at 2:31 PM, Daniel Jowett notifications@github.com
Mikel Larreategi CodeSyntax |
I think I;m clear on this now.... But for PAM 1.x we only want to prove that it /doesn't make a What we don't need to (or want to) do is force////people to take our I think that should work.... On 03/06/16 16:42, Mikel Larreategi wrote:
Daniel Jowett Jowett Enterprises Ltd |
Hi @erral, I've been taking another look at this & I'm coming to the conclusion that the sitemap is already broken on the PAM 1.x / Plone 4.2 combination. Do you agree? https://travis-ci.org/plone/plone.app.multilingual/jobs/135087425 shows links not appearing in the sitemap, and I've tested this manually on a fresh buildout - it seems that documents in some languages (the non default ones?) get missed off the sitemaps.... It's surprising because I thought the sitemap is working for the combination of PAM 1.x & Plone 4.3 - but I better double check that too! cc @Rudd-O |
I need to refresh this :) The sitemap works for me on:
The sitemap works for me partially on:
With partially I mean that it works for the language folders, but it doesn't work for the whole site's sitemap, it only returns the contents of one language; presumably because the "language: 'all'" "hack" is missing. |
I think we should ignore the whole Plone 4.2 thing, just mark the next PAM 1.x release for Plone 4.3.x only, and let it go. |
@erral Thanks - in the end I just skipped these new sitemap tests for Plone 4.2 - if someone wants to backport the fix into p.a.layout 2.2.x later then these tests would I guess (as you did above) be fixed. I just don't want to get any further into changing versions I'm not using at this time. The fixed PR is #236. But before we merge it, I should get someone to merge and release my fix in p.a.layout |
No description provided.