edX Transifex Bot
5cb0473495
geoip2: update maxmind geolite country database
2019-05-08 17:18:32 -04:00
Diana Huang
c6a89b03b9
Remove Diff Paid experimental features.
2019-05-03 15:09:20 -04:00
edX Transifex Bot
24722433f7
geoip2: update maxmind geolite country database
2019-05-01 17:23:31 -04:00
DawoudSheraz
0a690c31a3
remove mathjax autocollapse feature
2019-04-23 12:33:54 +05:00
adeelehsan
e99c3852b3
geoip2: update maxmind geolite country database
2019-04-19 16:25:48 +05:00
Waheed Ahmed
159685b2b2
Fix Facebook and Google social auth buttons.
...
Facebook emailed that edX doesn't comply with Platform Policy 8.3, also fixed
Google button according to their policy.
PROD-174
2019-04-11 17:25:06 +05:00
adeelehsan
ccd9b14974
Revert "geoip2: update maxmind geolite country database"
...
This reverts commit 8e2b68e3f8 .
2019-03-20 15:12:43 +05:00
adeelehsan
8e2b68e3f8
geoip2: update maxmind geolite country database
2019-03-20 14:26:47 +05: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
adeelehsan
3e2764d9c0
update pygeopip to geoip2
...
Update deprecated pygeoip
to geoip2 and all usages
of it
Learner-6238
2019-02-21 00:42:05 +05:00
DawoudSheraz
bd262e000b
Update Mathjax version to include a11y
2019-01-17 13:20:07 +05:00
DawoudSheraz
9176e01db5
fix inconsistent line breaks while creating course updates
2019-01-10 10:18:32 +05:00
Matt Hughes
0a33fb6bb6
Fixed karma setup bug with new webpack config
2018-12-21 10:54:51 -05:00
Feanil Patel
f81ce41b20
Revert "EDUCATOR-3764 Mathjax accessibility files"
2018-12-19 11:57:52 -05:00
DawoudSheraz
e954eb01a0
EDUCATOR-3764 Mathjax accessibility inclusion inside edx-platform
2018-12-18 14:16:47 +05:00
Gavin Sidebottom
3dad2be55d
Refactored XBlockAside rendering and added support for student view
2018-12-11 12:27:03 +05:00
DawoudSheraz
47a7fcda4e
EDUCATOR-3604 programmatic association for Discussion Forum title label
2018-12-04 10:10:55 +05:00
Alex Dusenbery
174d80ed25
Revert "Add extesion engine gradebook ui in under the mastersGradebook route"
...
This reverts commit 0c8d66bb2a .
2018-11-20 14:54:34 -05:00
noraiz-anwar
ce41896deb
add babel-polyfill in commons
2018-11-12 18:13:51 +05:00
Simon Chen
34fd4a65f0
Remove auto grade column from override modal
2018-11-01 15:37:06 -04:00
Simon Chen
4edbbbb66f
Update the gradebook functionality to allow grades update.
...
The override modal is now able to update grades for all users for each gradable unit in the course
2018-10-29 15:00:35 -04:00
Simon Chen
eb083a8475
Merge pull request #19163 from edx/schen/EDUCATOR-3582-comments
...
Take away the comments column on grade override modal dialog
2018-10-26 10:40:52 -04:00
Simon Chen
39fddf472e
Take away the comments column on grade override
2018-10-25 15:16:54 -04:00
Simon Chen
95ea9d065e
Remove the current_grades column that is not supported by backend
2018-10-25 14:53:26 -04:00
attiyaishaque
fca88da078
Fix that discussions are loading in the profile view.
2018-10-23 12:40:58 +05:00
George Babey
f39cd81a31
Merge pull request #18545 from open-craft/kshitij/stylelint-fixes
...
Bulk stylelint fixes
2018-10-22 14:59:11 -04:00
Rick Reilly
0c8d66bb2a
Add extesion engine gradebook ui in under the mastersGradebook route
2018-10-19 12:56:16 -04:00
Albert St. Aubin
8c26b4eefb
Update the geoIP.dat files for more accurate identification of Country
...
by IP
[LEARNER-6174]
Our .dat files for GeoIP identification should be updated more
frequently or we run the risk of incorrectly identifying Users
locations.
2018-08-23 14:22:54 -04:00
noraiz-anwar
21907d4759
add typeset operation in mathjax queue on response list render
2018-08-20 11:04:40 +05:00
Jeremy Bowman
8db01323b5
Fix some eslint warnings about global _
2018-08-16 14:20:31 -04:00
Kshitij Sobti
bf6af13ed1
Add UI to browse and browse course structure and select the course/chapter/section... to generate a report of
2018-07-18 00:37:29 +05:30
lduarte1991
a9b61c06d3
Remove the annotations feature introduced by Harvard.
...
There are other annotations features still in the platform but this one
is the one that works with an annotations server that was specialized
and not generally used by most instances of the platform.
The initial PR to remove this was made by 'lduarte1991' and can be found
here: https://github.com/edx/edx-platform/pull/17299
The work done based on the squashed commits:
removed advanced modules config for annotations
remove module files and config for annotations
remove js and css files related to annotations, under ova folders
removed js and css annotator file configs for cms and lms
remove template html files for annotations
removed annotations options from static html book
Added back some files that were originally marked "for OVA" but others used as per acceptance tests
Added back css file configs incorrectly marked as ova
Remove annotation related advanced settings from test.
Correct hls require.js pathing.
2018-07-16 16:55:08 -04:00
Kshitij Sobti
c1e3e59771
Basic bulk stylelint fixes
2018-07-10 02:27:11 +05:30
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
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
Calen Pennington
0f7e2373d0
Revert "Switch container factory to webpack"
2018-05-29 16:01:38 -04:00
Calen Pennington
667dbf1687
Clean up eslint failures
2018-05-29 12:28:19 -04:00
Calen Pennington
61855b2b30
Extract a new webpack-based suite of cms javascript tests
2018-05-29 12:28:19 -04:00
Calen Pennington
ee6360543b
Convert webpackified factories to es6 modules with global exports, and remove the invoke_page_factory pattern
2018-05-29 12:21:46 -04:00
Calen Pennington
f7da1ba621
Use conditional blocks for webpack specific code edits
2018-05-29 12:19:05 -04:00
Michael LoTurco
919264f56d
Add entitlement unenrollment survey
...
Updates behavior post unenrollment, also refactors accessible_modal
to enable the unenrollment survey to remain accessible after the
content in the modal changes (to the survey).
mloturco/learner-3524
2018-04-19 10:19:11 -04:00
jaebradley
4de5691982
update cookie policy banner
2018-04-18 15:22:02 -04:00
jaebradley
fab388ad6b
add cookie policy banner with feature flag
2018-04-17 16:48:52 -04:00
attiyaishaque
9abdd0af3d
Discussion moderators, TA's and admins see the posts according to cohorts.
2018-04-17 15:05:26 +05:00
Michael Terry
a34c8c8233
Drop remaining coffee use
...
This basically commits the transpiled CoffeeScript JS (with minor
cleanup) and removes coffee build support.
A tiny amount of support for xblocks exists, because external users
may have xblocks with coffee. But no coffee in our tree anyway.
2018-04-13 14:10:40 -04:00
Michael Terry
2abbd1eb83
Move all our coffee files
...
This moves the original files into their JS locations so that when
the next commit modifies them, we dont lose history.
2018-04-13 14:10:40 -04:00
Michael Terry
c19d01a994
Add live validation to password reset
...
Adds a new React factory for that page to handle the logic. Also
cleans up the UI a little (centers it, stops using serif font, etc).
2018-04-05 11:59:26 -04:00