stv
8838d07fc9
Override COURSE_*_VISIBILITY_PERMISSION from ENV_TOKENS
2015-03-19 21:14:54 -07:00
Dino Cikatic
ee90c5fe36
SOL-217 Remove Google Analytics calls
2015-03-19 21:52:24 +00:00
Dino Cikatic
2117d168a4
SOL-217 Adding basic analytics events logging for courseware search and index
2015-03-19 21:52:23 +00:00
Mark Sadecki
989a8a0679
new css to go with DOM changes
2015-03-19 17:32:10 -04:00
Adam Palay
35e4e9d81f
resolve more merge conflicts
2015-03-19 17:22:29 -04:00
Adam Palay
b5c4b6388c
Merge remote-tracking branch 'origin/release' into adam/merge-release-to-master
...
Conflicts:
common/djangoapps/cors_csrf/helpers.py
common/djangoapps/enrollment/views.py
lms/djangoapps/commerce/constants.py
lms/djangoapps/commerce/tests.py
lms/djangoapps/commerce/views.py
2015-03-19 16:30:46 -04:00
Mark Sadecki
8a8e1d06e4
this actually drops the element selector from the CSS
2015-03-19 15:32:55 -04:00
Mark Sadecki
1cf7ccc334
dropped element selector in CSS and test file
2015-03-19 15:31:30 -04:00
Martyn James
7c942dddb5
Merge pull request #7219 from edx/mjames/SOL-289
...
Addresses problem with 'up' and 'down' errors within SOL-289
2015-03-19 09:51:36 -04:00
alawibaba
9b79797b28
Created performance logging endpoint, changed CDN experiment to point to it.
2015-03-19 07:53:01 -04:00
zubair-arbi
ae2480e038
update instructor grade task state and increase logging
2015-03-19 07:52:22 -04:00
Clinton Blackburn
2e2fb47d59
Bypassing E-Commerce API if user is enrolled in course
...
If a user is already enrolled in a course, the API is bypassed and a 409 status is returned.
2015-03-18 23:21:18 -04:00
Ned Batchelder
a64d926845
Merge pull request #7399 from edx/ned/plat-462
...
Make sure slashes in JSON content don't end script tags. PLAT-462
2015-03-18 22:47:50 -04:00
Ned Batchelder
6928035cd1
Make sure slashes in JSON content don't end script tags. PLAT-462
...
The string "</script>" in JSON data would end the script element we're
embedding the data in. To make sure the data doesn't disrupt the
script, we escape the slash as \/ .
2015-03-18 21:55:36 -04:00
Brian Wilson
243e2660b0
Merge release to master for 20150317 release.
2015-03-18 18:48:56 -04:00
Ned Batchelder
6ac1b82bb2
Merge pull request #7356 from edx/ned/fix-or-remove-teardown
...
Fix or remove tearDown methods that don't use super.
2015-03-18 17:36:17 -04:00
Nimisha Asthagiri
d0624b272f
Merge pull request #7298 from edx/mobile/ab-test-support
...
MA-7: A/B test and cohorted content support
2015-03-18 16:33:01 -04:00
Mark Sadecki
57d7973cb7
adds additional context for screen reader users and correct heading order to be more logical
2015-03-18 15:39:45 -04:00
Chris
551c382238
Merge pull request #7328 from edx/clrux/ux-1642-logistration-updates
...
UX-1642 Making visual tweaks and enhancements to the logistration form
2015-03-18 15:35:02 -04:00
David Ormsbee
ff77505f42
Add caching to partitions_service.
2015-03-18 14:55:16 -04:00
Nimisha Asthagiri
d7386ecc87
Use depth=0 for call to cache_for_descriptor_descendents.
2015-03-18 14:55:15 -04:00
Nimisha Asthagiri
eca523e01e
Mobile API MA-7: Support A/B test and cohorted content
2015-03-18 14:55:15 -04:00
Nimisha Asthagiri
091d6aebe9
Mobile API: Modularize VideoOutline code
2015-03-18 14:55:15 -04:00
Will Daly
f0b4492065
Merge pull request #7381 from edx/will/ecom-601
...
Copy changes to the activation email
2015-03-18 14:30:32 -04:00
Will Daly
c37dc913a0
Copy changes to the activation email
2015-03-18 13:45:15 -04:00
Brian Talbot
6e3d5568bd
Merge pull request #7345 from edx/talbs/certs-webview-uicleanup
...
Certificates: Revising Web Templates + UI for Open edX Use
2015-03-18 13:16:24 -04:00
Clinton Blackburn
ae5cbf8b70
Merge pull request #7347 from edx/clintonb/commerce-events
...
Validating event emission by the commerce app
2015-03-18 12:47:26 -04:00
Matt Drayer
10e9fed687
Pass required values via context to invalid template
2015-03-18 12:24:06 -04:00
Chris Rodriguez
5ae7cc7ee1
UX-1642 Making visual tweaks and enhancements to the logistration form
2015-03-18 12:14:31 -04:00
Clinton Blackburn
3d520f4fa8
Merge pull request #7409 from edx/clintonb/filter-empty-string
...
Fixed CourseMode Filtering Bug
2015-03-18 12:00:49 -04:00
Clinton Blackburn
783fb23fe2
Fixed CourseMode Filtering Bug
...
Commerce code has now been updated to exclude CourseMode objects with SKU set to empty string (in addition to null).
2015-03-18 11:14:36 -04:00
Ned Batchelder
649e45b40a
Merge pull request #7388 from edx/ned/remove-more-test-data-mock-modulestore
...
Remove useless override_settings of MODULESTORE
2015-03-18 11:08:25 -04:00
Jonathan Piacenti
568acb56b0
Library setting for show/hide children previews + client-side code to toggle it.
2015-03-18 08:59:58 -05:00
Awais Qureshi
263dbdafb3
Merge pull request #7363 from edx/awais786/ECOM-1162-ga-event
...
Awais786/ecom 1162 ga event
2015-03-18 17:47:20 +05:00
Ned Batchelder
425b766965
Remove TEST_DATA_MOCK_MODULESTORE
2015-03-17 17:21:52 -04:00
Will Daly
2bc82367ce
Add missing import of override_settings to fix a broken test in courseware
2015-03-17 16:43:29 -04:00
Brian Talbot
76bc375f62
certificates: removing verification view + edx-centric supplemental assets
2015-03-17 16:40:52 -04:00
Brian Talbot
a0caf13da9
certificates: prepping sass + vendor code to compile LTR/RTL options
2015-03-17 16:40:52 -04:00
Brian Talbot
12d1992e66
certificates: revising breakpoint names/definitions to match current FED standards
2015-03-17 16:40:51 -04:00
Brian Talbot
8f9b3dad98
certificates: referencing platform-centric copies of imported typefaces
2015-03-17 16:40:51 -04:00
Brian Talbot
1ef0751f7a
certificates: re-organizing comments/folder structure to match current FED standards
2015-03-17 16:40:50 -04:00
Brian Talbot
3590985f47
certificates: manually configuring responsive grid details
2015-03-17 16:40:50 -04:00
Brian Talbot
e11c853672
certificates: updating app copies of Bourbon and Neat Sass utilities
2015-03-17 16:40:49 -04:00
Brian Talbot
31a5fb31fc
certificates: removing edX-centric Sass variables from config
2015-03-17 16:40:49 -04:00
Brian Talbot
85f1d09d6b
certificates: removing edX-centric supplemental content from views
2015-03-17 16:40:49 -04:00
Brian Talbot
597af988ae
certificates: abstracting out all certificate sass vs. individual views
2015-03-17 16:40:49 -04:00
Brian Talbot
71c9a2d490
certificates: moving Sass/UI naming conventions to documented standards
2015-03-17 16:40:48 -04:00
Brian Talbot
d7a5d24c1a
certificates: moving HTML to documented standards
2015-03-17 16:40:48 -04:00
Brian Talbot
f8b835f232
certificates: pruning default asset references
2015-03-17 16:40:48 -04:00
Brian Talbot
5c0d771817
certificates: removing edX-specific content/UI
2015-03-17 16:40:47 -04:00