Eugeny Kolpakov
e03b3914f8
Merge pull request #14737 from open-craft/mit-capa-hide-correct
...
MIT CAPA improvements: Add show_correctness field
2017-04-19 07:03:46 +08:00
Jillian Vogel
f18a2be837
Implement optional hiding of capa assessment results
2017-04-13 15:52:57 -07:00
cahrens
6e416310b9
Show messages about component visibility.
...
TNL-6746
2017-04-13 11:33:57 -04:00
Ned Batchelder
d3ddb2ae68
Merge pull request #14857 from edx/nedbat/update-translations
...
Update translations (autogenerated message)
2017-04-11 14:13:10 -04:00
Ned Batchelder
babf349f87
Update translations (autogenerated message)
2017-04-11 15:12:19 +00:00
Dennis Jen
f90b80da62
Update mathjax CDN to cloudflare.
2017-04-10 19:52:35 +00:00
cahrens
dbae1e397d
Add ability to set visibility by enrollment track.
...
TNL-6744
2017-04-05 11:05:31 -04:00
Ned Batchelder
bca2db88ce
Update translations (autogenerated message)
2017-03-30 11:00:31 +00:00
Ned Batchelder
73850f4627
Update translations (autogenerated message)
2017-03-16 14:07:42 -04:00
Ned Batchelder
75cb211cbe
Update translations (autogenerated message)
2017-03-16 14:07:41 -04:00
Mushtaq Ali
40621b6cc2
Merge pull request #14315 from edx/mushtaq/move-component
...
Move a component
2017-03-14 12:58:20 +05:00
Jeremy Bowman
8d36c3825c
PLAT-1121 Export courses asynchronously
2017-03-13 09:00:11 -04:00
Mushtaq Ali
cb2d78bf34
Add logging on move xblock
...
Add i18n to backend error messages in case they appear to end user
Remove success banner when trying to publish or discard changes on container page
2017-03-10 19:25:03 +05:00
Ned Batchelder
7d7f17a3b3
Merge pull request #14663 from edx/nedbat/update-translations
...
Update translations (autogenerated message)
2017-03-09 14:03:09 -05:00
Ned Batchelder
9d9266f1c5
Update translations (autogenerated message)
2017-03-09 16:17:10 +00:00
Ned Batchelder
15a4fc420a
Update translations (autogenerated message)
2017-03-09 12:08:25 +00:00
Albert St. Aubin
86e202c5ab
Update to Studio style for recent capa action bar style changes
2017-03-08 14:23:19 -05:00
Mushtaq Ali
e83bee65bd
Fixed Backend: Move component directly to content experiment level (component will now be the sibling of groups)
...
Fixed Move button is disabled when moving components inside conditional module
Fixed When navigating upward/backward, target parent is not set correct, resulting source to be moved in the previously selected parent
2017-03-08 16:48:52 +05:00
Qubad786
f064e991bf
duplicate video id in basic tab
2017-03-07 15:33:33 +05:00
Ned Batchelder
6c44eee00e
Update translations (autogenerated message)
2017-03-02 19:25:59 +00:00
muhammad-ammar
8a1ec3e690
bokchoy tests for move xblocks
2017-03-01 19:31:33 +05:00
Mushtaq Ali
485ffb1b68
restrict move action
2017-03-01 19:29:59 +05:00
Mushtaq Ali
e9b8e17fc8
Enable disable move - TNL-6063
2017-03-01 19:27:01 +05:00
Mushtaq Ali
e856f07b87
Move and undo move XBlock
...
- TNL-6062
- TNL-6229
2017-03-01 19:27:00 +05:00
muhammad-ammar
c7dc83c378
Move modal show course outline with breadcrumb
...
TNL-6060
2017-03-01 19:25:57 +05:00
muhammad-ammar
1b011af7e2
move dialog
...
TNL-6047
2017-03-01 19:21:38 +05:00
Zia Fazal
9041ed1400
removed statement which updates xblock in preview handler
...
added test to support changes
moved aside xblock data save logic int component_handler
changes after feedback
fixed typo
2017-03-01 11:45:52 +05:00
Jeremy Bowman
c8f7587f6b
Merge pull request #14552 from edx/jmbowman/async_course_import
...
PLAT-1104 Import courses asynchronously
2017-02-27 12:01:06 -05:00
Ned Batchelder
7b27f94962
Update translations (autogenerated message)
2017-02-23 17:04:30 +00:00
Jeremy Bowman
d3b873c7e9
PLAT-1104 Import courses asynchronously
2017-02-22 15:06:34 -05:00
Ned Batchelder
9614b6eb07
Update translations (autogenerated message)
2017-02-16 16:51:11 +00:00
Ned Batchelder
318ae7b869
Update translations (autogenerated message)
2017-02-16 16:08:24 +00:00
Calen Pennington
e71a6c24b0
Merge pull request #13899 from CredoReference/possible-to-add-multiple-tag-values
...
Allow multiple values for a single tag
2017-02-03 10:39:23 -05:00
Dmitry Viskov
5fe79dbdb4
Allow multiple values for a single tag
2017-02-03 01:39:58 +03:00
Ned Batchelder
c2573ab5d6
Update translations (autogenerated message)
2017-02-02 14:53:47 -05:00
Florian Haas
64fd392933
v1 Sass (CMS): set !default on all colors
...
Colors should be overridable.
See https://openedx.atlassian.net/browse/PLAT-1181
This sets all color variables to !default for v1 (pre-Pattern Library)
Sass in Studio.
2017-02-01 11:52:37 +01:00
Renzo Lucioni
31f5c8ddcb
Remove the program admin tool from Studio
...
All programs are now managed using the Django admin on the catalog service. This is the first in a series of commits removing use of the old programs service from edx-platform.
ECOM-4422
2017-01-27 19:33:06 -05:00
Mike Dikan
de569e4522
Disable changes to course code in re-run form
...
ECOM-6898
Disable (make read-only) the field for course code in the re-run form. This will prevent creation of course runs with a different course code in the course key that are intended to stand for the same course in a program, which presents problems for the course catalog mapping process.
2017-01-25 16:01:38 -05:00
Ned Batchelder
aadd48eb7b
Update translations (autogenerated message)
2017-01-20 20:01:52 +00:00
Eric Fischer
507e621ccc
Revert "Merge pull request #14324 from edx/efischer/revertins"
...
This reverts commit c7d2d601b8 , reversing
changes made to fb2173f43e .
2017-01-18 10:56:13 -05:00
AsadAzam
6edd0af6aa
Merge pull request #14294 from edx/asadazam/tnl-6046-empty-handouts
...
Fixed Course handouts rejects deletion of all text
2017-01-13 15:06:12 +05:00
Ned Batchelder
2b007e78c5
Update translations (autogenerated message)
2017-01-12 18:06:11 +00:00
Asad Azam
48bec75b80
Fixed Course handouts rejects deletion of all text
2017-01-12 12:33:21 +05:00
noraiz-anwar
b967538fee
Merge pull request #14275 from edx/revert-14216-noraiz/TNL-6197
...
Revert "Error while exporting course with too long filename"
2017-01-10 16:01:55 +05:00
Ned Batchelder
e36cf4a596
Merge pull request #14272 from edx/ned/update-translations
...
Update translations (autogenerated message)
2017-01-05 15:13:49 -05:00
noraiz-anwar
7494e5e6c8
Revert "Error while exporting course with too long filename"
2017-01-05 23:07:56 +05:00
Ned Batchelder
bbef15625f
Update translations (autogenerated message)
2017-01-05 16:57:06 +00:00
noraiz-anwar
a637121d19
Merge pull request #14216 from edx/noraiz/TNL-6197
...
Error while exporting course with too long filename
2017-01-05 15:43:44 +05:00
noraiz-anwar
9c139a87a6
Error while exporting course with too long filename
2017-01-05 14:43:48 +05:00
muhammad-ammar
ab7f4140d1
Update error handling for Video Uploads
...
Tnl-4777
2017-01-04 18:15:37 +05:00