Clinton Blackburn
eeac30e197
Disable Forums for Docker devstack
...
This service is not currently available in Docker devstack.
2017-05-21 11:57:55 -04:00
Cliff Dyer
1dd2530deb
Merge pull request #15129 from edx/cdyer/compute_grades_seqid
...
Use a stable ordering for shuffled tasks.
2017-05-20 21:24:36 -04:00
Adam
b017229e6e
Merge pull request #15141 from edx/adam/clear-tasks-old-queueing-state
...
write management command to fail old tasks stuck in queueing state
2017-05-19 18:39:32 -04:00
Adam Palay
aee4b332db
write management command to fail old tasks stuck in queueing state
2017-05-19 16:12:43 -04:00
Douglas Hall
95510487d7
Merge pull request #15154 from edx/douglashall/ENT-392
...
ENT-392 Use PLATFORM_NAME in the account activation sidebar message on the da…
2017-05-19 15:01:55 -04:00
Robert Raposa
79300c00d7
Merge pull request #15107 from edx/rraposa/docs-cleanup
...
LEARNER-909: Clean-up the edx-platform repo documentation
2017-05-19 14:05:11 -04:00
Simon Chen
9380b6b594
Merge pull request #15151 from edx/schen/learner-490
...
LEARNER-490 Disable script auto-eval on lms
2017-05-19 13:03:41 -04:00
Douglas Hall
c1561f63a7
Use PLATFORM_NAME in the account activation sidebar message on the dashboard.
...
ENT-392
2017-05-19 12:58:16 -04:00
Saleem Latif
30eba50b79
Success Message for Account Activation for logged in users
2017-05-19 20:42:40 +05:00
Simon Chen
9135e7286d
Disable script auto-eval on lms
2017-05-19 11:15:36 -04:00
Jesse Shapiro
73c41388ce
Merge pull request #15025 from open-craft/haikuginger/enterprise-branded-logistration
...
[ENT-336][ENT-337][ENT-338] Enterprise registration/login form updates
2017-05-18 17:20:56 -04:00
Robert Raposa
de2b47ca58
Move and rename help_tokens.ini files.
2017-05-18 09:50:59 -04:00
Diana Huang
3e71a45349
Only show preview bar if student can view it.
2017-05-18 09:16:28 -04:00
Jesse Shapiro
65dafe9fe5
Add Enterprise sidebar to login and registration views; remove unneeded fields; make registration form more narrow
2017-05-17 20:49:05 -04:00
Anthony Mangano
70d8c5c22c
update footer endpoint in branding api to support inclusion of language selector
2017-05-17 12:33:00 -04:00
J. Cliff Dyer
1b94666c70
Use mock's ANY
2017-05-16 14:18:19 -04:00
Douglas Hall
d22afb8c92
Fix formatting issues with LMS account activation email.
...
This removes extra whitespace in the body of the LMS account activation email.
ENT-388
2017-05-16 12:53:43 -04:00
J. Cliff Dyer
7127ab863f
Use a stable ordering for shuffled tasks.
2017-05-16 12:37:51 -04:00
Cliff Dyer
af4cf7bfd9
Merge pull request #15061 from edx/neem/retry-compute-grades
...
Add single retry to compute_grades tasks.
2017-05-16 12:31:36 -04:00
sanfordstudent
3278fcf1d6
Merge pull request #15045 from edx/neem/handle_unrescorable
...
400 for non-rescorable blocks
2017-05-16 10:36:33 -04:00
Renzo Lucioni
5314784a4d
Handle expired enrollments on the program detail page
...
Learners should be able to enroll in future runs of courses in which they have an expired enrollment. Previously, the course card model populated itself by selecting the first course run in which the user was enrolled. When the user tried to enroll in another run, nothing would happen because they were already enrolled in the run the page was trying to enroll them in.
Instead of blindly choosing the first run in which the user is enrolled, we now fall through to the same behavior we use for courses in which the user is not enrolled when the user has expired enrollments.
LEARNER-933
2017-05-16 10:02:28 -04:00
Sanford Student
8cfff9a883
400 for non-rescorable blocks
2017-05-16 09:45:37 -04:00
Renzo Lucioni
efbb5ed673
Tighten up program details view
...
Condense view logic left over from removal of Waffle switch.
ECOM-6602
2017-05-15 18:01:23 -04:00
Matthew Piatetsky
131cc0bdbb
Remove old program detail page and Waffle switch gating the new page
...
The new page is released and stable. The switch and old code are no longer necessary.
ECOM-7482
2017-05-15 16:35:03 -04:00
Adam
93616b0881
Merge pull request #15108 from edx/adam/fix-bulk-email-for-track
...
fix for issue where emails to students in one track are sent to users…
2017-05-15 10:43:24 -04:00
Calen Pennington
6c4fbd3c11
Merge pull request #15088 from cpennington/footer-support-lang-variants
...
Support fallback to supported language variants in the footer
2017-05-15 09:00:00 -04:00
Adam Palay
c478e796d2
fix for issue where emails to students in one track are sent to users in other tracks, too (EDUCATOR-217)
2017-05-15 08:48:11 -04:00
Calen Pennington
03b23da980
Support fallback to supported language variants in the footer
2017-05-15 07:36:38 -04:00
rabiaiftikhar
ffa9b7efe3
EDUCATOR-217-364 add logs in bulk email
2017-05-15 09:50:58 +00:00
J. Cliff Dyer
c61f2ddc69
Update xblock requirement to 1.0.0.
2017-05-12 14:51:02 -04:00
Brittney Exline
69d85dc103
Merge pull request #14985 from open-craft/jill/update-registration-login
...
ENT-332/ENT-333 Updates Register and Login as per new design
2017-05-12 11:07:10 -04:00
Renzo Lucioni
78a9b1f0ae
Remove use of read_cached_programs switch
...
The read_cached_programs switch was used to control the release of changes for reading programs exclusively from the cache. With those changes stable, the switch is no longer necessary.
LEARNER-382
2017-05-12 11:06:08 -04:00
Matt Drayer
278fea9d75
Merge pull request #15055 from edx/mattdrayer/ENT-307
...
ENT-307: Add waffle switch to disable account activation requirement for onboarding
2017-05-12 09:49:46 -04:00
Edward Zarecor
4d1694d0e5
Merge pull request #15090 from edx/e0d/icp-footer
...
Basic support for an optional ICP number in the footer
2017-05-12 09:28:01 -04:00
Jillian Vogel
71ba54a963
Updates combined Register, Login, and Password Reset views as per new design
...
* Reorders form fields, and updates labels, placeholders, and tip text
* Increases clickable area for links and labels.
* Removes "*" markers from required fields, and instead adds
"(optional)" labels to visible optional fields.
* Updates font colors and sizes, and removes box shadows
* Adds custom drop-down styles
* Improves responsive design scaling for small screens
* Make Terms of Service and Honor Code open in new window to avoid losing form
field values.
2017-05-12 09:18:36 -04:00
Adeel Khan
73e6029de7
Logging Sailthru api call time for exploring optimal connection timeout value.
...
ECOM-7772
2017-05-12 17:06:55 +05:00
Ned Batchelder
25aa711ec8
Update translations (autogenerated message)
2017-05-12 06:28:34 -04:00
Alex Dusenbery
b33a9436d6
TNL-6832 | Include inactive enrollees in course and problem grade reports.
2017-05-11 13:10:38 -04:00
Sanford Student
42fe9bd9b3
treat empty string as None for letter grades
2017-05-11 10:00:19 -04:00
Nimisha Asthagiri
424d3b40bf
Merge pull request #15089 from edx/neem/redo_bulk_grades
...
Redo Bulk-reads and Request caching in Course Grade Reports
2017-05-10 18:12:19 -04:00
Andy Armstrong
482f76527e
Merge pull request #15064 from edx/andya/welcome-message
...
Show a welcome message on the course home page
2017-05-10 17:40:25 -04:00
Nimisha Asthagiri
4430695b1c
Fix column alignment issue when Teams is disabled
...
This reverts commit b6b704019f .
2017-05-10 17:14:45 -04:00
Nimisha Asthagiri
adb88e21f3
Bulk-reads and Request caching in Course Grade Report
...
This reverts commit 5388d5d1fc .
2017-05-10 17:14:29 -04:00
Andy Armstrong
64de44321b
Show a welcome message on the course home page
...
LEARNER-879
2017-05-10 16:53:15 -04:00
Edward Zarecor
6aea3dc041
Basic support for an optional ICP number in the footer
2017-05-10 16:43:30 -04:00
edx-pipeline-bot
544d5d5996
Merge pull request #15085 from edx/release-mergeback-to-master
...
Merge release back to master
2017-05-10 15:19:09 -04:00
Sanford Student
b6b704019f
Revert "Fix column alignment issue when Teams is disabled"
...
This reverts commit e97283ae44 .
2017-05-10 12:10:48 -04:00
Diana Huang
208cffd64d
Merge pull request #15075 from edx/diana/reverse-back-arrow-rtl
...
Swap direction of arrow for RTL.
2017-05-10 11:07:00 -04:00
Nimisha Asthagiri
956207b932
Merge pull request #15081 from edx/neem/bulk-read-grade-report
...
Grade Report: Fix column alignment issue when Teams is disabled
2017-05-10 10:19:52 -04:00
Nimisha Asthagiri
e97283ae44
Fix column alignment issue when Teams is disabled
2017-05-09 19:44:34 -04:00