Douglas Hall
9cf6880534
Merge pull request #13777 from edx/douglashall/fix_session_cookie_domain_middleware
...
Refactored middleware that supports SESSION_COOKIE_DOMAIN overrides.
2016-10-18 11:20:43 -04:00
alisan617
7b9c566f3d
convert coffeeScript files in instructor dashboard to JS
2016-10-18 10:57:25 -04:00
Douglas Hall
ac390e13f6
Refactored middleware that supports SESSION_COOKIE_DOMAIN overrides.
2016-10-18 09:07:03 -04:00
Amir Qayyum Khan
f09445ed18
Added more tests
2016-10-18 16:20:57 +05:00
Amir Qayyum Khan
164d324449
Refactor tests
2016-10-18 16:20:57 +05:00
Amir Qayyum Khan
25d8085b79
Fixed authentication classes to support Django OAUTH Toolkit
2016-10-18 16:20:57 +05:00
Christina Roberts
046ee7bd96
Merge pull request #12923 from CredoReference/static-page-for-instructors-only
...
Ability to hide Pages from students
2016-10-17 17:10:33 -04:00
Robert Raposa
13495d88ab
Use MathJax -full config.
2016-10-17 16:50:31 -04:00
Eric Fischer
5df9f20160
Allow Celery queue settings to be defined by ENV_TOKENS
...
General good-practice cleanup requested by @jibsheet. Also includes some
pylint fixes myh editor flagged during this cleanup.
2016-10-17 11:45:07 -04:00
Eric Fischer
76b3a65259
Use redefined LOW_PRIORITY queue
...
aws.py redefines the default queues in order to expose cross-environment
work. The new recalculate grades routing key shgould use that value
rather than the default defined in common.py.
2016-10-17 11:32:06 -04:00
Gregory Martin
2f868e5e24
Merge pull request #13733 from edx/yro_localized-datetime
...
Set up DateUtil factory, modify requests to handle moment-timezones, moment-with-locales.
2016-10-17 10:10:58 -04:00
tasawernawaz
ab8e5b82b6
Forgot Password - Verbiage Update
...
ECOM-5684
2016-10-17 11:56:35 +05:00
Dmitry Viskov
bb09fdb7be
Ability to hide Pages from students
2016-10-14 22:43:26 +03:00
Greg Martin
4ddda443b8
Implement localized datetimes in browser
...
moment-timezone require config
jasmine test fix, duplicate req. cleanup
2016-10-14 15:25:38 -04:00
Eric Fischer
c4c2875232
Route grading updates to low priority queue
2016-10-14 14:24:08 -04:00
Andy Armstrong
03c3ee53e5
Move cors_crsf to openedx/core
2016-10-14 13:59:01 -04:00
sanfordstudent
8c22d5229b
Merge pull request #13761 from edx/sstudent/one_milestones_app
...
removing extra instance of MILESTONES_APP
2016-10-14 13:40:49 -04:00
sanfordstudent
455e0749e2
Merge pull request #13720 from edx/sstudent/TNL-5697
...
Updating logging for TNL-5697
2016-10-14 13:12:27 -04:00
Sanford Student
e8c508596b
removing extra instance of MILESTONES_APP
2016-10-14 12:38:03 -04:00
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
Ned Batchelder
eaa0989c6a
Update translations (autogenerated message)
2016-10-14 10:14:17 -04:00
Sanford Student
b706fb461a
updating grades logging
...
for TNL-5697
2016-10-14 09:26:52 -04:00
chrisndodge
6d327594ac
add restricted DOT OAUTH2 client with reduced privileges
2016-10-14 07:31:26 -04:00
Eric Fischer
0928cfde80
Merge pull request #13734 from edx/efischer/async_grade
...
Update persistent grades asynchronously
2016-10-13 15:02:44 -04:00
Eric Fischer
70e029b1f5
Update persistent grades asynchronously
...
For better user-facing performance, the SCORE_CHANGED signal is now handled by
enqueueing an async task to update the relevant stored grade, rather than
making the request wait until that operation finishes.
TNL-5738
2016-10-13 14:06:06 -04:00
Jesse Zoldak
8004545cf5
Revert "Cdodge/restricted oauth2 applications"
2016-10-13 13:18:29 -04:00
Clinton Blackburn
8a97a5b8f4
Merge pull request #13627 from Microsoft/cdodge/restricted-oauth2-applications
...
Cdodge/restricted oauth2 applications
2016-10-13 12:48:50 -04:00
Andy Armstrong
4d4097e13c
Move dark_lang and lang_pref apps to openedx/core
2016-10-13 11:56:24 -04:00
Robert Raposa
e7028c6eab
Move static_template_view.views to its own urls.py.
2016-10-12 14:37:18 -04:00
Robert Raposa
cd869d29a4
Move performance.views to its own urls.py.
2016-10-12 14:37:18 -04:00
Robert Raposa
8a9cf7e10e
Move track.views to new urls.py
2016-10-12 14:37:18 -04:00
sanfordstudent
a9c548c3fa
Merge pull request #13728 from edx/sstudent/hack-instructor-task
...
Sstudent/hack instructor task
2016-10-12 13:16:17 -04:00
Nimisha Asthagiri
e0b3866123
Merge pull request #13640 from edx/beryl/grading_policy_api
...
Grading Policy endpoint in Grades API
2016-10-12 13:14:06 -04:00
Nimisha Asthagiri
dea4147232
Grading Policy endpoint in Grades API
...
This copies the grading policy endpoint currently in the
course_structures django app to its new location, in preparation
to remove the old app.
TNL-5701
2016-10-12 11:43:12 -04:00
Sanford Student
54d34e834d
update all references to instructor module
2016-10-12 11:35:02 -04:00
Kyle Boots
2c9cdb731b
Fix Malformed Staticbook url
2016-10-12 10:11:49 -04:00
Sanford Student
79eaa4e2e9
update all references to instructor module
2016-10-12 10:04:32 -04:00
chrisndodge
1732663486
add restricted DOT OAUTH2 client with reduced privileges
2016-10-12 09:40:49 -04:00
Robert Raposa
3f7503336e
Merge pull request #13672 from edx/robrap/urls
...
Move student.views to student/urls.py
2016-10-12 08:47:53 -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
Andy Armstrong
684aec8740
Move contentserver to openedx/core
2016-10-11 12:49:33 -04:00
Robert Raposa
fea03e466c
Move student.views to student/urls.py
2016-10-11 11:41:16 -04:00
Adam
05440f7502
Merge pull request #13609 from edx/dump-to-neo4j-updates-plus-signals
...
Dump to neo4j updates plus signals
2016-10-11 11:34:53 -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
Simon Chen
b4dd18b16a
Merge pull request #13578 from edx/tasawer/ecom-2979/learner-reverification-flow-update
...
Fixing issues with photo verification flow
2016-10-11 09:16:15 -04:00