jmclaus
38642d2888
Merge pull request #1175 from edx/jmclaus_bugfix_video_player_controls_a11y
...
Bug fix video player controls a11y
2013-10-02 13:53:48 -07:00
Don Mitchell
0521bec4e2
Merge pull request #1203 from edx/dhm/bug_publish
...
Fix publishing in old mongo
2013-10-02 13:23:51 -07:00
Brian Talbot
9d87a03134
Merge pull request #1192 from edx/talbs/studio-viewnames
...
Studio: HTML body class and view-styling naming conventions
2013-10-02 13:17:43 -07:00
Don Mitchell
5e1f03bb52
Publish removes deleted children
2013-10-02 16:06:58 -04:00
Don Mitchell
18c45879bc
Test reproducing orphaning of children
...
when draft is deleted and then parent published.
ensure moving doesn't cause deletion
2013-10-02 16:06:58 -04:00
polesye
68fb02309b
Merge pull request #1201 from edx/anton/fix_video_acceptance_tests
...
BLD-388: Fix acceptance tests.
2013-10-02 12:54:10 -07:00
polesye
9a4633be86
Fix matchers.
2013-10-02 22:41:14 +03:00
polesye
298e0a9b16
Add $.
2013-10-02 21:50:51 +03:00
polesye
2a2c9d1989
Fix regexp.
2013-10-02 21:45:38 +03:00
polesye
960c2ec472
Fix acceptance tests.
2013-10-02 20:23:42 +03:00
jmclaus
9d418755a6
Added changes made to video.html to fixtures. Addressed latest PR comments
2013-10-02 16:54:48 +02:00
jmclaus
d201ce1035
Addressed PR comments
2013-10-02 15:55:23 +02:00
jmclaus
eeb38302d3
Fixed failing test.
2013-10-02 15:55:22 +02:00
jmclaus
332bfa9627
Added more explanatory states to the Volume, Fullscreen, HD, and CC controls
2013-10-02 15:55:22 +02:00
jmclaus
a3db5da994
Code cleanup
2013-10-02 15:55:22 +02:00
jmclaus
cd12492e08
Disabled one test in video_quality_control
2013-10-02 15:55:22 +02:00
jmclaus
e5895adb2b
Progress slider announces its nabe and value to screen readers
2013-10-02 15:55:22 +02:00
jmclaus
a9b2f2dea0
Volume slider announces its name and value to screen readers
2013-10-02 15:55:22 +02:00
jmclaus
ce976a80c8
All buttons have an ARIA role, name , and state
2013-10-02 15:55:22 +02:00
jmclaus
dfe45d5bd6
First pass at ARIA. Video player buttons announce themselves as button when used with a screen reader
2013-10-02 15:55:22 +02:00
Jay Zoldak
a3525875fd
Merge pull request #1138 from edx/zoldak/locked-asset-tests
...
Refactor upload tests and add locked asset tests for registered user
2013-10-02 05:13:29 -07:00
Jay Zoldak
6e3ece92e3
Refactor upload acceptance tests and add locked asset tests for registered user
2013-10-02 08:12:58 -04:00
Nick Parlante
67722f1a81
Merge pull request #1147 from edx/nick/tab-edit
...
Create management command to edit course's tabs
2013-10-01 14:31:40 -07:00
marco
81a2ac413d
Merge branch 'release'
...
Conflicts:
lms/djangoapps/instructor/views/instructor_dashboard.py
2013-10-01 17:05:02 -04:00
Brian Talbot
c2507ddc21
Studio: revises class naming conventions applied to the <body> element and used for view specific styling
2013-10-01 16:53:41 -04:00
Will Daly
bb60c4046d
Merge pull request #1190 from edx/will/fix-test-docs
...
Fix run single test example
2013-10-01 13:02:13 -07:00
Will Daly
b5fc5d89d3
Fix run single test example
2013-10-01 15:53:16 -04:00
Ned Batchelder
ac23149f58
Merge pull request #1100 from edx/ned/new-xml
...
New XML infrastructure for XBlocks
2013-10-01 12:27:36 -07:00
Ned Batchelder
0bb11335b2
We aren't ready to use XBlock.load_class, there are duplicate entry point names, and simply choosing the first one leads to unpredictability.
2013-10-01 13:53:59 -04:00
Nick Parlante
0ed1ee917e
Create edit_course_tabs management command
...
Just works on the tabs list in mongo, nothing
deeper than that.
Added implementation functions in tabs.py,
providing a first step for some future
GUI editor.
2013-10-01 10:49:51 -07:00
Ned Batchelder
cdb80bb8ed
Fix the new tests to use the new way to make XBlocks.
2013-09-30 21:09:44 -04:00
Ned Batchelder
718328e4e6
Get rid of all mention of XModuleDescriptor.
2013-09-30 21:09:43 -04:00
Ned Batchelder
a1d464aed9
Update XBlock requirement to new XML code.
2013-09-30 21:09:43 -04:00
Ned Batchelder
3a6450c3fc
Use XModuleDescriptor.parse_xml to interpret XML.
2013-09-30 21:09:43 -04:00
Ned Batchelder
c36adf84a0
Minor cosmetic code fixes.
2013-09-30 21:09:43 -04:00
Ned Batchelder
d7e441088b
Adjust parameters to construct_xblock_from_class to match XBlock repo.
2013-09-30 21:09:43 -04:00
jmclaus
e73bc906c8
Merge pull request #1134 from edx/jmclaus/bugfix_video_controls_focus_outline
...
All video controls have a full outline when receiving focus
2013-09-30 13:23:54 -07:00
jmclaus
aeac8dddbb
All video controls have a full outline when receiving focus
2013-09-30 20:47:05 +02:00
Jason Bau
7d578e4f1f
Update CHANGELOG.rst
2013-09-30 11:23:40 -07:00
Jason Bau
829d0d5dd0
Merge pull request #1174 from edx/jbau/fix/optional-enable-shopping-cart
...
make ENABLE_SHOPPING_CART truly optional
2013-09-30 11:05:38 -07:00
Jason Bau
06cac195f0
make ENABLE_SHOPPING_CART truly optional
...
course_about was throwing 500s if ENABLE_SHOPPING_CART=False
2013-09-30 09:09:17 -07:00
Carlos Andrés Rocha
16caf1cdb5
Merge pull request #1177 from rocha/fix-enrollment-counts
...
Fix course enrollment count in instructor dashboard
2013-09-30 09:07:10 -07:00
Ned Batchelder
7e8825757d
Merge pull request #1176 from edx/ned/organize-gitignore
...
Add .noseids to .gitignore, but first organize it.
2013-09-30 09:06:32 -07:00
Carlos Andrés Rocha
2e7e354076
Fix course enrollment count in instructor dashboard
...
Fix AN-115
2013-09-30 11:41:49 -04:00
Ned Batchelder
0f3bb1e7cd
Ignore .noseids files wherever they appear.
2013-09-30 11:10:44 -04:00
Ned Batchelder
486d32caae
Rearrange and comment .gitignore so I can find things.
2013-09-30 11:09:34 -04:00
jmclaus
427f1184ae
Merge pull request #1150 from edx/jmclaus/bugfix_outline_mouseover_first_caption
...
First caption does not display outline on initial mouseover.
2013-09-30 07:26:30 -07:00
Vik Paruchuri
577749ff80
Merge pull request #1163 from edx/fix/vik/image-upload
...
Streamling, test, and fix issues with image uploading
2013-09-27 15:34:23 -07:00
Don Mitchell
1c6e00572a
Merge pull request #1137 from edx/dhm/pr271_fixups
...
old pr 271 comment fixups
2013-09-27 14:19:25 -07:00
Greg Price
c850be4ab9
Merge pull request #1167 from edx/fix/kevin/forums_accessibility
2013-09-27 14:18:09 -07:00