louyihua
9d3b65282e
Fix error when STUDIO_NAME uses non-ascii characters
...
The replacement strings need to be unicode, so that when STUDIO_NAME contains non-ascii characters python can handle it correctly without raising exceptions.
Also, the value of STUDIO_SHORT_NAME can be read from cms.env.json.
2015-03-28 21:47:59 +08:00
Ned Batchelder
a84735057d
Move common/lib/*.py to openedx/core/lib
...
This makes these files importable, and puts them into the new best guess
as to where files should live.
2015-03-23 12:40:24 -04:00
David Baumgold
c6992688ac
Merge pull request #7314 from edx/load-tender-js-from-tenderapp-subdomain
...
Define TENDER_SUBDOMAIN so that we can still use vanity URLs
2015-03-16 10:44:00 -04:00
stv
83fec5d092
Fix Pylint: W0109(duplicate-key)
2015-03-13 20:20:04 -07:00
David Baumgold
cfb1ec115a
Define TENDER_SUBDOMAIN to that we can still use vanity URLs
2015-03-11 16:36:55 -04:00
Greg Price
f0322b9662
Merge branch 'release'
2015-03-11 11:14:48 -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
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
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
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
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
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
Daniel Friedman
fa968c6218
Backport dummy SECRET_KEYs from django 1.5 upgrade
2015-02-26 11:54:37 -05: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
Will Daly
ae8ddc8aee
Deprecate old embargo implementation.
...
The new "country access" implementation replaces the old
implementation. Middleware and tests have been updated
accordingly, but deprecated models are preserved
for backwards compatibility.
2015-02-23 15:48:04 -05:00
Xavier Antoviaque
05c857478b
xblock-external-ui: Adds support for CORS headers (cross-domain request)
...
xblock-external-ui: Alternate referer check for CORS requests
xblock-external-ui: Allow to disable httponly on session cookies
xblock-external-ui: Add a unit test for CorsCSRFMiddleware
2015-02-17 10:24:27 +01:00
Clinton Blackburn
052fa8eafc
Merge pull request #6935 from edx/clintonb/course-structure
...
Generating Course Structure Asynchronously on Course Publish
2015-02-13 13:37:05 -05:00
cahrens
0d2969909f
Enable course reruns by default.
...
TNL-1380
2015-02-11 17:16:52 -05:00
David Ormsbee
24fcab7f24
Very rough cut at generating a course outline after publishing.
2015-02-11 16:13:10 -05:00
cahrens
9e6249ddd6
Enable split for new courses.
2015-02-09 09:26:04 -05:00
Bertrand Marron
4789c5c9d0
Use HTTP_X_FORWARDED_PROTO header in studio
2015-02-02 16:54:26 +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
Davorin Sego
e09d47b122
Courseware Search integration
2015-01-28 21:34:58 -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
Chris Rodriguez
9e2494b21d
Video player branding addition for XuetangX
2015-01-28 06:39:21 -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
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
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
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
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
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
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
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
Andy Armstrong
21a9873757
Don't allow visibility editing in content libraries
2015-01-15 10:33:48 -05:00
Andy Armstrong
4fa33e25ed
Studio support for cohorted courseware
...
TNL-652
2015-01-15 10:33:45 -05:00
Tim Babych
dbfc12ce01
Merge pull request #6321 from edx/feature/edxnotes
...
TNL-213: Student Notes
2015-01-15 02:02:13 +02: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
David Baumgold
4d323271ee
Make Tender optional and configurable
2015-01-14 11:25:55 -05:00
Braden MacDonald
6be35e0fc1
Merge pull request #6459 from edx/content-libraries
...
Content libraries MVP
2015-01-13 11:20:20 -08:00
Adam
8dd7b78065
Merge pull request #6501 from edx/adam/update-copy-date
...
update copyright dates
2015-01-12 10:59:11 -05:00