- 05 Jun, 2013 9 commits
-
-
We used to specify specific rake test tasks so that we could run all of them even if early ones failed. However, that meant that as new tasks were added, they weren't being run on jenkins. Now, there is a facility in the rake scripts so that tests can run using the test_sh function, which will delay failure until the end of the rake run, unless the TESTS_FAIL_FAST environment variable is set. Furthermore, this reorganizes the jasmine test tasks so that we can run those as part of `rake test` as well.
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Feature/cdodge/allow setting of session cookie name
chrisndodge committed -
Chris Dodge committed
-
Ensure that the original error gets preserved by the ErrorModule
Diana Huang committed -
allow configuration settings to specify a session cookie name. This is to avoid problems we are experiencing between simultaneous login sessions between edx.org and edge.edx.org on certain browsers (i.e. Firefox)
Chris Dodge committed -
allow configuration settings to specify a session cookie name. This is to avoid problems we are experiencing between simultaneous login sessions between edx.org and edge.edx.org on certain browsers (i.e. Firefox)
Chris Dodge committed -
Jonahstanley/fix codemirror tests
Jonah Stanley committed
-
- 04 Jun, 2013 30 commits
-
-
Expose site-wide anonymized ids to HTML module
Joe Blaylock committed -
Use coffee watch command to watch whole directories, so that it will pic...
Calen Pennington committed -
JonahStanley committed
-
It turns out that code mirror things can be edited. Once the div is clicked, a new text area appears that can be obtained and sent keys
JonahStanley committed -
Unbreak acceptance tests in the cms.
Peter Fogg committed -
Specify UTF-8 encoding when loading Mako template
Nate Hardison committed -
Peter Fogg committed
-
LMS Slim Header Visual Clean-Up
Brian Talbot committed -
Turn off automatic snapshot to tmp dir on lettuce failure
Jay Zoldak committed -
Jay Zoldak committed
-
Brian Talbot committed
-
lms - revises the physical height of the edX logo within the slim-sized header and vertically aligns all elements
Brian Talbot committed -
Add comment to dynamically-generated asset files
Nate Hardison committed -
To avoid confusion about where these files come from, add a header comment upon preprocessing that warns people to not modify the generated files directly, and points them to the appropriate template file.
Nate Hardison committed -
Peter fogg/single click video creation
Peter Fogg committed -
adding sympy and networkx
e0d committed -
e0d committed
-
Peter Fogg committed
-
Peter Fogg committed
-
Fix bug STUD-103. The url base for about page links needs to be www.edx....
Christina Roberts committed -
Use coffee watch command to watch whole directories, so that it will pick up new coffee files as they are created
Calen Pennington committed -
Studio - Advanced Component Icon
Brian Talbot committed -
Brian Talbot committed
-
Fix/btalbot/edx.org accessibility
Brian Talbot committed -
Brian Talbot committed
-
edx.org - revises login and register graphical banner images to include higher contrast between type and imagery
Brian Talbot committed -
Diana Huang committed
-
Brian Talbot committed
-
Brian Talbot committed
-
When loading a Mako template from a Django template, the file encoding of the Mako template was left unspecified. In some cases, this would cause the Mako template to be interpreted as an ASCII template, resulting in blowups if the template was encoded in UTF-8 (e.g., lms/templates/footer.html). Now, both the input and output encodings are specified as UTF-8.
Nate Hardison committed
-
- 03 Jun, 2013 1 commit
-
-
Diana Huang committed
-