Troy Sankey
|
d76a1ac014
|
Tests should make use of django test client's PATCH functionality
Previously, these tests were skipped in order to support Django 1.4.
|
2017-10-05 15:37:00 -04:00 |
|
Troy Sankey
|
46d8caa8cd
|
Remove/update comments related to django 1.4
Course keys as PKs don't appear to break detail links in admin pages
anymore.
|
2017-10-05 15:35:01 -04:00 |
|
John Eskew
|
4b95abb715
|
Make an AppConfig to register ccxcon signals.
|
2017-10-05 11:12:53 -04:00 |
|
John Eskew
|
7dfb6cc681
|
Change all UTC timezones to import from pytz instead of Django.
|
2017-10-05 11:12:52 -04:00 |
|
John Eskew
|
02f26f55ce
|
Remove unused imports. Push model imports down into relevant methods.
Mock out the static_replace modules in the proper location.
|
2017-10-05 11:12:52 -04:00 |
|
John Eskew
|
8b5b1eba86
|
Use Django 1.11 compatible version of django-countries.
|
2017-10-05 11:12:51 -04:00 |
|
Troy Sankey
|
7f394cfce8
|
remove uses of django.util.unittest
django.util.unittest was deprecated in django 1.7 and removed in 1.9.
PLAT-1551
|
2017-10-03 11:51:28 -04:00 |
|
Brian Mesick
|
6fbea7f191
|
Merge pull request #16106 from edx/bmedx/raw_sql_dates_PLAT-1531
Update raw sql that uses datetimes to be Django 1.9 compatible
|
2017-10-02 09:29:50 -04:00 |
|
Adam Palay
|
8dc58e548e
|
address coursegraph issue where components had the same block id but different locations
|
2017-09-29 14:46:33 -04:00 |
|
McKenzie Welter
|
1fe76d7c01
|
calculated hours of effort for rendering cert template context
|
2017-09-29 14:26:16 -04:00 |
|
bmedx
|
cfd77f61f6
|
Update raw sql that uses datetimes to be Django 1.9 compatible
|
2017-09-29 11:33:28 -04:00 |
|
Saleem Latif
|
cb7d8dcb86
|
Create API View for ApiAccessRequest model
|
2017-09-28 12:27:13 +05:00 |
|
Ned Batchelder
|
ed9b93ff1a
|
Merge pull request #16100 from edx/nedbat/lazy_format
Have to format lazily for translated constant messages
|
2017-09-26 13:05:16 -04:00 |
|
Ned Batchelder
|
f8f911ae5c
|
Have to format lazily for translated constant messages
|
2017-09-26 11:39:36 -04:00 |
|
John Eskew
|
fe8f7f553d
|
Merge pull request #16022 from edx/jeskew/toxify_edx_platform_testing
Add tox testing to edx-platform.
|
2017-09-26 11:14:11 -04:00 |
|
Gabe Mulley
|
a2dc27e6b1
|
fix multi-course emails and update ACE
|
2017-09-25 14:07:08 -04:00 |
|
John Eskew
|
2194d390c8
|
Remove memory dump signal until meliae packaging issues are resolved.
|
2017-09-25 10:33:14 -04:00 |
|
Brian Beggs
|
2d19136beb
|
Merge pull request #16009 from edx/jmbowman/pytest_unit_tests
PLAT-1677 Switch to pytest for unit tests
|
2017-09-25 08:57:01 -04:00 |
|
Jeremy Bowman
|
ca97e946a6
|
Switch to pytest for unit tests
|
2017-09-22 16:07:53 -04:00 |
|
Harry Rein
|
fcf5f03b2d
|
Fix issue with course message classes.
|
2017-09-22 14:38:04 -04:00 |
|
Harry Rein
|
990a8cbfe6
|
Merge pull request #16008 from edx/HarryRein/LEARNER-2307-course-goal-messaging
LEARNER-2307: Course Goal Messaging
|
2017-09-22 11:53:11 -04:00 |
|
Alex Dusenbery
|
00dadc3a3a
|
EDUCATOR-1402 | Fix flaky generate_course_overview test.
|
2017-09-22 09:59:56 -04:00 |
|
Harry Rein
|
bc76ffe5dc
|
Add message for setting course goal.
LEARNER-2307
|
2017-09-22 09:56:27 -04:00 |
|
sanfordstudent
|
5c88600fbf
|
Merge pull request #16048 from edx/sstudent/EDUCATOR-1288
Sstudent/educator 1288
|
2017-09-21 16:48:46 -04:00 |
|
Sanford Student
|
d0e68f2d24
|
recalculate course grade on user partition change
|
2017-09-21 15:32:07 -04:00 |
|
McKenzie Welter
|
cc15081399
|
Merge pull request #16068 from edx/McKenzieW/learner-2457
Fixing util to gather course_run data from catalog
|
2017-09-21 14:27:05 -04:00 |
|
Gabe Mulley
|
fab1769be4
|
update nudge templates
|
2017-09-21 13:41:51 -04:00 |
|
McKenzie Welter
|
f846442233
|
language --> content_language and get_fields() actually returns
|
2017-09-21 13:25:40 -04:00 |
|
Andy Armstrong
|
de0380ca0e
|
Merge pull request #16017 from edx/diana/profile-messaging
LEARNER-2530: Messaging changes on Learner Profile
|
2017-09-21 11:35:42 -04:00 |
|
Alex Dusenbery
|
d89afa0832
|
EDUCATOR-1207 | Run generate_course_overview command via celery task, in batches.
|
2017-09-21 11:26:59 -04:00 |
|
Diana Huang
|
cbfea6515d
|
Add new info message to profile page.
|
2017-09-21 10:19:40 -04:00 |
|
Alex Dusenbery
|
42829bd272
|
EDUCATOR-1103 | Restrict the number of courses to run a single opt-in query for.
|
2017-09-19 15:27:54 -04:00 |
|
Ned Batchelder
|
253c6fba24
|
Have to use ugettext_lazy for import-time translations
|
2017-09-19 14:11:05 -04:00 |
|
Alex Dusenbery
|
ab71318104
|
EDUCATOR-1316 | Refactor courseware.views.views._get_cert_data and related functions.
|
2017-09-19 11:11:37 -04:00 |
|
Nimisha Asthagiri
|
813007bb49
|
Schedules/ACE - support debug logging via waffle
|
2017-09-16 22:03:28 -04:00 |
|
McKenzie Welter
|
531a51f75c
|
Added util method to retrieve individual course_run data from Catalog
|
2017-09-15 15:03:20 -04:00 |
|
Michael LoTurco
|
5b349333c8
|
Merge pull request #15999 from edx/MLoTurco/learner-1993-alt
Add Configuration to Enable Translated Web-Certificates
|
2017-09-14 13:04:21 -04:00 |
|
Sanford Student
|
e4735a6aba
|
switch over to unified waffle switch
for EDUCATOR-1313
|
2017-09-14 09:58:39 -04:00 |
|
Michael LoTurco
|
2399f0ab16
|
Added Fields to CertificateGenerationCourseSetting
|
2017-09-13 12:42:51 -04:00 |
|
Nimisha Asthagiri
|
67a246ad93
|
Merge pull request #15998 from edx/ret/update-schedule-date-change
Update schedule start only if new course start date is in the future
|
2017-09-12 11:26:43 -04:00 |
|
Gabe Mulley
|
58f0be290b
|
Merge pull request #15990 from edx/ret/compact-footer
Make the footer more visually compact
|
2017-09-12 08:24:36 -04:00 |
|
Calen Pennington
|
cd4ebaf23c
|
Only send one email even if there are multiple enrollments by the same user on the same day
|
2017-09-12 08:23:21 -04:00 |
|
Chandrakant Gopalan
|
96e704e47c
|
Allow theme template block override
|
2017-09-11 21:42:25 -04:00 |
|
Gabe Mulley
|
acd50cfe69
|
tighten up the footer of the re-engagement emails
|
2017-09-11 17:10:06 -04:00 |
|
Nimisha Asthagiri
|
65f8731a73
|
Update schedule start only if new course start date is in the future
|
2017-09-11 16:19:46 -04:00 |
|
Nimisha Asthagiri
|
5193649956
|
Update Schedules when start date changes on non-live courses
|
2017-09-10 08:41:26 -04:00 |
|
Gabe Mulley
|
8a8c9747a7
|
update template
|
2017-09-08 12:09:13 -04:00 |
|
sanfordstudent
|
28fd39f7b1
|
Merge pull request #15975 from edx/sstudent/EDUCATOR-1317
common function for cert display date
|
2017-09-08 11:21:33 -04:00 |
|
Sanford Student
|
4f977fb228
|
common function for cert display date
|
2017-09-08 10:05:30 -04:00 |
|
Andy Armstrong
|
94add3a49f
|
Provide a first class Open edX theme
LEARNER-2513
|
2017-09-07 13:44:02 -04:00 |
|