Greg Price
8f90dd835d
Merge pull request #3653 from edx/gprice/discussion-link-command
...
Add command to get discussion_link for a course
2014-05-09 10:34:45 -04:00
muhammad-ammar
50a99de6e1
Merge pull request #3634 from edx/ammar/bok-choy-video-tests-batch6
...
Bok-Choy Video Tests Batch6
2014-05-09 18:31:04 +05:00
Waheed Ahmed
40a03ebb79
Redirected to dashboard if course mode is none.
...
LMS-2617
2014-05-09 15:34:26 +05:00
Muhammad Ammar
aa0e8041af
Bok-Choy Video Tests Batch6
2014-05-09 07:22:03 +00:00
Greg Price
5e849bfb76
Add command to get discussion_link for a course
...
This will be used to detect courses that are linking to Stack Exchange
sites so we can handle them specially when generating data dumps.
2014-05-08 17:40:13 -04:00
Carson Gee
c23a05b50d
Merge pull request #3213 from carsongee/cg/video_transcript_static
...
Add static fallback method for video transcripts
2014-05-08 11:51:04 -04:00
Muhammad Ammar
af6c5efbb3
Bok-Choy video tests batch4
2014-05-08 10:53:08 +00:00
Carson Gee
c0644dc984
Only do static transcript redirect for english language, and don't offer static redirect for download
...
Rename video test to real YouTube-ID
2014-05-07 15:11:41 -04:00
Carson Gee
ab6c82342e
Add last resort method to download and showing of video transcript
2014-05-07 15:11:41 -04:00
Giulio Gratta
6963d24e5d
Merge pull request #3597 from caesar2164/giulio/help-modal-features
...
Changes for Help Modal to work on Stanford Site
2014-05-07 10:32:22 -07:00
Ned Batchelder
5e34c21ff4
Merge pull request #3628 from edx/ned/fix-ignorable-404-ends
...
IGNORABLE_404_ENDS is wrong and unused
2014-05-07 11:17:05 -04:00
Muhammad Ammar
411a13b56c
Convert lettuce video tests specifically using youtube stub
2014-05-07 06:11:07 +00:00
Ned Batchelder
4d4390c0c9
IGNORABLE_404_ENDS is wrong and unused
...
This setting is only used if SEND_BROKEN_LINK_EMAILS is true, which it
is not, and it is deprecated, and this value for it is wrong, since it
is used as an iterable.
2014-05-06 18:02:53 -04:00
Ned Batchelder
e25bbde4f2
Merge pull request #3618 from edx/ned/remove-press-stories
...
Remove press-page machinery and assets
2014-05-06 17:35:21 -04:00
Giulio Gratta
ba6b0cf4e7
Changes for Help Modal to work on Stanford Site
...
- moved zendesk endpoint to new condition
- some help modal styling
2014-05-06 12:06:04 -07:00
Ned Batchelder
db8c4de202
Remove press-page machinery and assets
2014-05-06 13:29:17 -04:00
Christina Roberts
df262d4fc7
Merge pull request #3229 from edx/christina/container-dnd
...
Drag and drop on container page
2014-05-06 11:09:29 -04:00
Usman Khalid
bbbfc33e34
Merge pull request #3552 from edx/usman/lms2565-bulk-email-display
...
When sending bulk email check if course is authorized.
2014-05-06 17:01:02 +05:00
Han Su Kim
6579364f85
Merge pull request #3593 from edx/han/cert-report
...
Certificate report improvements
2014-05-05 15:01:58 -04:00
Han Su Kim
8bcb70b8bf
Filter just downloadable certs for report
2014-05-05 13:45:07 -04:00
Han Su Kim
4b49159205
Adding additional fields for certificate mode
2014-05-05 13:20:36 -04:00
Adam
5cef9f7a37
Merge pull request #3202 from edx/talbs/lms-dashboard-trackstatus
...
LMS: Show Enrollment Type on Dashboard
2014-05-05 13:19:49 -04:00
Han Su Kim
36865b8447
flake8 cleanup
2014-05-05 11:31:39 -04:00
Han Su Kim
b8541db176
Renaming enrolled to active
2014-05-05 11:16:20 -04:00
Waqas
a07da78a0f
Add the "VERIFIED_CERTIFICATES" toggle on dashboard
2014-05-05 20:10:26 +05:00
Greg Price
f32e2892f6
Merge pull request #3569 from edx/gprice/remove-cs-email
...
Remove email field from CS client user object
2014-05-05 11:02:53 -04:00
Brian Talbot
316f25e6d5
LMS: copy change to refer to 'ID Verified' enrollment as 'Verified' in Dashboard UI
2014-05-05 19:34:23 +05:00
Brian Talbot
5365dbe2fb
LMS: adding visual reinforcement of a user's enrollment type (per course) to Dashboard UI
...
LMS-1071
2014-05-05 19:34:23 +05:00
Sarina Canelake
692e4b2ea7
Merge pull request #3589 from edx/sarina/050514-language-update
...
Sarina/050514 language update
2014-05-05 10:33:48 -04:00
Sarina Canelake
8f0173dc10
Add new languages
2014-05-05 09:13:51 -04:00
Usman Khalid
8ee682d44b
Fixed and added more tests for bulk email.
...
LMS-2565
2014-05-05 16:58:10 +05:00
Waqas
0d7f34b5d3
Update the software secure result call back by correcting the typo
...
LMS-2516
2014-05-05 16:44:33 +05:00
Christina Roberts
b914ddf768
Merge pull request #3576 from edx/christina/view-studio-bug
...
Do not show "View in Studio" links for child verticals of verticals.
2014-05-04 20:59:25 -04:00
Joe Blaylock
ae8847cd6e
Certificates: URL endpoint for cert gen
...
* API endpoint for certificate generation, an authenticated post with course
id requests that grading be carried out and a cert generated for
request.user in that course, using the usual grading and certificate
machinery (ie, it does not imply whitelisting, though whitelists and
blacklists will be respected)
- Logs each request as it comes in
- Calls xq.add_cert() and consequently, does grading synchronously on
this app host and then queues request for certificate agent.
- example usage:
```
curl --data "student_id=9999&course_id=Stanford/2013/Some_Class" http://127.0.0.1:8000/request_certificate
```
* Studio advanced setting added, "certificates_show_before_end", which
determines whether a course should permit certificates to be downloadable
by students before the coures's end date has passed.
- Modifications to dashboard view and templates to allow display of
certificate download links before course has ended.
(XXX: may declare failing students as failing before the course has ended.)
- To test, turn the setting on in a course which hasn't ended yet, and
force certificate generation for a student, then check their
dashboard.
2014-05-02 14:34:21 -07:00
Andy Armstrong
f3a23f3973
Only show drag handles in draft mode
2014-05-02 16:20:12 -04:00
Giulio Gratta
fa63507034
Adds very basic about page style to ul, ol and dl
...
About pages need basic support for lists since professors often want to display lists or 'definitions'
2014-05-02 13:13:46 -07:00
cahrens
7e05f3cdab
pep8/pylint cleanup
2014-05-02 15:36:22 -04:00
cahrens
8e00f6dc3b
Restore the ability to drag at any level inside a vertical and clean up templates.
2014-05-02 15:09:24 -04:00
Frances Botsford
fd7142bcde
dnd container page styling
2014-05-02 15:09:23 -04:00
cahrens
fb150bcf64
Drag and drop on container page.
...
STUD-1309
2014-05-02 15:09:15 -04:00
cahrens
1e92a6c884
Do not show "View in Studio" links for child verticals of verticals.
...
STUD-1558
2014-05-02 13:36:44 -04:00
Greg Price
4dbb104136
Remove email field from CS client user object
...
This requires cs_comments_service commit 1d50176.
2014-05-02 13:17:24 -04:00
Usman Khalid
5903ec5b17
Merge pull request #3417 from edx/usman/lms2518-refund-emails
...
Parameter from_email to send_mail() should be string
2014-05-02 22:03:04 +05:00
Adam
a5235a9cb4
Merge pull request #3574 from edx/release
...
Release
2014-05-02 11:56:26 -04:00
Usman Khalid
e33e9ff2d9
Parameter from_email to send_mail() should be string and not string in list.
...
LMS-2518
2014-05-02 20:35:20 +05:00
Usman Khalid
c955fd0bce
When sending bulk email check if course is authorized.
...
Also the idash_mode property is stored seperately for each course.
LMS-2565
2014-05-02 20:09:25 +05:00
Victor Shnayder
6e4b129f48
Merge pull request #3551 from edx/victor/remove-iframe-ga
...
Remove google analytics tracking from iframes used in Drupal course abou...
2014-05-02 10:55:36 -04:00
David Ormsbee
1b3995810d
Merge pull request #3274 from edx/ormsbee/instructor_task_admin_for_daves_vacation_enjoyment
...
Add admin.py for instructor_task.
2014-05-02 09:30:45 -04:00
Joe Blaylock
48e472a05f
Merge pull request #3532 from edx/jrbl/certs_pass_course_name_in_dict
...
Certs: pass course name on queue
2014-05-01 14:07:55 -07:00
Adam Palay
80f5784657
puts GA id in quotes
2014-05-01 14:41:13 -04:00