- 26 Oct, 2015 2 commits
-
-
Nimisha Asthagiri committed
-
Make the course URL pattern more generic. Comment newly added functionality. Fix quality issues. Address two lint errors, with regex and variable naming. Changed how we access course_key and course_id. Replace another instance of self.course.id.to_deprecated_string() Remove unused import, add missing one. Improve how the ccx key is extracted from the URL Use resolve() instead of os.path to get the course_id. Remove the granting of staff access to coaches.
Jamie Folsom committed
-
- 23 Oct, 2015 1 commit
-
- 22 Oct, 2015 2 commits
-
-
Andy Armstrong committed
-
Zia Fazal committed
-
- 21 Oct, 2015 6 commits
-
-
be sure to add a all() to the ORM statement otherwise the select_subclasses() will cause a full table scan/join
Chris Dodge committed -
Tests all the kwargs. This is in support of #95, and will be followed by an update to get_student_grade_summary_data which adds a new kwarg.
Shawn Milochik committed -
Django's user model allows email addresses to be blank. However, edx-platform includes a migration requiring that email addresses be unique. Someone in our production environment already had a blank email address, so this migration was failing earlier.
Renzo Lucioni committed -
TNL-3223
cahrens committed -
Also remove useless docstrings where they were added to keep pylint quiet.
Ned Batchelder committed -
wajeeha-khalid committed
-
- 20 Oct, 2015 4 commits
-
-
jsa committed
-
ECOM-2552
Tasawer committed -
In the CCX dashboard, the Student Admin tab has a `Download student grades` action. This action should download a CSV file containing grades, but currently displays the CSV content in the browser instead. This fix sets the `content-type` and `content-disposition` so that a CSV file download occurs. - fixes #93
pwilkins committed -
Saleem Latif committed
-
- 19 Oct, 2015 6 commits
-
-
Bad data migration: assumes the email address being used is unique This reverts commit 448f4d51.
AlasdairSwan committed -
Giovanni Di Milia committed
-
Ned Batchelder committed
-
* Fix paver violations to stablize edx-lint update * Parens, Line2Long * Fix missing docstrings * Fix PEP8 issues * Address PR feedback (thanks @nedbat!)
Matt Drayer committed -
asadiqbal committed
-
Saleem Latif committed
-
- 16 Oct, 2015 3 commits
-
-
Giovanni Di Milia committed
-
Mushtaq Ali committed
-
Zia Fazal committed
-
- 15 Oct, 2015 4 commits
-
-
Giovanni Di Milia committed
-
The previous value means that those dates would have the value of whenever the models were imported. Reference TNL-3611
Bertrand Marron committed -
ECOM-2551
Ahsan Ulhaq committed -
Saleem Latif committed
-
- 14 Oct, 2015 5 commits
-
-
Giovanni Di Milia committed
-
Giovanni Di Milia committed
-
Matt Drayer committed
-
Entrance Exam. unit test to check presence of entrance_exam_passed changed based on Matt's feedback changes after Asad's feedback
Zia Fazal committed -
wajeeha-khalid committed
-
- 09 Oct, 2015 2 commits
-
-
wajeeha-khalid committed
-
* talbs: Remove obsolete stuff * frrrances: remove base and distinguished sass references and image assets * mattdrayer: Cleaned up JSON syntax for test setups
Matt Drayer committed
-
- 08 Oct, 2015 2 commits
-
-
openedx-newbie committed
-
round before converting a decimal into integer
Zia Fazal committed
-
- 07 Oct, 2015 3 commits
-
-
The heart of this fix is to change the "My Team" view to use a collection of teams instead of memberships. The team card is refactored to only take a team, rather than attempt to be polymorphic over teams and team memberships. This change enabled removing a good amount of old code. This also requires adding a `username` parameter to the teams list endpoint which allows getting a list of all teams for a single user, in order to allow refreshing the "My Teams" view correctly. Currently this list is of length at most one. TNL-3410
Peter Fogg committed -
TNL-3247 Removed remaining synchronous AJAX calls from discussions Updated the profile view tests to use an attached view for testing Removed one-time JQuery intiialization that could fail and break multiple tests
Andy Armstrong committed -
mushtaqali committed
-