Jason Bau
832e262400
Merge pull request #1497 from edx/jbau/fix-ora-uploads
...
test bucket existence before creation
2013-10-25 10:53:25 -07:00
Carlos Andrés Rocha
7d76f36018
Make course xml export work for all modulestores
...
Also let xml import work on modulestores that don't use write signaling
2013-10-25 11:58:17 -04:00
Jason Bau
d0185c934a
make OEE upload test pass
2013-10-25 08:32:50 -07:00
Jason Bau
63bdeea44b
test bucket existence before creation
2013-10-25 08:32:50 -07:00
Giulio Gratta
5a46177a5e
A11Y changes: better :focus styling, increased contrast, and added image alt texts
...
- Doubled up :hover and :focus styling to improve a11y
- Increase contrast of certain UI elements for improved a11y
- Added some image alt text for a11y
- Changed video caption styling to blue and made them underline on hover and added a skip link before video for screenreaders.
Fixes Bugs:
- LMS-1336
2013-10-24 12:47:19 -07:00
Don Mitchell
f45abe3d9f
Use new restful pattern instead
2013-10-24 13:18:23 -04:00
Don Mitchell
8bbaf0065b
Separate doc_store_config
2013-10-24 13:18:22 -04:00
Don Mitchell
6b9797522b
Write restful service to find all orphans
...
To help fix recent bugs re orphaned discussions and
to prototype a more restful json oriented api.
2013-10-24 13:18:22 -04:00
Pavel Yushchenko
d238e03f02
remove cast to list
2013-10-24 17:04:32 +04:00
Pavel Yushchenko
0de098468f
fixes shlex unicode
2013-10-24 17:04:32 +04:00
Alexander Kryklia
ee02a2dd97
Merge pull request #1421 from edx/anton/metadata-time-field
...
Anton/metadata time field
2013-10-24 05:50:13 -07:00
David Ormsbee
acf22bf48c
Add get_child_descriptors to the list of module_attrs in XModuleDescriptor
2013-10-23 18:19:41 -04:00
Will Daly
e81d2d227b
Disable video caption test seen to fail in master.
2013-10-23 17:20:00 -04:00
Adam Palay
ab5863a4db
fixes unicode error in course image filenames on /courses page
2013-10-23 15:06:53 -04:00
Alexander Kryklia
c351c3dae7
Fix typos.
2013-10-23 13:06:13 +03:00
Alexander Kryklia
e902ff6548
Fix error printing: use repr.
2013-10-23 13:06:13 +03:00
Alexander Kryklia
32f0f555e9
Use more clean expression.
2013-10-23 13:06:13 +03:00
Alexander Kryklia
3c4f71bbe5
Update variable names and fix typo.
2013-10-23 13:06:13 +03:00
Alexander Kryklia
ab5653d7c1
Fix checking exception message.
2013-10-23 13:06:13 +03:00
Alexander Kryklia
0188207819
Fix to_json of RelativeTime to support Isotime format.
2013-10-23 13:06:12 +03:00
Alexander Kryklia
040b4da124
Change str of RelativeTime.
2013-10-23 13:06:12 +03:00
Alexander Kryklia
14dc814e2a
Fix typo
2013-10-23 13:06:12 +03:00
Alexander Kryklia
4c2ab39826
Changed help text for start and end time.
2013-10-23 13:06:12 +03:00
Alexander Kryklia
2c90fd18f4
Rename IsoTime to RelativeTime.
2013-10-23 13:06:12 +03:00
Alexander Kryklia
ece4cb6645
Add test for IsoTime
2013-10-23 13:04:31 +03:00
Alexander Kryklia
f46433e764
Add tests fro IsoTime methods.
2013-10-23 13:03:55 +03:00
Alexander Kryklia
0da81e2a56
Update IsoTIme to be timedelta and update tests.
2013-10-23 13:03:55 +03:00
Valera Rozuvan
e1adae186e
Chaining jQuery UI slider() methods.
2013-10-23 13:01:13 +03:00
Valera Rozuvan
723772abd0
Rewrote Jasmine tests for slider range to reuse function. More compact and concise.
2013-10-23 13:01:13 +03:00
Valera Rozuvan
159099541a
Updated code as suggested by reviewers.
2013-10-23 13:01:13 +03:00
Valera Rozuvan
03d4838bc0
Updated code as suggested by reviewers.
2013-10-23 13:01:13 +03:00
Valera Rozuvan
bb5c70df59
CSS width, and left properties can be decimal numbers.
2013-10-23 13:01:13 +03:00
Valera Rozuvan
348b037bf2
Fixing Jasmine tests. Adding tests for start end time checking.
2013-10-23 13:01:11 +03:00
Valera Rozuvan
0d580d009a
Fine grain control of when to show the range.
...
Also moved all static styling to SCSS.
2013-10-23 13:01:11 +03:00
Valera Rozuvan
d0fbd502fb
Initial commit for feature BLD-391: Add arrows to the interface for start/end times.
...
If end time is specified (which means that there is also a start time), we
add an extra DOM element to the slider that will show the are in time between
start time and end time. Unfortunately, this visual aid will become available
ony after start of playback. This is because until then we don't know the length
of the video.
2013-10-23 13:01:10 +03:00
polesye
7cbdac7322
Add new python field.
2013-10-23 13:00:36 +03:00
Alexander Kryklia
6511dad131
Video modul changes
2013-10-23 13:00:36 +03:00
polesye
6c08708131
Merge pull request #1111 from edx/anton/video_subtitles
...
Add Timed Transcripts Editor.
2013-10-23 02:38:39 -07:00
Jason Bau
6e1b8749b2
Merge pull request #1440 from edx/jbau/COE-sanitize-with-bleach
...
Jbau/coe sanitize with bleach
2013-10-22 14:01:59 -07:00
Jason Bau
651ef209ac
add autolinking
2013-10-22 12:04:37 -07:00
Anton Stupak
aecc20af6b
Add Timed Transcripts Editor.
2013-10-22 21:45:03 +03:00
Don Mitchell
1f0ab9e01f
Remove as_old_location methods
...
They were incorrect if there were periods in the org or name.
2013-10-22 14:10:20 -04:00
Don Mitchell
8902a89fbc
Have urls.py fully parse locator url
2013-10-22 10:44:03 -04:00
Don Mitchell
6ba0208fee
Don't mix versions in same object:
...
VersionConflictError just has version as 2nd arg
Routines wanting to create an up-to-date locator shouldn't count on constructor to override version
2013-10-22 10:25:15 -04:00
Don Mitchell
7bc697a1f9
Parse urls in one regex w/ more consistency
2013-10-22 10:25:14 -04:00
Jason Bau
79ce043219
use bleach instead of lxml.html.clean for sanitize_html OEE
2013-10-21 21:03:30 -07:00
Don Mitchell
4f60a30afc
Remove as_old_location methods
...
They were incorrect if there were periods in the org or name.
2013-10-21 17:17:20 -04:00
polesye
ffc613dc5d
Merge pull request #1291 from edx/anton/fix-lti-custom-parameters
...
LTI: Fix bugs related to custom parameters.
2013-10-21 10:22:36 -07:00
Don Mitchell
4b9a1431dd
Ignore collection config arg which other mongo connectors use.
2013-10-21 12:11:35 -04:00
David Baumgold
c7dcb0bb57
Attach image_input_click function to window object
...
So other parts of the page can access it
2013-10-21 11:03:44 -04:00