Valera Rozuvan
de1381dbfc
Added acceptance tests.
2013-10-08 12:00:07 +03:00
Valera Rozuvan
fc43a81dbe
Updated fixtures for Jasmine tests.
2013-10-08 12:00:06 +03:00
Valera Rozuvan
74cbe11934
Added functionality to show captions on "CC" button mousemove.
...
When auto-show/auto-hide is disabled, the captions will be shown when
the user will move the mouse over the "CC" button. They will then
auto-hide after a while if the user doesn't continue to move the
mouse over the "CC" button, or over the captions themselves, or use
the keyboard to select a specific caption. If the mouse pointer is not
over the captions or the "CC" button, they will hide after a while.
This is the key in the fix for bug BLD-355: Transcript hovers over
over videoplayer itself for PKU videos.
2013-10-08 12:00:06 +03:00
Valera Rozuvan
812b085b84
Added hard-coded flag to video.html that turns on/off autohiding of captions.
...
Front-end functionality was not removed. When flag is set to "True", old
behaviour of autohiding of controls and captions will be enabled.
2013-10-08 12:00:06 +03:00
Valera Rozuvan
62c445d001
Updated code fomat in test Jasmine.
2013-10-08 12:00:06 +03:00
Valera Rozuvan
38dfde1296
Work in progress.
2013-10-08 12:00:06 +03:00
Ned Batchelder
a4bf549af4
Use assertIsInstance instead of assertTrue(type(x) == y)
2013-10-07 18:20:31 -04:00
Ned Batchelder
9103fa393c
Use assertIsInstance.
2013-10-07 18:17:40 -04:00
Adam Palay
c64399424e
re-enable some buttons on instr dash
2013-10-07 18:13:21 -04:00
Will Daly
4effdbb4b2
Remove unnecessary call from wordcloud test
2013-10-07 18:09:54 -04:00
Will Daly
9a6f976d69
Disable non-deterministic video caption test to get stability on master
2013-10-07 17:57:51 -04:00
Will Daly
b7856d96bf
Use wait_for to allow course image time to update
2013-10-07 17:44:16 -04:00
Will Daly
3af6b90b8a
Merge pull request #1239 from edx/will/fix-expand-section-test
...
Use css_has_value() to fix failure in course-overview.feature
2013-10-07 14:20:38 -07:00
cahrens
328640452f
Comment out tests that fail in Jenkins.
2013-10-07 17:18:40 -04:00
cahrens
61cfb91218
Cleanup to drag and drop implementation.
...
Also includes RequireJS changes.
Fixes bugs:
STUD-755, STUD-152, STUD-700, STUD-699
2013-10-07 17:18:40 -04:00
Brian Talbot
14b4b6a24e
Adds in minimally revised drag and drop styling.
...
Add CSS classes and fix drop destination bug.
2013-10-07 17:17:46 -04:00
Peter Fogg
85be9b4265
Jasmine tests for drag/drop.
2013-10-07 17:17:46 -04:00
Peter Fogg
7640ade481
Fix not being able to expand an empty subsection.
2013-10-07 17:17:46 -04:00
Peter Fogg
cbd066da04
Address PR comments.
...
Remove unused variables; some changes to match existing BDD spec for
drag/drop (expand-on-hover timeout and dropping with mouse outside of
element); bugfix for section expand; some code cleanup; update and
re-enable acceptance test.
2013-10-07 17:17:46 -04:00
Peter Fogg
1c9fbec94b
CSS classes for drop targets.
2013-10-07 17:17:46 -04:00
Peter Fogg
a0deac0399
Make all of section/subsection/unit draggable.
2013-10-07 17:17:46 -04:00
Peter Fogg
fd2f720adb
Add auto-expand to overview lists.
2013-10-07 17:17:46 -04:00
Peter Fogg
2d3cba06d2
Rework course overview drag and drop.
...
Failed drags bring the element back to where it started; elements are
locked to the y-axis, states are represented as CSS classes for
styling, elements can be dragged across section/subsection borders,
and dragging to the top/bottom of a section Just Works™.
Needs some styling love to give visual representation of where the
dragged element will drop, though.
TODO: It'd be good to have auto expand/collapse for subsections.
2013-10-07 17:17:46 -04:00
David Baumgold
8b03c4abae
Merge pull request #1241 from edx/db/base-js-smoothscroll
...
base.js requires jquery.smoothScroll
2013-10-07 13:48:16 -07:00
David Baumgold
d29cc4776e
base.js requires jquery.smoothScroll
2013-10-07 16:37:05 -04:00
Will Daly
b749300d43
Use css_has_value() to fix failure in course-overview.feature
2013-10-07 16:08:39 -04:00
Will Daly
c820ca4888
Merge pull request #1200 from edx/will/efficient-diff-quality
...
Use pre-generated reports for pep8/pylint when running diff-quality
2013-10-07 13:05:47 -07:00
David Baumgold
3f7fbfa5b2
Merge pull request #1238 from edx/db/update-docs-readme
...
Update docs readme
2013-10-07 13:03:31 -07:00
David Ormsbee
8ea3e2047c
Merge pull request #1231 from edx/ormsbee/verify_tests3
...
Model tests for verify_student flow.
2013-10-07 12:57:24 -07:00
David Ormsbee
02fc6a40db
Add model tests to verify_student flow.
2013-10-07 15:56:38 -04:00
David Baumgold
6bd015d321
Update docs readme
2013-10-07 15:40:36 -04:00
cahrens
aa6022d505
Don't remove course update when clicking outside modal.
...
Fixes bug STUD-822.
2013-10-07 15:25:16 -04:00
jkarni
31980150f0
Merge pull request #1043 from edx/jkarni/feature/import-feedback
...
Jkarni/feature/import feedback
2013-10-07 12:13:07 -07:00
David Baumgold
fd7e8baccb
Tie the USE_I18N setting to DEBUG setting
...
We want USE_I18N to be on in development, but off in production. Tying
this setting to the DEBUG setting accomplishes that neatly.
2013-10-07 15:04:15 -04:00
Julian Arni
bb00924917
Use requirejs for import.js
...
And fixes for rebase-breakage.
2013-10-07 14:07:26 -04:00
Adam
faf796b574
Merge pull request #1125 from edx/adam/remove-instr-dash-buttons
...
disable buttons for legacy and beta instr dash
2013-10-07 10:36:51 -07:00
Will Daly
a617988cf7
Merge pull request #1232 from edx/will/navigation-grading-test-fixes
...
Fix navigation and grading acceptance tests
2013-10-07 08:34:48 -07:00
Adam Palay
e37584619b
add entry to changelog
2013-10-07 10:14:12 -04:00
Brian Talbot
8ec583c355
LMS: abstracts consistent message/copy color styling from Instructor Dashboard view
...
LMS: adds message styling to the separate instructor_2 Sass file
2013-10-07 10:14:10 -04:00
Adam Palay
197f9015aa
disable buttons for large courses on legacy and beta instr dash
...
set max enrollment for downloads to 200
2013-10-07 10:11:08 -04:00
Brian Talbot
5cfec75ece
Studio: adds in instructional copy to user on when it is safe to leave the import view without harming an import process
2013-10-07 09:57:41 -04:00
Julian Arni
777144111a
Update changelog
2013-10-07 09:57:41 -04:00
Julian Arni
57b38969e5
Move import-related js to import.js
2013-10-07 09:57:20 -04:00
Julian Arni
7b3c4945cf
Review fixes
...
Studio: revises import help/status copy to better reflect/generalize what is done with imported content
Add test cases for import status
2013-10-07 09:55:46 -04:00
Julian Arni
642bf0e6e6
Clear import status on retry
2013-10-07 09:53:37 -04:00
Brian Talbot
1735a0f41f
Studio: copy and styling changes to import view to support new status UI
2013-10-07 09:52:59 -04:00
Brian Talbot
89bba535e1
Studio: adds in action-related elements to the status display UI of the Import view
2013-10-07 09:52:59 -04:00
Julian Arni
4bbacb02db
Re-add bar references
2013-10-07 09:52:59 -04:00
Julian Arni
cab7c4ff74
Remove references to old upload progress bar
2013-10-07 09:52:59 -04:00
Brian Talbot
76ee27c22a
Studio: revises import view Sass extends to use placeholder syntax
2013-10-07 09:52:59 -04:00