Greg Price
c2a0b0f06e
Merge pull request #6631 from edx/gprice/video-upload-improvements
...
Improve code for video upload feature
2015-01-20 14:47:14 -05:00
Will Daly
1d6fceda50
Add RequireJS and RequireJS Optimizer configuration to the LMS
...
Respond to review comments:
- Rename build and config files for consistency between lms/studio.
- Fix merge conflicts with lms require config.
- Devstack uses optimized pipeline to skip require JS optimizer step
- Add tests for render_require_js_path_overrides
2015-01-20 14:27:23 -05:00
Adam
11428fa632
Merge pull request #5237 from mtyaka/mathjax-upgrade
...
Upgrade MathJax to 2.4
2015-01-20 12:26:38 -05:00
Greg Price
874cd5c78f
Improve code for video upload feature
...
Fix i18n for video status strings (broken in commit 4b53f4d ) and remove
unnecessary complexity from a test case. This also removes the status
whitelist in the video upload configuration. Because status is included
in the CSV report, it is not necessary to filter the included videos by
status.
2015-01-20 11:45:21 -05:00
Daniel Friedman
5cd58897ab
Require unique group names in group configurations
...
TNL-1142
2015-01-20 11:25:11 -05:00
Xavier Antoviaque
0c7620a544
Merge pull request #6637 from open-craft/mtyaka/validate-chars
...
Improve JS course key validation to not allow special chars.
2015-01-20 16:02:32 +01:00
Matjaz Gregoric
e255f4b021
Upgrade MathJax to 2.4.
...
Several IE bugs have been fixed in 2.4.
2015-01-19 08:10:45 +01:00
Marco Re
d65902ed3c
Add themes files to staticfiles_dir in Studio
2015-01-17 13:24:54 +01:00
Ned Batchelder
e64d45b705
Merge pull request #6563 from edx/ned/fix-6013
...
Fixes for #6013 : Implement user service to return currently-logged-in user
2015-01-16 15:12:31 -05:00
Martyn James
9ac7176b8f
Merge pull request #6223 from edx/feature/SOL-20
...
Merge feature SOL-20
2015-01-16 12:54:45 -05:00
Martyn James
dcc8e95648
Implements SOL-20. Filtering for assets table by asset type
2015-01-16 12:53:24 -05:00
Jason Bau
7f1b60b286
Implement user service to return currently-logged-in user
...
returns XBlockuser with 2 data layers
2015-01-16 11:40:06 -05:00
David Baumgold
ef43840a79
Ignore invalid-name errors for settings files
...
path.py objects report themselves as class objects, which confuses the heck out of
pylint. It tries to match variable names using the class-rgx regular expression
instead of the constant-rgx regular expression, and it doesn't match, so it
throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
2015-01-16 11:37:28 -05:00
Waheed Ahmed
47a372282a
Fixed transcript skip first line if it contains BOM(Byte Order Mark).
...
TNL-935
2015-01-16 12:21:43 +05:00
Matt Drayer
3c669e3838
New feature contribution: Entrance Exams
2015-01-15 20:35:24 -05:00
Zia Fazal
ca3d84a5d4
New pre-requisite course feature via milestones app
2015-01-15 15:17:38 -05:00
Christina Roberts
2897a8efb3
Merge pull request #6299 from edx/cohorted-courseware
...
Cohorted courseware
2015-01-15 11:50:13 -05:00
John Eskew
9e20057da1
Merge pull request #6478 from edx/jeskew/change_handled_exception_for_assets
...
Handle the correct exception upon asset not found.
2015-01-15 10:44:01 -05:00
cahrens
9607aa233c
Remove unnecessary pylint suppression.
...
Possibly caused by a bad merge.
2015-01-15 10:37:25 -05:00
Brian Talbot
69ed266f7e
Studio: removing left whitespace from icons in unit visibility controls
2015-01-15 10:37:25 -05:00
Frances Botsford
6398af715a
Make group config styles generic
2015-01-15 10:37:25 -05:00
Frances Botsford
8abec98c3d
fixed group config sidebar spacing, icon cleanup
2015-01-15 10:37:25 -05:00
cahrens
66375b8541
Bok choy test for editing of content groups on Group Configuration page.
2015-01-15 10:37:24 -05:00
Frances Botsford
ebeb9a9948
added cohort group editing styles
2015-01-15 10:37:24 -05:00
Daniel Friedman
fff84928fa
Create and edit content groups in Studio
2015-01-15 10:37:24 -05:00
Frances Botsford
4f99657b6d
first pass at adding cohort groups to group configuration page
2015-01-15 10:33:49 -05:00
Andy Armstrong
21a9873757
Don't allow visibility editing in content libraries
2015-01-15 10:33:48 -05:00
Andy Armstrong
bca6274eb5
Miscellaneous text updates
2015-01-15 10:33:48 -05:00
Andy Armstrong
798342e177
Rename 'cohorted content group' to 'content group'
2015-01-15 10:33:48 -05:00
cahrens
1897fb65f9
Update for paged container not having a visibility editor.
2015-01-15 10:33:48 -05:00
cahrens
4b00566e4d
Update course access check.
2015-01-15 10:33:48 -05:00
Brian Talbot
d556cdd586
syncing icon class syntax + semantically hiding changed icons from assistive tech
...
TNL-1137
2015-01-15 10:33:47 -05:00
Andy Armstrong
b77e65cdc2
Assign cohorts to groups in the instructor dashboard
...
TNL-653
2015-01-15 10:33:46 -05:00
Brian Talbot
6fb45ef95c
Studio: resolving scroll/overflow UI in component visibility settings
2015-01-15 10:33:45 -05:00
Brian Talbot
95ee72607d
Studio: resolving visual spacing of hide from students checkboxes
2015-01-15 10:33:45 -05:00
Andy Armstrong
4fa33e25ed
Studio support for cohorted courseware
...
TNL-652
2015-01-15 10:33:45 -05:00
Brian Talbot
206ea8caeb
Studio: adding UI and styling for component-level access modal
2015-01-15 10:33:45 -05:00
jsa
17d892c521
make block.get_parent() work.
...
Co-Authored-By: Christina Roberts <christina@edx.org >
Co-Authored-By: Daniel Friedman <dfriedman@edx.org >
Co-Authored-By: Don Mitchell <dmitchell@edx.org >
2015-01-15 10:33:44 -05:00
John Eskew
df5ba26ac6
Handle the correct exception to cause a 404 error upon asset not found
...
instead of a 500 error. Add 404 test.
2015-01-15 09:44:05 -05:00
Bertrand Marron
c4a7d770cc
Remove all ellipses
...
It's a problem for accessibility
2015-01-15 09:03:12 -05:00
David Baumgold
ab87cd746d
Merge pull request #6630 from edx/no-i18n-mock
...
Don't internationalize mock templates
2015-01-15 09:01:07 -05:00
Matjaz Gregoric
d8e076566d
Improve JS course key validation to not allow special chars.
...
Course and Library keys cannot contiain !'()* special characters,
but the JS validation on the new course/library failed to detect
these characters.
`encodeURIComponent` is used to check the string for special characters,
but `encodeURIComponent` does not encode these characters: -_!~*'().
(see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent )
The -_~ characters are allowed in course keys, but !'()* are not,
so add an explicit check for these characters to make sure a field
containing these characters does not pass the validation.
2015-01-15 08:32:19 +01:00
Tim Babych
dbfc12ce01
Merge pull request #6321 from edx/feature/edxnotes
...
TNL-213: Student Notes
2015-01-15 02:02:13 +02:00
David Baumgold
6453d03b80
Don't internationalize mock templates
2015-01-14 17:35:20 -05:00
polesye
c7153be040
TNL-213: Let Students Add Personal Notes to Course Content.
...
Co-Authored-By: Jean-Michel Claus <jmc@edx.org >
Co-Authored-By: Brian Talbot <btalbot@edx.org >
Co-Authored-By: Tim Babych <tim@edx.org >
Co-Authored-By: Oleg Marshev <oleg@edx.org >
Co-Authored-By: Chris Rodriguez <crodriguez@edx.org >
2015-01-14 23:34:11 +02:00
David Baumgold
f9d8198ef3
Merge pull request #6576 from edx/db/configure-tender-domain
...
Make Tender optional and configurable
2015-01-14 15:02:09 -05:00
Brian Talbot
8316fe8560
Merge pull request #6607 from edx/talbs/fix-studio-xblockwarnings-fontawesome
...
FIX - Studio: resolving xblock warning messages icons
2015-01-14 12:13:35 -05:00
David Baumgold
4d323271ee
Make Tender optional and configurable
2015-01-14 11:25:55 -05:00
David Baumgold
df5dd1a4db
Merge pull request #6385 from ataki/ataki/gridfs-hotfix
...
Fix visual bug with large file error msg in cms.
2015-01-14 10:42:56 -05:00
Brian Talbot
8fc89ca04f
Studio: resolving icon class styling issue with xblock warning messages
2015-01-13 18:36:58 -05:00