Clinton Blackburn
847797da5f
Merge pull request #10460 from edx/clintonb/enrollment-admin
...
Removed read-only fields from enrollment admin
2015-11-02 10:20:49 -05:00
Matt Drayer
b900221ca4
Merge pull request #10394 from edx/asadiqbal08/SOL-1292
...
asadiqbal08/SOL-1292 Entrance Exam is not imported with an imported course
2015-11-02 10:14:47 -05:00
Christina Roberts
67f649a2d7
Merge pull request #10435 from edx/christina/flaky-bio
...
Remove flaky flag from profile bok choy test
2015-11-02 09:59:03 -05:00
Sarina Canelake
42c5f2ff8c
Merge pull request #10125 from open-craft/smarnach/course-number-class
...
Add a class to the course number in the page header to facilitate hiding it in a theme.
2015-11-02 09:55:30 -05:00
Syed Hasan raza
cdd5a6f8fb
Merge pull request #7016 from edx/shr/bug/TNL-1355-Studio-username-field-area-alignment
...
set max width for nav-account-user for long characters
2015-11-02 06:30:33 -08:00
Syed Hassan Raza
f582d1a832
adjusment for long usernames
2015-11-02 16:14:53 -08:00
Clinton Blackburn
c34dfac1ff
Removed read-only fields from enrollment admin
...
The read-only protection is more hassle than it's worth when testing locally and on stage. It's a solution to a problem we don't actually have, so I have reverted the changes.
2015-11-02 09:25:56 -05:00
Awais Jibran
2587ebc931
Merge pull request #10355 from edx/aj/tnl2324-xblocksaveerror-exception
...
Updating edx-platform for XBlock#323
2015-11-02 19:22:30 +05:00
Awais Jibran
6319142a86
Updating edx-platform for XBlock#323
2015-11-02 18:17:47 +05:00
asadiqbal
bf0affc25d
SOL-1292
2015-11-02 14:33:12 +05:00
Ahsan Ulhaq
1c66fbc812
Merge pull request #10277 from edx/ahsan/ECOM-2338-adding-Messaging-and-text-improvements-unaffected-changes
...
Reimplemented text changes for dashboard
2015-11-02 11:34:25 +05:00
Ned Batchelder
365e497c17
Merge pull request #10443 from edx/ned/fix-edx-oauth2-provider-installation
...
Egg name needs to match setup(name=..) to get installed properly
2015-10-31 12:34:10 -04:00
Sven Marnach
610a0e0fbb
Add a class to course number and name in the page header to facilitate hiding them in a theme.
2015-10-31 13:19:06 +01:00
Ned Batchelder
e79ff7b06d
Egg name needs to match setup(name=..) to get installed properly
2015-10-31 07:51:45 -04:00
Nimisha Asthagiri
3ac14fe3dd
Merge pull request #10365 from edx/mobile/block-cache-framework
...
Block Cache framework (MA-1551)
2015-10-30 17:01:23 -04:00
cahrens
65a0994ca6
Remove flaky flag-- passed 30 times.
...
TNL-3679
2015-10-30 16:22:45 -04:00
Ahsan Ulhaq
bab065d825
Reimplemented text changes for dashboard
2015-10-30 23:53:22 +05:00
Nimisha Asthagiri
7f325aee73
Block Cache framework.
2015-10-30 14:24:57 -04:00
Christina Roberts
057ab71b7c
Merge pull request #10052 from edx/andya/segmentio-performance
...
Upgrade segment.io and possibly improve its performance
2015-10-30 14:10:16 -04:00
Edward Zarecor
37f69c20a8
Merge pull request #10358 from edx/e0d/fix-consumer-secret
...
PR for discussing the right thing to do here.
2015-10-30 13:55:55 -04:00
Sarina Canelake
02744481ae
Merge pull request #10441 from edx/sarina/20151030-update-translations
...
Update translations (autogenerated message)
2015-10-30 13:50:12 -04:00
Nimisha Asthagiri
6ab20b71c0
Merge pull request #10388 from edx/nimisha/course-factory
...
Add SampleCourseFactory and ToyCourseFactory
2015-10-30 13:23:05 -04:00
Eric Fischer
e0380ad7ab
Merge pull request #10295 from edx/efischer/cohort_membership_model
...
TNL-3478 Cohort Membership race condition fix
2015-10-30 13:08:56 -04:00
Eric Fischer
c4c5effb7b
Merge pull request #10438 from edx/efischer/flaky_test
...
Marking flaky test
2015-10-30 13:07:49 -04:00
Jesse Zoldak
e4aa1fa5be
Merge pull request #10437 from jzoldak/zoldak/quiet-circle-pylint
...
Increase the test output timeout and quiet the pylint output.
2015-10-30 13:07:41 -04:00
Sarina Canelake
7301ea77c4
Update translations (autogenerated message)
2015-10-30 13:02:31 -04:00
Christina Roberts
d1aa7e2cc6
Merge pull request #10436 from edx/christina/remove-comments
...
Move comments within the script block.
2015-10-30 12:57:51 -04:00
Awais Qureshi
0e88668e2b
Merge pull request #10372 from edx/awais786/ECOM-2451-xseries-to-dashboard
...
Add the html and css changes required for XSeries
2015-10-30 21:51:05 +05:00
Eric Fischer
74906f248b
Marking flaky test
...
common.test.acceptance.tests.video.test_video_module.YouTubeVideoTest.test_video_component_stores_speed_correctly_for_multiple_videos
is flaky, see for details.
2015-10-30 12:12:55 -04:00
Ahsan Ulhaq
c47311b11f
Add the html and css and backend changes required for the xseries.
2015-10-30 20:59:26 +05:00
cahrens
9aecd10ab3
Move comments within the script block.
2015-10-30 11:44:30 -04:00
Eric Fischer
dbbc64ff88
CohortMembership Race Condition Test
...
By using the before_after library, we can force a race condition to reliably
occur in the CohortMembership.save() method. This unit test will do just that,
and ensure that our race-condition-handling code functions as it should.
2015-10-30 11:07:25 -04:00
Eric Fischer
08ed3b547f
CohortMemberships Unit Test Updates
...
Updating previously-existing unit tests to function with the new
CohortMembership model.
2015-10-30 11:07:25 -04:00
Eric Fischer
83163e58f8
CohortMemberships Code Changes
...
The code changes needed to get CohortMembership functioning properly.
The key of this change is twofold: first, CohortMemberships are unique
per-user, per-course. This is enforced at the database level. Secondly,
the updates are done using a select_for_update, which ensures atomicity.
2015-10-30 11:07:25 -04:00
Eric Fischer
56d49e7390
CohortMemberships Migrations
...
These are the migrations needed for CohortMembership to function.
0005 establishes the table, 0006 will be used to move existing data
into the table as needed.
Per product guidance, we can just arbitrarily reassign problem users.
Implementing that decision, as well as the remainder of the data migration.
Also including a short script to re-run the 0006 migration after code changes
are live, to prevent a potential issue where the database become out-of-sync.
2015-10-30 11:07:25 -04:00
chrisndodge
7868067879
Merge pull request #9744 from edx/cdodge/timed-exams
...
Timed Exams
2015-10-30 11:03:59 -04:00
Jesse Zoldak
f4df2ac1ca
Increase the test output timeout and quiet the pylint output.
2015-10-30 10:47:25 -04:00
Bill DeRusha
717f5dc5e8
Merge pull request #10384 from edx/bderusha/refund-window
...
Refund windows
2015-10-30 10:29:29 -04:00
Matt Drayer
90f1473bfc
Merge pull request #10418 from edx/ziafazal/SOL-1340
...
SOL-1340: added vertical spacing around issued certificates section
2015-10-30 10:02:16 -04:00
Andy Armstrong
b66cbe3484
Upgrade segment.io to match documentation.
...
May improve performance.
TNL-3538
2015-10-30 09:24:20 -04:00
Bill DeRusha
1f77810fad
Add configurable refund window
...
Add configuration model for enrollment refunds.
Use order info from otto in refund window calculation
Delete dupe tests. Extend tests to include window tests
Move ecom client from lib to djangoapps in openedx
2015-10-30 09:01:53 -04:00
Nimisha Asthagiri
ce466619e4
Add SampleCourseFactory and ToyCourseFactory
2015-10-30 08:52:29 -04:00
Muhammad Shoaib
9476898df0
Add Timed Exams as a feature to edx-platform
2015-10-30 08:44:33 -04:00
Zia Fazal
830b2e0ac5
added vertical spacing
...
wrapped issued certificates section with p tags to add some vertical
spacing
changes after feedback from frances
indent code
2015-10-30 12:01:39 +05:00
wajeeha-khalid
16ab4f4333
Merge pull request #10105 from edx/jia/MA-1189
...
MA-1189 - Discussion API: implemented GET comment children
2015-10-30 11:37:41 +05:00
chrisndodge
2301bcbf8f
Merge pull request #10403 from edx/afzaledx/MAYN-149_survey_report
...
MAYN-149 Survey Report CSV upload for Professional Education courses.
2015-10-29 18:24:31 -04:00
Ben Patterson
e066fc0a73
Merge pull request #10427 from edx/benp/fix-scripts-pylint-bug
...
Pylint results should be piped.
2015-10-29 15:27:31 -04:00
Ben Patterson
8833db6a56
Pylint results should be piped.
...
In the event of a pylint failure, we need to cat the log. This will also
ensure that the remaining scripts in the job can run.
2015-10-29 14:32:13 -04:00
Douglas Hall
af832a76bf
Merge pull request #10407 from edx/task/douglashall/add_to_authors
...
Add Douglas Hall to AUTHORS
2015-10-29 14:19:22 -04:00
Afzal Wali
5a11f75a48
Add the ability for self-service course survey reports
2015-10-29 13:26:28 -04:00