Stanislav Lunyachek
cfcd526d2b
fix: Space around techers images on course about page
2024-04-10 23:14:01 +03:00
ruzniaievdm
0d93075a01
fix: api for schedule and details page MFE page ( #32890 )
2023-08-03 11:41:52 -04:00
Kaustav Banerjee
702866b225
feat: delete XModuleDescriptorToXBlockMixin ( #29927 )
...
This:
1. Deletes XModuleDescriptorToXBlockMixin
2. Deletes `metadata_traslations` and `_translate()` from `XmlParserMixin`,
and all related implementations.
3. Removes translations of deprecated OLX attributes during import/export:
<old_attr> : <new_attr>
- 'slug' : 'url_name'
- 'name' : 'display_name'
- 'id' : 'discussion_id' (Discussion XBlock)
- 'for' : 'discussion_target' (Discussion XBlock)
- 'attempts' : 'max_attempts' (CAPA)
2022-04-21 16:15:00 +01:00
sarina
fa6ace3344
Fix demox code grader print statements
2020-12-02 09:24:53 -05:00
unknown
860c680caa
Replace "+" in print with the more idiomatic ","
2020-10-08 12:35:40 -04:00
unknown
3c119ecf10
Correct DemoX Code Grader solution
...
the Show Answer button displays an answer that returns a SyntaxError:
invalid syntax
this commit corrects the print call by wrapping the int with str() for
proper type conversion and concatenates the sub strings inside parens
2020-10-08 03:22:55 -04:00
Toby Lawrence
0009d53c53
Adding optimized images in batches [15/19]
2016-01-13 20:38:42 -05:00
Toby Lawrence
451b0a9c66
Revert "Crush down images."
...
This reverts commit 8402be3b20 .
2016-01-13 19:12:13 -05:00
Toby Lawrence
8402be3b20
Crush down images.
...
Ran these suckers through ImageOptim, which crunched 'em down real nice.
2016-01-13 18:29:00 -05:00
Calen Pennington
8cba4702ce
Shrink images using trimage
...
.../js/vendor/ova/images/previous_pressed.png | Bin 755 -> 665 bytes
.../static/js/vendor/ova/images/previous_rest.png | Bin 661 -> 572 bytes
.../js/vendor/ova/images/zoomin_grouphover.png | Bin 612 -> 496 bytes
.../static/js/vendor/ova/images/zoomin_hover.png | Bin 608 -> 506 bytes
.../static/js/vendor/ova/images/zoomin_pressed.png | Bin 615 -> 515 bytes
common/static/js/vendor/ova/images/zoomin_rest.png | Bin 612 -> 496 bytes
.../js/vendor/ova/images/zoomout_grouphover.png | Bin 504 -> 397 bytes
.../static/js/vendor/ova/images/zoomout_hover.png | Bin 559 -> 461 bytes
.../js/vendor/ova/images/zoomout_pressed.png | Bin 561 -> 458 bytes
.../static/js/vendor/ova/images/zoomout_rest.png | Bin 504 -> 397 bytes
common/test/data/aside/static/just_a_test.jpg | Bin 547 -> 517 bytes
common/test/data/badges/good.png | Bin 298 -> 91 bytes
common/test/data/badges/large.png | Bin 431556 -> 429842 bytes
common/test/data/badges/unbalanced.png | Bin 232 -> 86 bytes
.../static/images/course_image.jpg | Bin 12626 -> 12617 bytes
.../static/images/professor-sandel.jpg | Bin 453715 -> 447109 bytes
.../Screen Shot 2013-04-16 at 1.43.36 PM.png | Bin 8733 -> 1525 bytes
.../data/simple/static/images_course_image.jpg | Bin 547 -> 517 bytes
common/test/data/static/picture1.jpg | Bin 10905 -> 6857 bytes
common/test/data/static/picture2.jpg | Bin 13598 -> 9739 bytes
common/test/data/static/picture3.jpg | Bin 14977 -> 9946 bytes
common/test/data/toy/static/just_a_test.jpg | Bin 547 -> 517 bytes
common/test/data/uploads/Signature-0.png | Bin 31182 -> 14473 bytes
common/test/data/uploads/Signature-1.png | Bin 31182 -> 14473 bytes
common/test/data/uploads/larger_image.jpg | Bin 1070335 -> 1053927 bytes
25 files changed, 0 insertions(+), 0 deletions(-)
2016-01-07 10:48:40 -05:00
Sarina Canelake
2e4bba0a79
Remove ORA1 test units from xmodule test courses
2015-12-11 15:07:12 -05:00
stv
3a2c0e37dc
Remove chat feature
...
This was originally contributed upstream by Stanford, circa 2013.
We neither use nor support this feature in its current implementation,
and in fact, we may never have used this production. Until recently, we
had additional chat/Jabber code [1] (in the form of a Jabber djangoapp in
LMS); context there suggests this feature may have never been more than
a prototype. The original author is no longer on the team, so I can't directly
confirm this on our end.
Do you use this feature?
Stanford had already abandoned this Jabber-backed chat implementation,
in favor of an IRC backend, by the time I joined the team in early 2014.
[1] dbe52a6b13
2015-11-02 14:08:58 -08:00
cahrens
85b8a88152
Delete mention of direction from checkboxgroup.
...
It was never implemented.
TNL-231
2015-07-24 14:44:08 -04:00
John Eskew
94ea35d3be
Export modulestore-stored asset metadata as XML to exported course.
...
Import asset metadata XML into modulestore.
Optimize importing many items of asset metadata by avoiding multiple
round-trips to MongoDB.
2014-12-16 15:42:38 -05:00
Sarina Canelake
7779f742c9
Rename pl-faculty.png to placeholder-faculty.png
...
OPEN-328
2014-12-09 22:28:09 -05:00
Ned Batchelder
70157670c5
Remove mentions of JSDraw from the test data
2014-09-24 09:56:05 -04:00
Calen Pennington
7b81dcc3ea
Make split_mongo assert block identity uniqueness only over (block_type, block_id) tuples [LMS-11364]
2014-09-11 09:38:13 -04:00
Calen Pennington
4ab343ffef
Add test of import around duplicate url names [LMS-11345]
2014-09-11 09:37:12 -04:00
Calen Pennington
4e67c2a9b3
Add the manual testing course for testing xml import/export across modulestores
2014-07-17 10:35:36 -04:00