Chris Rodriguez
1cd73c764e
Matching label to inputs
2015-08-14 11:44:35 -04:00
Mark Sadecki
50240c3e77
Merge pull request #9114 from mitocw/fix/aq/ccx_schedule
...
Fixed accessibility issues in Schedule Tab in CCX
2015-08-14 09:02:42 -04:00
chrisndodge
460a4b5f99
Merge pull request #9069 from edx/cdodge/proctoring-lms-integration
...
Integration of Proctoring into the LMS
2015-08-14 07:18:14 -04:00
frances botsford
8da4fcbbcb
Merge pull request #9309 from edx/frances/teams-style-fixes
...
Teams cards list spacing
2015-08-13 23:01:32 -04:00
Daniel Friedman
04d3cb982d
Merge pull request #9303 from edx/usman/tnl3053-fetch-memberships
...
Also pass course_id when fetching memberships for user in team profile view.
2015-08-13 22:32:59 -04:00
chrisndodge
7d0c9459f2
Merge pull request #9305 from edx/cdodge/fix-broken-styling-ecomm
...
fix various style regressions on eComm tab of Instructor dashboard
2015-08-13 20:30:32 -04:00
Christina Roberts
4fc2ae7ca8
Merge pull request #9312 from edx/diana/remove-invite-link
...
Remove invite link functionality from teams.
2015-08-13 20:02:53 -04:00
Eric Fischer
ec916a31dd
Merge pull request #9289 from edx/efischer/tnl-2962-filter-team-by-course
...
TNL-2962 Add course_id filtering to team_membership API endpoint
2015-08-13 19:20:34 -04:00
Chris Dodge
6cf5516a84
Integration of edx_proctoring into the LMS
2015-08-13 19:08:50 -04:00
Diana Huang
afa587cc38
Remove invite link functionality from teams.
...
TNL-3062
2015-08-13 17:53:26 -04:00
Andy Armstrong
01065b6ae5
Merge pull request #9217 from edx/andya/land-teams
...
Enable teams and deprecate the advanced setting
2015-08-13 17:47:15 -04:00
Chris Dodge
c1a065247e
fix various style regressions on eComm tab of Instructor dashboard
2015-08-13 17:16:01 -04:00
Eric Fischer
57d49b0adb
Support filtering team membership
...
Adds tests and functionality to support filtering the results returned
from team_membership endpoint with optional course_id parameter. Will
return 400 Bad Request in the event that the given course_id does not
match up with the provided team_id (team.course_id does not match), or
if the user is not enrolled in the course given.
Documentation has been added to the relevant API page on the wiki:
https://openedx.atlassian.net/wiki/display/TNL/Team+API
2015-08-13 16:52:31 -04:00
Frances Botsford
70a14ffe91
remove list margin and padding on cards lists
2015-08-13 16:44:31 -04:00
Diana Huang
2ac1590df4
Merge pull request #9276 from edx/diana/update-status-message
...
Make status use ConfigurationModel instead.
2015-08-13 16:37:23 -04:00
Usman Khalid
08498bc283
Also pass course_id when fetching memberships for user in team profile view.
...
TNL-3053
2015-08-13 23:15:25 +05:00
Amir Qayyum Khan
4c8e45c75d
Fixed accessibility related issues on schedule tab inside CCX coach dashboard
2015-08-13 23:09:55 +05:00
Usman Khalid
f785ae465f
Merge pull request #9228 from edx/muzaffar/tnl1906-team-profile
...
Team profile page sidebar.
2015-08-13 22:07:01 +05:00
cahrens
bb910ca632
Add toggle_login_modal to list of base_application_js.
...
TNL-3051
2015-08-13 11:28:51 -04:00
muhammad-ammar
5fc612079b
Support leaving a team
...
TNL-1910
2015-08-13 20:27:38 +05:00
Matt Drayer
f8f23240da
Merge pull request #8996 from edx/ziafazal/SOL-1044
...
ziafazal/SOL-1044: Custom Web Certificates
2015-08-13 10:05:40 -04:00
Zia Fazal
2467d6971f
ziafazal/SOL-1044: Database-Driven Certificate Templates
...
* added certificate template model
* added certificate template asset model
* added django admin configs and migration
* initial LMS template matching logic
* improved LMS template matching
* improved LMS template matching and rendering logic
* address Django admin form/model load order incongruence
* add missing unique constraint migration.
2015-08-13 08:01:34 -04:00
muhammad-ammar
853f97afbc
support joining a team
...
TNL-1909
2015-08-13 14:41:21 +05:00
muzaffaryousaf
a56e6bf743
Team details page.
...
TNL-1906
2015-08-13 14:20:07 +05:00
Peter Fogg
26bbbb967e
Fix various team accessibility issues.
...
Authors:
- Peter Fogg
- Daniel Friedman
TNL-1953
2015-08-13 00:34:54 -04:00
Andy Armstrong
8bbf7c57ac
Improve Teams tab navigation
2015-08-12 19:20:48 -04:00
Andy Armstrong
8bd1f69821
Govern team creation for non-privileged users
...
TNL-2960
Non-privileged users can only be in one team, so don't
allow them to create new teams if they are already
members of another.
2015-08-12 19:16:02 -04:00
Bill DeRusha
716c1f74cf
Merge pull request #9237 from edx/bderusha/teams-expand-users-api-fix
...
Team API include correct info when expanding users
2015-08-12 15:27:48 -04:00
Christopher Lee
a8d937ce1f
Merge pull request #9278 from edx/clee/dapi-update-mark-as-read
...
Added optional mark_as_read field to comments in Discussion API
2015-08-12 14:39:52 -04:00
Bill DeRusha
09acca2de8
Team API include correct info when expanding users TNL-2975
...
Create read-only serializer to handle User/UserProfile data
together.
Refactor GET accounts to use the new read-only joint serializer
Fix tests to check for new expanded user info
Update tests in teams/tests/test_views.py to test for both
public and private profiles on expands user
Update serializer to utilize the request object for creating absolute uris
2015-08-12 14:33:07 -04:00
Peter Fogg
eafb07552a
Merge pull request #9287 from edx/release
...
Release
2015-08-12 13:06:39 -04:00
christopher lee
5b35ab3668
Added optional mark_as_read field to comments in Discussion API
...
Currently when GETting comments, the thread of the comment will be
marked as read. This change makes this effect optional as well as
setting the default to not mark the thread as read.
2015-08-12 12:25:06 -04:00
Will Daly
ad9d9eb04e
Support team UI for regenerating certificates
...
* Add new role for support staff.
* Move dashboard/support functionality into a new Django app called "support".
* Add support view for searching and regenerating certificates.
* Refactor certificates views into separate files.
2015-08-12 07:09:46 -07:00
Arbab Nazar
330ef94e1e
Merge pull request #9182 from edx/arbab/whitelist-text-change
...
updated the help text for cert_whitelist
2015-08-12 12:28:04 +05:00
Peter Fogg
625781288a
Merge pull request #9279 from edx/hotfix/2015-08-11-b
...
Revert "Optimize OpenID Course Claims for non-global-staff users."
2015-08-11 18:17:55 -04:00
Diana Huang
82eb1f6b74
Make status use ConfigurationModel instead.
2015-08-11 17:51:39 -04:00
Dennis Jen
72e6b8aaeb
Revert "Optimize OpenID Course Claims for non-global-staff users."
...
This reverts commit f0d1772da3 .
2015-08-11 17:06:22 -04:00
Waheed Ahmed
aff849281d
Revert "Test library failed to export after import"
...
This reverts commit 4c1c4619f0 .
2015-08-12 02:06:09 +05:00
Clinton Blackburn
58865ee0a8
Added API endpoints for CreditCourse
...
Endpoints support create, read, and list operations.
NOTE: This commit also includes a retrofitted SimpleRouter that supports overriding the lookup regex. This retrofit is simpler to implement than updating edx-ora2 which is pinned to DRF 2.3.x.
XCOM-524
2015-08-11 15:44:37 -04:00
Sarina Canelake
eda45d37f2
Merge pull request #9192 from edx/sarina/fix-i18n
...
Add more context to translation strings
2015-08-11 14:11:07 -04:00
clrux
98bd1d39ef
Merge pull request #9152 from edx/clrux/ux-2233-video-bumper
...
Updating the video bumper play button
2015-08-11 13:45:52 -04:00
Sarina Canelake
71d5180ba1
Add more context to translation strings
2015-08-11 13:11:32 -04:00
Brandon DeRosier
912db9910f
Fix CCX 0002 migration
...
(cherry picked from commit 558b93fdeaaf72d02e050808698b2015e123a01c)
2015-08-11 13:04:09 -04:00
Brandon DeRosier
34526ddf6a
Revert "Revert "Merge pull request #8986 from jazkarta/remove-ccx-enrollment""
...
This reverts commit 42e78463a7 .
2015-08-11 13:03:58 -04:00
Chris Rodriguez
f958272149
Updating video bumper play button
2015-08-11 12:51:18 -04:00
Peter Fogg
344ff8c1bc
Merge pull request #9267 from edx/release
...
2015-08-11 release
2015-08-11 12:07:21 -04:00
Matt Drayer
2b93e246f3
Merge pull request #9266 from edx/asadiqbal08/SOL-1118
...
asadiqbal08/SOL-1118: Use correct course number in web certificate
2015-08-11 11:06:28 -04:00
Akiva Leffert
ba03081320
Merge pull request #9260 from edx/aleffert/start-date-error
...
Show vaguer error message if using default start date
2015-08-11 10:28:44 -04:00
asadiqbal
8269bf5f1f
SOL-1118
2015-08-11 19:25:23 +05:00
Usman Khalid
1de9fc6461
Merge pull request #9200 from edx/usman/tnl1911-my-teams
...
My teams tab.
2015-08-11 19:22:50 +05:00