Nimisha Asthagiri
8e5563d467
Do not show video_upload_pipeline advanced setting if the feature is disabled.
2015-03-11 17:58:32 -04:00
Greg Price
f0322b9662
Merge branch 'release'
2015-03-11 11:14:48 -04:00
Sarina Canelake
9d9dccdb97
Merge pull request #7299 from edx/sarina/indagation/TNL-1461
...
Add pointer-events: none for fa-lock and fa-eye
2015-03-11 11:04:26 -04:00
Kelketek
b4c6211e4a
Merge pull request #7235 from open-craft/enable-content-libraries
...
Enable content libraries by default
2015-03-11 09:42:47 -05:00
Kelketek
1bd3652af3
Merge pull request #6846 from open-craft/content_libraries/import-export
...
Content Libraries Import/Export
2015-03-11 09:27:45 -05:00
Sarina Canelake
d1543b6156
Add pointer-events: none for fa-lock and fa-eye [TNL-1461]
2015-03-11 10:20:26 -04:00
Mark Hoeber
86930b9d27
Merge pull request #7135 from edx/markhoeber-studio-template-updates
...
Studio template updates
2015-03-11 09:16:40 -04:00
Mark Hoeber
12e3cc9d62
Update IFrame, Zooming Image, and Full Screen Image Templates
2015-03-10 20:58:01 -04:00
Jonathan Piacenti
8ad4d081fb
Added library import and export via .tar.gz'd XML files.
2015-03-10 21:29:29 +00:00
Will Daly
3359d6e333
Merge pull request #7243 from edx/will/csrf-enrollment-api
...
Cross-domain CSRF cookies
2015-03-10 15:39:59 -04:00
asadiqbal
5a7ac441e5
Entrance Exam authoring and messaging updates
...
Multi-commit history:
- hide drag functionality for entrance exam section.
- hide entrance exam subsection elements e.g. delete, drag, name etc.
- show unit/verticals expanded in case of entrance exam
- modify code in order to allow user to update entrance exam score from UI.
- write down unit tests.
- write down Jasmine tests.
- add bok-choy test
- updated bok-choy test
- internationalize string
- repositioned sequential block creatori
- SOL-221 (entrance exam message)
- SOL-199 LMS Part (show entrance exam content) and hide the course navigation bar.
- redirect the view in case of entrance exam.
- update code structure as per suggestions
- write down unit tests
- fix pep8
- instead of hiding the exam requirement message, now also showing the exam the completion message (success state).
- write down unit test to show exam completion message.
- Update code as per review suggestions
- update doc string
- addressed review suggestions
- change sequential message text
- css adjustments
- added new css class for entrance exam score in studio
- added Jasmine test for remaning coverage
- sequential message should appear under the context of entrance exam subsection.
- updated text in CMS and LMS as per suggestions.
- added unit text to insure sequential message should not be present in other chapters rather then entrance exam.
- skip setter if empty prerequisite course list
- exclude logic from xblock_info.js that is specifically related to entrance exam.
- added js tests and updated code as per suggestions
- added tests
- addressed several PR issues
- Several small fixes (style, refactoring)
- Fixed score update issue
- added some more unit tests.
- code suggested changes.
- addressed PR feedback
2015-03-10 09:24:43 -04:00
zubair-arbi
61890e7a5e
return proper 404 for assets of some invalid course from split modulestore
...
PLAT-456
2015-03-10 15:00:14 +05:00
Greg Price
d5b870e7b2
Merge pull request #7276 from edx/gprice/oauth-exchange
...
Add an endpoint to exchange OAuth access tokens
2015-03-09 15:30:19 -04:00
Greg Price
e85eb91e06
Add an endpoint to exchange OAuth access tokens
...
This allows the holder of a third-party access token (e.g. from Google
or Facebook) to get a first-party access token for the edX account
linked to the given access token.
2015-03-09 14:12:18 -04:00
Will Daly
cbdc269b47
Cross-domain CSRF cookies
...
When configured, set an additional cookie with the CSRF
token for use by subdomains.
The cookie can have a different name than the default
CSRF cookie, preventing conflicts between cookies
from different domains (e.g. ".edx.org", "courses.edx.org",
and "edge.edx.org").
The new cookie is included only on the enrollment API
views so that the scope of this change is limited
to the end-points that require cross-domain POST requests.
2015-03-09 12:32:49 -04:00
Alison Hodges
3d7ee895d7
Fixes DOC-1731: label change and time frame info
2015-03-06 17:08:24 -05:00
Sarina Canelake
4133740a2f
Add default logo to Studio
2015-03-06 13:05:03 -05:00
David Baumgold
dca05a6095
Merge branch 'release'
2015-03-06 08:54:22 -05:00
Xavier Antoviaque
7338cc1286
Merge pull request #7148 from open-craft/library-selector
...
Show a select box when editing a library content block (SOL-123)
2015-03-06 09:16:02 +01:00
John Eskew
4cb4557176
Merge pull request #7151 from open-craft/ekolpakov/settings-service
...
SettingsService for accessing django settings from XBlock
2015-03-05 15:56:11 -05:00
ahsan-ul-haq
c430eaed55
Merge pull request #7086 from edx/ahsan/tnl-1520-studio-nav-label-accessibility-issue
...
Studio header nav label accessibility issue
2015-03-06 00:27:06 +05:00
E. Kolpakov
c225d86e83
SettingsService for accessing server-wide settings from XBlock
2015-03-05 18:24:47 +03:00
Jonathan Piacenti
5e731f784a
Enable content libraries by default
2015-03-05 15:23:23 +00:00
Ahsan Ulhaq
4b92a16689
add generic sr for <h2>
2015-03-05 15:38:20 +05:00
Greg Price
83c474622e
Fix 500 errors on video upload page
...
Some status strings were accidentally tuples thanks to stray commas, and
ugettext raised an exception as a result.
JIRA: MA-323
2015-03-04 18:15:48 -05:00
Braden MacDonald
93e5a56d79
Show a select box when editing a library content block
2015-03-04 13:32:15 -08:00
Ned Batchelder
7641fbf5d9
Merge pull request #6505 from mitocw/cg/add_sga
...
Add Staff Graded Assignments XBlock to edx-platform
2015-03-04 13:15:02 -05:00
Sarina Canelake
2a95fe6228
Merge pull request #7101 from openfun/fun/xblock-authoring-fix-settings-import
...
Fixed an import issue with django settings - in xblock authoring module.
2015-03-04 11:23:40 -05:00
ahsan-ul-haq
635194a9eb
Merge pull request #7092 from edx/ahsan/tnl-1523-studio-footer-accessible-label-issue
...
footer <nav> accessibility issue
2015-03-04 21:01:41 +05:00
ahsan-ul-haq
4ee02e2317
Merge pull request #7098 from edx/ahsan/tnl-1531-inaccessible-label-for-page-action-nav-studio
...
Inaccessible label for the page action Navigation
2015-03-04 21:01:15 +05:00
ahsan-ul-haq
52ab7ec545
Merge pull request #7100 from edx/ahsan/tnl-1532-course-settings-nav-accessibility-issue
...
Course settings nav accessibility issue Studio
2015-03-04 21:00:52 +05:00
Carson Gee
da9154d10e
Add Staff Graded Assignments XBlock to edx-platform
2015-03-04 10:35:54 -05:00
Will Daly
7bad603978
Merge pull request #7076 from edx/will/deprecate-embargo
...
Deprecate old embargo implementation.
2015-03-03 15:54:41 -05:00
Andy Armstrong
dfe0057b79
Implement profile API
...
TNL-1491
See the API design here:
https://openedx.atlassian.net/wiki/display/TNL/User+API
2015-03-02 16:28:52 -05:00
Alison Hodges
5acc13269a
Merge pull request #7133 from edx/ahodges/hackathon
...
Alison's Hackathon9 changes
2015-03-02 09:38:30 -05:00
Waqas Khalid
a9b83a5ae9
Merge pull request #7096 from edx/jeskew/PLAT_454_import_500_error
...
PLAT-454: Fix import error when exported course edited.
2015-03-02 19:01:51 +05:00
Waqas Khalid
4b9dc74cad
Add tests for rename import error
2015-03-02 16:09:34 +05:00
Alison Hodges
4666caa63d
Fixes DOC-1472, DOC-1713, DOC-1613, DOC-1714, DOC-1715
2015-02-27 16:22:01 -05:00
stv
4131898180
Remove "nopep" pragma
2015-02-27 11:49:51 -08:00
Daniel Friedman
0c1cc07b8c
Merge pull request #7131 from edx/django-upgrade/backport-changes/misc-code-changes
...
Django upgrade/backport changes/misc code changes
2015-02-27 11:17:20 -05:00
Calen Pennington
8e93c1891f
Merge pull request #6016 from cpennington/django-toolbar-upgrade
...
Upgrade django-debug-toolbar to 1.2.2
2015-02-27 10:39:32 -05:00
Braden MacDonald
88747024b5
Upgrade django-debug-toolbar to 1.2.2
...
This is compatible with Django > 1.5, and allows us to re-enable the ProfilingDebugPanel
2015-02-26 15:57:03 -05:00
Calen Pennington
80eed36c2f
Merge pull request #7124 from edx/django-upgrade/unicode-export-errors
...
Force GitExportError messages to be unicode objects
2015-02-26 14:10:11 -05:00
Daniel Friedman
e622e63c7b
Catch PluginMissingError when generating component templates
2015-02-26 13:46:28 -05:00
Calen Pennington
6c0982b214
Force GitExportError messages to be unicode objects
2015-02-26 12:31:41 -05:00
Daniel Friedman
fa968c6218
Backport dummy SECRET_KEYs from django 1.5 upgrade
2015-02-26 11:54:37 -05:00
Xavier Antoviaque
7ac581293d
Merge pull request #7059 from open-craft/library-comments
...
Make UI styling consistent between libraries and courses tabs when empty (SOL-232)
2015-02-26 16:41:05 +01:00
Martyn James
b2b56d067b
Adds google drive components to whitelist, and imports xblock-google-drive and xblock-utils
2015-02-25 10:35:51 -05:00
Lazybird
7148af88df
Fixed an import issue with django settings - in xblock authoring module.
...
Now importing settings module from 'django.conf' instead of 'cms.envs.common'.
2015-02-25 14:09:28 +01:00
Ahsan Ulhaq
2f79948982
Course settings nav accessibility issue Studio
...
course settings <nav> elements in the studio does not include accessible
label which results into much confusion for the screen reader users.
TNL-1532
2015-02-25 17:47:08 +05:00