Gabe Mulley
779d0aab7f
Merge pull request #2827 from mulby/gabe/report-downloads
...
Generalize grade report to allow display of any report
2014-03-11 11:23:58 -04:00
Valera Rozuvan
481253d6ec
Merge pull request #2893 from edx/valera/add_missing_comment
...
Add a missing comment documenting the changes done in PR 2841.
2014-03-11 17:11:53 +02:00
Mark Hoeber
1670078c29
Merge pull request #2862 from edx/markhoeber/documentation/stud-1272
...
Course Image and Dates documentation changes
2014-03-11 10:52:22 -04:00
Mark Hoeber
599183f8c6
Course Image and Dates documentation changes
...
stud-1272
2014-03-11 10:51:44 -04:00
Sarina Canelake
1ece8f78af
Merge pull request #2896 from edx/sarina/LMS-2302
...
Put language modal in alphabetical order LMS-2302
2014-03-11 10:33:32 -04:00
Don Mitchell
adb7fbcb4b
Merge pull request #2849 from edx/dhm/split_course_id
...
Make course_id a required arg to split.create_course
2014-03-11 10:22:46 -04:00
Sarina Canelake
5c1c96923a
Put language modal in alphabetical order LMS-2302
2014-03-11 10:20:21 -04:00
Gabe Mulley
d0b12ee3be
Generalize grade report to allow display of any report
...
We would like to be able to generate arbitrary reports and expose them to the instructor by simply uploading them to S3. The existing grade download infrastructure pretty much supported that already, however, all of the internal and external structures were referring to the reports as exclusively grading related.
Fixes: AN-590
2014-03-11 10:14:37 -04:00
Waheed Ahmed
50b82a0b29
Merge pull request #2859 from edx/waheed/stud1404-accidental-click-can-lose-work-on-adding-new-update
...
Don't close modal on click outside new course update modal.
2014-03-11 18:39:28 +05:00
Dave St.Germain
26b49c8b87
Merge pull request #2884 from edx/dcs/fix-update-css
...
Fixed course update css to match changed tags
2014-03-11 09:26:15 -04:00
Dave St.Germain
a6977baed0
Fixed course update css to match changed tags
2014-03-11 09:25:54 -04:00
Valera Rozuvan
fc4686b8e2
Add a missing comment documenting the changes done in PR 2841.
2014-03-11 15:20:59 +02:00
Waheed Ahmed
f16efbb285
Don't close modal on click outside new course update modal.
...
STUD-1404
2014-03-11 17:53:27 +05:00
Valera Rozuvan
2a149a8b89
Merge pull request #2841 from edx/valera/fix_firefox_youtube_default_flash_mode
...
Fix Firefox YouTube default Flash mode
2014-03-11 13:35:55 +02:00
Valera Rozuvan
cf47f522c0
Fix Firefox YouTube default Flash mode
...
BLD-895
2014-03-11 10:47:47 +00:00
Usman Khalid
c85905d648
Merge pull request #2877 from edx/usman/lms2327-instructor-dashboard-problem-urls
...
Fixed module urls creation in legacy instructor dashboard.
2014-03-11 15:24:59 +05:00
Dave St.Germain
cc76690db7
Merge pull request #2874 from edx/dcs/remove-old-codemirror
...
remove old version of codemirror css, to prevent confusion
2014-03-10 17:13:16 -04:00
marcotuts
06cc9e9598
Merge pull request #2886 from edx/marco/studio-editing-styles
...
adjusted visual styling for editing state of xblocks, html, and video co...
2014-03-10 16:42:53 -04:00
marco
f50e58ad7f
adjusted visual styling for editing state of xblocks, html, and video components which had extra padding applied to it from the container page xblock styling
...
STUD-1410
2014-03-10 16:39:46 -04:00
Calen Pennington
d21e68301e
Merge pull request #2885 from cpennington/merge-release-2014-03-10
...
Merge release from 2014-03-10
2014-03-10 16:22:21 -04:00
Calen Pennington
31a070d480
Merge remote-tracking branch 'edx/release' into merge-release-2014-03-10
...
Conflicts:
cms/envs/common.py
lms/envs/common.py
2014-03-10 16:21:08 -04:00
Han Su Kim
603a97fa79
Merge pull request #2880 from edx/cale/fix-crazy-items-error
...
Cale/fix crazy items error
2014-03-10 15:34:52 -04:00
Greg Price
08ed1c5439
Merge pull request #2832 from edx/gprice/create-account-lang-pref
...
Save language preference on account creation
2014-03-10 15:13:15 -04:00
Greg Price
fa29a35ab8
Save language preference on account creation
...
This is necessary to allow non-browser-based services (e.g. notifier)
to know a user's preferred language even if the user has not explicitly
selected one.
2014-03-10 13:28:12 -04:00
Sarina Canelake
a10d8d41d2
Merge pull request #2878 from edx/sarina/LMS-2302
...
Put language modal in alphabetical order LMS-2302
2014-03-10 12:51:17 -04:00
Calen Pennington
0a79b30ec4
Delay import of xmodule packages until after sys.path fixup
2014-03-10 12:04:00 -04:00
Calen Pennington
760027bd2a
Normalize the representation of Scope.content data in MongoModulestore FieldData
...
Without this, the new 'items' field in the course_info xmodule caused
bizarre behavior. If you added the text 'items' to a course_info
section, then the LMS would throw a 500, because the field name isn't
'data', but the stored data is a string, leading to the check of
`key.field_name in self._data`, where key.field_name is the string 'items',
and self._data is the content string.
2014-03-10 12:01:57 -04:00
Xavier Antoviaque
73f75f23bb
Update import location of prefer_xmodules
2014-03-10 12:01:56 -04:00
Xavier Antoviaque
c3ae0306f1
Only add mentoring application to INSTALLED_APPS when in virtualenv
2014-03-10 12:01:56 -04:00
Sarina Canelake
cdfb5c0c07
Put language modal in alphabetical order LMS-2302
2014-03-10 11:07:13 -04:00
ichuang
171650d253
Merge pull request #2870 from edx/bugfix/ichuang/capa-display-status
...
fix capa textline display to leave "inline" alone upon status change
2014-03-10 10:47:47 -04:00
ichuang
c543dbb695
Merge pull request #2869 from edx/bugfix/ichuang/textline-inline-for-jspre
...
fix capa textline to properly use inline if specified when using math preprocessor
2014-03-10 10:47:01 -04:00
Usman Khalid
8824973759
Fixed module urls creation in legacy instructor dashboard.
...
LMS-2327
2014-03-10 19:22:57 +05:00
Sarina Canelake
ede0916ab8
Merge pull request #2876 from edx/sarina/update-translations-031014
...
Update translations (autogenerated message)
2014-03-10 10:11:40 -04:00
Sarina Canelake
5e8f5611d7
Update translations (autogenerated message)
2014-03-10 10:10:08 -04:00
Sarina Canelake
26773ee172
Merge pull request #2873 from edx/sarina/update-dummy
...
Update dummy Esperanto strings
2014-03-10 09:58:32 -04:00
ichuang
cac669364f
more robust capa math preprocessor test, and new test for inline
2014-03-10 09:52:25 -04:00
Dave St.Germain
aaf4515ac3
remove old version of codemirror, to prevent confusion
2014-03-10 09:43:56 -04:00
Sarina Canelake
a2bcf545e4
Update dummy Esperanto strings
2014-03-10 09:21:52 -04:00
jmclaus
76de7f6055
Merge pull request #2855 from edx/anton/fix-fullscreen-in-flash
...
Fix video resizing in Flash mode.
2014-03-10 14:08:18 +01:00
Usman Khalid
8d15acc962
Merge pull request #2559 from edx/usman/lms2136-wiki-access
...
Refactor of permissions checking for wiki pages.
2014-03-10 17:13:40 +05:00
Usman Khalid
d335713da5
Export CourseDescriptor wiki_slug field to xml.
...
LMS-2136
2014-03-10 16:13:18 +05:00
Usman Khalid
8f3cfa5a5f
When creating a course in studio set a unique wiki_slug for it.
...
Currently wiki_slug is set to course number. However, since multiple
courses can have the same number this may lead to clashes. So wiki_slug
will be set to org.course.name. To maintain the active wiki_slugs for
xml courses this cannot be changed in the CourseDescriptor.
LMS-2136
2014-03-10 16:13:18 +05:00
Usman Khalid
7b185db751
Refactored permissions check for course_wiki pages.
...
CourseRole names have a new format (type_org.number.run). Previously
when checking if a user was staff for a course wiki type_org/number/run
and type_number format role names were checked by parsing user group names.
This logic has been refactored to first fetch all courses which use the
particular wiki_slug and then use courseware.access.has_access to check if the
user has staff permissions on any of the courses.
LMS-2136
2014-03-10 16:13:17 +05:00
Usman Khalid
3c55c91c5a
Added get_courses_for_wiki(self, wiki_slug) to mongo, xml and mixed modulestores.
...
This method returns a list of courses which use the particular wiki_slug. It is used for
checking permissions in the course_wiki app.
LMS-2136
2014-03-10 16:13:17 +05:00
Don Mitchell
98c66d9035
Added get_courses_for_wiki method.
...
LMS-2136
2014-03-10 16:13:17 +05:00
polesye
07ed368505
BLD-905: Fix video resizing in Flash mode.
2014-03-09 12:36:17 +02:00
Sarina Canelake
21db0bff78
Merge pull request #2871 from edx/sarina/idash-analytics-wording
...
Minor changes to instructor Analytics tab
2014-03-08 17:05:48 -05:00
Sarina Canelake
472d8f5f52
Minor changes to instructor Analytics tab
2014-03-08 08:51:36 -05:00
ichuang
a35d524de2
fix text-input-dynamath_data test in test_input_templates.py
2014-03-07 22:14:22 -05:00