Alexander Kryklia
cbe97d6fe6
Merge pull request #1948 from edx/anton/allow-arbitrary-regex-in-stringresponse
...
Anton/allow arbitrary regex in stringresponse
2014-01-15 03:15:43 -08:00
polesye
ee1953b37a
BLD-474: Allow multiple answers for string response.
2014-01-15 12:51:24 +02:00
Calen Pennington
d2a0df4118
Merge pull request #2129 from cpennington/xblocks-xml-import-export
...
XBlock Xml Serialization/Deserialization
2014-01-14 10:56:09 -08:00
Greg Price
3c3ef50e13
Merge pull request #2168 from edx/gprice/forum-coffee-i18n
...
Internationalize forums CoffeeScript code
2014-01-14 10:55:08 -08:00
Calen Pennington
a55724d117
Prevent unicode data from being injected into a Location using the _replace function
2014-01-14 13:28:49 -05:00
Calen Pennington
46109bb3e8
Use XBlock xml serialization and deserialization
...
XModules continue to use their own interface for xml, but provide an
adaptor that makes the the XBlock interface available.
[LMS-179]
2014-01-14 13:28:47 -05:00
Ned Batchelder
566bb16220
Implement InheritanceFieldData
2014-01-14 13:09:36 -05:00
Ned Batchelder
1932c126b8
Rename DbModel to KvsFieldData.
2014-01-14 13:09:36 -05:00
Ned Batchelder
679f1d68fc
Remove unused things.
2014-01-14 13:09:36 -05:00
Ned Batchelder
b6bd293266
Clean up some pre-existing formatting.
2014-01-14 13:09:35 -05:00
Greg Price
a8e3bca8c8
Internationalize forums CoffeeScript code
2014-01-14 13:04:51 -05:00
Greg Price
a1dc49cc9b
Remove defunct forum post tagging code
2014-01-14 13:03:56 -05:00
Chris Rossi
831f907c79
Add individual due dates feature.
...
Adds a feature to the edX platform which allows instructors to set
individual due dates for students on particular coursework. This code is
meant primarily for on-campus use--it is not intended that this feature
would be used for MOOCs. It adds a new tab, "Extensions", to the beta
instructor dashboard which allows changing due dates per student. This
feature is enabled by setting FEATURES['INDIVIDUAL_DUE_DATES'] = True.
2014-01-14 10:19:02 -05:00
Will Daly
60a56c4876
Disabled video updateplaytime JS test
2014-01-13 16:47:08 -05:00
Will Daly
3f126ac46c
Disabled video start and end time test
2014-01-13 13:37:58 -05:00
Feanil Patel
a86086b771
Merge pull request #2041 from edx/feanil/transfer_students
...
Add a command to transfer students from one course to another.
2014-01-13 08:30:51 -08:00
Christina Roberts
6c49e0db14
Merge pull request #2105 from edx/christina/reorder-privates
...
Fix bug about draft verticals reordering.
2014-01-13 07:22:17 -08:00
cahrens
38c516e9e9
Fix bug about draft verticals reordering.
...
STUD-714
2014-01-13 09:25:16 -05:00
polesye
af56a2df72
BLD-518: Fix video volume cookie.
2014-01-13 12:03:57 +02:00
Feanil Patel
16d6d23fbc
Save state before unenrolling student from old course.
2014-01-10 14:16:04 -05:00
Feanil Patel
1be33651b0
CertificateItems should be updated for all course students.
...
Not just students that are currently active. Students may have enrolled with verified certs, paid, gotten
a refund, and un-enrolled from the original course. This function should now capture that.
2014-01-10 13:18:39 -05:00
Calen Pennington
2ad4749a5d
Merge pull request #2119 from cpennington/xblocks-behind-feature-flag
...
Enable pure XBlocks, hidden by feature flags
2014-01-10 09:51:23 -08:00
Calen Pennington
417fe21d05
Enable pure XBlocks, but behind a feature flag
...
[LMS-226]
[LMS-2013]
2014-01-10 11:40:03 -05:00
Will Daly
4a3cffbb3f
Merge pull request #2131 from edx/db/fix-theme-name-issues
...
Fix theme issues in Sass preprocessing
2014-01-10 08:03:23 -08:00
David Baumgold
85453f703e
Fix theme issues in Sass preprocessing
2014-01-10 10:40:09 -05:00
brianhw
20489f22d8
Merge pull request #2079 from edx/brian/track-commands
...
Define TrackedCommand for use as base class for tracking management commands
2014-01-10 07:39:23 -08:00
Will Daly
4a9c239c3d
Merge pull request #2030 from edx/will/bok-choy-integration
...
Added configuration for running tests using the bok-choy framework
2014-01-10 05:26:42 -08:00
polesye
95a88823b9
BLD-633: Fix show answer for ImageResponse.
2014-01-10 13:32:16 +02:00
Greg Price
5147a41b07
Merge pull request #2034 from carsongee/cg/notification_prefs_missing_slash
...
Added missing slash to avoid 302 when calling /notification_prefs/status
2014-01-09 13:01:29 -08:00
Ned Batchelder
520822c3a6
Merge pull request #2122 from edx/ned/i18n-xblock-support
...
Make LMS use runtime.service("i18n") for i18n.
2014-01-09 12:52:13 -08:00
Ned Batchelder
7f1fc01f80
Change XModule i18n to use runtime.service
...
LMS-1597
2014-01-09 14:19:56 -05:00
Will Daly
dde5455227
Added configuration for running tests using the bok-choy framework
2014-01-09 12:57:50 -05:00
Don Mitchell
a07896dacc
Set definition_locator on in-memory xblocks
2014-01-09 12:39:39 -05:00
Feanil Patel
7d9b6a55dd
Add a command to transfer students from one course to another.
...
Move only active students and also update cert item for verified students.
2014-01-08 16:39:24 -05:00
Don Mitchell
bccae306db
Merge pull request #2111 from edx/dhm/drop_contentstore
...
During testing: drop contentstore when cleaning up modulestore
2014-01-08 11:37:42 -08:00
Don Mitchell
81a5b36363
During testing: drop contentstore when cleaning up modulestore
2014-01-08 12:05:32 -05:00
Andy Armstrong
93675304da
Add sorting to Studio's Files & Uploads page
...
Added sorting to the new pagination logic for STUD-995.
2014-01-08 10:35:40 -05:00
David Baumgold
5d63cd0eb0
Merge pull request #2094 from edx/db/change-section-start-date
...
Set default section start date to Jan 1, 2030
2014-01-07 13:10:29 -08:00
David Baumgold
ce4b130113
Set default section start date to Jan 1, 2030
...
STUD-1072
2014-01-07 15:46:15 -05:00
Greg Price
afaa463f7f
Merge pull request #2093 from edx/gprice/forum-vote-button-a11y
...
Improve accessibility of forum vote buttons
2014-01-07 10:54:17 -08:00
Christina Roberts
c711bb6072
Merge pull request #2055 from edx/christina/amp
...
Tests for behavior of export with & in HTML and XML-based components
2014-01-07 07:35:58 -08:00
Ned Batchelder
27b8c83b34
Mark XModule strings for i18n
2014-01-07 09:43:46 -05:00
Ned Batchelder
549d9230f8
Merge pull request #2077 from edx/ned/misc-msg-fixes
...
Miscellaneous fixes to strings found during i18n work.
2014-01-07 06:41:42 -08:00
zubair-arbi
f71688ce42
Merge pull request #2075 from zubair-arbi/zub/bugfix/std878-wrongcontenttype
...
Assign valid content_type to static resource (import_static_content)
2014-01-06 23:35:44 -08:00
Greg Price
b7d7751dc2
Improve accessibility of forum vote buttons
...
This change involves substantial refactoring of the relevant code to
reduce duplication. It also makes the templates for the vote buttons
more consistent and cleaner.
JIRA: FOR-64
2014-01-06 17:08:53 -05:00
Greg Price
d4f7cd68d8
Remove redundant URI.min.js fron lms/
...
A newer version was added to common/, so that is used instead. It is
also added to the set of JS files used in unit tests to allow forums
code in common/ to be tested.
2014-01-06 17:02:31 -05:00
Brian Wilson
21a4520b8c
Remove output of management command options and args from tracking logs.
2014-01-06 12:53:56 -05:00
Brian Wilson
1aefe2f5bf
Define TrackedCommand for use as base class for tracking management commands. Use in create_user command.
2014-01-06 12:43:04 -05:00
Usman Khalid
6108529ce1
Merge pull request #2001 from edx/waheed/openended-problems-commands-2
...
Django command to post submissions to ora
2014-01-06 08:04:33 -08:00
Ned Batchelder
93682af4eb
Don't catch all exceptions.
2014-01-06 10:24:00 -05:00