- Jul 12, 2013
-
-
Miki Goyal authored
-
- Jul 11, 2013
-
-
David Ormsbee authored
Remove use of keyword "delete" in forum coffee code to fix IE8 bug LMS-441
-
Jonah Stanley authored
Unskip Acceptance Tests
-
JonahStanley authored
-
John Jarvis authored
adding option for file based backend
-
David Baumgold authored
Fix course team JS to handle non-200 status codes
-
David Baumgold authored
-
David Baumgold authored
-
- Jul 10, 2013
-
-
David Ormsbee authored
Change client-side code references from "delete" to "_delete". Some of these were method names (or would generate method names), which breaks in IE8 because "delete" is a JavaScript reserved keyword. foo["delete"] is ok, but foo.delete is not. This also makes forums marginally functional in IE8, though the left-nav still has some display issues.
-
Jason Bau authored
Parameterize aws s3 bucket name for forum uploads
-
Jonah Stanley authored
Jonahstanley/acceptance tests unique database
-
David Baumgold authored
Add support for Vagrant install, and switch from RVM to rbenv
-
JonahStanley authored
-
JonahStanley authored
This explains why acceptance_static is used
-
John Jarvis authored
-
JonahStanley authored
Acceptance_static is used to prevent collect static from using a seed test.py had its seed removed due to redundancy
-
David Baumgold authored
Update SASS and Bourbon, add Neat
-
chrisndodge authored
change log levels on the delete course utility. Otherwise they get filte...
-
David Ormsbee authored
tracking in idashboard should only log json-serializable objects
-
David Baumgold authored
-
Adam authored
move setting changes in tests to override_settings
-
dcadams authored
Fix course url link in enrollment emails.
-
Chris Dodge authored
change log levels on the delete course utility. Otherwise they get filtered out in production environments (min set to WARN level)
-
Ned Batchelder authored
Ned/fix noisy docs
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Ned Batchelder authored
-
jkarni authored
-
Ned Batchelder authored
We used to do it this way, I'm not sure why it was changed. Our settings files add directories to the path, so we need to do it here so that names will be importable.
-
ihoover authored
refactor login and enrollment test cases to use the mongo modulestore
-
David Baumgold authored
Otherwise, `vagrant ssh` doesn't load the rbenv shims, because that line is in the .bashrc file.
-
ihoover authored
added namee to authors file
-
Adam Palay authored
-
Adam authored
fix to problems with uploading files
-
David Baumgold authored
-
Xavier Antoviaque authored
-
Xavier Antoviaque authored
-
Xavier Antoviaque authored
-
Xavier Antoviaque authored
-
Xavier Antoviaque authored
Windows doesn't differentiate between files with/without executable bit, so this can't be used to exclude the README file from the migrations to be executed, when the sources are accessed from a Windows partition.
-