David Ormsbee
0b4cf7e06c
Merge pull request #23039 from open-craft/samuel/fix-unescaped-selector
...
SE-2176 Fix elem not selected if id contains special chars
2020-06-19 12:13:20 -04:00
Aura Milena Alba
078dcc4296
Remove use pattern library of EdxFragmentView and discussion/maintenance_fragment. ( #24029 )
2020-06-18 09:10:18 -04:00
edX Transifex Bot
04b3a2ce1a
geoip2: update maxmind geolite country database
2020-06-17 17:00:36 -04:00
Samuel Walladge
43f0cd72af
Merge remote-tracking branch 'origin/master' into samuel/fix-unescaped-selector
2020-06-16 09:52:38 +09:30
edX Transifex Bot
6cc5474dba
geoip2: update maxmind geolite country database
2020-06-10 17:15:21 -04:00
edX Transifex Bot
bf925bc985
geoip2: update maxmind geolite country database
2020-06-03 17:10:10 -04:00
edX Transifex Bot
aabe616828
geoip2: update maxmind geolite country database
2020-05-27 17:04:54 -04:00
edX Transifex Bot
ead8e35b5e
geoip2: update maxmind geolite country database
2020-05-20 16:59:46 -04:00
edX Transifex Bot
049d62daf8
geoip2: update maxmind geolite country database
2020-05-13 16:59:32 -04:00
Adam Butterworth
307cb30208
Swap deprecated box-sizing mixin with the box-sizing property ( #23928 )
...
* Swap deprecated box-sizing mixin with the box-sizing property
* Linting now that box-sizing is no longer a mixin
2020-05-08 11:27:51 -04:00
edX Transifex Bot
eeecda6703
geoip2: update maxmind geolite country database
2020-05-06 16:54:21 -04:00
Adam Butterworth
42cc0d0145
Fix all stylelint errors ( #23920 )
...
* Fix all stylelint errors
For any errors that fixing would require changing the output of the css disable stylelint for that line instead of modifying.
* Update quality.py
Make stylelint quality check pass when there are no errors
* Delete empty selectors
2020-05-06 16:07:14 -04:00
Samuel Walladge
18c7d72843
restructure code to pass lints
2020-05-05 09:25:23 +09:30
Samuel Walladge
9c4b458d2a
Fix elem not selected if id contains special chars
...
If the id of a `.formulaequationinput input` element contains a special
character, then the selector for $preview was silently failing to match
the element, because no escaping was happening.
This fixes the issue by escaping the id before passing to the jQuery
selector function. CSS.escape is the ideal method, but this isn't
present in IE or Edge, so we use a fallback borrowed from the new
jQuery.escapeSelector method.
2020-05-04 09:27:12 +09:30
edX Transifex Bot
6fac7449fb
geoip2: update maxmind geolite country database
2020-04-29 16:54:03 -04:00
Adeel Khan
5fa34b4df1
Fix discussion template for translations.
...
A parsing error was causing underscore template
not to get processed during message
extractions and to be available on transifex.
PROD-1504
2020-04-27 12:02:46 +05:00
SaadYousaf
2bc5f1b16e
fixing root cause of flaky js test for discussions.
2020-04-23 16:26:32 +05:00
edx-transifex-bot
ff51a936d5
geoip2: update maxmind geolite country database ( #23792 )
2020-04-23 13:48:57 +05:00
edX Transifex Bot
855c8c4a71
geoip2: update maxmind geolite country database
2020-04-15 17:03:40 -04:00
Dillon Dumesnil
dd6e7fd7ad
Exclude script and style tags content
...
Also removing the exclusion of link since links never have content
2020-04-09 08:56:20 -07:00
Dillon Dumesnil
1bbfe2d583
Shorten Welcome Message fix
...
We want to ignore certain tags when they show up in the HTML.
This now ignores script tags and link tags (for stylesheets)
2020-04-08 07:46:46 -07:00
Michael Terry
7a71356cd2
Cut off long course welcome messages
...
If a course welcome message is very long, cut it off with an
ellipsis and show a Show More button to reveal the full thing.
AA-46
2020-04-07 10:49:40 -04:00
edX Transifex Bot
30ebe42df8
geoip2: update maxmind geolite country database
2020-04-03 09:48:45 -04:00
Adam Butterworth
a628016436
Prevent inline discussions from pulling focus on load ( #23254 )
...
TNL-7094 Remove auto focusing of InlineDiscussion views on load. Removing this unneeded focus management eliminates scroll issues when discussions are contain in an iframe in a parent page.
2020-03-03 08:57:30 -05:00
Feanil Patel
ff40369990
Don't try to typset mathjax if Hub has not loaded.
...
In our tests there are times when Mathjax has been initialized but
Hub is still undefied. In this case don't queue up typesetting.
2019-12-26 16:13:58 -05:00
Matej Grozdanović
4b2bf9c4ac
fix uploaded image aspect ratio in tinymce
2019-12-26 16:39:39 +03:00
Adeel Khan
51da469762
Fix html editor for adding �
...
This patch would fix html editor
for adding � characters in
html attributes whenever cursor
is inside quotes. � characters
are added on save.
PROD-1076
2019-12-23 15:47:48 +05:00
edX Transifex Bot
0b7b62ae7f
geoip2: update maxmind geolite country database
2019-12-18 16:13:47 -05:00
edX Transifex Bot
67cf593e0f
geoip2: update maxmind geolite country database
2019-12-11 20:33:17 +00:00
edX Transifex Bot
fa71006cad
geoip2: update maxmind geolite country database
2019-12-04 16:08:42 -05:00
edX Transifex Bot
7c94dab10d
geoip2: update maxmind geolite country database
2019-11-27 20:33:15 +00:00
edX Transifex Bot
aeca7d9d97
geoip2: update maxmind geolite country database
2019-11-20 16:08:32 -05:00
Awais Jibran
0ddcfee673
Merge pull request #22302 from edx/ai/bug/html-editor-codemirror-update
...
Updating CodeMirror to 5.49.2
2019-11-15 10:52:16 +05:00
edX Transifex Bot
d06c15da0e
geoip2: update maxmind geolite country database
2019-11-13 20:33:22 +00:00
Awais Jibran
febf0ca7c2
Updating CodeMirror to 5.49.2.
2019-11-13 22:50:05 +05:00
edx-transifex-bot
9543f4c16f
geoip2: update maxmind geolite country database ( #22259 )
2019-11-07 10:59:13 +05:00
edX Transifex Bot
6c0ede859e
geoip2: update maxmind geolite country database
2019-10-30 17:03:31 -04:00
edX Transifex Bot
28a48fe6a6
geoip2: update maxmind geolite country database
2019-10-23 16:58:32 -04:00
Kyle McCormick
cd3bc236eb
Make the team discussion thread private
...
Develop the capability to allow instructors to designate teams to have private discussions. This way, so non-teammembers cannot view discussion. And the intend is for course teams to manage the team membership as well.
MST-10
2019-10-18 13:06:50 -04:00
edX Transifex Bot
e3479587d2
geoip2: update maxmind geolite country database
2019-10-16 17:03:32 -04:00
edX Transifex Bot
f8fc93facf
geoip2: update maxmind geolite country database
2019-10-09 20:33:21 +00:00
edX Transifex Bot
df6f54da9a
geoip2: update maxmind geolite country database
2019-10-02 17:03:28 -04:00
edX Transifex Bot
89960f726c
geoip2: update maxmind geolite country database
2019-09-25 17:08:27 -04:00
noraiz-anwar
a596579e62
patch jquery's extend
2019-09-24 10:53:10 +05:00
Nimisha Asthagiri
2b8e6b0806
Rename cookie-policy-banner to frontend-component-cookie-policy-banner
2019-09-22 20:47:34 -04:00
edX Transifex Bot
357fda407d
geoip2: update maxmind geolite country database
2019-09-11 17:03:31 -04:00
edX Transifex Bot
2e92668e9e
geoip2: update maxmind geolite country database
2019-08-28 16:58:30 -04:00
edX Transifex Bot
a6526a8874
geoip2: update maxmind geolite country database
2019-08-14 17:01:43 -04:00
edX Transifex Bot
4538a65396
geoip2: update maxmind geolite country database
2019-08-07 20:33:14 +00:00
edx-transifex-bot
3e2e815f1a
geoip2: update maxmind geolite country database ( #21272 )
2019-08-01 10:45:52 +05:00