Andy Armstrong
74fb8e93ed
Merge pull request #5382 from edx/revert-5380-revert-5359-cdodge/add-microsite-tag-to-zendesk
...
Revert "Revert "add an additional tag so we can route zendesk tickets be...
2014-09-24 14:21:41 -04:00
Sarina Canelake
5cdd4f4c80
Update translations (autogenerated message)
2014-09-24 14:19:21 -04:00
Frances Botsford
b889f9ef11
fixes for status for prof ed and verified registration on both variants of AB test
2014-09-24 14:11:18 -04:00
Oleg Marshev
5b72e1591d
Merge pull request #5379 from edx/oleg/lti-add-username-email
...
Allow students to send username and email to third parties (TNL-405).
2014-09-24 21:10:32 +03:00
Carlos Andrés Rocha
617b53cbb9
Merge pull request #5375 from rocha/update-oauth2-provider
...
Update version of edx-oauth2-provider
2014-09-24 13:52:21 -04:00
polesye
00c7e60e07
TNL-171: Change topic of a previously posted post.
2014-09-24 20:28:14 +03:00
Waqas Khalid
d0d225d8a9
Course admin should be able to de-admin dicussion admins
...
As a global staff or course staff once you added yourself
in the discussion admins you cannot revoke it back unless
you remove yourself as course staff. Any of the course staff
member should be able to remove others from discussion admins
whether they are course staff or not.
TNL-315
2014-09-24 22:26:31 +05:00
Julia Hansbrough
5d5ff8d9c1
Docs
2014-09-24 17:24:42 +00:00
Julia Hansbrough
3fbbe57cef
Add auto-registration to third party login flow
2014-09-24 17:24:42 +00:00
Julia Hansbrough
5b3c69bc87
Tests fixed
2014-09-24 17:24:42 +00:00
Julia Hansbrough
4d77b0552f
Move server-side validation to enroll method
2014-09-24 17:23:25 +00:00
chrisndodge
c928252b5a
Revert "Revert "add an additional tag so we can route zendesk tickets better for..."
2014-09-24 13:19:51 -04:00
lduarte1991
d3fffde3a0
Image Annotation Tool: Fixes _isOpenSeaDragon function
2014-09-24 13:12:31 -04:00
Sarina Canelake
3cdfdae8bb
Merge pull request #5305 from lduarte1991/lduarte-harvardx-pr28
...
Fixes check for Image Annotation Tool to include ID from image server and fix scrolling bug
2014-09-24 13:10:50 -04:00
AlasdairSwan
328c076bf0
Merge pull request #5333 from edx/alasdair/header-footer-accessibility-updates
...
Alasdair/header footer accessibility updates
2014-09-24 13:08:15 -04:00
Paul Medlock-Walton
b797c6bd09
username and email request for lti module
...
allow username and email can be passed to a lti third party app
ask user permission when lti button is clicked
allow course editor to customize text on lti launch button
2014-09-24 20:05:42 +03:00
Waheed Ahmed
f14dd9d3c5
Disabled student view if course is not yet released for students.
...
LMS-6617
Fixed wiki merge url regex.
TNL-413
ECOM-345 changed any lists that could display with only 1 item to divs
ECOM-345 Added aria tags for header
ECOM-364 Accessibility update for footer
added my name to the authors file
Addressing feedback from code review - removing unnecessary element references in selectors
Updated header aria-label to be main
2014-09-24 16:52:21 +00:00
chrisndodge
d7c715ebee
Merge pull request #5380 from edx/revert-5359-cdodge/add-microsite-tag-to-zendesk
...
Revert "add an additional tag so we can route zendesk tickets better for...
2014-09-24 12:47:10 -04:00
chrisndodge
21933bfbd7
Revert "add an additional tag so we can route zendesk tickets better for white l..."
2014-09-24 12:46:05 -04:00
Jesse Zoldak
6d5e65c0bd
Add explanation and small optimizations to languagetest
2014-09-24 12:36:52 -04:00
David Ormsbee
ba76bbe1cf
Merge pull request #5365 from edx/ormsbee/mobile_deleted_announcement_fix
...
Hide deleted course updates from mobile API.
2014-09-24 12:26:13 -04:00
David Ormsbee
84f0d8e388
Merge pull request #5364 from edx/ormsbee/mobile_username_url_fix
...
Fix to allow usernames with '-', '+', '.' in Mobile API urls.
2014-09-24 12:25:28 -04:00
Stephen Sanchez
eb7611286c
Making the django main template navigation course aware.
2014-09-24 15:57:00 +00:00
Carlos Andrés Rocha
8d04580a0c
Update version of edx-oauth2-provider
2014-09-24 11:35:33 -04:00
lduarte1991
29cddbca2c
Annotation Tools: Non-critical highlights == undefined fixes
...
i.e. they should be fixed but don’t cause the whole thing to break.
- PR fixes
- Reverted Fix
2014-09-24 11:21:53 -04:00
chrisndodge
ddb0ab9027
Merge pull request #5361 from edx/cdodge/change-invoice-email-and-attachments
...
change registration code email and attachments, per product requirements
2014-09-24 10:56:41 -04:00
Clinton Blackburn
43b725a11a
Merge pull request #5369 from edx/insights-hotfix
...
Properly Setting ANALYTICS_DASHBOARD_NAME for AWS
2014-09-24 10:35:38 -04:00
Clinton Blackburn
7fa7b52732
Properly Setting ANALYTICS_DASHBOARD_NAME for AWS
2014-09-24 10:24:09 -04:00
Waqas Khalid
f94c677a79
Merge pull request #5279 from mlkwaqas/waqas/tnl404-new-post-hidden-breadcrumb
...
New post should show category/subcategory breadcrumb when created.
2014-09-24 19:20:46 +05:00
Ned Batchelder
70157670c5
Remove mentions of JSDraw from the test data
2014-09-24 09:56:05 -04:00
Ned Batchelder
364989b9ee
Remove JSDraw
2014-09-24 09:56:05 -04:00
Waqas Khalid
2c3cef75bc
New post should show category/subcategory breadcrumb when created.
...
When the new post is created under the subcategory and it appear
after the creation, it doesn't have the link of category/subcategory
after thread body. When we reload the page the link appears. Link
should appear after creation.
TNL-404
2014-09-24 18:19:51 +05:00
Chris Dodge
0c72e37374
change registration code email and attachments, per product requirements
...
remove extra lines
conditionalize address line 2
2014-09-24 09:13:37 -04:00
zubair-arbi
c7418a306c
Merge pull request #5240 from edx/zub/bugfix/tnl-324-downloadvideoexportimport
...
Don't set 'download_video' field on importing video from xml until expli...
2014-09-24 18:12:10 +05:00
chrisndodge
7b88863b4d
Merge pull request #5359 from edx/cdodge/add-microsite-tag-to-zendesk
...
add an additional tag so we can route zendesk tickets better for white l...
2014-09-24 08:52:43 -04:00
Waqas Khalid
298ad30a22
Merge pull request #5142 from mlkwaqas/waqas/tnl150-stop-comment--on-closed-thread
...
Don't allow commenting while the thread is closed
2014-09-24 17:51:17 +05:00
chrisndodge
d2d1f7b391
Merge pull request #5357 from edx/cdodge/allow-zero-percent-discount
...
per product, allow for zero percentage coupons
2014-09-24 08:47:21 -04:00
David Ormsbee
9f8cf1c321
Hide deleted course updates from mobile API.
2014-09-24 07:00:36 -04:00
David Ormsbee
eb297d4863
Fix to allow usernames with '-', '+', '.' in Mobile API urls.
2014-09-24 06:45:04 -04:00
Waqas Khalid
fcf46546c3
Don't allow commenting while the thread is closed
...
When someone closes thread there is still option to add
comment which cause error when submitted. User shouldn't
be able to comment while the thread is closed.
TNL-150
2014-09-24 15:28:34 +05:00
Waheed Ahmed
aa5781c14c
Merge pull request #5294 from edx/waheed/tnl235-fix-video-transcript-not-follow
...
Fixed transcript not follow with video on seek.
2014-09-24 14:16:15 +05:00
Waheed Ahmed
ca1da6c8ed
Fixed transcript not follow with video on seek.
...
TNL-235
2014-09-24 13:08:50 +05:00
chrisndodge
d8e5fca3b3
Merge pull request #5358 from edx/cdodge/add-meta-to-profile-download
...
Add the 'meta' column from the UserProfile table to the CSV download
2014-09-23 21:17:29 -04:00
Andy Armstrong
04ed6c9c12
Merge pull request #5356 from edx/revert-pr-3747-release
...
Revert #3747
2014-09-23 19:39:23 -04:00
David Baumgold
9542b0a885
Revert "Puts course listings in a sane order"
...
This reverts commit 1955aade36675289bdbc01554b6f74242754a746.
2014-09-23 18:45:59 -04:00
Sylvia Pearce
3efb5c0249
Draft of mobile FAQ
2014-09-23 18:17:38 -04:00
Clinton Blackburn
7e1b44663b
Merge pull request #5352 from edx/insights-name-fix
...
Properly Setting ANALYTICS_DASHBOARD_NAME for AWS
2014-09-23 17:45:17 -04:00
Sylvia Pearce
0d22038a5d
Draft of mobile FAQ for students
2014-09-23 17:41:39 -04:00
Clinton Blackburn
3e9a5ecfd5
Properly Setting ANALYTICS_DASHBOARD_NAME for AWS
2014-09-23 16:21:31 -04:00
Sarina Canelake
4551244265
Merge pull request #5348 from edx/sarina/09232014-translations-update
...
Update translations (autogenerated message)
2014-09-23 15:59:47 -04:00