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

Added adapter for data wrapped in xmlrpclib.Binary #1

Closed
wants to merge 6 commits into from
Closed

Added adapter for data wrapped in xmlrpclib.Binary #1

wants to merge 6 commits into from

Conversation

aclark4life
Copy link
Member

Binary content (images, audio, etc) uploaded via XML-RPC needs to be wrapped in xmlrpclib.Binary, but p.a.blob currently does not support this approach, failing with "could not adapt". These commits add an xmlrpclib.Binary adapter.

@witsch
Copy link
Member

witsch commented Oct 19, 2011

Alex, thanks for taking care of this — the diff looks good to me. Would you mind adding a test, though, please? :)

@aclark4life
Copy link
Member Author

As soon as I can figure out how to run the tests, I will finish this ;-)

@witsch
Copy link
Member

witsch commented Oct 25, 2011

does bin/test -m plone.app.blob not work (in a recent coredev buildout)?

@garbas
Copy link
Contributor

garbas commented Nov 23, 2012

@aclark4life any progress on this one?

@aclark4life
Copy link
Member Author

No, sorry. It works but I don't have time to look into writing a test for it. Anyone who is already familiar with the tests for this package should be able to do it though.

@garbas
Copy link
Contributor

garbas commented Nov 23, 2012

any idea how can i contribute to this pull request ... or you need to close it and create new one?

@aclark4life
Copy link
Member Author

I can merge it and you can continuing working on it, if @witsch doesn't mind.

garbas added a commit that referenced this pull request Nov 25, 2012
@garbas garbas closed this Nov 25, 2012
garbas added a commit that referenced this pull request Nov 25, 2012
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

Successfully merging this pull request may close these issues.

3 participants