Nicholas D'Alfonso
be3b150621
AA-12 reset self paced due dates
...
- for self paced courses, if a sequential's due date has passed
and it is incomplete, allow the user to reset the start_date
for the related schedule to now, thus shifting all due dates
for all sequentials within the course by the pre determined
due date offset.
- add historical table to the Schedule model.
2020-03-04 15:13:46 -05:00
noraiz-anwar
a596579e62
patch jquery's extend
2019-09-24 10:53:10 +05:00
Ayub khan
da9c71557b
-Remove unicode and use six.text_type
2019-09-02 16:14:02 +05:00
David Ormsbee
7dcad7af55
Merge pull request #16496 from open-craft/josh/announcements-feature
...
Dashboard announcements feature
2019-03-18 16:04:38 -04:00
Josh McLaughlin
4d4b040517
Add dashboard announcements feature
...
- Add announcements view using JSX to the dashboard sidebar
- Create a new maintenance interface to edit and manage announcements
- Adds an override to main.html template to include new skip links
- Add plugins required for announcements to TinyMCE
This is motivated by a desire to have system wide messages for students
that show on the dashboard. Enabled with FEATURES['ENABLE_ANNOUNCEMENTS'].
Global staff are allowed to edit from the studio maintenance view.
2019-03-10 19:25:13 -07:00
Cali Stenson
7e6147f714
Add price information to enrollments and create dashboard_metadata
...
for experiments.
REVEM-174
2019-03-05 16:55:04 -05:00
Squirrel18
7533fe92e1
Add dir attribute for xblock RTL support.
2018-09-17 11:07:40 -05:00
Calen Pennington
07a15c681f
Reapply the XBlock RequireJS -> Webpack changes
...
This reverts commit 105db2cf59 , reversing
changes made to 447457594f .
2018-06-27 22:27:07 -04:00
Feanil Patel
cd47b28339
Get rid of all code related to the CDN Experiments.
...
These were very early experiments by the old performance team
on using CDNs for videos and logging performance data. No one
is looking at this data and it's just extra cruft on every page.
2018-06-25 18:03:33 -04:00
Eric Fischer
e72549cdbe
Revert "Merge pull request #18340 from cpennington/fix-studio-xblock-rendering"
...
This reverts commit 9a70ca78a5 , reversing
changes made to efd5b9abbd .
Hopefully fixes EDUCATOR-3053
2018-06-15 13:18:27 -04:00
Calen Pennington
be3c7e05c5
Reapply "Switch container factory to webpack"
...
This reverts commit 18d93b00ba .
2018-06-07 15:52:05 -04:00
Calen Pennington
18d93b00ba
Revert "Switch container factory to webpack"
2018-06-07 13:46:47 -04:00
Calen Pennington
0abe75a7c6
Re-apply the changes to convert XBlocks to Webpack
...
Reapplies edx/edx-platform#17509
This reverts commit 0f7e2373d0 .
2018-06-06 12:52:12 -04:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Calen Pennington
0f7e2373d0
Revert "Switch container factory to webpack"
2018-05-29 16:01:38 -04:00
Calen Pennington
d4bb203308
Log javascript errors during bok_choy tests
2018-05-29 12:21:47 -04:00
Calen Pennington
d08e199f79
Load XBlocks with webpack rather than RequireJS
2018-05-29 12:19:05 -04:00
afzaledx
cc6c95b388
OC-3995
...
Moved the ID string used in the google-site-verification meta tag to settings so that it can be overridden from site_configuration.
2018-05-03 20:34:39 +05:00
Ned Batchelder
55d823da15
Report the RELEASE_LINE in a meta tag
2018-04-19 17:36:42 -04:00
Albert St. Aubin
7f6b2d6ac5
Updates the Branch IO Mobile App banner to not show in the web app
2018-01-30 13:35:12 -05:00
Ned Batchelder
630766b163
Merge pull request #16571 from open-craft/cornwell/ie11-cohorts
...
Fixes Discussion Posts Not Showing in IE11 Browsers
2018-01-29 16:48:37 -05:00
Harry Rein
54734841a2
Remove dependency on Popper.js
2017-12-13 12:45:08 -05:00
Waheed Ahmed
3ed08e3b35
Implement journeys app banner.
...
Banners will enable the deep linking functionality for
mobile apps.
LEARNER-2731
2017-12-08 18:33:47 +05:00
Michael Cornwell
b65546abb2
Added IE11 fix for discussion cohorts bug.
2017-11-20 06:40:14 -06:00
Robert Raposa
fcfb40cf52
Remove pragmas to disable mako-missing-default
2017-10-31 14:42:55 -04:00
Harry Rein
58f93cc7cc
Styling fixes for the dashboard and course header.
2017-10-29 15:04:29 -04:00
Matt Tuchfarber
a93832aabe
Add hero to main.html and use for program page
...
Adding hero to main.html allows for full width marketing images to be
used. This commit includes the addition of the hero block into
main.html along with the program marketing page's use of that new
hero block.
2017-10-27 12:26:21 -04:00
Harry Rein
3d79e3e05d
Adding unified, responsive header.
2017-10-20 16:24:31 -04:00
Andy Armstrong
fc3af68e3b
Add RTL support for Bootstrap CSS
...
LEARNER-1705
2017-10-13 00:15:01 -04:00
Andy Armstrong
6e10d2a556
Update to use Bootstrap beta release
...
FEDX-375
2017-09-06 22:49:05 -04:00
Calen Pennington
384f22ff96
Add per-user metadata to course pages to make experimentation easier
2017-08-01 10:14:35 -04:00
Ari Rizzitano
3d4b2a7382
include webpack commons bundle on all pages; stub webpack_loader in python unittests
...
include webpack commons bundle on all pages
quotes
homegrown webpack_loader mock
toggle installed webpack_loader in test env file instead
fix test checking context
2017-07-26 11:28:30 -04:00
Andy Armstrong
a077a5e364
Add support for page banner status messages
...
LEARNER-1890
2017-07-17 12:17:32 -04:00
Andy Armstrong
a815003b3b
Handle anonymous and unenrolled users on the new course home page
...
LEARNER-1696
2017-07-10 17:52:28 -04:00
Andy Armstrong
71baa6af0e
Fix styling on non-Bootstrap pages
...
LEARNER-1798
2017-07-07 12:12:35 -04:00
Harry Rein
7ea3b013ad
Style LMS header, footer and nav for Bootstrap.
2017-07-04 17:24:12 -04:00
Andy Armstrong
3cd985da20
Implement a skeleton page with Bootstrap
...
LEARNER-1174
2017-07-04 15:55:06 -04:00
Nimisha Asthagiri
3bbeb75c58
Planning Prompts experiment: check content availability date
2017-06-13 17:32:56 -04:00
Nimisha Asthagiri
fdafd53a66
Upsell Courses in Courseware, CourseOutline, Discussions, Progress
2017-06-08 14:29:42 -04:00
Andy Armstrong
ec241774ba
Add the staff preview bar to the new course home page
...
LEARNER-75
2017-03-28 21:19:36 -04:00
Andy Armstrong
248558f1d4
Render Discussion tab using web fragments
2017-02-28 23:39:39 -05:00
Saleem Latif
6277bd27e6
Remove all usages of USE_CUSTOM_THEME and THEME_NAME from python files
2016-07-27 14:53:02 +05:00
Nimisha Asthagiri
4a56fa5fb1
Adding infrastructure to support context-sensitive help links in the LMS.
2016-05-27 11:35:05 -04:00
Andy Armstrong
fe88402982
Merge branch 'master' into alasdair/fedx-118-pattern-library-styles-with-current-partials
2016-04-25 16:51:25 -04:00
Andy Armstrong
c42b36ccd1
Fixes
2016-04-25 13:35:57 -04:00
AlasdairSwan
a9971ef2ba
FEDX-118 Adding header to test page
2016-04-25 10:56:28 -04:00
Chris Rodriguez
2a23757fbc
Sending skip links to single main, making more relevant
2016-04-25 10:00:45 -04:00
Andy Armstrong
9290c52b33
Introduce Pattern Library test pages (take two)
...
FEDX-93
These are developer only pages, so can not be seen in production
environment. On devstack, you can access these pages in LMS and
Studio at:
/template/ux/reference/pattern-library-test.html
This is the second attempt to enable the Pattern Library. The
first attempt broke Django Templates and didn't work correctly
with right-to-left styling.
2016-04-11 00:45:31 -04:00
Brian Jacobel
4671970f86
Revert "Introduce Pattern Library test pages"
...
This reverts commit 845e3708f3 .
2016-04-08 14:25:41 -04:00
Andy Armstrong
845e3708f3
Introduce Pattern Library test pages
...
FEDX-93
These are developer only pages, so can not be seen in production
environment. On devstack, you can access these pages in LMS and
Studio at:
/template/ux/reference/pattern-library-test.html
2016-04-05 09:22:14 -04:00