- 23 Sep, 2016 1 commit
-
-
It should help catch unicode encoding problems earlier. This also updates python-saml dependency to a version that includes a patch for unicode strings.
Matjaz Gregoric committed
-
- 22 Sep, 2016 2 commits
-
-
TNL-5465
Nimisha Asthagiri committed -
Awais Jibran committed
-
- 14 Sep, 2016 2 commits
-
-
As part of the Robust Grades rollout, we expect to see some DatabaseErrors in various methods that write to the database. Since the success of this write operation is not needed for the end-user, we just log and swallow the error. In the future, we'll also enqueue an async task to finish the write operation that failed.
Eric Fischer committed -
Nimisha Asthagiri committed
-
- 12 Sep, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 11 Sep, 2016 2 commits
-
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 02 Sep, 2016 1 commit
-
-
Sanford Student committed
-
- 31 Aug, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 29 Aug, 2016 1 commit
-
-
Diana Huang committed
-
- 24 Aug, 2016 2 commits
-
-
John Eskew committed
-
Chris Rodriguez committed
-
- 23 Aug, 2016 1 commit
-
-
Sanford Student committed
-
- 17 Aug, 2016 2 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
- 11 Aug, 2016 1 commit
-
-
ECOM-5081
Awais Jibran committed
-
- 04 Aug, 2016 1 commit
-
-
Sanford Student committed
-
- 03 Aug, 2016 5 commits
-
-
Calen Pennington committed
-
Adds ENABLE_SUBSECTION_GRADES_SAVED feature flag to both lms and cms. Also installs the wiring that will allow robust grades to be used for courses that enable it. This functionality is still gated by the feature flag and should not be used until the remaining robust grades work is finished.
Nimisha Asthagiri committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 28 Jul, 2016 1 commit
-
-
Sanford Student committed
-
- 27 Jul, 2016 4 commits
-
-
Nimisha Asthagiri committed
-
Removed the Darklang preview-lang and clear-lang parameters and added the new DarkLang settings form at /update_lang Remove the DarkLang middleware from the LMS Created and basic routing to the update_lang page for the GET Request TNL-4742 Basic form functionality Working example in LMS of the form to set the language Login now required to change the preview language, and corrected some minor bugs Updates to move the template code to lms and to correct minor defects TNL-4742 Added template for preview_lang.html to cms TNL-4742 Changed filename of darklang.py to api.py to match convention TNL-4742 Updated and refactored the Darklang tests TNL-4742 Updated comments in tests TNL-4742 Formating updates TNL-4742 Updated comments and formatting TNL-4742 Corrected i18n tests and corrected PEP8 format issues TNL-4742 Code Lint/PEP-8 corrections and upates TNL-4742 Removed constant that was not needed (to be squashed) TNL-4742 Added init method to clear up PEP8 Warnings (will squash) TNL-4742 PEP-8/Lint issue resolved (squash) Updated for i18n TNL-4742 Refactored the preview_lang.html page to use a common included template Refactoring and changes from PR comments TNL-4742 Correction for safecommit violation (Squash) TNL-4742 PR changes and refactoring (Squash) Updates to reduce changes made in the urls used TNL-4742 Removed unneeded aria-described by and bug in MAKO Template (squash) TNK-4742 Updated docstring comments Clarified form response text Minor PR request (Squash) Refactoring of how the responses are generated within the DarkLang views file A series of refactors in response to PR comments Method name change for clarity in reponse to PR comments (Squash) Updates to tests per PR requests (Squash) Minor comment updates for clarity and PR requests (Squash) Updated per PR comments and added a test for empty preview_language Layout and code style updates (Squash) Updated test to contain method in the request. Removed the Darklang preview-lang and clear-lang parameters and added the new DarkLang settings form at /update_lang Refactored tests and added some tests for coverage, corrected defect with empty input codes Removed unused and obsolete code Corrected test errors, resolved PR comments, and updated comments to clarify testing TNL-4742 Updated tests to deal with Pylint quality issue (Squash) Updated tests to better reflect test case and PR updates (Squash)
Albert St. Aubin committed -
Saleem Latif committed
-
2. Add site configuration overrides to theming/helpers.py 3. Move microsite.get_value from theming/helpers to site_configuration/helpers 4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
Saleem Latif committed
-
- 25 Jul, 2016 1 commit
-
-
TNL-5002
cahrens committed
-
- 22 Jul, 2016 1 commit
-
- 21 Jul, 2016 2 commits
-
-
This reverts commit 5db58c00.
Eric Fischer committed -
This reverts commit 5db58c00.
Eric Fischer committed
-
- 20 Jul, 2016 1 commit
-
-
make password validation code more DRY grammar nit: "less" -> "fewer"
Adam Palay committed
-
- 13 Jul, 2016 1 commit
-
-
ECOM-4681
Ahsan Ulhaq committed
-
- 11 Jul, 2016 1 commit
-
-
Sanford Student committed
-
- 06 Jul, 2016 1 commit
-
-
Also allows dynamic updates. TNL-4668
cahrens committed
-
- 05 Jul, 2016 2 commits
-
-
When releasing the versioned assets work, we stumbled on a problem with old pickled versions of the StaticContent objects residing in cache, which triggered a bug in the code. Not wanting to blow away all cached items, we ended up having to revert and add in some backwards-compatible helper code to ease the transition. With this, we'll now utilize the version argument that Django's caching interface allows, in conjunction with a constant value that can be modified when breaking changes are being made, to let us gracefully ignore older cached course assets.
Toby Lawrence committed -
Converts the dates on the dashboard, sidebar navigation, and important course dates to user specified time zone.
Kevin Kim committed
-
- 02 Jul, 2016 1 commit
-
-
Saleem Latif committed
-
- 30 Jun, 2016 1 commit
-
-
tasawernawaz committed
-