Commit Graph

19654 Commits

Author SHA1 Message Date
Valera Rozuvan
a14aa6bcc8 Fix typo. 2013-09-18 15:08:02 +03:00
Valera Rozuvan
0e850aff52 Completed main functionality. Ready for code review.
Now when controls are uatohidden and focus is on one of them, we
switch the focus to the mian Video element.

Code documented a bit.

When controls are autohidden, we make sure that speeds and volume
controls drop downs are closed.
2013-09-18 15:08:02 +03:00
Valera Rozuvan
28888bda5d Initial commit. 2013-09-18 15:08:02 +03:00
Alexander Kryklia
1d03f4aab2 Revert "reformat for readability"
This reverts commit acd23ad933.
2013-09-18 13:40:22 +03:00
caesar2164
f8a49edd6a Merge pull request #980 from edx/giulio/ORA-fixes
A few OE UI fixes
2013-09-17 17:32:09 -07:00
Giulio Gratta
d4687aa6df 4 OE/ORA UI fixes to make it easier to use
- require confirmation when clicking Open Ended reset button (now working)
- require confirmation when submitting Open Ended essay (now working)
- disable text feedback area during calibration and let users know that they should give feedback when grading
- fixed error message typos
2013-09-17 16:13:36 -07:00
Adam Palay
5d342b1ae7 formats hints in registration 2013-09-17 17:38:20 -04:00
Adam Palay
5d386db55e mark help dialog with with proper ARIA diolog 2013-09-17 17:38:20 -04:00
Adam Palay
2e3a0c4d46 add labels and aria-required attributes to help-modal inputs 2013-09-17 17:38:09 -04:00
Julia Hansbrough
3390e39333 aria labeling fixed 2013-09-17 17:15:10 -04:00
Julia Hansbrough
51b07375ae Merge branch 'accessibility_duplicates' of https://github.com/edx/edx-platform into accessibility_duplicates 2013-09-17 17:11:05 -04:00
Julia Hansbrough
f1e0ca7d4e Fixed duplicate ID attributes in registration & login (LMS-599, LMS-601( 2013-09-17 17:04:31 -04:00
Brian Talbot
c0fec1b211 Merge pull request #1006 from edx/talbs/lms-sassplaceholders
LMS/Accounts: Switch class-based Sass @extend rules to use Sass placeholder syntax
2013-09-17 13:11:41 -07:00
Brian Talbot
da7127e7ef LMS/Accounts: Converts many class-based Sass archetype-focused @extends to use Sass placeholder syntax 2013-09-17 16:11:26 -04:00
Brian Talbot
407b3a4f0c Merge pull request #981 from edx/talbs/fix-lms-loremipsum
LMS: FIX - Removes unused/placeholder copy
2013-09-17 13:10:31 -07:00
Brian Talbot
a6e92cda62 LMS: removes placeholder copy (lorem ipsum) that was never used or never replaced if cases are in use 2013-09-17 16:10:24 -04:00
Julian Arni
4fdf7a4849 Prompt before leaving page 2013-09-17 15:55:30 -04:00
Christina Roberts
042aaf94e8 Merge pull request #1030 from edx/christina/textbook-cleanup
Minor cleanup.
2013-09-17 11:53:23 -07:00
cahrens
e65e9b53a3 Minor cleanup. 2013-09-17 14:40:15 -04:00
chrisndodge
4ad0d8e93e Merge pull request #1027 from edx/fix/frances/sass-placeholder-fixes
a few missed placeholder conversions in verification sass
2013-09-17 11:14:58 -07:00
Frances Botsford
56a808c7ae a few missed placeholder conversions in verification sass 2013-09-17 13:57:13 -04:00
chrisndodge
3784a19665 Merge pull request #1022 from edx/zoldak/acceptance-element-handling
Improve retry logic for Stale Element Exceptions
2013-09-17 10:48:04 -07:00
chrisndodge
ea75fb438c Merge pull request #1026 from edx/talbs/fix-sassextends
LMS: resolves direct class name references to extends that have been con...
2013-09-17 10:47:24 -07:00
Julia Hansbrough
1c5e49fc36 Fixed duplicate ID attributes in registration & login (LMS-599, LMS-601( 2013-09-17 17:45:10 +00:00
chrisndodge
366d279670 Merge pull request #1023 from edx/christina/readme
Update changelong for due_date_display_format.
2013-09-17 10:43:32 -07:00
Adam Palay
1e1d6836b7 make tooltips screen-readable 2013-09-17 13:24:12 -04:00
cahrens
6513ded95a Update changelong for due_date_display_format. 2013-09-17 12:55:33 -04:00
Jay Zoldak
c3a957b4d2 Improve retry logic for Stale Element Exceptions
Better exception retry logic

Change methods to lambdas
2013-09-17 12:53:19 -04:00
Jay Zoldak
3717df2081 Merge pull request #1020 from edx/zoldak/acceptance-exception-handling
Zoldak/acceptance exception handling
2013-09-17 09:51:12 -07:00
Jay Zoldak
fe71ace529 Improve retry logic for Stale Element Exceptions
Better exception retry logic

Change methods to lambdas
2013-09-17 12:49:46 -04:00
Jason Bau
cd3063f67d Update CHANGELOG.rst 2013-09-17 08:55:44 -07:00
Jason Bau
41b6b4fc9a Update CHANGELOG.rst 2013-09-17 08:55:30 -07:00
Greg Price
15f620d37d Merge pull request #1003 from edx/gprice/fix-user-profile-links
Fix a bug in links on forum user profile pages
2013-09-17 08:26:39 -07:00
chrisndodge
d3dc9d27a8 Merge pull request #1017 from edx/fix/cdodge/parse-start-stop-times
in XML deserializations, we can get get floats for start/stop times, so ...
2013-09-17 08:09:51 -07:00
Diana Huang
d191847ff5 Merge branch 'release'
Conflicts:
	lms/static/sass/views/_verification.scss
2013-09-17 10:55:22 -04:00
Diana Huang
59c2898e8b Merge pull request #1015 from edx/ormsbee/audit_enroll
Make sure audit enrollments are really marked audit.
2013-09-17 07:43:31 -07:00
Chris Dodge
5886118afe in XML deserializations, we can get get floats for start/stop times, so we need to be able to parse those
add test video with float-based end-time
2013-09-17 10:38:21 -04:00
Brian Talbot
f965b15845 LMS: resolves direct class name references to extends that have been converted to placeholder Sass syntax 2013-09-17 10:32:43 -04:00
Greg Price
9e4b24daa2 Merge pull request #924 from edx/gprice/fix-forum-sidebar-overlap
Fix forums nav sidebar overlapping content
2013-09-17 07:22:40 -07:00
David Ormsbee
135f7e3b80 Make sure audit enrollments are really marked audit. 2013-09-17 10:16:22 -04:00
Calen Pennington
5ec6cd85f2 Merge pull request #929 from cpennington/remove-get-sample-state
Remove unused XModuleDescriptor.get_sample_state method
2013-09-17 07:01:30 -07:00
chrisndodge
0601761d27 Merge pull request #1000 from edx/fix/cdodge/courseware-index-perf-tweek
Fix/cdodge/courseware index perf tweek
2013-09-17 06:50:33 -07:00
Julian Arni
0f81bdcefd Properly handle error responses 2013-09-17 09:46:10 -04:00
Chris Dodge
1a5edcd998 we already have the descriptor, so call get_module_for_descriptor() rather than refecting that subtree which is multiple round-trips to DB
fix line indents
2013-09-17 08:15:00 -04:00
Sef Kloninger
45d24b9961 Merge pull request #1011 from edx/jbau/apache-wsgi-fix
apache lms wsgi fix
2013-09-16 22:04:37 -07:00
Jason Bau
36085a692d apache lms wsgi fix 2013-09-16 21:46:57 -07:00
Jason Bau
1742f445e0 Merge pull request #1009 from edx/jbau/revert/recent-ora-fixes
Revert "4 OE/ORA UI fixes to make it easier to use"
2013-09-16 21:45:56 -07:00
Jason Bau
706b386a57 Revert "4 OE/ORA UI fixes to make it easier to use"
This reverts commit 3b29d6056e.
2013-09-16 20:22:18 -07:00
ichuang
61d5c4efc5 Merge pull request #888 from edx/fix/ichuang/add-capital-greek-to-formulaequationinput
formulaequationinput: add capital greek letters and hbar to calc preview
2013-09-16 15:04:24 -07:00
ichuang
ab203fb649 hbar only add once 2013-09-16 17:37:56 -04:00