- 23 Mar, 2015 4 commits
-
-
TNL-1256
muzaffaryousaf committed -
TNL-1258
Usman Khalid committed -
course cohort settings only once. TNL-1258
Usman Khalid committed -
TNL-1258
Usman Khalid committed
-
- 09 Mar, 2015 1 commit
-
-
TNL-650 Conflicts: lms/djangoapps/django_comment_client/base/views.py lms/djangoapps/django_comment_client/tests/test_utils.py lms/djangoapps/django_comment_client/tests/utils.py lms/djangoapps/django_comment_client/utils.py
Daniel Friedman committed
-
- 05 Mar, 2015 1 commit
-
- 03 Mar, 2015 1 commit
-
-
When two or more instances of Discussion XBlock were configured with the same discussion target (Category/Subcategory), only one of the blocks would be shown on the Course Discussion page. This was the source of several bugs when trying to edit discussion threads. This patch adds incrementing numbers to the title of each duplicate subcategory when rendering the Course Discussion to make sure that all of the threads are visible in Course Discussion.
Matjaz Gregoric committed
-
- 26 Feb, 2015 1 commit
-
-
simplejson has been removed from future versions of Django (which we will eventually use).
Clinton Blackburn committed
-
- 25 Feb, 2015 2 commits
-
-
Jonathan Piacenti committed
-
TNL-650
Daniel Friedman committed
-
- 05 Dec, 2014 1 commit
-
-
JIRA: TNL-710 IMPORTANT: this commit converts the course_groups package to using migrations. When deploying to an existing openedx instance, migration 0001 may fail with an error indicating that the CourseUserGroup table already exists. If this happens, running the 0001 migration first, with the --fake option, is recommended. After performing this step, remaining migrations should work as expected.
jsa committed
-
- 25 Nov, 2014 1 commit
-
-
should be 'if cond is None:'
stv committed
-
- 08 Oct, 2014 3 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
TNL-552
Andy Armstrong committed
-
- 03 Oct, 2014 1 commit
-
-
polesye committed
-
- 24 Sep, 2014 1 commit
-
-
polesye committed
-
- 12 Sep, 2014 1 commit
-
-
TNL-24
jsa committed
-
- 10 Sep, 2014 1 commit
-
-
Daniel Friedman committed
-
- 04 Sep, 2014 1 commit
-
-
TNL-25
Andy Armstrong committed
-
- 29 Aug, 2014 3 commits
-
-
Co-authored-by: jsa <jsa@edx.org>
Greg Price committed -
Co-authored-by: jsa <jsa@edx.org>
Greg Price committed -
Greg Price committed
-
- 08 Aug, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 11 Jul, 2014 2 commits
-
-
Mat Peterson committed
-
FOR-122
Waqas Khalid committed
-
- 30 Jun, 2014 1 commit
-
-
jsa committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-
- 08 May, 2014 1 commit
-
-
This commit adds the non-courseware lms/djangoapps and lms/lib. These keys are now objects with a limited interface, and the particular internal representation is managed by the data storage layer (the modulestore). For the LMS, there should be no outward-facing changes to the system. The keys are, for now, a change to internal representation only. For Studio, the new serialized form of the keys is used in urls, to allow for further migration in the future. Co-Author: Andy Armstrong <andya@edx.org> Co-Author: Christina Roberts <christina@edx.org> Co-Author: David Baumgold <db@edx.org> Co-Author: Diana Huang <dkh@edx.org> Co-Author: Don Mitchell <dmitchell@edx.org> Co-Author: Julia Hansbrough <julia@edx.org> Co-Author: Nimisha Asthagiri <nasthagiri@edx.org> Co-Author: Sarina Canelake <sarina@edx.org> [LMS-2370]
Calen Pennington committed
-
- 19 Mar, 2014 1 commit
-
-
LMS-2194
Usman Khalid committed
-
- 13 Feb, 2014 1 commit
-
-
Some messages generated by the comments service are not readily translated because they come from third-party libraries. Thus, we plan to try to avoid showing any comments service generated message to the user. This check preempts the only end-user-visible CS-generated error message that we are presently aware of.
Greg Price committed
-
- 31 Jan, 2014 1 commit
-
-
This code adds the ability to add Mako template lookup directories on the fly, allowing third party add-ons to contribute their own Mako templates. A new API function for registering Mako templates is introduced:: from edxmako import add_lookup add_lookup('main', '/path/to/templates') # Or, specify a package to lookup using pkg_resources. This will # add the 'templates' directory inside the current package: add_lookup('main', 'templates', package=__name__)
Chris Rossi committed
-
- 30 Jan, 2014 1 commit
-
-
The relevant parameters and data are merely passed through between the front end and comments service.
Greg Price committed
-
- 14 Jan, 2014 1 commit
-
-
Greg Price committed
-
- 12 Dec, 2013 1 commit
-
-
Part of STUD-1030
cahrens committed
-
- 10 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 01 Nov, 2013 1 commit
-
-
The motivation for this change is performance. The forums UI code gets the list of users for each role and renders the staff label based on those lists. The list for the staff role is expensive to compute because there is no index on the is_staff attribute, and we cannot create one because the User model is built into django. Users with is_staff=True are still assigned the Moderator role upon enrolling in a course, so this change will have no practical effect except that a user who is granted staff privileges after enrolling in a course will have to be made a Moderator in order for their posts to be labeled. Additionally, the UI did not use the list of users with the Student role, so that list has been removed as well.
Greg Price committed
-
- 30 Oct, 2013 1 commit
-
-
Greg Price committed
-
- 28 Oct, 2013 1 commit
-
-
Avoid recomputing course module information for every thread, which should dramatically improve the performance of high-percentile latency queries. JIRA: FOR-250
Greg Price committed
-