Calen Pennington
1f849e441d
Fix management commands
2014-05-21 14:36:41 -04:00
Calen Pennington
4af2249a9d
Remove dead code
2014-05-21 14:28:04 -04:00
Han Su Kim
c8ce4a54d6
Merge pull request #3621 from edx/han/cert-report
...
Added totals for different student tracks
2014-05-21 12:08:00 -04:00
Calen Pennington
4df73548bf
Merge pull request #3788 from cpennington/allow-cross-course-references
...
Allow cross course references in the LMS
2014-05-21 11:06:01 -04:00
Don Mitchell
c085578383
Fix student progress @sarina bug
2014-05-20 18:08:33 -04:00
David Baumgold
6e0e13003f
Merge pull request #3744 from lduarte1991/lduarte-harvardx
...
Reconnecting Token Generator for Annotation Tool [Fix]
2014-05-20 15:34:34 -04:00
lduarte1991
0d8a4797f1
extend changes of url/raw issue to video annotions
2014-05-20 14:40:40 -04:00
David Baumgold
75ff35e208
proxy raw further along
2014-05-20 14:01:55 -04:00
Don Mitchell
3ab925a178
Merge pull request #3787 from edx/dhm/bug_mktg_url
...
marketing url too many slashes
2014-05-20 13:56:16 -04:00
Don Mitchell
115f5b2cd1
Merge pull request #3791 from edx/dhm/bug_open_ended_notifications
...
Dhm/bug open ended notifications
2014-05-20 13:39:27 -04:00
David Baumgold
8080261aa7
generate raw URLs that are not rewritten by static_replace
2014-05-20 13:27:47 -04:00
jmclaus
678a92b4b2
Added new error message that displays when HTML5 video is not supported altogether. Make sure spinner gets hidden when error message is shown. [BLD-638]
2014-05-20 19:17:57 +02:00
Greg Price
ae50c9c808
Merge pull request #3728 from edx/gprice/forum-search-logging
...
Add logging of search quality information
2014-05-20 12:44:05 -04:00
Don Mitchell
08aaa97bfb
Serialize course_key at last possible code junction
2014-05-20 11:58:03 -04:00
Calen Pennington
76235c1027
Allow cross course references in the LMS
2014-05-20 11:44:09 -04:00
Sarina Canelake
9dc48c00b4
Merge pull request #3779 from edx/sarina/fix-grades-management-commands
...
Sarina/fix grades management commands
2014-05-20 11:35:54 -04:00
Don Mitchell
80552674b3
Merge pull request #3786 from edx/dhm/bug_cohort_args
...
Dhm/bug cohort args
2014-05-20 11:23:22 -04:00
Don Mitchell
591fc2b547
Fixes Carlos's bug
2014-05-20 11:15:10 -04:00
Don Mitchell
e2332d1922
Fix old dashboard list cohorts
2014-05-20 10:37:03 -04:00
Alan Boudreault
877ec3f963
some minor improvements to embargo
2014-05-20 10:03:06 -04:00
Waqas Khalid
95636a9556
Revert "Handle the indexerror exception on create_order"
...
It was merged by mistake during the code freeze.
2014-05-20 18:33:54 +05:00
Waqas Khalid
33871e4515
Handle the indexerror exception on create_order
...
LMS-2646
2014-05-20 16:04:58 +05:00
Greg Price
299046a86f
Add logging of search quality information
...
For now, this only includes course id, search terms, and result count.
Information is logged both to the standard logger for near-term analysis
and the event tracker for the longer term. Result count logging requires
commit 02466b1 of cs_comments_service (otherwise it will be null).
2014-05-19 17:37:26 -04:00
Sarina Canelake
189f53bc71
Fix grades management commands
2014-05-19 16:11:45 -04:00
Alan Boudreault
db161543d8
Modified EMBARGO_SITE to SITE_EMBARGOED, improved logs
2014-05-19 15:53:45 -04:00
Calen Pennington
9ca09db469
Fix missing semicolon in annotation html
2014-05-19 15:34:29 -04:00
Alan Boudreault
ba6e61b907
Extended Embargo feature to support site access restriction and ip network
2014-05-19 15:12:02 -04:00
Calen Pennington
a3b6ef8bae
Rename variables to make type clearer
2014-05-19 10:58:38 -04:00
Han Su Kim
263cf647ad
Added totals for different student tracks
...
sorted the output, easier to read
Add is_active filter to only generate for students enrolled
Adding back total_enrollment
Removing active filter
Certs will generate for all users in the course, not just those "active"
Typo
Renaming headings to make more sense
Renaming variables to match headings
2014-05-19 10:10:27 -04:00
Calen Pennington
4df122a92e
Update annotations modules to use the course_id from the runtime, rather than extracting it from the page
2014-05-19 09:37:53 -04:00
Calen Pennington
2ce6719153
Merge remote-tracking branch 'edx/opaque-keys' into opaque-keys-merge-master
2014-05-19 09:29:34 -04:00
Calen Pennington
8f72394e81
Merge remote-tracking branch 'edx/master' into opaque-keys-merge-master
...
Conflicts:
cms/templates/widgets/header.html
2014-05-19 09:20:08 -04:00
Sarina Canelake
5fd2eef58d
Add Croatian language
2014-05-19 08:13:18 -04:00
Chris Rossi
db8b33d04d
Use path already created by ansible.
2014-05-16 16:37:39 -04:00
Chris Rossi
42e8e3068e
Use local storage instead of S3 for uploads in devstack.
2014-05-16 16:37:39 -04:00
Sarina Canelake
afac5145e3
Merge pull request #3757 from edx/sarina/fix-git_import
...
Sarina/fix git import
2014-05-16 16:12:33 -04:00
Calen Pennington
dd6609fa2c
Fix dashboard data tests
2014-05-16 15:38:59 -04:00
Calen Pennington
6d5478a483
Migrate new code from merge to use OK standards
2014-05-16 14:20:35 -04:00
Calen Pennington
d4280e8529
Fix merge conflicts
2014-05-16 14:10:50 -04:00
lduarte1991
0c1b045f3c
Using Edx version of tinymce
2014-05-16 14:02:25 -04:00
Calen Pennington
18c91d0f1d
Merge remote-tracking branch 'edx/master' into opaque-keys-merge-master
...
Conflicts:
cms/djangoapps/contentstore/tests/utils.py
cms/djangoapps/contentstore/views/import_export.py
cms/djangoapps/contentstore/views/tests/test_import_export.py
common/djangoapps/student/views.py
lms/djangoapps/class_dashboard/dashboard_data.py
lms/djangoapps/instructor/views/instructor_dashboard.py
lms/static/js/staff_debug_actions.js
lms/templates/notes.html
lms/templates/staff_problem_info.html
2014-05-16 14:01:20 -04:00
Sarina Canelake
b3462d1c67
Fix issues with psychometrics and git import
2014-05-16 11:47:14 -04:00
Diana Huang
7a87179dc2
Update get_discussion_link command to use CourseKeys
2014-05-15 16:41:31 -04:00
lduarte1991
921cac6ed6
Fix for 500 error (undefined) in annotation tool
2014-05-15 15:25:30 -04:00
lduarte1991
e911d57911
Revert "Revert pull request #3466 "
...
This reverts commit 59e3cae4c9 .
2014-05-15 15:23:28 -04:00
David Adams
9bc7a518ee
Fixes issue with metrics tab click handlers
...
Click handlers were not getting attached to DOM elements in some cases on slow running machines.
Added logic to attach handlers when elements are ready.
Added 2 buttons on metrics tab:
Download Subsection Data for downloading to csv.
Download Problem Data for downloading to csv.
2014-05-15 11:45:59 -07:00
Brian Wilson
aacbc5eddb
Merge branch 'release' (after release-2014-05-14).
2014-05-15 14:34:22 -04:00
Calen Pennington
77b895cb98
Merge pull request #3673 from cpennington/opaque-keys-merge-master
...
Merge master into opaque-keys
2014-05-15 13:24:50 -04:00
Calen Pennington
daf35bed8f
Fix instructor csv download
2014-05-15 10:30:36 -04:00
Calen Pennington
ff026ea8af
Merge remote-tracking branch 'edx/master' into opaque-keys-merge-master
...
Conflicts:
common/lib/xmodule/xmodule/video_module/video_handlers.py
2014-05-15 10:25:08 -04:00