chrisndodge
663671ec4c
Merge pull request #2534 from edx/jbau/fix-non-microsite-subdomain-branding-default
...
fix non-microsite SUBDOMAIN_BRANDING defaults
2014-02-25 19:30:45 -05:00
Calen Pennington
a2137cec35
Merge pull request #2603 from cpennington/xblock-acid-resources-test
...
Add tests of local_resource_url
2014-02-25 16:46:10 -05:00
Calen Pennington
9126777ed7
Add test of local_resource_url in AcidBlock
2014-02-25 14:01:37 -05:00
Gabe Mulley
fe21f47573
Add module display name to module related server events
...
This information will likely be used frequently for analytics purposes, so we would like to denormalize here to avoid having to join with the modulestore later.
Fixes: AN-594
2014-02-25 11:53:36 -05:00
Adam Palay
8d2db05635
add i18n scraping to tabs.py (LMS-2166)
...
add dummy strings
2014-02-24 15:46:03 -05:00
Alexander Kryklia
25407ef3e7
BLD-642: Allow multiple transcripts with video.
2014-02-24 21:57:08 +02:00
Don Mitchell
0b262e7cea
Merge pull request #2660 from edx/dbarch/parse_course_id
...
Dbarch/parse course
2014-02-24 13:24:00 -05:00
Don Mitchell
81a92e4bfc
Consolidate course_id triple parsing
2014-02-24 11:45:59 -05:00
Ned Batchelder
28e9ae0412
Tests of the localized start dates
2014-02-24 10:06:13 -05:00
Ned Batchelder
6bb0eee3c6
Make the i18n service available everywhere.
...
To get all dates localized, we need all runtimes to have the i18n
service, and since runtimes are made by the modulestores, we need to
pass it to them.
Soon (fingers crossed), modulestores won't be involved in making
runtimes, and many of these changes will go away.
2014-02-24 10:06:13 -05:00
Jay Zoldak
a620cc0004
Merge branch 'release'
...
Conflicts:
lms/templates/courseware/accordion.html
2014-02-21 16:17:02 -05:00
Calen Pennington
dbc99ef8ad
Implement children for pure XBlocks in edx-platform
...
This requires fixing the javascript api implementation, and adding
an implementation of get_block to the ModuleSystem api.
However, the implementation is incomplete, due to mismatches between
the expectations of XModule and XBlock.
Also adds tests using the Acid block to make sure that the javascript
and python apis for children are working correctly.
2014-02-21 15:01:20 -05:00
Jason Bau
183d9bbb93
Use new setting for LMS deadline display instead TIME_ZONE
2014-02-21 10:20:06 -08:00
jsa
4c5336e809
django_comment_client: add unit test for (sub)comment deletion.
...
JIRA: FOR-470
2014-02-20 13:35:26 -05:00
Greg Price
e2d168d2fe
Merge pull request #2624 from edx/gprice/test-edit-forum-comment
...
Add unit test for updating forum comment
2014-02-19 11:09:38 -05:00
Greg Price
c321ce50f6
Add unit test for updating forum comment
2014-02-18 17:37:03 -05:00
Ned Batchelder
3aff96c2e4
Add strftime to the i18n runtime service.
2014-02-18 17:35:56 -05:00
Adam
7b3376f944
Merge pull request #2575 from edx/adam/i18n-self-assessment-2
...
Adam/i18n self assessment 2
2014-02-18 09:07:24 -05:00
Alexander Kryklia
23a2177da3
Enable download_track for existing courses if self.track.
2014-02-18 12:31:06 +02:00
Adam Palay
97f5b25e2c
i18n for self-assessment (ORA-314)
...
make openendedchild and open_ended_module_v1 act enough like xblocks to get xblock 18n
2014-02-14 17:27:32 -05:00
Julia Hansbrough
7d81a510bc
Moved UserPreferences to common
2014-02-14 10:32:11 -05:00
polesye
faab4caeef
BLD-837: Fix download transcript behavior.
2014-02-14 11:51:51 +02:00
Christina Roberts
0c74d6ac54
Merge pull request #2562 from edx/christina/lms-mixed
...
Clean up of modulestore references (primarily LMS).
2014-02-13 20:05:31 -05:00
Greg Price
9ae6bb0b73
Check for forum data errors in LMS
...
Some messages generated by the comments service are not readily
translated because they come from third-party libraries. Thus, we plan
to try to avoid showing any comments service generated message to the
user. This check preempts the only end-user-visible CS-generated error
message that we are presently aware of.
2014-02-13 15:44:57 -05:00
Julia Hansbrough
5131818153
Merge pull request #2597 from edx/release
...
Release
2014-02-13 15:17:38 -05:00
Calen Pennington
3a7b265c8a
Add trailing commas to multiline lists, to prevent string concatenation bugs
2014-02-13 13:12:42 -05:00
Usman Khalid
21d8b40576
Added feature setting 'DISPLAY_HISTOGRAMS_TO_STAFF' to configure display of histograms in Staff Debug Info panel.
...
Generating histograms requires scanning the courseware_studentmodule table on
each view. This can make staff access to courseware very slow on large courses.
Default is False.
LMS-1199
2014-02-13 17:15:20 +05:00
Usman Khalid
f6d7cb5065
Renamed feature setting 'DISPLAY_HISTOGRAMS_TO_STAFF' to 'DISPLAY_DEBUG_INFO_TO_STAFF' to better communicate its purpose.
...
Default is True.
LMS-1199
2014-02-13 17:15:19 +05:00
Julia Hansbrough
d6c0ce161e
Merge branch 'release'
2014-02-12 21:24:19 +00:00
Greg Price
1c188c9f89
Send language preference to the comments service
2014-02-12 15:25:34 -05:00
Greg Price
5841d460f0
Clean up usage of CS API key
2014-02-12 15:24:30 -05:00
Anton Stupak
9b0c8d266e
Merge pull request #2557 from edx/anton/revert-download-transcript-rc
...
Video: Revert Download transcript button behavior.
2014-02-12 12:41:43 +02:00
polesye
f957b34427
BLD-811: Revert functionality.
2014-02-12 12:05:02 +02:00
Sarina Canelake
ba0fbf0762
i18n points possible display LMS-2201
2014-02-11 18:25:00 -05:00
Jason Bau
f3a969a9fc
fix non-microsite SUBDOMAIN_BRANDING defaults
2014-02-11 12:41:16 -08:00
cahrens
09d90b16af
Clean up of modulestore references (primarly LMS).
...
STUD-1151
2014-02-11 14:29:22 -05:00
polesye
cebc0c47fd
BLD-824: Download Video link missing from video player.
2014-02-11 20:17:22 +02:00
polesye
102d1cb253
Persist student progress in video.
...
Student logins to edx, plays video, selects position, closes
browser, opens video, position is restored.
BLD-385
2014-02-11 13:53:24 +00:00
Oleg Marshev
79ffcb7e94
Refactor stub implementation of LTI Provider. BLD-601.
2014-02-11 12:50:22 +02:00
Ned Batchelder
ce5fd88baa
Merge pull request #2488 from edx/ned/i18n-for-wiki
...
Finish wiki i18n
2014-02-10 17:05:44 -05:00
Don Mitchell
16f0d12a1f
Merge pull request #2356 from edx/dhm/mixed_ms_wrapper
...
MixedModulestore wraps most getters, update_item, delete_item
2014-02-10 16:01:50 -05:00
Ned Batchelder
aff3c47754
i18n fixes for wiki templates.
2014-02-10 15:23:13 -05:00
Ned Batchelder
30aede6fb2
Merge pull request #2541 from edx/ned/remove-unused-imports
...
Remove unused imports.
2014-02-10 15:00:49 -05:00
Dave St.Germain
01ac04ca60
Merge pull request #2496 from edx/dcs/a11y-hide-things
...
For a11y, modal dialogs and script templates should be hidden...
2014-02-10 14:50:30 -05:00
Ned Batchelder
1bd213beba
Remove unused imports.
2014-02-10 14:07:50 -05:00
Calen Pennington
e0f6b1a24a
Merge pull request #2221 from cpennington/xblock-xml-serialization
...
Enable (and test) xml export of pure XBlocks
2014-02-07 16:46:46 -05:00
Jason Bau
50f7c0ebed
Merge pull request #2510 from edx/jbau/fix-timezone-test-breakage
...
fix tests that were breaking on dev envs due to TIME_ZONE='UTC'
2014-02-07 12:28:36 -08:00
Dave St.Germain
44109d16ab
For a11y, modal dialogs and script templates should be hidden from
...
screen readers. Also, the mathjax message should be wrapped to prevent
non-IE browsers from complaining about a feature that is IE-only.
2014-02-07 11:12:41 -05:00
Greg Price
bc0ca63f7e
Avoid requesting unnecessary thread responses
...
The front-end code for rendering a thread always makes an AJAX request
for the resopnses, regardless of how the thread was accessed (directly
by URL or by selecting it from the thread list). Previously, when
a user accessed a thread directly by URL, the LMS would initially
request the thread from the comments service with responses, but that
response data was never actually used. Now, the responses are not
fetched with that initial query.
2014-02-07 10:50:59 -05:00
Jason Bau
fc8efc3017
fix tests that were breaking on dev envs due to TIME_ZONE='UTC'
2014-02-06 23:07:26 -08:00