- Jan 24, 2014
-
-
Oleg Marshev authored
Allow user with BetaTester role correctly use LTI. BLD-641.
-
Oleg Marshev authored
-
Calen Pennington authored
Use subprocess.STDOUT, rather than sys.STDOUT to rebind stderr
-
Sarina Canelake authored
i18n xmodule/course_module.py
-
Anton Stupak authored
Persist speed preferences between videos.
-
- Jan 23, 2014
-
-
Ned Batchelder authored
Added a .po segmenting tool
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Ned Batchelder authored
Use the configuration more, and we don't need to delete files we're about to create.
-
Ned Batchelder authored
Messages can be segmented into different .po files based on the location of their occurrences. This is so Studio strings can go into different .po files so we can direct Transifex workers to the LMS strings we really need done.
-
Ned Batchelder authored
-
Will Daly authored
Bok choy tests output XUnit reports
-
Mark Hoeber authored
Markhoeber/documentation/release notes 1 23 14
-
Mark Hoeber authored
-
David Baumgold authored
Remove comment for how to install PIL
-
Sarina Canelake authored
LMS-1747
-
David Baumgold authored
Remove CONTRIBUTING.md
-
Calen Pennington authored
-
David Ormsbee authored
-
polesye authored
-
Jason Bau authored
resubscribe feature for notifier
-
Anton Stupak authored
Merge "video sources" and "download video" into the same field
-
David Baumgold authored
Github includes a "Please review the guidelines for contributing to this repository" link when creating a pull request, and it links to the Markdown version of this file, which is annoying. Removing the file should redirecto the link to the reStructuredText version of this file.
-
David Baumgold authored
We use Pillow now, which can be installed via PyPI
-
Jay Zoldak authored
Enable microsite tests
-
Valera Rozuvan authored
Make video debug messages consistent.
-
Jay Zoldak authored
Move microsite test assets to common/test Rename helper method to not have test in the name Rename test css file
-
Calen Pennington authored
Add tests of compiled translated strings, so that we can check them into the repo safely.
-
Ned Batchelder authored
Make problem types pluggable.
-
Valera Rozuvan authored
Fix video progress slider method.
-
Valera Rozuvan authored
Fix video code duplication.
-
Valera Rozuvan authored
rangeParams returned from getRangeParams() function is already an object that contains the left and width properties. It can be passed directly to the jQuery css() function.
-
Valera Rozuvan authored
In each Video JavaScript module, methods are either private, or public. When a method is public, it is made available via the state variable. It seems that a while ago one method was made public, but throughout the code it is used as a private method. This has been corrected.
-
Valera Rozuvan authored
In the JavaScript console all messages from the Video player should begin with "[Video info]: ". This way it is easier to see which console.log() messages are from the Video player, and which console.log() messages are temporary, and should be removed before a merge/commit.
-
polesye authored
-
Chris Rossi authored
This patch adds the ability for arbitrary packages to register themselves with xmodule.x_module.ResourceTemplates as being providers of boiler plate templates used for defining the types of problems instructors can add to a course. This allows third party add-ons to define new problem types that can then be available to instructors to use. This patch is the result of discussion with Ned Batchelder on the right way to approach this problem. The solution provided here is, admittedly, a little bit of a hack. But the focus was on making a least invasive fix to make something work, in anticipation that when problems get moved into the newere XBlock architecture something a little nicer will be in place.
-
- Jan 22, 2014
-
-
Don Mitchell authored
Create mapping for previously unmapped locations in order to get
-
Andy Armstrong authored
Implement a course outline REST API
-
Jim Abramson authored
fix 2 links that were broken during i18n changes.
-
Mark Hoeber authored
First Draft
-