Ahsan Ulhaq
7e88a88604
Financial Assistance Form Updates
...
ECOM-4544
2016-06-08 21:18:49 +05:00
Calen Pennington
df2f347ac2
Merge pull request #12670 from cpennington/reset-urls-favicon-tests
...
Reset urls favicon tests
2016-06-07 12:02:45 -04:00
Calen Pennington
12d239801e
Merge pull request #12628 from cpennington/test-i18n-reset-translations
...
Test i18n reset translations
2016-06-07 10:44:07 -04:00
Calen Pennington
c124fb343b
Make test_favicon tests work independently
2016-06-07 10:02:44 -04:00
Calen Pennington
bdf08fc7e2
Separate CourseInfo tests into a separate ModulestoreTestCase
2016-06-06 13:57:56 -04:00
Andy Armstrong
7e2a174eec
Move discussion board to the Pattern Library
...
TNL-4622
2016-06-02 12:48:12 -04:00
Calen Pennington
6963c5307b
Deactivate translations after all i18n tests in courseware so that they don't leak to future tests
2016-06-02 11:06:59 -04:00
Kevin Kim
aecb809205
Merge pull request #12553 from edx/kkim/neg_vert_positions
...
Changed courseware/views/index.py to fix negative vertical positions
2016-06-02 10:32:21 -04:00
Douglas Hall
a07a762f73
Merge pull request #12555 from edx/hasnain-naveed/MAYN-193
...
MAYN-193 Use django_sites_extensions.middleware.RedirectMiddleware to enable redirects
2016-06-01 21:18:01 -04:00
Kevin Kim
17b8dfa94d
Changed courseware/views/index.py to fix negative vertical positions
...
TNL-4408
2016-06-01 20:16:46 +00:00
Hasnain
11454640da
Added middleware to redirect the user from expired course page to all courses page.
2016-06-01 14:56:27 -04:00
Matt Drayer
42af66cee7
mattdrayer/determine-correct-checkout: Select proper checkout workflow based on context
2016-06-01 00:39:15 -04:00
Cliff Dyer
4e77d50982
Merge pull request #12396 from edx/cdyer/grading-transformer
...
Add transformer to collect grades data
2016-05-27 09:39:34 -04:00
Brian Wilson
a36aa68fd7
Add new export_olx management command.
...
This moves the functionality of the 'export_course' management command from lms/djangoapps/courseware
over to the Studio codebase. This reflects its use going forward to be run with cms settings, to
export the content of the Studio modulestore instead of the LMS modulestore. The management
command is used by an analytics workflow to output course content for researchers.
2016-05-26 17:26:59 -04:00
J. Clifford Dyer
7b75d1d452
Add transformer that collects grading data.
...
TNL-4449
2016-05-26 16:15:34 -04:00
Brian Jacobel
182921f1f1
Merge pull request #12433 from edx/bjacobel/upgrade-jquery
...
Upgrade jQuery to 2.2
2016-05-25 09:07:07 -04:00
cahrens
4ba07bf7a4
Assorted test and dependency fixes to cms-squire and cms
...
isRejected is deprecated.
Actually serve the slick library in LMS jasmine tests
customwmd doesn't need to wait for DOM ready event
... In order to define a class and extend the Markdown class.
2016-05-24 16:53:34 -04:00
Bill DeRusha
136f3d3467
Merge pull request #12552 from edx/release
...
Merge Release 2016-05-24 to Master
2016-05-24 16:11:35 -04:00
Simon Chen
e6137dd6af
ECOM-4007 Prevent the issuing of HC certs to verified learners that haven't ID verified
2016-05-23 11:44:14 -04:00
Peter Fogg
c1a59cc0b3
Fix date summaries with Unicode format issues.
...
This issue would show up when date formatting strings are translated
with Unicode characters (like when testing with fake Esperanto
translations).
2016-05-23 11:15:09 -04:00
Gabe Mulley
1ee87c887a
Merge pull request #12212 from CredoReference/assigned-tags-included-in-the-emitted-event
...
Connected aside information is included in the emitted event (on check)
2016-05-20 09:41:10 -04:00
Calen Pennington
2aa9967189
Merge pull request #12386 from cpennington/cale/concurrent-unit-tests
...
[EV-12] Run LMS unit tests concurrently on jenkins
2016-05-19 14:25:24 -04:00
Dmitry Viskov
21bbcc9f35
Connected aside information is included in the emitted event (on check)
2016-05-19 17:37:40 +03:00
Calen Pennington
a07f53e020
Run middleware on a RequestFactory generated request in tests
2016-05-18 14:10:28 -04:00
attiyaishaque
48e7fc8125
Bokchoy Test Deleted.
2016-05-18 11:40:59 +05:00
attiyaishaque
275a31ec42
Change in Bokchoy test according to new design.
2016-05-18 11:40:58 +05:00
attiyaishaque
19ea9ae9a0
Unit tests added and changes in enroll_staff view.
2016-05-18 11:40:58 +05:00
attiyaishaque
b19264974b
Adding unit test
2016-05-18 11:40:58 +05:00
attiyaishaque
94b58c2df6
Adding bokchoy test and change in html file.
2016-05-18 11:40:57 +05:00
Awais Jibran
3fb6592443
SUST-24 Initial commit
...
Add bokchoy test and changes in html
2016-05-18 11:40:57 +05:00
Douglas Hall
4bdeaf7696
Always include the course price in the course_about template context
2016-05-17 15:41:27 -04:00
Douglas Hall
defb08e845
Include course price in course_about template context if either the ecommerce service is enabled or shoppingcart is enabled
2016-05-17 15:41:27 -04:00
Christina Roberts
8c418c62fe
Merge pull request #12033 from sigberto/submission-history-tz
...
Display correct timezone on timestamp for question submission
2016-05-17 10:52:30 -04:00
Peter Fogg
80bfa36d09
Fixes for courseware date formatting/translation.
2016-05-17 09:20:07 -04:00
sigberto
6e0fb24dab
Display correct timezone on timestamp for question submission
...
The view for submission history used to grab the timezone from the database (UTC) and
appeded the TIME_ZONE variable after (could be any time zone). Adjusted displayed
timedate to the TIME_ZONE variable. Added unittest checks the localized datetime
object used by submission history for the expected hour difference.
2016-05-16 12:26:37 -07:00
Douglas Hall
6c4f471787
Always include the course price in the course_about template context
2016-05-11 21:26:56 -04:00
Douglas Hall
2e7a5a0f6a
Include course price in course_about template context if either the ecommerce service is enabled or shoppingcart is enabled
2016-05-11 16:35:07 -04:00
Matt Drayer
a9b7e4c63d
mattdrayer/course-mode-bulk-sku: Add new CourseMode field
...
* mattdrayer: Add bulk checkout link to course views
* asadiqbal08: MAYN-225 replace the "Verify Now" button by the "Go to Dashboard" button in case of themed sites.
* mattdrayer: Add bulk_sku check in courseware.views
2016-05-11 10:57:24 -04:00
Adam Palay
bfb319db9a
add discussion_id to course structure dump command (AN-6696)
...
add test case for discussion_id already set in XML
2016-05-09 11:24:37 -04:00
wajeeha-khalid
05b2e65e0f
MA-2247 return student view data for discussion module
2016-05-09 17:37:31 +05:00
Calen Pennington
ccaafce05b
Merge pull request #12205 from cpennington/disable-caching-in-tests
...
Disable caching in LMS tests
2016-05-06 15:22:48 -04:00
Diana Huang
07573c5141
Replace old conditional lettuce test with bok choy version.
2016-05-06 09:38:36 -04:00
sanfordstudent
db52e0334f
Merge pull request #12333 from edx/sstudent/MA-2252
...
Sstudent/ma 2252
2016-05-05 12:52:09 -04:00
Sanford Student
d4146e7a1d
accordion emits event
2016-05-05 11:48:09 -04:00
Calen Pennington
e97af55eec
Add a nicer repr to AccessResponse objects
2016-05-04 14:51:31 -04:00
Calen Pennington
853bfe7a36
Add a TestCase mixin for enabling caches in tests
...
By default, disable all caching in tests, to preserve test independence.
In order to enable caching, inherit from CacheSetupMixin, and specify
which cache configuration is needed.
[EV-32]
2016-05-04 14:51:30 -04:00
Douglas Hall
da5b97284e
Merge pull request #12322 from edx/malikshahzad228/additional_course_fields
...
WL-401 Add CourseDetails model to course_about template context
2016-05-03 17:21:26 -04:00
Douglas Hall
c7b2d9870c
Allow content gating to work with library_content blocks
2016-05-03 14:54:58 -04:00
Malik Shahzad
d64e4b064c
Add CourseDetails model to course_about template context.
2016-05-03 14:00:35 -04:00
Nimisha Asthagiri
c6954902e3
Create courseware/views folder
2016-05-03 09:02:45 -04:00