Commit Graph

6569 Commits

Author SHA1 Message Date
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
Calen Pennington
139e10d9b8 Teach mongo_connection to retry read operations in the face of AutoReconnect errors 2014-10-03 10:55:59 -04:00
Don Mitchell
785a3c823d Merge pull request #5469 from edx/split/content_update
Fix cached definition change detection
2014-10-03 09:16:01 -04:00
Waheed Ahmed
3bfe09b821 Fixed incorrect relative time value in time.js.
TNL-157
2014-10-03 15:37:46 +05:00
Piotr Mitros
54731383be Merge pull request #4003 from edx/pmitros/fix-sequential-none
Fix case where DB gets populated with string None
2014-10-02 15:09:26 -04:00
Don Mitchell
d723425a83 Fix cached definition change detection
LMS-11485
2014-10-02 14:22:07 -04:00
Adam Palay
766066fd9b image files with different extensions should generate thumbnails with distinct names (TNL-532) 2014-10-02 13:50:17 -04:00
Andy Armstrong
ba491195e6 Update final text strings & readthedoc URL
TNL-401
2014-10-02 11:54:23 -04:00
Adam
ca13e9aa50 Merge pull request #5424 from edx/adam/change-discussion-blackout-wording
update discussion blackout setting warning (TNL-442)
2014-10-02 09:12:09 -04:00
Jesse Zoldak
d9b9630c56 Merge pull request #5265 from edx/zoldak/fix-test
Increase randomness of course name in testcase
2014-10-01 12:13:10 -04:00