alisan617
57fa123f5e
Revert "Revert PR#13843"
2016-11-15 14:46:57 -05:00
alisan617
18e7322e8d
Revert "Refactor discussion tab UI code into parts to be reusable for inline discussions"
...
This reverts commit e80d9b5792 .
2016-11-14 21:43:03 -05:00
Brian Jacobel
09947ab094
Revert "Update to UXPL 0.17 (grids compilation performance work)"
2016-11-10 18:35:51 -05:00
Awais Jibran
e26849891d
Merge pull request #13939 from edx/aj/fix-discussion-user-roles
...
Fix discussion user roles
2016-11-10 18:41:12 +05:00
Awais Jibran
92b99c7dc3
Fix discussion user roles
2016-11-10 17:11:52 +05:00
Douglas Hall
92995b42ec
Merge pull request #13935 from edx/douglashall/WL-798
...
WL-798 Allow for hiding course mode banners on student dashboard
2016-11-09 14:36:04 -05:00
attiyaishaque
76e1d4a75c
TNL-5621 Fix discussion topics in MIT course.
2016-11-09 22:26:48 +05:00
M. Rehan
c873be0f55
Merge pull request #13868 from edx/mrehan/tnl-5721-nonetype-no-attr-course-id
...
TNL-5721 – Fix check source module access before appending it to required modules
2016-11-09 22:19:59 +05:00
Douglas Hall
ec7245537a
Allow for not showing course modes on student dashboard
2016-11-09 11:39:29 -05:00
Qubad786
c7364a06a4
handle if required module(s) for conditional module are staff only
2016-11-09 20:11:33 +05:00
alisan617
371c5a244e
Merge pull request #13843 from edx/alisan/testing-discussion
...
Refactor discussion tab UI code into parts to be reusable for inline discussions TNL-5669
2016-11-08 15:30:39 -05:00
Brian Jacobel
f796cf7262
Merge pull request #13860 from edx/bjacobel/susy
...
Update to UXPL 0.17 (grids compilation performance work)
2016-11-08 15:15:45 -05:00
alisan617
e80d9b5792
Refactor discussion tab UI code into parts to be reusable for inline discussions
...
TNL-5669
2016-11-08 14:17:01 -05:00
Brian Jacobel
697ec3402d
Migrate Discussions, Certificates and Programs to susy-less grids
2016-11-07 17:13:58 -05:00
Gregory Martin
f0cd29f02a
Revert "Merge pull request #13915 from edx/revert-13794-yro_implement-dateutil"
...
This reverts commit d59ab18b27 , reversing
changes made to 0ebab35e89 .
2016-11-07 17:04:13 -05:00
Jesse Zoldak
ec880138d2
Revert "Implement DateUtils in LMS"
2016-11-04 07:50:26 -04:00
Gregory Martin
3fd16eb6be
Implement DateUtils in LMS
2016-11-03 10:06:10 -04:00
Christina Roberts
de5b989e06
Merge pull request #13862 from proversity-org/proversity/fix-closing-tag
...
Fix bad closing tag in staff problem info template
2016-11-01 14:39:19 -04:00
cahrens
c50c9fc92d
Allow zooming, fix button link.
...
TNL-5829
2016-10-28 09:53:54 -04:00
Rene Sorel
59e0040e19
fix bad closing tag
2016-10-27 16:18:36 +02:00
Christina Roberts
69235ebb50
Merge pull request #13801 from edx/christina/ac-582
...
AC-582 progress page markup corrections
2016-10-24 13:37:13 -04:00
M. Rehan
5835468d94
Merge pull request #13362 from edx/mushtaq/generate-verified-users-with-audit-certs
...
Generate certificates for verified users with audit certificate statuses
2016-10-24 16:22:45 +05:00
Albert (AJ) St. Aubin
c01df60014
Merge pull request #13786 from edx/aj/TNL-5549_problemMetaRefactor
...
Aj/tnl 5549 problem meta refactor
2016-10-21 13:03:32 -04:00
Qubad786
65ef041a53
Add ability to generate certs for audit_passing/audit_notpassing learners
2016-10-21 16:03:29 +05:00
Mushtaq Ali
dacfcc985f
Generate certificates for verified users with audit certificate statues - ECOM-5012
2016-10-21 16:03:28 +05:00
Albert St. Aubin
dbb66f8c09
Updated the problem meta to show a score of 0 and refactored/simplified the JS that build the problem meta string
...
TNL-5549
2016-10-21 06:40:20 -04:00
Nimisha Asthagiri
aa000c1a3d
Support for rescoring a problem only if the new score is higher
...
TNL-5046
2016-10-20 15:08:54 -04:00
Chris Rodriguez
3b9c970ce5
AC-582 progress page markup corrections
2016-10-20 12:55:59 -04:00
alisan617
a43c1e9469
change layout in submit button bar for i18n
2016-10-20 09:27:48 -04:00
tasawernawaz
ab8e5b82b6
Forgot Password - Verbiage Update
...
ECOM-5684
2016-10-17 11:56:35 +05:00
alisan617
21eb03e116
Merge pull request #13513 from edx/alisan/inline-discussion-TNL-4756
...
New inline discussion home view TNL-4756
2016-10-14 12:09:42 -04:00
alisan617
d5635cf1ba
New inline discussion home view UI
...
TNL-4756
2016-10-14 10:54:50 -04:00
chrisndodge
6d327594ac
add restricted DOT OAUTH2 client with reduced privileges
2016-10-14 07:31:26 -04:00
Andy Armstrong
4d4097e13c
Move dark_lang and lang_pref apps to openedx/core
2016-10-13 11:56:24 -04:00
Jillian Vogel
3b7ca029c9
Merge pull request #13713 from open-craft/fix-reverted-itsjeyd/inline-discussion-assets
...
Fix Reverted: Have DiscussionXBlock take care of loading JS and CSS files it depends on
2016-10-12 13:38:48 +10:30
Tim Krones
3649f8181d
Have DiscussionXBlock take care of loading JS and CSS files it depends on.
...
* Add openedx.core.lib.xblock_builtin.get_css_dependencies and get_js_dependencies,
which respect PIPELINE_ENABLED setting when determining dependencies.
* Move new discussion-related Sass files into discussion subdirectory.
* Use "load_unicode" instead of "render_template" to load JS to add to fragment for DiscussionXBlock.
* Remove unused "course" parameter from context for DiscussionXBlock.student_view.
* Add RTL stylesheet for DiscussionXBlock, and enable the block to load correct stylesheet.
* Load MathJax only once, and include code for configuring MathJax in discussion bundle.
* Make sure username renders correctly in DiscussionXBlock response header.
* Move WYSIWYIG Markdown editor styles to _build-discussion.scss.
* Remove unnecessary import of discussion/utilities/v1-compatibility from _build-discussion.scss.
* Keep courseware-chromeless.html in sync with courseware.html.
* Load CSS for discussions on Teams tab. This makes it possible to remove CSS for discussions from Sass files for "Course" tab.
* Load js/src/tooltip_manager.js, jquery.autocomplete.js and jquery.autocomplete.css on "Course" tab.
2016-10-12 01:22:42 +10:30
Simon Chen
b4dd18b16a
Merge pull request #13578 from edx/tasawer/ecom-2979/learner-reverification-flow-update
...
Fixing issues with photo verification flow
2016-10-11 09:16:15 -04:00
Ahsan Ulhaq
b5e0d547fd
Merge pull request #13649 from edx/ahsan/ECOM-5758-user-menu-role-information
...
User Menu Added Role information missing from menu items
2016-10-08 12:28:28 +05:00
Tasawer
1ac94921c3
Show verification expiration message on learner dashboard and allow them to reverify if expiration is X days away.
...
ECOM-2979
2016-10-08 11:32:02 +05:00
Brandon DeRosier
6e23a2ca95
Merge pull request #13196 from open-craft/haikuginger/change-coaches-to-staff
...
Change CCX coaches to have staff role on CCX courses.
2016-10-07 18:29:14 -04:00
Brandon DeRosier
9563b4d2fe
Change content groups message when in a CCX
2016-10-07 11:59:16 -04:00
Brian Jacobel
bc66285b53
Merge pull request #13588 from edx/bjacobel/5555
...
UX improvements to sequence nav
2016-10-07 11:09:45 -04:00
Ahsan Ulhaq
2ef42cbc51
User Menu Added Role information missing from menu items
2016-10-07 15:28:55 +05:00
cahrens
1122c40f07
Moving ignore rules to relevant classes instead general rule.
...
Also replaces section with div, updates short_id, and makes textbox accessible.
TNL-5576, TNL-5575, TNL-5574, TNL-5671, TNL-5376
2016-10-06 17:35:54 -04:00
muhammad-ammar
c3b6b10478
Problem (capa) feedback UX revamp.
...
TNL-4877
2016-10-06 17:34:43 -04:00
cahrens
53a6edd032
Revert "single form element per capa problem"
...
This reverts commit 943a3a5eb1 .
2016-10-06 16:00:19 -04:00
J. Cliff Dyer
fb38488083
Revert "Move student_account templates into app."
...
This reverts commit 4dc744b104 .
2016-10-06 10:31:09 -04:00
J. Cliff Dyer
4dc744b104
Move student_account templates into app.
2016-10-06 10:29:42 -04:00
muhammad-ammar
943a3a5eb1
single form element per capa problem
...
TNL-5402
2016-10-06 14:27:39 +05:00
Jesse Zoldak
ce1eb237d1
Merge pull request #13651 from edx/revert-13483-itsjeyd/inline-discussion-assets
...
Revert "Have DiscussionXBlock take care of loading assets it depends on"
2016-10-05 17:20:56 -04:00