- 23 Oct, 2013 1 commit
-
-
Usefull variables for translation
Szczork committed
-
- 22 Oct, 2013 1 commit
-
-
add license to a11y_tools.js add tests, some reorganization of js tests skip "toBeFocused" tests for now
Adam Palay committed
-
- 18 Oct, 2013 1 commit
-
-
e0d committed
-
- 17 Oct, 2013 2 commits
-
-
Gabe Mulley committed
-
Brian Talbot committed
-
- 16 Oct, 2013 11 commits
-
-
add middleware to detect students with disabled accounts add tests
Adam Palay committed -
Jason Bau committed
-
Sarina Canelake committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
Brian Talbot committed
-
Middleware is a better place for this, rather than navigation.html template
Jason Bau committed
-
- 11 Oct, 2013 1 commit
-
-
Sarina Canelake committed
-
- 10 Oct, 2013 6 commits
-
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
- 09 Oct, 2013 3 commits
-
-
David Baumgold committed
-
change to use regex to do the domain mappings. Also add config to AWS to be able to set from configuration file. handle cases where HTTP_HOST is none, like in unit tests add linefeed at end fix up regex matches switch to use thread local storage to hold the request itself . . convert over to use open source 3rd party library convert over to use django-cum add unit test remove comment . add comment to config setting fix comment use better regex for localdev no need to break no need to wrap an imported function, it's visible to any file that is importing us add comment add unit test clean up test use a separate env file to set the preview hostname
Chris Dodge committed -
@jzoldak showed me that setting `USE_I18N = DEBUG` didn't actually accomplish what I had hoped it would -- changing DEBUG didn't also change USE_I18N. This pull request accomplishes what I was trying to accomplish, without being quite so clever about it.
David Baumgold committed
-
- 08 Oct, 2013 1 commit
-
-
Sarina Canelake committed
-
- 07 Oct, 2013 2 commits
-
-
We want USE_I18N to be on in development, but off in production. Tying this setting to the DEBUG setting accomplishes that neatly.
David Baumgold committed -
set max enrollment for downloads to 200
Adam Palay committed
-
- 04 Oct, 2013 1 commit
-
-
David Baumgold committed
-
- 02 Oct, 2013 1 commit
-
-
Add AUTOMATIC_VERIFY_STUDENT_IDENTITY_FOR_TESTING flag so that acceptance tests can run through certificate identity verification flow.
David Ormsbee committed
-
- 01 Oct, 2013 1 commit
-
-
There's no need to display a traceback for every failed content load, the comment before the log line even says so. The exceptions shown before tests are run are because of the eager initialization of the modulestores. They don't need to be initialized then, that just speeds the responsiveness of servers. Putting off the initialization means they get inited as needed, and the log lines get
Ned Batchelder committed
-
- 27 Sep, 2013 2 commits
-
-
Calen Pennington committed
-
With tests, some settings changes (all should default to not breaking anything for edx) Added styling for shopping cart User Experience - Styled shoppingcart list page - Styled navigation shopping cart button - Styled receipt page - Styled course about page for shopping cart courses Addressed HTML/SCSS issues Remove offending body class and unnecessary sass changes Addresses many review comments on stanford shopping cart * framework for generating order instructions on receipt page in shoppingcart.models * move user_cart_has_item into shoppingcart.models * move min_course_price_for_currency into course_modes.models * remove auto activation on purchase * 2-space indents in templates * etc revert indentation on navigation.html for ease of review pep8 pylint move logging/error handling from shoppingcart view to model Addressing @dave changes
Jason Bau committed
-
- 25 Sep, 2013 1 commit
-
-
Renzo Lucioni committed
-
- 23 Sep, 2013 1 commit
-
-
Usman Khalid committed
-
- 20 Sep, 2013 3 commits
-
-
Julian Arni committed
-
jmclaus committed
-
Usman Khalid committed
-
- 13 Sep, 2013 1 commit
-
-
* Add unit test coverage for this "exclusion from tracking" logic * Exclude based on regex match instead of raw string comparison * Exclude heartbeat requests from tracking
Gabe Mulley committed
-