-
Notifications
You must be signed in to change notification settings - Fork 20
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
1.12.62: location related templates cannot be used #104
Comments
Copying #91 (comment) from @ned21 which is a detailed analysis of the issue...
|
Can we try to progress on this issue? I'm ready to work on it during my spare time but I agree with @ned21 that we first need to agree what a "fixed implementation" would be. Once we agreed, this is probably not very difficult to implement it with an option as suggested to ensure that only new sites use the new namespace by default. I had a quick look at the hub issue where the fullname rather than the name is used to build pan namespace in 2 places, I also agree that having an unnecessary deep namespace is another thing that makes the life more complicated. It's true that city object names are in fact just IDs: you cannot have two entries in the DB with the same name/ID even if the actual name of the city (in 2 different countries) may actually be the same. @ned21, from your comment I understand that you lean towards If we agree on this for |
- Used to be hub fullname previously which is not exported to the object plenary, making impossible to locate the site template (not included by default in the object plenary) - Hosts must be rebuilt to use the new namespace Fixes quattor#104 Change-Id: I71e59ffa750a264b88ecf35ae3e6ebecd73f98e2
- Contributes to quattor#104 Change-Id: I061147728c376e722b1ffd67665921416e1291d8
- Used to be hub fullname previously which is not exported to the object plenary, making impossible to locate the site template (not included by default in the object plenary) - Hosts must be rebuilt to use the new namespace Fixes quattor#104 Change-Id: I71e59ffa750a264b88ecf35ae3e6ebecd73f98e2
- Contributes to quattor#104 Change-Id: I061147728c376e722b1ffd67665921416e1291d8
- Used to be hub fullname previously which is not exported to the object plenary, making impossible to locate the site template (not included by default in the object plenary) - Hosts must be rebuilt to use the new namespace Fixes quattor#104 Change-Id: I71e59ffa750a264b88ecf35ae3e6ebecd73f98e2
- Contributes to quattor#104 Change-Id: I061147728c376e722b1ffd67665921416e1291d8
- Used to be hub fullname previously which is not exported to the object plenary, making impossible to locate the site template (not included by default in the object plenary) - Hosts must be rebuilt to use the new namespace Fixes quattor#104 Change-Id: I71e59ffa750a264b88ecf35ae3e6ebecd73f98e2
- Contributes to quattor#104 Change-Id: I061147728c376e722b1ffd67665921416e1291d8
- Used to be hub fullname previously which is not exported to the object plenary, making impossible to locate the site template (not included by default in the object plenary) - Hosts must be rebuilt to use the new namespace Fixes quattor#104 Change-Id: I71e59ffa750a264b88ecf35ae3e6ebecd73f98e2
- Contributes to quattor#104 Change-Id: I061147728c376e722b1ffd67665921416e1291d8
I'm fine with both the following changes:
I think that both could be done (in separate commits) as they both make sense. Or any of those. |
Did you mean, "using continent in the path instead of hub" ? I am fine with this change but as I noted, it's not a trivial change to deploy since you need to make a simultaneously change to files in template-king across every active domain and flush all the plenaries. (People's sandboxes will also break but they should be updating them regularly anyway.) |
This issue is a spinoff of #91. related to timezone information passed to the plenary templates. I
t appeared that the timezone information declared in the database is in a generated templates associated with the host location but that the plenary object template doesn't have enough information passed by the broker to locate it. The first part of the issue discussion reflect this misunderstanding... The issue is focused on how to fix the namespace used for the location related templates and what is the missing information that the broker should put into the object template (somewhat related to #90).
The text was updated successfully, but these errors were encountered: