Don Mitchell
f48289cc4f
Moved assetstore tests to own file and ddt'd across stores
...
Conflicts:
common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py
2014-10-27 10:04:10 -04:00
Don Mitchell
b6fac23960
Implement asset metadata storage in Split - per-asset functionality
...
PLAT-40
Conflicts:
common/lib/xmodule/xmodule/assetstore/__init__.py
common/lib/xmodule/xmodule/modulestore/__init__.py
common/lib/xmodule/xmodule/modulestore/mixed.py
common/lib/xmodule/xmodule/modulestore/mongo/base.py
2014-10-27 10:04:09 -04:00
John Eskew
5ffc6ac256
Merge pull request #4854 from edx/jeskew/assetstore_modulestore_work
...
Phase 1 of adding asset metadata saving to old Mongo
2014-10-24 12:47:53 -04:00
Sarina Canelake
3d1c54fefa
Merge pull request #5595 from Stanford-Online/caijim/resetbutton
...
Support and tests for adding a reset button to units
2014-10-24 11:49:24 -04:00
John Eskew
b857a0ed7b
Phase 1 of adding asset metadata saving to old Mongo
2014-10-24 11:07:32 -04:00
zubair-arbi
4ea6323d96
reload video in setPlaybackRate only if speed of video is '1.0'
...
TNL-537
2014-10-24 12:29:06 +05:00
Jim
6d19a0c87c
Support and tests for adding a reset button to units
...
Users may want to start anew when answering a question. This commit decouples reset from randomization while still preserving backward compatibility. Users can clear their input.
Instructors can set course-wide and problem-specific settings for reset button display.
2014-10-23 12:14:27 -07:00
Oleg Marshev
f550359d67
Merge pull request #5545 from edx/oleg/lms-dashboard-course-start-time
...
Add course start/end time to student dashboard.
2014-10-23 11:56:37 +03:00
Oleg Marshev
21056b950e
Use DATE_TIME format for course start or end time in student dashboard.
2014-10-22 16:23:32 +03:00
Adam
2bb44a001a
Merge pull request #5641 from edx/adam/update-latex-data
...
update latex problem data (TNL-264)
2014-10-22 08:52:52 -04:00
Adam Palay
becd4c1b9a
update latex problem data (TNL-264)
2014-10-21 16:58:30 -04:00
Don Mitchell
0d36dd7264
Merge pull request #5646 from edx/dhm/migrate_bug
...
Fix command line migrator
2014-10-21 16:55:59 -04:00
Mark Hoeber
c213f64d4f
Merge pull request #5642 from edx/markhoeber-doc1123
...
Updated max attempts advanced settings help string
2014-10-21 11:09:34 -04:00
Oleg Marshev
3d149bf5ea
Merge pull request #5585 from edx/oleg/giturl-not-deprecate
...
GIT URL should not be a deprecated setting (TNL-396).
2014-10-21 14:52:57 +03:00
Oleg Marshev
f5294358a6
Do not deprecate giturl.
2014-10-21 13:21:38 +03:00
Waheed Ahmed
3ad2959f65
Merge pull request #5639 from edx/waheed/fix-screen-reader-user-issues
...
Fixed screen reader issues.
2014-10-21 14:13:51 +05:00
Waheed Ahmed
865850c2ad
Fixed screen reader issues.
...
TNL-568
TNL-588
TNL-595
2014-10-21 12:33:51 +05:00
Waheed Ahmed
204b52e92d
Added three missing required states for video progress slider.
...
TNL-89
2014-10-21 12:21:16 +05:00
Don Mitchell
4fc8ed8e7a
Fix command line migrator
2014-10-20 14:34:33 -04:00
Mark Hoeber
67c718674f
Updated max attempts advanced settings help string
2014-10-20 11:44:05 -04:00
Frances Botsford
c92f52e0bd
cleanup and response to PR review
2014-10-17 13:51:43 -04:00
Frances Botsford
ce3cb27864
switching RTL on the fly - added bi-app for sass compiling
2014-10-17 13:51:42 -04:00
Omar Al-Ithawi
9b287960e7
LMS RTL fixes
2014-10-17 13:51:42 -04:00
Frances Botsford
e255ac1f29
Initial pass at LMS and Studio RTL
2014-10-17 13:51:42 -04:00
Jesse Zoldak
f0b7850de3
Merge pull request #5609 from edx/zoldak/remove-tmp-references
...
Remove references to /tmp in tests
2014-10-17 12:12:53 -04:00
Jesse Zoldak
24f90307f7
Remove references to /tmp in tests
...
Including:
* Change path for mongo_metadata_inheritance to use unique temp dir
* Update SASS_CACHE_PATH with thread-safe temp dir
* Remove hard coded directory reference for grades download tests
* Remove hard coded directory reference for direct mongo test
2014-10-17 10:00:12 -04:00
Adam
5511aba23e
Merge pull request #5471 from edx/adam/thumbnail-extentions
...
image files with different extensions should generate thumbnails with di...
2014-10-17 09:18:06 -04:00
Adam
53c48024a8
Merge pull request #5599 from edx/adam/fix-matlab-invalid-char
...
gracefully fail when parsing xml with non-compatible string (TNL-347)
2014-10-17 09:14:21 -04:00
brianhw
3604dfce27
Merge pull request #5561 from edx/bugfix/ichuang/fix-invalid-key-name-child-id
...
fix tracking log entry key child-id -> child_id
2014-10-16 14:39:48 -04:00
Adam Palay
e1def5c554
gracefully fail when parsing xml with non-compatible string (TNL-347)
2014-10-16 10:47:36 -04:00
Calen Pennington
e00b666db9
Merge pull request #5590 from cpennington/xblocks-with-children
...
Enable pure XBlocks to use children in edx-platform
2014-10-16 10:23:35 -04:00
Calen Pennington
4d653d5359
Set xmodule_runtime on all XModule-like things (including pure XBlocks using the XModuleMixin)
...
Expose xmodule_runtime as .runtime if it's set (otherwise, fall back to
the supplied runtime). This causes all blocks to act like XModules when
they have a ModuleSystem, and like XModuleDescriptors if they only have
a DescriptorSystem.
2014-10-16 09:09:20 -04:00
Nimisha Asthagiri
e0f9def061
Merge pull request #5584 from edx/nimisha/val/MA-81
...
MA-81 Honor video download setting with VAL-enabled videos.
2014-10-15 10:10:13 -04:00
Nimisha Asthagiri
5355b4b96e
MA-81 Honor video download setting with VAL-enabled videos.
2014-10-14 22:32:16 -04:00
Don Mitchell
7e52ba872e
Merge pull request #5535 from edx/dhm/unit_perf
...
Performance enhancements for unit tests
2014-10-14 09:37:08 -04:00
ichuang
38c7832f75
fix tracking log entry key child-id -> child_id
2014-10-12 13:40:54 -04:00
Sarina Canelake
02bfe039fd
Merge pull request #5431 from open-craft/datadog-wrapper
...
Consistently wrap the DataDog API to prevent logged errors & missing stats data
2014-10-10 14:59:38 -04:00
Braden MacDonald
a8f622af7f
Consistently ensure dog_stats_api tags are formatted correctly
2014-10-09 12:35:26 -07:00
Don Mitchell
90723d9191
Make unit tests work on older mongo versions
2014-10-09 15:14:37 -04:00
Don Mitchell
b7b5400c3e
Upgrade pymongo
...
LMS-11437
2014-10-09 11:55:14 -04:00
Don Mitchell
3c42e8c725
Performance enhancements for unit tests
...
in test_contentstore, don't load the xml course if not necessary
2014-10-09 11:47:56 -04:00
Don Mitchell
2ebed452ff
Merge pull request #5505 from edx/dhm/import_bug
...
Video module must handle xml attrs
2014-10-07 17:44:15 -04:00
Don Mitchell
2180cb6572
Unit test for video xml parsing
...
handling unknown xml attrs.
2014-10-07 17:03:53 -04:00
Nimisha Asthagiri
d7f850a764
Merge branch 'release'
...
Conflicts:
lms/djangoapps/instructor/features/data_download.py
2014-10-07 16:23:28 -04:00
Don Mitchell
2959186704
Video module must handle xml attrs
...
LMS-11491
2014-10-07 14:29:18 -04:00
Don Mitchell
c58e68813c
Cache modules in split bulk ops
2014-10-07 13:48:27 -04:00
Don Mitchell
0c795934c3
Don't fetch python libs if there's no python code
...
in the capa problem.
2014-10-06 16:53:10 -04:00
David Baumgold
324a1da60c
Merge pull request #5474 from edx/openedx-jira-reference
...
Reformat seq_module.py
2014-10-06 13:01:12 -04:00
David Baumgold
6f47e5d4e9
Reformat seq_module.py
2014-10-06 12:55:35 -04:00
Adam Palay
58cb716102
remove role="application" from problems (TNL-563)
...
Committer: Adam Palay <adam@edx.org >
2014-10-06 09:11:55 -04:00