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

XBlock Xml Serialization/Deserialization #2129

Merged
merged 6 commits into from
Jan 14, 2014

Conversation

cpennington
Copy link
Contributor

No description provided.

@cpennington
Copy link
Contributor Author

@nedbat @sarina: Review?

This needs https://github.com/edx/XBlock/pull/161 before it can be merged.

@sarina
Copy link
Contributor

sarina commented Jan 13, 2014

@cpennington the build keeps flat-out failing. I think Jenkins prevents you from requiring something from your own repo, but I'm not entirely certain: https://jenkins.testeng.edx.org/job/edx-all-tests-manual-pr/523/SHARD=1,TEST_SUITE=unit/console

@cpennington
Copy link
Contributor Author

I borked the requirements file line. Fixed, and pushed.

child, system)
child,
system
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This didn't fit on one line?

@nedbat
Copy link
Contributor

nedbat commented Jan 13, 2014

Address these comments, then 👍

@@ -81,12 +81,10 @@ def get_html(self):

@classmethod
def _construct(cls, system, contents, error_msg, location):
location = Location(location)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I adore this line of code

@sarina
Copy link
Contributor

sarina commented Jan 14, 2014

Need to import ddt in common/lib/xmodule/xmodule/tests/test_import.py to address test failures

@sarina
Copy link
Contributor

sarina commented Jan 14, 2014

LGTM after comments addressed 👍

@cpennington
Copy link
Contributor Author

@nedbat, @sarina: Comments addressed, but fixed up Locations and unicode. Can you review the last commit?

@nedbat
Copy link
Contributor

nedbat commented Jan 14, 2014

👍 again after reviewing the test changes.

XModules continue to use their own interface for xml, but provide an
adaptor that makes the the XBlock interface available.

[LMS-179]
cpennington added a commit that referenced this pull request Jan 14, 2014
XBlock Xml Serialization/Deserialization
@cpennington cpennington merged commit d2a0df4 into openedx:master Jan 14, 2014
@cpennington cpennington deleted the xblocks-xml-import-export branch January 14, 2014 18:56
cpennington added a commit to cpennington/edx-platform that referenced this pull request Jan 15, 2014
cpennington added a commit that referenced this pull request Jan 29, 2014
zubair-arbi pushed a commit to zubair-arbi/edx-platform that referenced this pull request Jan 29, 2014
jenkins-ks pushed a commit to nttks/edx-platform that referenced this pull request Sep 7, 2017
* addition of test code of the certificate issuance function openedx#2038 (openedx#2054)

* Mod translation of 'Course End Date:' openedx#2084 (openedx#2090)

* Add menu to ga_operation for ga_analyzer openedx#2039 (openedx#2088)

* Fixed bugs openedx#2039 (openedx#2112)

* Fixed csv format openedx#2039 (openedx#2127)

* Change to split download if there are many display items openedx#916 (openedx#2121)

* Change to split download if there are many display items openedx#916

* Fix UT

* Fix Review

* Fix review2
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