- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 30 Oct, 2015 1 commit
-
-
Muhammad Shoaib committed
-
- 28 Oct, 2015 3 commits
-
-
Peter Fogg committed
-
Peter Fogg committed
-
Calen Pennington committed
-
- 06 Oct, 2015 2 commits
-
-
TNL-3137
Usman Khalid committed -
TNL-3137
Usman Khalid committed
-
- 05 Oct, 2015 1 commit
-
-
Brian Beggs committed
-
- 02 Oct, 2015 2 commits
-
-
TNL-3137
Usman Khalid committed -
TNL-3137
Usman Khalid committed
-
- 23 Sep, 2015 1 commit
-
-
Brian Beggs committed
-
- 22 Sep, 2015 2 commits
-
-
TNL-3137
Usman Khalid committed -
TNL-3137
Usman Khalid committed
-
- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 13 Aug, 2015 1 commit
-
-
Chris Dodge committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 27 Jul, 2015 1 commit
-
-
TNL-2413
muzaffaryousaf committed
-
- 24 Jul, 2015 1 commit
-
-
TNL-2413
muzaffaryousaf committed
-
- 20 Jul, 2015 1 commit
-
-
TNL-2487
Andy Armstrong committed
-
- 01 Jul, 2015 1 commit
-
-
Andy Armstrong committed
-
- 08 Jun, 2015 1 commit
-
-
Chris Dodge committed
-
- 03 Jun, 2015 1 commit
-
-
Daniel Friedman committed
-
- 31 May, 2015 1 commit
-
-
Fix n-click behaviour on poster. Fix unit tests. Fix handler for non_en lang for bumper. Add more tests. Fix docstrings. Fix pep8. Fix static redirection with bumper. Fix button in IE11. Add video_bumper field in bok_choy. Fix pylink violations. Update docstrings and some clean up. Rename edx_video_id in bumper tests. Fix too long lines in help text. Address ui comments. Fix bumper events. Refactor bumper-transcripts code, fix bugs, address comments. Squashed commits: Fix download transcript button. [74e0c8c] Fix quality [a759f33] Fix error, when sub contains extension. [b30755c] Revert "Add video files to host for transcripts." This reverts commit cf8a96bf84346e17b6ad57ad4cc6a27d7a9118cd. [36f038a] Add video files to host for transcripts. [23f1655] Fix pep8 and pyling issues. [0f1f9d2] Update acceptance test. [765a27d] Wait for ajax in captions. [8ae72a3] Fix logic. [063450f] Fix unit tests. [d1075fc] Fix handlers tests. [25d31ad] Update bumper_utils. [cb5f9df] Remove maxDiff. [8738b1a] Code cleanup. [87dbcb7] Fix issues with transcripts. [ec899de] Fix transcripts in serializers. [444b1fc] Fix transcripts typo. [d524cb5] Fix bumper. [f62cf22] Fix video mongo tests. [8f1b55a] Fix dispatches. [53bc308] Add more fixes. [d5e3723] Fix test_video_handlers and rename the method. [93efc23] Fix mobile tests. [740e2ae] Fix pep8 and pylint. [47cfb66] Address comments, add fixes. [4e499d9] Add fixes. [8353553] Add improvements. Updated dispatch values) . Use ddt in bumper handler tests. Move common metadata to single place. Fix style. Update docstring. Fix poster button. Improve bumper events. Fix test after rebase. Address comments. Download transcript: use def video lang, not bump. Renamed date_last_view_bumper to bumper_last_view_date. Rename do_not_show_again_bumper to bumper_... Address comments. Fix tests for download for en lang. Fix bumper logic. Update strings. Update resizer. Remove resizer. Fix unit tests. Add tests. Fix bumper events. Clean up tests. Fix pylint violations. Fix pep8 and pylint violations. Update docs and method names. Update events. Make /static/ prefix a must. Fix wrong code.
Alexander Kryklia committed
-
- 18 May, 2015 1 commit
-
-
This allows course authors to choose between two difference licenses for their course content: All Rights Reserved, or Creative Commons. In the backend, XBlocks that wish to allow custom licenses need only inherit from LicenseMixin, which adds a `license` field as a string. License information is displayed in the Studio editor view, and just below the rendered XBlock in the LMS. In addition, if the course block itself has a custom license set, this license will display just below the main body of the page on courseware pages. This entire feature is gated behind the LICENSING feature flag.
David Baumgold committed
-
- 15 May, 2015 1 commit
-
-
Andy Armstrong committed
-
- 08 May, 2015 4 commits
-
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
- 04 May, 2015 1 commit
-
-
TNL-1924
cahrens committed
-
- 24 Apr, 2015 1 commit
-
-
Davorin Sego committed
-
- 17 Apr, 2015 1 commit
-
-
TNL-1538
muzaffaryousaf committed
-
- 26 Feb, 2015 1 commit
-
-
Daniel Friedman committed
-
- 29 Jan, 2015 1 commit
-
-
Davorin Sego committed
-
- 16 Jan, 2015 2 commits
-
-
path.py objects report themselves as class objects, which confuses the heck out of pylint. It tries to match variable names using the class-rgx regular expression instead of the constant-rgx regular expression, and it doesn't match, so it throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
David Baumgold committed -
Matt Drayer committed
-
- 15 Jan, 2015 1 commit
-
-
Zia Fazal committed
-
- 14 Jan, 2015 2 commits
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed -
Christine Lytwynec committed
-
- 10 Dec, 2014 1 commit
-
-
TNL-735
Daniel Friedman committed
-