alisan617
21eb03e116
Merge pull request #13513 from edx/alisan/inline-discussion-TNL-4756
...
New inline discussion home view TNL-4756
2016-10-14 12:09:42 -04:00
alisan617
d5635cf1ba
New inline discussion home view UI
...
TNL-4756
2016-10-14 10:54:50 -04:00
chrisndodge
6d327594ac
add restricted DOT OAUTH2 client with reduced privileges
2016-10-14 07:31:26 -04:00
Andy Armstrong
4d4097e13c
Move dark_lang and lang_pref apps to openedx/core
2016-10-13 11:56:24 -04:00
Adam
644a5798a1
Merge pull request #13715 from edx/adam/export-location-to-neo4j
...
add location to attributes exported to neo4j
2016-10-13 10:34:55 -04:00
Robert Raposa
cd869d29a4
Move performance.views to its own urls.py.
2016-10-12 14:37:18 -04:00
Andy Armstrong
0b24614d6f
Move session_inactivity_timeout to openedx/core
2016-10-12 00:17:54 -04:00
Jillian Vogel
3b7ca029c9
Merge pull request #13713 from open-craft/fix-reverted-itsjeyd/inline-discussion-assets
...
Fix Reverted: Have DiscussionXBlock take care of loading JS and CSS files it depends on
2016-10-12 13:38:48 +10:30
Nimisha Asthagiri
27c99e1cf2
Move header_control from common to openedx/core
2016-10-11 17:56:56 -04:00
Andy Armstrong
fbdc34e7f4
Merge pull request #13699 from edx/andya/move-contentserver
...
Move contentserver to openedx/core
2016-10-11 16:10:28 -04:00
Nimisha Asthagiri
f5ef22adeb
Merge pull request #13695 from edx/common_cleanup/audit_log
...
Move audit_log utility function to openedx/core
2016-10-11 13:33:00 -04:00
Adam Palay
076651d8b8
add location to attributes exported to neo4j
2016-10-11 13:00:19 -04:00
Andy Armstrong
684aec8740
Move contentserver to openedx/core
2016-10-11 12:49:33 -04:00
Tim Krones
3649f8181d
Have DiscussionXBlock take care of loading JS and CSS files it depends on.
...
* Add openedx.core.lib.xblock_builtin.get_css_dependencies and get_js_dependencies,
which respect PIPELINE_ENABLED setting when determining dependencies.
* Move new discussion-related Sass files into discussion subdirectory.
* Use "load_unicode" instead of "render_template" to load JS to add to fragment for DiscussionXBlock.
* Remove unused "course" parameter from context for DiscussionXBlock.student_view.
* Add RTL stylesheet for DiscussionXBlock, and enable the block to load correct stylesheet.
* Load MathJax only once, and include code for configuring MathJax in discussion bundle.
* Make sure username renders correctly in DiscussionXBlock response header.
* Move WYSIWYIG Markdown editor styles to _build-discussion.scss.
* Remove unnecessary import of discussion/utilities/v1-compatibility from _build-discussion.scss.
* Keep courseware-chromeless.html in sync with courseware.html.
* Load CSS for discussions on Teams tab. This makes it possible to remove CSS for discussions from Sass files for "Course" tab.
* Load js/src/tooltip_manager.js, jquery.autocomplete.js and jquery.autocomplete.css on "Course" tab.
2016-10-12 01:22:42 +10:30
Adam Palay
da58ad2a2b
only dump courses to neo4j if they've been updated since the last time they were dumped
...
improvements to the command line interface for caching
2016-10-11 08:20:23 -04:00
Nimisha Asthagiri
cf2c48ab8f
Merge pull request #13688 from edx/common_cleanup/datadog
...
Move datadog from common to openedx/core
2016-10-07 14:13:34 -04:00
Nimisha Asthagiri
5cb129e222
Merge pull request #13690 from edx/common_cleanup/heartbeat
...
Move heartbeat from common to openedx/core
2016-10-07 13:59:25 -04:00
Nimisha Asthagiri
0df9fb355b
Merge pull request #13692 from edx/common_cleanup/monitoring
...
Move monitoring from common to openedx/core
2016-10-07 13:52:00 -04:00
Nimisha Asthagiri
2112e7f8c8
Merge pull request #13659 from edx/common_cleanup/external_auth
...
Moves external_auth from common to openedx/core
2016-10-07 13:39:21 -04:00
Nimisha Asthagiri
84bdd8598b
Merge pull request #13686 from edx/openedx_cleanup/misc
...
Remove few LMS references from openedx/core
2016-10-07 13:33:51 -04:00
Nimisha Asthagiri
2b9e60ad17
Merge pull request #13691 from edx/common_cleanup/performance
...
Move performance from common to openedx/core
2016-10-07 13:25:51 -04:00
Nimisha Asthagiri
6793c8f6ab
Move audit_log utility function to openedx/core
2016-10-07 13:25:08 -04:00
Nimisha Asthagiri
fd49f88e08
Moves external_auth from common to openedx/core.
2016-10-07 12:34:22 -04:00
Nimisha Asthagiri
c703834ebf
Move heartbeat from common to openedx/core
2016-10-07 10:42:47 -04:00
Nimisha Asthagiri
af5f7789d1
Move datadog from common to openedx/core.
2016-10-07 08:57:02 -04:00
Nimisha Asthagiri
c8bca627f0
Move monitoring from common to openedx/core
2016-10-07 08:43:24 -04:00
Nimisha Asthagiri
07801f3b96
Move performance from common to openedx/core
2016-10-07 00:39:39 -04:00
Nimisha Asthagiri
579145f0e1
Move geoinfo from common to openedx/core
2016-10-07 00:26:35 -04:00
Nimisha Asthagiri
7b365bcaa0
Move view_course_access functionality to sole caller lms/mobile_api.
2016-10-06 22:28:23 -04:00
Nimisha Asthagiri
9ae36152e8
Have core module use common's JsonResponse utility instead of LMS's.
2016-10-06 22:18:04 -04:00
Nimisha Asthagiri
15d9883f76
Create core/url_utils.py, moving utilities from lms_xblock/runtime
2016-10-06 21:59:11 -04:00
Andy Armstrong
9f08457c53
Merge pull request #13675 from edx/andy/move-service-status
...
Move service_status from common into openedx
2016-10-06 20:16:07 -04:00
Nimisha Asthagiri
8ebc4106f2
Merge pull request #13673 from edx/common_cleanup/cache_toolbox
...
Move cache_toolbox from common to openedx/core
2016-10-06 18:07:46 -04:00
Nimisha Asthagiri
2c7975f804
Move cache_toolbox from common to openedx/core.
2016-10-06 16:57:00 -04:00
John Eskew
b27f8a29b5
Merge pull request #13671 from edx/jeskew/move_xmodule_django_to_openedx_core
...
Move xmodule_django app to openedx.core.djangoapps
2016-10-06 16:53:25 -04:00
Eric Fischer
aae9f9ccaa
Merge pull request #13676 from edx/release-10-06-conflict
...
Merge release to master
2016-10-06 16:10:20 -04:00
Nimisha Asthagiri
6073ea2e2e
Merge pull request #13658 from edx/common_cleanup/auth_exchange
...
Move auth_exchange from common to openedx/core
2016-10-06 15:16:33 -04:00
John Eskew
3614eb2800
Move xmodule_django app to openedx.core.djangoapps
2016-10-06 14:50:40 -04:00
Eric Fischer
e24915d286
Revert "Merge pull request #13614 from edx/efischer/revert_grades"
...
This reverts commit 9aa35cd8ad .
2016-10-06 14:25:27 -04:00
Andy Armstrong
a75f64b6c0
Move service_status from common into openedx
2016-10-06 13:37:35 -04:00
Nimisha Asthagiri
4c0f85b4d9
Move auth_exchange from common to openedx/core.
...
Move oauth_dispatch from lms to openedx/core.
2016-10-06 12:54:39 -04:00
John Eskew
fab11b90d7
Move monkey_patch to openedx.core.djangoapps.
2016-10-06 10:16:14 -04:00
Jesse Zoldak
dbab855742
Revert "Have DiscussionXBlock take care of loading assets it depends on"
2016-10-05 12:37:12 -04:00
Jillian Vogel
f7fba5525d
Merge pull request #13483 from open-craft/itsjeyd/inline-discussion-assets
...
Have DiscussionXBlock take care of loading assets it depends on
2016-10-04 02:13:31 +10:30
Tim Krones
baa9d06e97
Have DiscussionXBlock take care of loading JS and CSS files it depends on.
...
* Add openedx.core.lib.xblock_builtin.get_css_dependencies and get_js_dependencies,
which respect PIPELINE_ENABLED setting when determining dependencies.
* Move new discussion-related Sass files into discussion subdirectory.
* Use "load_unicode" instead of "render_template" to load JS to add to fragment for DiscussionXBlock.
* Remove unused "course" parameter from context for DiscussionXBlock.student_view.
* Add RTL stylesheet for DiscussionXBlock, and enable the block to load correct stylesheet.
* Load MathJax only once, and include code for configuring MathJax in discussion bundle.
* Make sure username renders correctly in DiscussionXBlock response header.
* Move WYSIWYIG Markdown editor styles to _build-discussion.scss.
* Remove unnecessary import of discussion/utilities/v1-compatibility from _build-discussion.scss.
* Keep courseware-chromeless.html in sync with courseware.html.
* Load CSS for discussions on Teams tab. This makes it possible to remove CSS for discussions from Sass files for "Course" tab.
* Load js/src/tooltip_manager.js, jquery.autocomplete.js and jquery.autocomplete.css on "Course" tab.
2016-10-03 22:11:31 +10:30
Saleem Latif
434584114a
Fix "Access Denied" when downloading report
2016-10-03 15:05:54 +05:00
Adam
9aa35cd8ad
Merge pull request #13614 from edx/efischer/revert_grades
...
Potential Grades revert PR
2016-09-30 14:08:58 -04:00
Renzo Lucioni
51c2444de3
Merge pull request #13601 from edx/renzo/exclude-utm
...
Leverage the catalog's exclude_utm parameter
2016-09-30 08:56:31 -04:00
Renzo Lucioni
eb50f4d38b
Leverage the catalog's exclude_utm parameter
...
We don't need stripping code on this end anymore. This closes out ECOM-5782.
2016-09-29 18:17:58 -04:00
Asad Iqbal
202d0cadeb
Merge pull request #13577 from edx/asadiqbal08/WL-612
...
WL-612 Report buttons are not displayed for White Label courses
2016-09-29 19:59:41 +05:00