- May 02, 2013
-
-
Diana Huang authored
-
e0d authored
Change org for gcli status command from mitx to edx
-
jarv authored
fix requirements to use moved forks
-
James Tauber authored
-
Jay Zoldak authored
Remove localization middleware from jasmine test execution
-
Jay Zoldak authored
-
- May 01, 2013
-
-
brianhw authored
add leading slash to the jsi18n include
-
Chris Dodge authored
-
Nate Hardison authored
Feature/nate/updated dev env setup
-
Nate Hardison authored
In order to avoid duplicating the Ruby version between the `.rvmrc` and the `.ruby-version`, we'll get rid of the `.rvmrc` and use the `.ruby-gemset` file to specify the gemset. These files are supported by RVM as documented [here](https://gist.github.com/fnichol/1912050).
-
Nate Hardison authored
This way, packages won't be inadvertently installed into the wrong virtual environment. I tried to have the check just run `deactivate`, but I couldn't figure out how to get that working, so the script just bails.
-
Nate Hardison authored
* Script now installs RVM in conventional location (~/.rvm) by default, though it allows for the override if desired. This will enable folks to install edX alongside other Ruby projects also using RVM. * Script now uses virtualenvwrapper to ease the process of enabling the edX virtualenv and to allow for easy switching back and forth between virtualenv projects. It now also installs the "mitx" virtualenv in the conventional location of ~/.virtualenv. * Adding a .rvmrc file so that the Ruby environment will be automatically activated (via `rvm use`) whenever the user hits the `mitx/` directory.
-
Jay Zoldak authored
-
Jay Zoldak authored
Fix/cale/lms jasmine tests
-
Jay Zoldak authored
-
- Apr 30, 2013
-
-
Christina Roberts authored
Fix/btalbot/studio courseinfo
-
Ned Batchelder authored
Ned/personal requirements
-
Ned Batchelder authored
-
Ned Batchelder authored
Add a private-requirements.txt for personal changes to how things are installed. Good for installing libs as working dirs.
-
Christina Roberts authored
Change xblock version.
-
Jay Zoldak authored
Add leanModal vendor src to files.json for cms jasmine tests. Also .gitignore compiled js from coffee specs
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Christina Roberts authored
add more images to support templates
-
Chris Dodge authored
-
Chris Dodge authored
-
cahrens authored
-
Christina Roberts authored
add dependent image for the image response template
-
Chris Dodge authored
-
- Apr 29, 2013
-
-
Brian Talbot authored
-
Steve Strassmann authored
fix bad url for jsi18n
-
Steve Strassmann authored
-
Diana Huang authored
Add accessibility text to the Contact page.
-
Diana Huang authored
Fix/sarina/new formularesponse defaults
-
Diana Huang authored
-
Chris Dodge authored
fix broken test. Since we're pre-populating the course overview when creating a course, the clone_course fails because it asserts that the destination course that it clones into is empty. Need to check that the course is basically empty (e.g. a course module and a overview module)
-
Don Mitchell authored
Feature/straz/i18n - rake tasks to generate strings
-
Brian Talbot authored
-
Chris Dodge authored
-