Bertrand Marron
4789c5c9d0
Use HTTP_X_FORWARDED_PROTO header in studio
2015-02-02 16:54:26 +01:00
Martyn James
7601046729
Merge pull request #6852 from edx/dcikatic/SOL-302-hide-reindex
...
SOL-302 Hide reindex button if 'ENABLE_COURSEWARE_INDEX' false
2015-02-02 08:34:26 -05:00
Dino Cikatic
772908d79d
SOL-302 Hide reindex button if 'ENABLE_COURSEWARE_INDEX' false
2015-02-02 11:22:36 +01:00
Martyn James
1b769b53cd
Default search engine to None, so that all search/indexing operations are disabled until enabled
2015-01-30 16:40:03 -05:00
Greg Price
20eb84d431
Merge pull request #6828 from edx/gprice/video-upload-ordering
...
Sort Studio video uploads by creation date
2015-01-30 15:08:09 -05:00
Greg Price
3978d91644
Sort Studio video uploads by creation date
...
This provides a better UX for video uploaders, because recent uploads
are readily visible at the beginning of the table.
2015-01-30 13:23:44 -05:00
Sarina Canelake
af763c287e
Update text in Studio footer as per legal
...
[OPEN-444]
2015-01-30 11:33:46 -05:00
Muzaffar yousaf
ae102de3be
Merge pull request #6777 from edx/muzaffar/student-info-tnl836
...
Get user anonymous id via xblock user service.
2015-01-30 19:35:26 +05:00
Sarina Canelake
011a5f9410
Merge pull request #6754 from OmarIthawi/edraak/omarithawi/bulk-mail-rtl
...
TinyMCE RTL in course bulk email
2015-01-30 09:12:56 -05:00
Jonathan Piacenti
f1fff439a6
Add clearer error message for library content blocks on incompatible modulestores.
2015-01-29 20:36:19 +00:00
Jim Abramson
116dba39a8
Merge pull request #6711 from edx/jsa/fix-rerun-exception
...
avoid database error when recording task exception
2015-01-29 12:51:02 -05:00
jsa
ace2bffae6
avoid database error when recording task exception
2015-01-29 11:25:45 -05:00
Adam
1ad0e9fdd8
Merge pull request #6560 from openfun/openfun/studio-csrf-error
...
Fix csrf error on studio login
2015-01-29 10:52:17 -05:00
muzaffaryousaf
3a09af07e5
Fixing the broken tests.
...
TNL-1185
2015-01-29 18:37:22 +05:00
Adam
b17290cd75
Merge pull request #6802 from edx/adam/fix-translation
...
fix settings page not handling unicode (TNL-1237)
2015-01-29 08:02:09 -05:00
Régis Behmo
dce56b135e
Make sure login form can't be submitted too early
...
Tyhe sign in form should not be submitted before the submit event is
ready to be intercepted. This can occur if the user clicks too fast on
the sign in button.
2015-01-29 09:10:59 +01:00
Régis Behmo
c3c35f076c
Fix csrf error on studio login
...
Context: We have witnessed multiple, seemingly random "CSRF verification
failed" errors while signing in (with valid ID) to the Studio.
Explanation: The login form does not initially include a CSRF field.
The CSRF header of the request is appended to the studio login request
headers by intercepting the form validation. This intercept is performed
by the login.js script. Unfortunately, the login.js script is loaded
pretty late (at the end of the template). So if the login form is
validated sufficiently fast, the login.js script has no time to load and
append the X-CSRFToken header to the request.
Proposed solution: the CSRF token is already passed to the template via
the login view, so we just add a hidden field to the login form to
include the csrf token.
2015-01-29 09:10:59 +01:00
Matt Drayer
1c839cc09d
Addressed several outstanding issues related to initial entrance exams feature delivery
2015-01-28 23:56:32 -05:00
Davorin Sego
e09d47b122
Courseware Search integration
2015-01-28 21:34:58 -05:00
Andy Armstrong
a9127c1897
Merge pull request #6804 from edx/will/revert-require-js-optimizer-again
...
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
2015-01-28 18:30:16 -05:00
Greg Price
ef8843ab1a
Fix bugs in CSV download of video upload data
...
This fixes two bugs:
1. All statuses were listed as "Unknown"
2. Non-ASCII characters in a header column translation resulted in a 500
2015-01-28 18:23:22 -05:00
David Baumgold
d00c3d0deb
Tender is only accessible via HTTP, not HTTPS
2015-01-28 18:23:22 -05:00
Will Daly
b467ae8cde
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
...
This reverts commit b8184d188f .
2015-01-28 17:26:46 -05:00
Adam Palay
bfb173507c
fix settings page not handling unicode (TNL-1237)
2015-01-28 15:55:45 -05:00
Matt Drayer
ce5c7948fa
Added field to FILTERED_LIST plus a new bokchoy test
2015-01-28 13:11:36 -05:00
Mark Sadecki
8cffa152d8
changes the skip link text to the industry standard Skip to main content
2015-01-28 11:07:10 -05:00
Chris Rodriguez
9e2494b21d
Video player branding addition for XuetangX
2015-01-28 06:39:21 -05:00
Waheed Ahmed
4ac7b55757
Fixed transcript skip first line if it contains BOM(Byte Order Mark).
...
TNL-935
2015-01-28 12:26:16 +05:00
Andy Armstrong
6201af652b
Merge pull request #6765 from edx/andya/requirejs-in-lms
...
Add RequireJS to the LMS
2015-01-27 17:57:33 -05:00
Will Daly
b8184d188f
Add RequireJS and RequireJS Optimizer configuration to the LMS
...
[second attempt which addresses bug building Studio]
2015-01-27 17:56:29 -05:00
Omar Al-Ithawi
38db6e695d
Giant fixups for the editors around the studio
2015-01-27 11:11:55 +02:00
Greg Price
629b0a3c7a
Merge pull request #6733 from edx/gprice/video-upload-progress-bar
...
Add progress bars for Studio video uploads
2015-01-26 17:34:37 -05:00
Greg Price
5f341423a3
Add progress bars for Studio video uploads
...
The CSS is also restructured a bit to style both the progress bar and
the status text based on the state of the upload using a single class
on the parent element.
2015-01-26 16:13:45 -05:00
Carlos Andrés Rocha
78375b797b
Merge pull request #6738 from edx/rc/2015-01-20
...
Rc/2015 01 20
2015-01-23 16:10:28 -05:00
David Baumgold
f2d549b619
Proxy TENDER_DOMAIN variable from environment to Studio settings
2015-01-22 10:56:30 -05:00
Will Daly
fcd7736d29
Merge pull request #6721 from edx/will/revert-requirejs-changes
...
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
2015-01-21 19:07:34 -05:00
Braden MacDonald
4198da1ae1
Merge pull request #6657 from open-craft/fix-library-old-mongo-default
...
Fix errors with libraries when old mongo is default (first) modulestore (SOL-234)
2015-01-21 15:05:12 -08:00
Will Daly
1f2b155746
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
...
This reverts commit 1d6fceda50 .
2015-01-21 17:13:27 -05:00
Will Daly
1eaf84a443
Merge pull request #6544 from edx/will/requirejs-optimizer-lms
...
Add RequireJS and RequireJS Optimizer configuration to the LMS
2015-01-21 15:23:35 -05:00
Braden MacDonald
025f046b04
Fix errors with libraries when old mongo is default (first) modulestore
2015-01-21 11:01:52 -08:00
David Baumgold
e6e443c712
Merge pull request #6674 from edx/disable-pylint-name-errors-on-settings
...
Ignore invalid-name errors for settings files
2015-01-21 10:40:05 -05:00
Daniel Friedman
1920ab4149
Merge pull request #6650 from edx/dan-f/validate-group-configuration-group-names
...
Require unique group names in group configurations
2015-01-20 15:27:49 -05:00
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