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 |
|
Toby Lawrence
|
3b73839ed2
|
Adding optimized images in batches [14/19]
|
2016-01-13 20:38:41 -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 |
|
David Baumgold
|
b60d060358
|
Remove old READMEs
These files seem to have been copied over from old XML courses,
and shouldn't be in our repository.
|
2013-12-09 15:57:22 -05:00 |
|
Vasyl Nakvasiuk
|
493421c1ec
|
fix test_conditional, add new conditional to "conditional_and_poll" test course
|
2013-03-06 19:52:18 +02:00 |
|
Alexander Kryklia
|
059b9f66e3
|
poll and conditional finished
|
2013-02-15 18:48:39 +02:00 |
|