- 23 Sep, 2015 1 commit
-
-
Brian Beggs committed
-
- 22 Sep, 2015 1 commit
-
-
TNL-3137
Usman Khalid committed
-
- 17 Sep, 2015 1 commit
-
-
This is a squash of 38 commits ending with 5b080f979d692804452400ac5bed9b17c50b001e
David Baumgold committed
-
- 06 Aug, 2015 1 commit
-
-
cahrens committed
-
- 28 Jul, 2015 1 commit
-
-
Davorin Sego committed
-
- 01 Jul, 2015 1 commit
-
-
Chris Dodge committed
-
- 12 Jun, 2015 1 commit
-
-
* Add action text to social media links. * Make the alt text for mobile links more descriptive.
Will Daly committed
-
- 10 Jun, 2015 1 commit
-
-
Will Daly committed
-
- 08 Jun, 2015 1 commit
-
-
Chris Dodge committed
-
- 06 Jun, 2015 1 commit
-
-
Sarina Canelake committed
-
- 01 Jun, 2015 2 commits
-
-
Will Daly committed
-
Martyn James committed
-
- 28 May, 2015 1 commit
-
-
Serve branded footer JSON/HTML/CSS/JS from an API endpoint in the branding app. Refactor OpenEdX and EdX.org footer templates to use the Python version of the API, ensuring that the API values are consistent with the footer included in main.html. Detailed changes: * Added footer API end-point to the branding app. * Footer API allows the language to be set with querystring parameters. * Footer API allows showing/hiding of the OpenEdX logo using querystring parameters. * Deprecate ENABLE_FOOTER_V3 in favor of the branding API configuration flag. * Move no referrer script into main.html from the edx footer template. * Rename rwd_header_footer.js to rwd_header.js * Cache API responses. Authors: Awais Qureshi, Aamir Khan, Will Daly
Will Daly committed
-
- 07 May, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 14 Apr, 2015 1 commit
-
-
(SOL-531)(SOL-532)Course Cards update; A link to course discovery page has been added to the OpenEdX homepage
marjev committed
-
- 23 Mar, 2015 1 commit
-
-
do the ORG filtering as part of the mongo query. Also, don't trigger metadata inheritence calculations when just trying to load 'about' information, which is not tied into the course tree anyhow (i.e. no parent/child relationship)
Chris Dodge committed
-
- 17 Mar, 2015 2 commits
-
-
Update edx-lint to the version that checks if tearDown uses super. Convert a number of tearDown methods into addCleanup. Remove some unneeded tearDown methods: no need to call patch.stopall if none of them were started with patch.start.
Ned Batchelder committed -
Ned Batchelder committed
-
- 04 Feb, 2015 2 commits
-
-
The existing pattern of using `override_settings(MODULESTORE=...)` prevented us from having more than one layer of subclassing in modulestore tests. In a structure like: @override_settings(MODULESTORE=store_a) class BaseTestCase(ModuleStoreTestCase): def setUp(self): # use store @override_settings(MODULESTORE=store_b) class ChildTestCase(BaseTestCase): def setUp(self): # use store In this case, the store actions performed in `BaseTestCase` on behalf of `ChildTestCase` would still use `store_a`, even though the `ChildTestCase` had specified to use `store_b`. This is because the `override_settings` decorator would be the innermost wrapper around the `BaseTestCase.setUp` method, no matter what `ChildTestCase` does. To remedy this, we move the call to `override_settings` into the `ModuleStoreTestCase.setUp` method, and use a cleanup to remove the override. Subclasses can just defined the `MODULESTORE` class attribute to specify which modulestore to use _for the entire `setUp` chain_. [PLAT-419]
Calen Pennington committed -
Calen Pennington committed
-
- 28 Jan, 2015 1 commit
-
-
Chris Rodriguez committed
-
- 15 Jan, 2015 1 commit
-
-
Zia Fazal committed
-
- 09 Jan, 2015 3 commits
-
-
OPEN-307
Sarina Canelake committed -
OPEN-307
Sarina Canelake committed -
OPEN-307
Sarina Canelake committed
-
- 15 Dec, 2014 1 commit
-
-
Chris Dodge committed
-
- 12 Dec, 2014 1 commit
-
-
Afzal Wali committed
-
- 02 Dec, 2014 1 commit
-
-
Move modulestore config for tests to an importable location Disable pylnt warning for lms imports in common tests Refactor all testcases that loaded all xml courses TE-610 TE-489
Jesse Zoldak committed
-
- 01 Dec, 2014 1 commit
-
-
Feature flagged. Puts a checkbox in the iframe. The iframe uses an organization_full_name parameter forwarded from Drupal by the courseware views and POSTs an email_opt_in parameter to the student views, preserving it on 403.
Renzo Lucioni committed
-
- 30 Nov, 2014 1 commit
-
-
Chris Dodge committed
-
- 04 Nov, 2014 1 commit
-
-
Sarina Canelake committed
-
- 16 Sep, 2014 1 commit
-
-
only redirect to dashboard if user has course enrollments, otherwise remain on the course catalog page (aka homepage or root) update lettuce test to match new expected behavior add Jason's feedback only apply new redirect logic for microsites switch to use a feature flag to determine whether to support redirect behavior
Chris Dodge committed
-
- 22 Aug, 2014 1 commit
-
-
Putting the new edx header behind a feature flag.
Stephen Sanchez committed
-
- 06 Aug, 2014 1 commit
-
-
LMS-6622
Waheed Ahmed committed
-
- 04 Aug, 2014 1 commit
-
-
marcore committed
-
- 10 Jul, 2014 2 commits
-
-
Conflicts: cms/djangoapps/contentstore/views/tests/test_container_page.py common/djangoapps/external_auth/tests/test_shib.py common/djangoapps/student/tests/test_login.py common/lib/xmodule/xmodule/modulestore/tests/django_utils.py common/lib/xmodule/xmodule/modulestore/tests/factories.py common/lib/xmodule/xmodule/modulestore/xml_importer.py lms/djangoapps/branding/tests.py lms/djangoapps/courseware/tests/test_submitting_problems.py lms/djangoapps/courseware/tests/test_video_handlers.py lms/djangoapps/instructor_task/tests/test_base.py lms/djangoapps/instructor_task/tests/test_integration.py
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
- 26 Jun, 2014 1 commit
-
-
Refactor get_parent_locations STUD-1663
Nimisha Asthagiri committed
-
- 22 May, 2014 1 commit
-
-
LMS-2719
Waheed Ahmed committed
-
- 09 May, 2014 1 commit
-
-
Carson Gee committed
-