Skip to content
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

broken with chameleon (five.pt) #1

Closed
simahawk opened this issue Jan 8, 2013 · 7 comments
Closed

broken with chameleon (five.pt) #1

simahawk opened this issue Jan 8, 2013 · 7 comments
Assignees

Comments

@simahawk
Copy link
Contributor

simahawk commented Jan 8, 2013

I'm testing eea.daviz on plone 4.2.3 and chameleon (five.pt). The view template is broken is due to a missing namespace (ex:) declaration in eea/app/visualization/facets/list/view.pt. I fixed temporarely by wrapping the template in this declaration

'... xmlns:ex="http://daviz.eea.europa.eu/namespaces/ex">'

but it needs a better namespace for sure :)

@simahawk
Copy link
Contributor Author

simahawk commented Jan 8, 2013

same happen in eea/app/visualization/browser/zpt/view.pt

@demarant
Copy link
Member

demarant commented Jan 9, 2013

Hi Simahawk.

We do not use chameleon at EEA.

However, if you use it, then you are able to test it.
Please, go ahead and do the fixes and send us a pull request to the collective fork.

Regarding the namespace, "ex:" stands for the Simile Exhibit namespace .... which I think already exists, I think we could add this one:
xmlns:ex="http://simile.mit.edu/2006/11/exhibit#"

reference: http://simile.mit.edu/wiki/Exhibit/How_to_include_the_Exhibit_API

@simahawk
Copy link
Contributor Author

simahawk commented Jan 9, 2013

Ciao :) ok tnx I'll use that.

simahawk added a commit to simahawk/eea.app.visualization that referenced this issue Jan 9, 2013
@alecghica
Copy link
Member

Hi @simahawk, can you please (re)do the pull request on /collective/eea.app.visualization as we keep this repo in auto-sync with the one from /collective where all Plone contributors have rights. We can do the manual merge but will be more easy for you just to re-do the pull request on collective. We will add a HowTo contribute to this package just to be clear for everyone. Unfortunately same will apply for the other 3 pull requests you made on eea.googlecharts, eea.exhibit and eea.app.visualization:

@simahawk
Copy link
Contributor Author

simahawk commented Jan 9, 2013

done ;)

@alecghica
Copy link
Member

Great, thx! :)

avoinea added a commit that referenced this issue Jan 9, 2013
[add] exhibit namespaces makes chameleon happy. addresses #1
@alecghica
Copy link
Member

Fixed under collective#4

@ghost ghost assigned alecghica Jan 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants