Ned Batchelder
e88e04d3a6
A test that our XML-comments fix works.
2013-08-28 10:15:59 -04:00
Ned Batchelder
6738a37ec1
Keep comments in capa XML from causing failures
...
Comments (and processing instructions!) are handled oddly in lxml.
This change will keep them from causing failures. They will be omitted
from the HTML generated, which is fine, since they aren't needed there.
2013-08-28 10:15:48 -04:00
Vik Paruchuri
0e4b114278
Merge pull request #633 from edx/fix/vik/oe-state
...
Fix/vik/oe state
2013-08-27 07:01:32 -07:00
Anton Stupak
dd9b16c2cf
Replace the description in the studio editing module.
2013-08-27 15:22:47 +03:00
Vik Paruchuri
3c55a44b6b
Address review comments
2013-08-26 10:36:24 -04:00
Giulio Gratta
4e77098859
added course level feature flag for forum alpha sorting as well as tests
2013-08-23 12:59:13 -07:00
Peter Fogg
07d9106c09
Merge pull request #769 from edx/peter-fogg/studio-error-descriptor
...
Allow Studio to display error modules.
2013-08-23 11:51:57 -07:00
Vik Paruchuri
dfb8e9f0e3
Fix max score calculation
2013-08-23 13:48:59 -04:00
Vik Paruchuri
7ff03124d2
pep8, pylint, and more tests
2013-08-23 12:30:18 -04:00
Vik Paruchuri
734843c377
Confirm changed to alert
2013-08-23 11:42:30 -04:00
Will Daly
c680dfdd40
Merge pull request #768 from edx/will/use-mixed-modulestore-in-tests
...
Will/use mixed modulestore in tests
2013-08-23 08:38:09 -07:00
Vik Paruchuri
e142023eed
Add in Studio confirmation box before editing OE problems
2013-08-23 11:32:38 -04:00
Vik Paruchuri
b210346f62
Add in more tests
2013-08-23 11:17:03 -04:00
Vik Paruchuri
4e8b839d14
Merge remote-tracking branch 'origin/master' into fix/vik/oe-state
2013-08-23 10:40:19 -04:00
Vik Paruchuri
3558ce02ae
Properly reset state and test it
2013-08-22 17:50:37 -04:00
Diana Huang
569727e608
Pep8 fixes
2013-08-22 15:58:07 -04:00
Peter Fogg
2466a5f557
Allow Studio to display error modules.
2013-08-22 15:48:49 -04:00
Vik Paruchuri
704650fe38
Merge remote-tracking branch 'origin/master' into fix/vik/oe-state
2013-08-22 15:31:31 -04:00
Vik Paruchuri
26a301f42e
Merge pull request #504 from edx/feature/vik/oe-ui
...
Feature/vik/oe ui
2013-08-22 12:23:29 -07:00
Chris Dodge
46ce931d51
ErrorDescriptors do not have xml_attributes field
2013-08-22 14:50:45 -04:00
Vik Paruchuri
21e13e44af
Pep8 and pylint fixes
2013-08-22 14:29:39 -04:00
chrisndodge
0191ae9417
Merge pull request #652 from edx/feature/ichuang/import-with-no-static
...
Enable mongodb to be used as back-end for git-based authoring workflow
2013-08-22 11:05:02 -07:00
chrisndodge
1e9621cf4f
Merge pull request #763 from edx/fix/cdodge/strip-transient-draft-serialization-attributes
...
fix some gaps which would allow the temporary xml attributes 'parent_seq...
2013-08-22 11:00:55 -07:00
Vik Paruchuri
a6cc30d1fe
Fix tests, address review feedback
2013-08-22 13:51:27 -04:00
Chris Dodge
7138aed2a9
add xlint tests in test_mongo.py
2013-08-22 13:30:52 -04:00
chrisndodge
2699ba65ba
Merge pull request #756 from edx/fix/cdodge/incorrect-html-serialization
...
Fix/cdodge/incorrect html serialization
2013-08-22 08:58:56 -07:00
Chris Dodge
079470d439
add some more tests in common to increase coverage
2013-08-22 11:48:37 -04:00
Anton Stupak
03111cb98e
Remove onTouchBasedDevice function.
2013-08-22 08:45:44 +03:00
Anton Stupak
22b5decc95
Small fixes.
2013-08-22 08:45:43 +03:00
Anton Stupak
63c5ec5277
Add supporting failover from Youtube.
2013-08-22 08:45:43 +03:00
Chris Dodge
77a38afaeb
add some draft courseware importing paths in common/* tests
2013-08-21 22:00:33 -04:00
Chris Dodge
0c1c3f11af
loop in static import testing into common/* tests
2013-08-21 20:48:56 -04:00
Will Daly
078ad4b25e
Added comment justifying ModuleStoreTestCase design.
2013-08-21 20:31:23 -04:00
Will Daly
8165a033b1
Pep8/pylint fixes
...
Fixed test_masquerade failure due to not clearing the modulestore
between tests.
2013-08-21 19:42:59 -04:00
Will Daly
109d3c3d10
Refactored to remove test#XXX methods from ModuleStoreTestCase
2013-08-21 19:00:32 -04:00
Will Daly
151782acf0
LMS acceptance tests use mixed modulestore
2013-08-21 16:23:48 -04:00
Chris Dodge
21f4b05813
fix some gaps which would allow the temporary xml attributes 'parent_sequential_url' and 'index_in_children_list' to get persisted in the database, whereas they are meant to be only scoped during export/import
2013-08-21 14:46:38 -04:00
Peter Fogg
e177270d0d
Merge pull request #700 from edx/peter-fogg/course-image-upload
...
WIP: Peter fogg/course image upload
2013-08-21 11:17:12 -07:00
ichuang
42af561a17
pep8 and pylint for tests of nostatic import
2013-08-21 11:23:00 -04:00
Chris Dodge
938b094679
disable the 'dont verify HTML modules' in test_export.py. This better traps the bug whereby XML-parseable HTML content was being dropped on export serialization
2013-08-21 10:32:54 -04:00
Will Daly
96c2a50370
Merge branch 'master' into will/use-mixed-modulestore-in-tests
...
Conflicts:
common/lib/xmodule/xmodule/modulestore/django.py
lms/djangoapps/courseware/tests/test_views.py
lms/djangoapps/courseware/tests/tests.py
2013-08-21 10:12:24 -04:00
Peter Fogg
e4302e62d2
Allow course image uploads in the settings page.
...
Authors can upload an image (or choose an existing one) from the
settings page, using the in-context uploader from PDF
textbooks. Includes tests for backwards compatibility with XML courses
-- they used a magic filename (images/course_image.jpg) which is
mapped to a location in the Mongo contentstore.
Still needs some UX work, though the backend plumbing is there.
2013-08-21 09:42:00 -04:00
Will Daly
48c6daacb8
Removed unnecessary settings wrangling from ModuleStoreTestCase.
...
Modified navigation tests to use MixedModulestore
Updated factories to find editable modulestore
Updated test_submitting_problems
Updated test_tabs.py
Updated test_view_authentication
Updated test_views
Updated courseware/tests/tests.py
Updated test_masquerade
Updated test_module_render
Pylint fixes
Updated video and word cloud tests
Updated course wiki tests
Updated license and open_ended tests.
One open_ended test still failing due to Mako initialization issues
Updated staticbook
Updated django_comment_client tests
Updated instructor tests
Updated instructor task tests
Updated external_auth tests
Updated course_groups
2013-08-21 09:36:45 -04:00
ichuang
0d938d3940
Merge branch 'master' of github.com:edx/edx-platform into feature/ichuang/import-with-no-static
...
Conflicts:
lms/djangoapps/courseware/tests/test_module_render.py
2013-08-20 23:40:09 -04:00
Chris Dodge
b8a8b202a4
update comments and some code violation drive by fixes
2013-08-20 22:53:03 -04:00
Chris Dodge
596fed78f1
add docstrings
2013-08-20 22:45:37 -04:00
Chris Dodge
5a7bcd7bb3
always serialize out HTML content to a separate .html file
2013-08-20 22:43:53 -04:00
Chris Dodge
5989bf6bdc
update the PDF textbook url paths as well as update wiki_slug when importing
2013-08-20 21:50:28 -04:00
Peter Baratta
8211600bde
Merge pull request #726 from edx/peterb/numerical/evaluate-staff
...
Use calc's evaluator for staff answers in `Numercial` type
2013-08-20 06:53:27 -07:00
Brian Talbot
f14e93029e
Merge pull request #748 from edx/talbs/lms-fix-resetbutton
...
Sync up Reset Action Button Styling for Capa xmodules
2013-08-20 06:43:40 -07:00