Eric Fischer
6880fa146b
More specific grace_course logging
2017-06-01 11:43:28 -04:00
Eric Fischer
b69adbfcb2
More celery logging
2017-05-31 17:19:21 -04:00
Andy Armstrong
e8a36957b1
Merge pull request #15205 from edx/andya/clean-imports-cms
...
Reorder Studio imports using isort
2017-05-30 20:36:56 -04:00
Andy Armstrong
f4b0a76c0b
Merge pull request #15204 from edx/andya/clean-imports-2
...
Reorder imports using isort (except lms and cms)
2017-05-30 20:36:41 -04:00
Clinton Blackburn
e9cdc133a6
Updated programs detail page to always call Credentials API
...
The programs detail page now always makes a call to the Credentials API to check for program credentials, regardless of whether the user has earned a course certificate. The course certificate constraint adds an additional burden to testing in exchange for slightly decreased load on the API. The cost outweighs the benefit given the limited traffic to this page.
LEARNER-1103
2017-05-30 17:30:20 -04:00
Adam
7ab3bb2105
Merge pull request #14869 from edx/adam/add-index-to-nodes
...
add indices to item nodes when dumping to neo4j
2017-05-30 17:19:50 -04:00
Andy Armstrong
ebb04ca396
Reorder Studio imports using isort
2017-05-30 17:00:50 -04:00
Adam Palay
4331132920
add indices to item nodes when dumping to neo4j
2017-05-30 16:33:15 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
John Eskew
fc57527c5a
Merge pull request #15208 from edx/jeskew/revert_PR_15170
...
Revert pull request #15170 - merging this PR with no reviews, as it's a revert of a previous PR. Reviewers - take note...
2017-05-30 15:16:25 -04:00
John Eskew
3b57542ab0
Revert "Merge pull request #15170 from edx/jeskew/PLAT_1316_partitions_inheritance"
...
This reverts commit f97f052591 , reversing
changes made to 800bcd8e20 .
2017-05-30 12:42:54 -04:00
Douglas Hall
d71a1d8887
Merge pull request #15038 from replaceafill/replaceafill/ENT-343
...
[ENT-343] Add Terms of Service modal
2017-05-30 10:38:50 -04:00
M. Rehan
b61a28dd75
Merge pull request #15197 from edx/mrehan/transcripts-upload-when-only-vid-id
...
Override video url with edx val encodings
2017-05-30 14:54:16 +05:00
Attiya Ishaque
bbf10c11d1
Merge pull request #15189 from edx/ai/EDUCATOR-3-resolve-NoneType-object
...
EDUCATOR-3 Check for course before using it.
2017-05-30 13:44:42 +05:00
Qubad786
4c074f11cf
Override video url with edx val encodings
2017-05-30 12:58:39 +05:00
Douglas Cerna
eaa02db6ae
Added Terms of Service modal
2017-05-29 11:57:04 -06:00
attiyaishaque
7f3e4cb810
EDUCATOR-3 Check for course before using it.
2017-05-29 17:43:44 +05:00
Clinton Blackburn
74f9858b77
Optimized all imports in common.test.acceptance
...
- Removed unused imports
- Ran isort to properly order/style imports
2017-05-28 00:59:22 -04:00
Douglas Hall
6894dafa61
Merge pull request #15161 from open-craft/uman/OC-2663
...
ENT-392 Refactoring
2017-05-26 15:18:43 -04:00
Uman Shahzad
a41195377c
Allow configurable activation email support link.
...
This also serves as a slight refactor of ENT-392.
2017-05-26 14:25:15 -04:00
Matt Drayer
ea195ff28a
Merge pull request #15118 from edx/mattdrayer/hide-audit-enterprise
...
ENT-405: Hide the audit option from track selection for certain enterprise scenarios
2017-05-26 09:20:01 -04:00
John Eskew
31912ac1a9
Merge pull request #15176 from edx/jeskew/move_license_mixin
...
Move LicenseMixin and accompanying code to openedx/core/lib.
2017-05-25 17:30:39 -04:00
John Eskew
e30e44cb9a
Run isort on files touched in LicenseMixin move.
2017-05-25 16:24:57 -04:00
John Eskew
f1369b912e
Move LicenseMixin and accompanying code to openedx/core/lib.
2017-05-25 16:17:31 -04:00
Andy Armstrong
643d9eda7d
Merge pull request #15191 from edx/andya/use-isort
...
Add isort to edx-platform
2017-05-25 14:51:52 -04:00
John Eskew
f97f052591
Merge pull request #15170 from edx/jeskew/PLAT_1316_partitions_inheritance
...
Move fields.py, inheritance.py, and partitions to openedx/core.
2017-05-25 14:21:03 -04:00
Clinton Blackburn
800bcd8e20
Updated CredentialsApiConfig to pull URLs from settings
...
Pulling URLs from settings allows us to rely on site configuration overrides in order to support multi-tenancy.
LEARNER-1103
2017-05-25 13:30:43 -04:00
John Eskew
76389d8678
Run all files touched in inheritance/partition work through isort.
2017-05-25 13:24:08 -04:00
John Eskew
66f3aa5ccf
Move fields.py, inheritance.py, and partitions to openedx/core.
2017-05-25 13:24:08 -04:00
Andy Armstrong
f81c21902e
Add isort to edx-platform
...
LEARNER-1168
2017-05-25 11:39:43 -04:00
Cliff Dyer
8a4bb2e670
Merge pull request #15184 from edx/neem/cms-dash-inefficiencies
...
Cleanup inefficiencies in Studio dashboard
2017-05-25 11:12:21 -04:00
Anthony Mangano
8bb56fa448
Merge pull request #15133 from edx/LEARNER-842-show-language-selector-in-lms-footer
...
Learner 842 Add ability to show language selector in LMS footer
2017-05-25 10:42:01 -04:00
J. Cliff Dyer
6c6f271e0e
Comment out broken speed test.
2017-05-25 10:18:43 -04:00
Douglas Hall
fa981e84f4
Merge pull request #15186 from edx/douglashall/WL-1052
...
Allow for SiteConfiguration override of SOCIAL_SHARING_SETTINGS setting.
2017-05-24 21:32:38 -04:00
Douglas Hall
8f95f799ac
Allow for SiteConfiguration override of SOCIAL_SHARING_SETTINGS setting.
...
WL-1052
2017-05-24 20:24:14 -04:00
Anthony Mangano
0172ff315a
add ability to show footer language selector on LMS
2017-05-24 16:41:45 -04:00
J. Cliff Dyer
61d247d4bb
Prefer iters and sets to lists
2017-05-24 15:49:45 -04:00
Renzo Lucioni
6129494a4c
Retry getting program details if they initially fail to be retrieved
...
get_many sometimes fails to bring back details cached on one or more Memcached nodes. It doesn't look like these keys are being evicted. 99% of the time all keys come back, but 1% of the time all the keys stored on one or more nodes are missing from the result of the get_many. One get_many may fail to bring these keys back, but a get_many occurring immediately afterwards will succeed in bringing back all the keys. This behavior can be mitigated by trying again for the missing keys, which is what we do here. Splitting the get_many into smaller chunks may also help.
LEARNER-382
2017-05-24 10:00:05 -04:00
Adam
f0f09ce6c9
Merge pull request #15171 from edx/adam/fix-unicode-error
...
make translated string unicode (EDUCATOR-460)
2017-05-24 07:26:55 -04:00
Adam Palay
3b803085db
make translated string unicode (EDUCATOR-460)
2017-05-23 13:13:56 -04:00
Saleem Latif
df01a55cbc
Merge pull request #15169 from edx/saleem-latif/ENT-329-updates
...
ENT-329: Update account activation message on login page
2017-05-23 19:13:50 +05:00
Alex Dusenbery
30fc3a55d0
EDUCATOR-390 and EDUCATOR-391 | Send GRADING_POLICY_CHANGED signal when something changes the grading policy.
2017-05-23 08:57:06 -04:00
Saleem Latif
937f979327
Update account activation message on login page
2017-05-23 17:34:46 +05:00
Matt Drayer
5f5a44e062
Hide the audit option from track selection for certain enterprise use cases
2017-05-22 17:14:27 -04:00
Renzo Lucioni
2955a6e639
Remove credential listing from program list view
...
The new design for the program detail page introduced a sidebar which includes a program-specific listing of credentials. This is an improvement over the old list of credentials found on the program list page and is meant to replace it. The new detail page is stable, so the credential listing on the program list page can be removed.
LEARNER-492
2017-05-22 16:07:37 -04:00
sanfordstudent
78d8895880
Merge pull request #15138 from edx/sstudent/recalculate_for_date_range
...
recalculate for date range mgmt command
2017-05-22 15:01:53 -04:00
Douglas Hall
52fbe6f1c7
Merge pull request #15144 from edx/saleem-latif/ENT-329
...
ENT-329: Success Message for Account Activation for logged out users.
2017-05-22 14:48:04 -04:00
Douglas Hall
95964a0ac7
Merge pull request #15162 from edx/zub/ENT-347-enterprise-version-bump-to-0.33.19
...
bump enterprise version from 0.33.16 to 0.33.19
2017-05-22 14:29:23 -04:00
Matt Drayer
9b4ac5ab4f
Merge pull request #15142 from edx/mattdrayer/ENT-307-commerce
...
ENT-307: Consider waffle switch when selecting ecommerce workflow
2017-05-22 14:02:00 -04:00
Adam
4785b2694c
Merge pull request #15153 from edx/send-emails-to-expired-tracks
...
allow sending emails to course modes even if they've expired (EDUCATO…
2017-05-22 13:21:31 -04:00