Eric Fischer
3fc342e6e8
Webpack config prod/dev split
...
EDUCATOR-1448
Modifies paver webpack task to use production configuration in all
non-devstack environments, and a development config in devstack.
2017-10-26 14:03:53 -04:00
Dillon-Dumesnil
e712a2f1f1
Merge pull request #16356 from edx/ddumesnil/flaky-test
...
Removing flaky test
2017-10-26 13:55:25 -04:00
Harry Rein
7091ed0f70
Merge pull request #16337 from edx/HarryRein/home-page-styling-fixes
...
Course home page styling with bootstrap.
2017-10-26 13:39:44 -04:00
Tyler Hallada
52897d5808
Merge pull request #16346 from edx/thallada/ret-org-opt-out
...
Org-level schedule upgrade deadline opt-out
2017-10-26 13:31:21 -04:00
Dillon Dumesnil
f54edeff2e
Removing flaky test
2017-10-26 11:31:42 -04:00
Gabe Mulley
05dd63e85a
fix tests, I hope?
2017-10-26 10:32:33 -04:00
ayub-khan
8ede3a53b3
Added REFRESH_TOKEN_EXPIRE_SECONDS=20160
...
When edx_clear_expired_tokens command will run it will clear
all refresh,access tokens and grants expired before 2 weeks.
2017-10-26 18:43:59 +05:00
Harry Rein
d4e93fc655
Course home page styling with bootstrap.
...
Updates the new bootstrap course home page to match the old course home page.
2017-10-26 09:25:58 -04:00
Tyler Hallada
806114a3ef
Check org before course deadline config w/ tests
2017-10-25 17:54:47 -04:00
Andy Armstrong
8dc47f5797
Merge pull request #16336 from edx/andya/fix-browser-tab-i18n
...
Fix i18n for the page title in course tabs
2017-10-25 17:40:51 -04:00
Diana Huang
df89a1d238
Merge pull request #16314 from edx/diana/programs-dashboard-grades
...
ECOM-7387 - Add grade display to the programs dashboard
2017-10-25 16:31:45 -04:00
Tyler Hallada
4c8b257bbb
Add OrgDynamicUpgradeDeadlineConfiguration model
2017-10-25 15:56:28 -04:00
Diana Huang
b0877270bf
Add course grades to programs dashboard.
2017-10-25 15:44:47 -04:00
John Eskew
fa6d94d144
Remove NoseTestSuiteRunner - now using pytest.
2017-10-25 11:49:12 -04:00
Andy Armstrong
9cb906cb51
Fix i18n for the page title in course tabs
2017-10-25 11:22:30 -04:00
Cliff Dyer
ab13544cf2
Merge pull request #16112 from open-craft/cliff/handle-completion-events
...
Handle completion events
2017-10-25 10:13:18 -04:00
Harry Rein
618cf6aec5
Merge pull request #16333 from edx/HarryRein/responsive-updates-bookmarks-page
...
Update bookmarks and updates pages to be responsive.
2017-10-25 10:01:03 -04:00
Waheed Ahmed
8c0e87ab65
Fix unicode error on financial assistance page.
...
If country name has special character str() raises unicode error.
LEARNER-2951
2017-10-25 17:27:46 +05:00
Hasnain Naveed
b9cd1043df
Merge pull request #16320 from edx/hasnain-naveed/WL-1060
...
WL-1060 | Made the dashboard social sharing site aware.
2017-10-25 16:01:41 +05:00
Albert (AJ) St. Aubin
93c3ff2a98
Merge pull request #16273 from edx/aj/LEARNER-1733
...
Implement Entitlement Model for Course Centric Architecture
2017-10-25 07:00:32 -04:00
J. Cliff Dyer
94d05bceb5
Add handler to receive completion events
...
* Submit a completion when receiving a completion event from an XBlock.
* Handle legacy progress events.
* Convert handler to use a dispatch dict instead of an if-else chain.
* Extract masquerade checking from individual handlers.
* Gate submit_completion on waffle switch
* 404 on handler views when trying to submit completion without waffle
switch enabled.
OC-3087
Disallow calling submit_completion when waffle flag is disabled.
Add tests that trying to publish completion errors.
2017-10-25 06:54:59 -04:00
tasawernawaz
d839d17714
update css and html/ add basics for react
...
LEARNER-2804
2017-10-25 11:12:26 +05:00
Albert St. Aubin
a9011fde58
Implement Entitlement Model for Course Centric Architecture
...
[LEARNER-1733]
2017-10-24 19:12:55 -04:00
Gabe Mulley
e6abdf7e63
Merge pull request #16328 from edx/mulby/fix-course-sock
...
Merge PR 16260 back into master with a fix for the course sock
2017-10-24 15:08:05 -04:00
Harry Rein
73455ac378
Updating bookmarks and updates pages to be responsive.
2017-10-24 14:17:35 -04:00
Gabe Mulley
7efa805fbc
fix tests
2017-10-24 13:51:22 -04:00
Harry Rein
ed2e6dc889
Merge pull request #16306 from edx/HarryRein/responsive-dashboard
...
Harry rein/responsive dashboard
2017-10-24 12:33:12 -04:00
Uman Shahzad
0084b3b4ae
Merge pull request #16303 from open-craft/uman/ent-tagline-logistration
...
[ENT-671] Show the Enterprise tagline on the logistration page.
2017-10-24 21:01:45 +05:00
Alex Dusenbery
5cf016cf5b
EDUCATOR-1570 | Wire up a stub signal receiver to handle comment_created signals.
2017-10-24 11:32:07 -04:00
Gabe Mulley
44e5afba1e
Revert "Revert "Merge pull request #16260 from edx/mulby/dynamic-deadline-upgrade-messaging""
...
This reverts commit b541dfa3fd .
2017-10-24 11:18:06 -04:00
Uman Shahzad
0a726a4679
Show the Enterprise tagline on the logistration page.
2017-10-24 20:12:27 +05:00
Harry Rein
889e9880f5
Responsive dashboard and learner profile.
2017-10-24 11:08:35 -04:00
Hasnain
2277aaca3f
WL-1060 | Made the dashboard social sharing site aware.
2017-10-24 16:35:44 +05:00
Clinton Blackburn
b574641f17
Minor update to if-else to avoid unnecessary query
...
If an anonymous learner visits the course tab view, we now perform one
less query to check enrollment status. This query has been moved inside
an else statement, and is only called if the learer is logged in.
2017-10-23 17:47:35 -04:00
Ned Batchelder
5940342f71
Merge pull request #16180 from caesar2164/shopping-cart-style-fixes
...
Fix Shopping-cart CSS and JS
2017-10-23 13:51:43 -04:00
Sanford Student
fd8a9fdb02
EDUCATOR-1511: credit users added to verified user partition irrespective of upgrade deadline
2017-10-23 13:14:47 -04:00
Jillian Vogel
1b63bd9cd7
Merge pull request #16155 from open-craft/jill/enable_enterprise_integration
...
Lets ENABLE_ENTERPRISE_INTEGRATION be configurable
2017-10-23 20:09:43 +10:30
Harry Rein
160dba9505
Merge pull request #16210 from edx/HarryRein/responsive-header
...
Adding a responsive, unified header to the LMS.
2017-10-20 17:12:00 -04:00
Harry Rein
3d79e3e05d
Adding unified, responsive header.
2017-10-20 16:24:31 -04:00
edx-pipeline-bot
d8620c952a
Merge pull request #16296 from edx/release-mergeback-to-master
...
Merge release back to master
2017-10-20 14:52:24 -04:00
sanfordstudent
22f9530dec
Merge pull request #16295 from edx/sstudent/EDUCATOR-1573
...
EDUCATOR-1573, add waffle switch
2017-10-20 13:58:01 -04:00
John Eskew
ce37e6d77e
Merge pull request #16286 from edx/jeskew/move_third_party_auth_startup_code
...
Move third_party_auth settings code to ready method.
2017-10-20 11:45:37 -04:00
Jeremy Bowman
fcc619e419
Merge pull request #16288 from edx/jmbowman/PLAT-1542
...
PLAT-1542 No callable queryset method arguments
2017-10-20 11:41:05 -04:00
Sanford Student
1d6ca854f5
EDUCATOR-1573, add waffle switch
2017-10-20 11:39:03 -04:00
Eric Fischer
b541dfa3fd
Revert "Merge pull request #16260 from edx/mulby/dynamic-deadline-upgrade-messaging"
...
This reverts commit a13595352f , reversing
changes made to 68d5fe8922 .
2017-10-20 10:45:40 -04:00
John Eskew
54441488dc
Add comments to docstring forbidding additional code.
2017-10-20 07:59:32 -04:00
Waheed Ahmed
c56f72878e
Fix edX logo links to home page instead of dashboard.
...
When you are on the Dashboard, or on any page in courseware, the logo
in the Header links to dashboard and the logo in the footer links
to edX home page.
LEARNER-2881
2017-10-20 14:49:06 +05:00
Jeremy Bowman
d4ce82a4f9
PLAT-1542 No callable queryset method arguments
2017-10-19 18:06:26 -04:00
Nimisha Asthagiri
41862cf163
Merge pull request #16035 from proversity-org/proverity/NVN-enrollment-search-instructor-dashboard-fix
...
FIX: course enrollment search, FIX: hidden tabs on instructor dashboard
2017-10-19 17:50:06 -04:00
Andy Armstrong
e2612bdccf
Merge pull request #16249 from edx/andya/responsive-discussions
...
Make the discussion board responsive
2017-10-19 17:09:47 -04:00