Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
7e55d5eb
Commit
7e55d5eb
authored
May 14, 2014
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'edx/master' into opaque-keys-merge-master
parents
40e7cab8
df3d6e3b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
AUTHORS
+1
-1
common/lib/xmodule/xmodule/split_test_module.py
+2
-0
lms/djangoapps/dashboard/views.py
+1
-1
lms/static/sass/multicourse/_dashboard.scss
+1
-0
No files found.
AUTHORS
View file @
7e55d5eb
...
...
@@ -145,4 +145,4 @@ John Cox <johncox@google.com>
Ben Weeks <benweeks@mit.edu>
David Bodor <david.gabor.bodor@gmail.com>
Sébastien Hinderer <Sebastien.Hinderer@inria.fr>
Kristin Stephens <ksteph@cs.berkeley.edu>
common/lib/xmodule/xmodule/split_test_module.py
View file @
7e55d5eb
...
...
@@ -21,6 +21,8 @@ log = logging.getLogger('edx.' + __name__)
class
SplitTestFields
(
object
):
"""Fields needed for split test module"""
has_children
=
True
user_partition_id
=
Integer
(
help
=
"Which user partition is used for this test"
,
scope
=
Scope
.
content
...
...
lms/djangoapps/dashboard/views.py
View file @
7e55d5eb
...
...
@@ -56,7 +56,7 @@ def dashboard(request):
# table queries need not take the form of raw SQL, but do in this case since
# the MySQL backend for django isn't very friendly with group by or distinct
table_queries
=
{}
table_queries
[
"course
enrollments
"
]
=
"""
table_queries
[
"course
registrations (current enrollments)
"
]
=
"""
select
course_id as Course,
count(user_id) as Students
...
...
lms/static/sass/multicourse/_dashboard.scss
View file @
7e55d5eb
...
...
@@ -390,6 +390,7 @@
img
{
width
:
100%
;
min-height
:
100%
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment