Uman Shahzad
30b95eef35
Disable positive validations on form submission.
2017-08-03 00:22:25 +05:00
Uman Shahzad
cb034d4f2f
Implement client-side registration form validation.
...
Input forms that need validation will have AJAX requests
performed to get validation decisions live.
All but a few important and common form fields perform
generic validation; these will need a back-end handler
in the future in order to have them validated through AJAX requests.
Information is conveyed on focus and blur for both
errors and successes.
2017-08-03 00:22:25 +05:00
Jeremy Bowman
309ec0ac86
PLAT-1619 karma and bok-choy Docker Devstack fixes
2017-07-14 16:00:09 -04:00
Albert St. Aubin
b8b0110d15
Ui updates, Error messaging shown when discussion scheme is not selected
2017-07-12 12:49:54 -04:00
Jeremy Bowman
f99fbaeaa8
Merge pull request #15398 from edx/jmbowman/PLAT-1229
...
PLAT-1229 Support for JS tests in Docker devstack
2017-06-26 10:45:11 -04:00
Jeremy Bowman
0a3647848e
PLAT-1229 Support for JS tests in Docker devstack
2017-06-23 12:27:39 -04:00
David Ormsbee
962b09f73c
Add support for CommonsChunkPlugin for Webpack.
...
This lets us consolidate chunks of JavaScript that are common to
multiple bundles, so that they can live in their own shared file. This
will be more relevant when we have UI components -- there's actually
very little shared code right now.
2017-06-22 21:14:13 -04:00
Andy Armstrong
4ed9776a4b
Handle issues with JQuery in Studio and LMS
...
LEARNER-1341
2017-06-13 20:53:29 -04:00
Albert (AJ) St. Aubin
27b0dc9fd1
Merge pull request #15037 from edx/christina/ed11-simplification
...
Feature branch: dividing discussions by enrollment tracks
2017-06-07 13:22:13 -04:00
Andy Armstrong
3cffded2d1
Improve course breadcrumbs
...
LEARNER-877
2017-06-05 18:06:05 -04:00
cahrens
8951ac8c61
Refactor server-size code to enable enrollment tracks.
...
EDUCATOR-11
2017-06-05 12:59:50 -04:00
Kyle McCormick
3c470e6b9d
Upgrade MathJax references from 2.7.0 to 2.7.1
2017-06-02 15:29:47 -04:00
Brian Jacobel
9c6d94ada0
Require and Webpack can eat the same files
2017-05-12 14:40:31 -04:00
Brian Jacobel
480a3ca60b
Move course import JS to Webpack
2017-05-12 14:40:31 -04:00
attiyaishaque
9188dbdb47
EDUCATOR-283 Old mathjax not load in preview box.
2017-05-11 15:02:17 +05:00
Diana Huang
9cd819808d
Swap direction of arrow for RTL.
2017-05-09 14:40:34 -04:00
Brian Jacobel
a2323797f5
Work on sandbox bundling for webpack
2017-05-01 17:09:32 -04:00
Brian Jacobel
3b43fb38a4
Paver runs Webpack (incl watcher) in dev and test
2017-05-01 17:09:32 -04:00
Brian Jacobel
ef4b5cb8c3
Clean up spec and feature; both pass lint and run in Karma
2017-05-01 17:09:32 -04:00
Brian Jacobel
c5df4aa6b7
Work on getting Karma to run
2017-05-01 17:09:32 -04:00
cahrens
31fbde9c1f
Rename cohort methods to divided.
2017-04-27 14:58:08 -04:00
AlasdairSwan
7689fee03f
Merge pull request #14778 from edx/alasdair/ECOM-7386-program-progress-circle
...
ECOM-7386 Added a program progress circle to program details page
2017-04-24 10:10:52 -04:00
AlasdairSwan
a466b437f6
ECOM-7386 Added a program progress circle to program details page
2017-04-21 14:45:55 -04:00
Muhammad Ammar
c3d0a50d42
Merge pull request #14514 from edx/ammar/tnl-6513-frontend-hls-support
...
HLS playback support in video player
2017-04-21 12:38:11 +05:00
Christina Roberts
8d14deb854
Merge pull request #14879 from OmarIthawi/omar/translate-discussion-question
...
Translate "discussion" in "discussion posted 2 minutes ago by X"
2017-04-18 14:30:32 -04:00
attiyaishaque
25435cfc98
TNL-5515. Fix discussion topic navigation and sorting option.
2017-04-17 17:05:12 +05:00
Omar Al-Ithawi
b0e6242d97
Translate discussion in discussion posted 1s ago by X
2017-04-13 18:18:06 +03:00
muhammad-ammar
6f2a2b445f
add HLS playback support in video player
...
TNL-6513
2017-04-13 14:20:47 +05:00
rabia23
308fd66435
TNL-6740 Fix previously cohorted discussion posts still show cohorting visibility message.
2017-04-12 09:09:12 +00:00
Dennis Jen
f90b80da62
Update mathjax CDN to cloudflare.
2017-04-10 19:52:35 +00:00
Brian Jacobel
e2264d0796
Hide '<- Outline >' link in breadcrumbs if using old course view
2017-03-22 13:00:39 -04:00
Brian Jacobel
b63472520c
Link outline subsections into the course
2017-03-22 13:00:37 -04:00
Albert St. Aubin
91fce2a92b
Updates to correct a header styling issue and to make the starting header level selectable
2017-03-20 08:37:33 -04:00
Brian Jacobel
de32e69b8d
Merge pull request #14680 from edx/bjacobel/discussion-dupe-ids
...
Fix duplicated ids in discussion action menus
2017-03-15 13:28:51 -04:00
Mushtaq Ali
40621b6cc2
Merge pull request #14315 from edx/mushtaq/move-component
...
Move a component
2017-03-14 12:58:20 +05:00
Brian Jacobel
85fc5871d6
Fix template to escape rendered strings
2017-03-13 17:50:16 -04:00
Brian Jacobel
b3674b34ab
Fix duplicated ids in discussion action menus
2017-03-13 15:14:01 -04:00
Albert St. Aubin
7c7c27183f
changes header levels for a11y
...
TNL-6347
2017-03-08 11:45:45 -05:00
Awais Jibran
9c0f72d516
Discussion Selector fixes. TNL-6648
2017-03-07 17:08:51 +05:00
Awais Jibran
0f1ec82e0a
Fix discussion Edit post.
...
TNL-6631
2017-03-03 15:29:13 +05:00
Mushtaq Ali
e9b8e17fc8
Enable disable move - TNL-6063
2017-03-01 19:27:01 +05:00
Mushtaq Ali
e856f07b87
Move and undo move XBlock
...
- TNL-6062
- TNL-6229
2017-03-01 19:27:00 +05:00
muhammad-ammar
1b011af7e2
move dialog
...
TNL-6047
2017-03-01 19:21:38 +05:00
alisan617
4197ebf7f4
check if general topic exists
2017-02-24 15:04:25 -05:00
Awais Jibran
091fd73415
posts are not automatically followed. TNL-6582
2017-02-23 17:38:15 +05:00
alisan617
813e86041c
Bring focus to response list after submitting a response or comment
2017-02-08 13:02:04 -05:00
alisan617
ef48141780
change post type options to radio buttons actually just reveal them
2017-02-06 12:37:38 -05:00
alisan617
68a29ad09b
change loading animation to FA user role style change
2017-02-02 15:51:18 -05:00
Brian Jacobel
c407127db9
Use a capital letter where 'Required' is a separate sentence
2017-01-27 12:23:52 -05:00
Brian Jacobel
c67b8aa0bb
Visually indicate fields in new post form are required
2017-01-26 15:48:35 -05:00