Adam
e8925972d9
Merge pull request #11168 from edx/adam/fix-userstanding-page
...
userstanding is now OneToOneField
2016-01-08 13:36:54 -05:00
Peter Fogg
17a69a30e4
Revert "Add options trailing slashes to the Enrollment API."
...
This reverts commit 3149aaa319 .
2016-01-08 09:47:39 -05:00
Adam Palay
7dc54723d3
userstanding is now OneToOneField
2016-01-07 15:11:23 -05:00
David Ormsbee
d23991024a
Merge pull request #11144 from edx/ormsbee/student_dashboard_module_js
...
Disable Courseware JS from loading on Student Dashboard.
2016-01-06 11:33:03 -05:00
Kelketek
7af7553175
Merge pull request #10413 from edx/register-dropdown
...
Add custom fields to registration menu.
2016-01-05 13:44:11 -06:00
David Ormsbee
660d64d7b8
Disable Courseware JS from loading on Student Dashboard.
2016-01-05 13:54:04 -05:00
Toby Lawrence
56fe511a81
Merge pull request #11025 from edx/PERF-224
...
[PERF-224] Serve course assets from a CDN
2016-01-05 13:40:54 -05:00
Jonathan Piacenti
acc0161c0f
Add custom registration form extension feature.
2016-01-05 10:14:28 -06:00
Toby Lawrence
77343df0d9
[PERF-224] Support to serve static assets from a CDN.
...
A base URL can now be configured which is, potentially, prepended to an
asset URL. This allows a CDN, or caching server, to front static asset
requests, taking load off of the contentstore and speeding up page load
times.
Asset URL generation respects locked vs unlocked assets, and will not
generate links to locked assets that would traverse a CDN (even though
the authorization component of the contentserver middleware wouldn't
allow those links to work anyways).
2016-01-05 10:24:44 -05:00
Bill DeRusha
39b5eccf67
Update isActive column in mailchimp upon activation
2016-01-04 13:00:31 -05:00
Ben Patterson
99b029969c
Merge pull request #11097 from edx/ziafazal/SOL-1560
...
ziafazal/SOL-1560:load db_fixures when run with --testsonly
2016-01-04 09:00:38 -05:00
Zia Fazal
2f275f31b4
fixed scenario when tests run using cached sql schema
2015-12-31 20:03:28 +05:00
Syed Hassan Raza
a16791baaa
Detail logging for backend_logger
2015-12-30 15:41:01 +05:00
Peter Fogg
d9b181e83f
Merge pull request #11053 from edx/peter-fogg/enrollment-api-slashes
...
Add optional trailing slashes to the Enrollment API.
2015-12-28 10:29:40 -05:00
Peter Fogg
3149aaa319
Add options trailing slashes to the Enrollment API.
...
This allows the edX REST API Client to perform a sucessful GET against
this API, since Slumber (which our client is based off of) appends the
trailing slash by default.
2015-12-22 14:52:27 -05:00
Robert Raposa
5e69224c32
Deprecate escaping in display_name_with_default
...
- Remove escaping in display_name_with_default
- Move escaped version to deprecated display_name_with_default_escaped
- Does not include any other changes to remove double-escaping
Thanks to agaylard who initiated this work:
https://github.com/edx/edx-platform/pull/10756
TNL-3425
2015-12-22 11:52:04 -05:00
Usman Khalid
5e972b2a66
Merge pull request #11022 from edx/bookmarking
...
Bookmarking
2015-12-22 18:25:48 +05:00
Matt Drayer
17d1f9be0c
Merge pull request #11037 from edx/ziafazal/SOL-1496
...
SOL-1496: added a slug field to reference template asset using this field
2015-12-21 10:31:39 -05:00
Zia Fazal
bb1c86baff
added a slug field to reference template asset using this field
...
removed print statement
removed unnecessary status code assertion
2015-12-21 17:48:56 +05:00
Sarina Canelake
96ddf544ff
Remove Pylint violations
2015-12-17 16:29:28 -05:00
muzaffaryousaf
1616de5051
Bookmarks API.
...
TNL-2180
2015-12-17 22:07:30 +05:00
Peter Fogg
283623ab35
Merge pull request #11019 from edx/peter-fogg/add-ungenerated-migrations
...
Add autogenerated migrations due to field default changes.
2015-12-17 11:55:55 -05:00
Bill DeRusha
d9f6f90c3d
Merge pull request #11010 from edx/bderusha/auto-deadlines
...
Fix auto set deadlines on publish
2015-12-17 11:28:46 -05:00
Peter Fogg
24edef8998
Add ungenerated migrations due to field default changes.
2015-12-17 10:18:51 -05:00
wajeeha-khalid
e37f8ff767
Merge pull request #10905 from edx/jia/MA-1051
...
MA-1051 - DiscussionAPI: Remove http errors from api.py
2015-12-17 15:42:40 +05:00
Peter Fogg
cb1aa0617d
Merge pull request #10966 from edx/peter-fogg/fa-support-tool
...
WIP for financial support tool.
2015-12-16 15:08:59 -05:00
Peter Fogg
a680919e8c
Support tool for changing enrollments.
...
Allows support staff or global staff to view a list of a learner's
enrollments, and change enrollment modes. We generate a
ManualEnrollmentAudit record for these enrollment changes in order to
track updates. Additionally, enrollment changes are handled through
the enrollment API, which handles bookkeeping such as granting refunds
where appropriate.
ECOM-2825
2015-12-16 14:17:19 -05:00
Bill DeRusha
1846353a1f
Fix auto set deadlines on publish
2015-12-16 13:58:13 -05:00
wajeeha-khalid
588833ff43
MA-1051: DiscussionAPI - Removed http errors from api.py and refactored to more specific errors
2015-12-16 21:23:51 +05:00
Diana Huang
fab7a071e3
Add new helper methods.
2015-12-15 16:21:14 -05:00
Renzo Lucioni
da16b3da22
Remove dead code
...
Deletes unused code from an old implementation of microsites.
2015-12-14 16:38:14 -05:00
Matt Drayer
115b169259
mattdrayer/SOL-1519: Include course-level configuration in feature check
2015-12-13 09:57:29 -05:00
Sarina Canelake
5386d0a4ca
Merge pull request #10845 from edx/kill-ora1
...
Remove ORA1: Main Pull Request
2015-12-11 17:31:41 -05:00
Clinton Blackburn
27f853d605
Followup to Credit Patch
...
- Removed unused variable
- Updated message class and text
- HTML-escaping relevant fields
ECOM-2893
2015-12-11 15:53:18 -05:00
Sarina Canelake
2b4a1be60f
Comment out mock call to ORA1 stub server
2015-12-11 15:30:27 -05:00
Sarina Canelake
71a2a2a001
Remove ORA1 lettuce tests
2015-12-11 15:07:13 -05:00
Nimisha Asthagiri
c14c146d0e
Merge pull request #10841 from edx/mobile/optimize-course-api
...
Optimize Course Catalog using CourseOverview
2015-12-11 10:03:35 -05:00
Zia Fazal
2cb2233dde
initial change set. add org autocomplete
...
added unit tests and fixed JS tests
added bok choy tests
fixed broken botchoy tests
fixed course discovery broken test
removed monkey patch at class level
changes after feedback from matte
2015-12-11 18:39:55 +05:00
Nimisha Asthagiri
2b8441a072
Update Course Catalog to use CourseOverview
2015-12-10 20:37:50 -05:00
Bill DeRusha
a164e2fa0a
Merge pull request #10934 from edx/release
...
Hotfix 2015-12-09a and Hotfix 2015-12-09b
2015-12-10 15:45:14 -05:00
Ned Batchelder
a66d05ae69
Merge pull request #9940 from edx/ned/autospec-all-the-things
...
Add autospec to more mocks
2015-12-10 09:47:28 -05:00
Bill DeRusha
005e07cb95
Remove default course mode setting in enrollment api
2015-12-09 19:46:04 -05:00
Bill DeRusha
cdb3e99f39
Enrollment API determines best default enrollment if none passed
2015-12-09 14:50:49 -05:00
Bill DeRusha
3e96357867
Merge pull request #10912 from edx/bderusha/auto-deadlines-sp
...
Auto setting of verification deadlines with manual overrides
2015-12-09 13:42:19 -05:00
Bill DeRusha
522095e112
Auto setting of verification deadlines with manual overrides
2015-12-09 11:59:55 -05:00
Peter Fogg
2d40c66361
Fix spurious Zendesk warnings.
...
We were logging warnings about group names when no group names were
requested. This will clean up Splunk a little bit.
2015-12-09 10:01:14 -05:00
Ned Batchelder
43ac38aa87
Add autospec to all mocks
2015-12-09 09:44:22 -05:00
Peter Fogg
5ecb9af294
Merge pull request #10896 from edx/release
...
Release 2015-12-08
2015-12-08 18:58:14 -05:00
Peter Fogg
1717320b11
Merge pull request #10883 from edx/peter-fogg/investigate-spooky-migrations
...
Add migrations due to field default changes from #10802 .
2015-12-08 18:57:52 -05:00
Peter Fogg
a609e074c7
Fix Unicode errors in financial assistance.
2015-12-08 16:35:38 -05:00