Calen Pennington
3bb67a8b0e
Merge pull request #1996 from cpennington/conditional-module-acceptance-tests
...
Add acceptance tests of the conditional module
2013-12-20 11:01:07 -08:00
Calen Pennington
a0b8577ac3
Merge pull request #1988 from cpennington/annotation-module-acceptance-tests
...
Add acceptance tests of Annotatable module
2013-12-20 11:00:41 -08:00
Calen Pennington
06fadcdc0c
Make conditional module and poll modules a little easier to understand
2013-12-20 12:32:15 -05:00
Calen Pennington
77942cecef
Don't create more factory subclasses, just absorb the classes directly
2013-12-20 12:32:14 -05:00
Don Mitchell
6c4aae731a
Merge pull request #1980 from edx/dhm/locator_block_id
...
Rename BlockUsageLocator's block_id field from usage_id
2013-12-20 08:52:46 -08:00
jmclaus
5478525a42
Added JSInput template to Studio and a sop attribute to JSInput. Only if it's set to false, as in JSInput's template, will JSChannel be used to bypass it. In all other cases (attribute not present or set to something else), SOP is enforced. Compatibility with jsVGL is therefore maintained. Multiple JSInput are supported in a vertical. Also, save button now functions. [BLD-523, BLD-556, BLD-568]
2013-12-20 17:03:56 +01:00
Don Mitchell
a46e112a04
Improve test coverage
...
and fix found errors.
2013-12-20 10:44:01 -05:00
Ned Batchelder
c0c895cb47
Merge pull request #1886 from edx/ned/add-tests-for-file-uploads
...
Add a test for Django-based file uploads to problems.
2013-12-20 07:06:04 -08:00
Valera Rozuvan
1542a74d2b
Removed logme module. Using console.log() instead.
...
Removing "logme" from comments.
BLD-608
2013-12-20 16:25:44 +02:00
e0d
86e3391b41
fixing merge conflict from release
2013-12-19 16:34:25 -05:00
polesye
042cb5c698
BLD-206: Add template for the zooming image in Studio.
2013-12-19 21:47:32 +02:00
Will Daly
1081786c6f
Merge pull request #1965 from edx/will/fake-server-refactor
...
Stub Server Port Conflicts and Refactor
2013-12-19 06:55:24 -08:00
Will Daly
0fd03cfb02
Moved stub servers to terrain
...
Refactored stub services for style and DRY
Added unit tests for stub implementations
Updated acceptance tests that depend on stubs.
Updated Studio acceptance tests to use YouTube stub server; fixed failing tests in devstack.
2013-12-19 09:12:41 -05:00
polesye
24106a9203
BLD-590: Fix typos in Announcement template.
2013-12-19 14:14:30 +02:00
David Baumgold
36f35ac926
Reformat xml_importer.py to be more readable
2013-12-18 16:17:05 -05:00
Julia Hansbrough
0d91e61e60
Added flag for lms-specific functionality
...
Studio doesn't do email changes, thus has no email reset template; thus, we must disable password/email-reset related tests when running with studio settings
2013-12-18 14:18:12 -05:00
Julia Hansbrough
f351b05031
Fixing email link injection bug
...
Several templates used a variable set by the user (the request host header). This led to a vulnerability where an attacker could inject their domain name into these templates (i.e., activation emails). This patch fixes this vulnerability.
LMS-532
2013-12-18 13:38:36 -05:00
polesye
70518a4659
BLD-506: Update behavior of start/end time fields.
2013-12-18 09:43:11 +02:00
Sarina Canelake
bc625ab571
Merge pull request #1904 from tusbar/player-size
...
Stop forcing video player’s speeds widget width
2013-12-17 13:16:05 -08:00
Calen Pennington
c684a66ac3
Add information to xblocks about when they complete initialization that's visible in javascript
2013-12-17 13:18:22 -05:00
Calen Pennington
1d0ce64b10
Update to the latest version of lettuce
2013-12-17 13:18:22 -05:00
Don Mitchell
b776590226
Rename BlockUsageLocator's block_id field from usage_id
...
usage_id implies self-sufficiency. The block_id is relative to its structure.
2013-12-17 12:15:32 -05:00
Oleg Marshev
cc2e4bfeae
Fix lis_outcome_service_url sending.
2013-12-17 18:53:21 +02:00
Valera Rozuvan
f6867da502
LTI additional Python tests. LTI must use HTTPS for lis_outcome_service_url.
...
BLD-564.
2013-12-17 18:52:01 +02:00
Alexander Kryklia
946c615047
Merge pull request #1859 from edx/oleg/fix_outcome_url_sending
...
Make LTI module not send grade_back_url if has_score=False
2013-12-17 08:14:42 -08:00
Carson Gee
149a188e30
Merge pull request #1547 from carsongee/bugfix/cg/beta_user_none
...
Corrects a bug experienced with external auth enabled
2013-12-17 07:55:59 -08:00
Oleg Marshev
59d18134b2
Fix lis_outcome_service_url sending.
2013-12-17 17:33:02 +02:00
frances botsford
8a23f432c7
Merge pull request #1896 from edx/frances/fix/studio-outline-cleanup
...
FED Cleanup of Studio Outline page
2013-12-17 07:27:14 -08:00
polesye
335a36f17c
Address comments.
2013-12-17 13:22:08 +02:00
polesye
887eea30c9
Add comments.
2013-12-17 13:22:08 +02:00
polesye
6e01ce50c9
Add unit tests.
2013-12-17 13:22:08 +02:00
polesye
4e10c72988
BLD-21: Show answer for imageresponse.
2013-12-17 13:22:08 +02:00
Valera Rozuvan
0079243746
LTI additional Python tests. LTI must use HTTPS for lis_outcome_service_url.
...
BLD-564.
2013-12-17 12:47:49 +02:00
Valera Rozuvan
f03f3ebf96
Adding Jasmine tests for ImageInput.
2013-12-17 12:21:27 +02:00
Valera Rozuvan
06b6535fb1
Using jQuery for all DOM manipulation.
2013-12-17 12:21:27 +02:00
Valera Rozuvan
7ebeccd4bf
Updating ImageInput JS code base.
2013-12-17 12:21:19 +02:00
e0d
d52b959ff1
fixing merge conflicts
2013-12-16 15:02:14 -05:00
Don Mitchell
3cf75198c5
Merge pull request #1954 from edx/dhm/loc_mapper_memoize
...
loc mapper memoize
2013-12-16 10:34:12 -08:00
Don Mitchell
f6de4f2186
Location map uses a separate cache and defaults to general
2013-12-16 12:31:19 -05:00
Don Mitchell
3f420e3d63
loc_mapper memoize all translations
...
STUD-1048
2013-12-16 11:43:28 -05:00
David Baumgold
179a1dd44e
Revert "Merge pull request #1889 from tusbar/studio-https-fonts"
...
This reverts commit 540256b213 , reversing
changes made to bd04ab5a08 .
2013-12-16 09:30:42 -05:00
Carson Gee
cbb6e5e686
Changed default user to be anonymous in both has_access and student.views.index
...
Replaced existing test_none_user_index_access_with_startdate_fails
test with new test now that the tested function has changed and
was causing the original test to fail.
2013-12-15 09:56:37 -05:00
David Baumgold
540256b213
Merge pull request #1889 from tusbar/studio-https-fonts
...
Remove protocol from font URLs in Studio and Tiny MCE
2013-12-13 11:52:07 -08:00
David Baumgold
3d2ad59c51
Merge pull request #1907 from edx/db/whitespace-fixes
...
whitespace-only changes
2013-12-13 11:40:54 -08:00
Don Mitchell
3bd76f98e9
Use mongo indices for all queries
...
STUD-1039
2013-12-13 14:34:34 -05:00
Christina Roberts
258d3227ee
Merge pull request #1938 from edx/christina/common-location
...
Create explicit Locations.
2013-12-13 09:15:21 -08:00
Diana Huang
6952aec870
Merge pull request #1941 from edx/diana/openid-fullname
...
Return the full name of the student as part of the OpenId response.
2013-12-13 07:32:34 -08:00
Diana Huang
68b75086f2
Clean up test conditions.
...
LMS-750
2013-12-13 09:11:00 -05:00
Calen Pennington
41dfa3e552
Cache anonymous user id on the user object, so that queries aren't made many times over during module rendering
2013-12-12 21:45:22 -05:00
Diana Huang
0057f460ec
Return the full name of the student as part of the OpenId response.
...
LMS-750
2013-12-12 17:33:33 -05:00