Jesse Zoldak
d9dbc1f24b
Merge pull request #9793 from edx/zoldak/django-session-cookie
...
Add the ability to change the SESSION_SAVE_EVERY_REQUEST django setting
2015-09-22 09:28:42 -04:00
Jesse Zoldak
8a876a5ec3
Add the ability to change the SESSION_SAVE_EVERY_REQUEST django setting
2015-09-21 13:01:42 -04:00
David Baumgold
03aeae4bd7
Merge pull request #8271 from edx/sass-theming
...
Comprehensive Theming
2015-09-21 10:55:18 -04:00
Sarina Canelake
07428c9ff6
Merge pull request #9247 from ubc/xcompass/pu/ubcpi
...
Add Peer Instruction (PI) XBlock
2015-09-18 09:06:30 -04:00
Peter Fogg
0a2cfbe31c
Merge pull request #9738 from edx/peter-fogg/change-studio-help-links
...
Remove Tender and change Studio help links.
2015-09-17 22:42:57 -04:00
Peter Fogg
fec5129a49
Remove Tender and change Studio help links.
...
TNL-2695
2015-09-17 16:30:40 -04:00
David Baumgold
6ebf2515f4
Comprehensive theming
...
This is a squash of 38 commits ending with
5b080f979d692804452400ac5bed9b17c50b001e
2015-09-17 15:39:03 -04:00
Gabe Mulley
034570b31a
Merge pull request #9650 from edx/gabe/fix-backend-order
...
Fix order of tracking backends
2015-09-17 15:01:15 -04:00
Pan Luo
675d0e1413
Add Peer Instruction XBlock
2015-09-16 15:31:17 -07:00
Andy Armstrong
a1f0f12d03
Allow .html files in the static pipeline
...
TNL-3296
2015-09-16 16:54:30 -04:00
Bill DeRusha
eec2bed0c7
Add edx-search configuration to lms
...
remove "defensive code" until we can figure out how to actually
catch the errors,
2015-09-11 13:55:39 -04:00
Clinton Blackburn
b5d6b210fd
Merge pull request #9681 from edx/release
...
Release 2015-09-09
2015-09-09 12:38:15 -04:00
Brian Beggs
bc685451ea
Merge pull request #9568 from edx/bbeggs/lettuce-1.8-upgrade
...
Update lettuce to work with Django 1.4 - 1.8
2015-09-08 20:30:52 -04:00
Bill DeRusha
49807ab6a5
Add search specific feature flag in front of search features
2015-09-08 17:13:30 -04:00
Gabe Mulley
ab6e76c19b
Add in a comment describing the reasoning for the names
2015-09-08 16:35:41 -04:00
Brian Beggs
b7006533a2
updating lettuce to work with Django 1.4 - 1.8
2015-09-08 15:42:11 -04:00
Gabe Mulley
c652cb2d1d
Fix order of tracking backends
2015-09-07 19:53:37 -04:00
Andy Armstrong
fb19d32815
Don't package or optimize assets on devstack
2015-09-03 13:28:26 -04:00
Ned Batchelder
2a0259095d
Change imports from path to use the stablest name.
...
The old line:
from path import path
produced pylint errors because of the baroque way that path.py defined
"path". We tried to get them to change how they defined it, but they
deleted the name instead: https://github.com/jaraco/path.py/issues/102
(Jason then changed his mind, but this is a better way to use path.py,
it avoids the pylint error at least.)
2015-08-27 12:59:25 -04:00
Ned Batchelder
65a317951c
Add a comment explaining what ADVANCED_COMPONENT_TYPES should be.
...
While I'm in there, also fix the comment for ADVANCED_PROBLEM_TYPES.
2015-08-27 07:38:19 -04:00
chrisndodge
460a4b5f99
Merge pull request #9069 from edx/cdodge/proctoring-lms-integration
...
Integration of Proctoring into the LMS
2015-08-14 07:18:14 -04:00
Chris Dodge
6cf5516a84
Integration of edx_proctoring into the LMS
2015-08-13 19:08:50 -04:00
Andy Armstrong
01065b6ae5
Merge pull request #9217 from edx/andya/land-teams
...
Enable teams and deprecate the advanced setting
2015-08-13 17:47:15 -04:00
Kevin Falcone
891dab621f
Merge pull request #9141 from Stanford-Online/aliang8/devstack-https
...
Deactivate HTTPS on devstack
2015-08-10 17:29:05 -04:00
Andy Armstrong
e845dda8b0
Enable teams and deprecate the advanced setting
2015-08-07 10:35:19 -04:00
Ned Batchelder
ee0f4b2594
Remove 'pylint: disable=no-value-for-parameter' that we no longer need.
2015-08-03 15:44:29 -04:00
Albert Liang
46434582c8
Deactivate HTTPS on dev and devstack
...
When running locally, XBlocks which access third-party software no longer
cause server errors.
Because devstack inherits from aws, the HTTPS flag was implicitly set to 'on'.
This meant that XBlocks attempted to use SSL when dealing with third-party
components like LTI. Since SSL is not enabled on devstack, this caused server
errors whenever these features ran.
2015-07-30 13:22:33 -07:00
Ned Batchelder
7a7a867e6a
Fix Django Debug Toolbar circular imports
...
There's an "explicit" way to configure Django Debug Toolbar that isn't
prone to circular import errors:
http://django-debug-toolbar.readthedocs.org/en/1.0/installation.html#explicit-setup
Do that.
2015-07-29 16:18:38 -04:00
Dongwook
e7aa8fc176
allows platform version formatting as a part of static url served by djpyfs
2015-07-24 20:05:20 +00:00
Muzaffar yousaf
35503ebda2
Merge pull request #8636 from edx/muzaffar/youtube-api-v3
...
Using youtube api v3.0 instead of v2.0 to get the video's metadata.
2015-07-24 20:02:48 +05:00
muzaffaryousaf
38ef22b8a2
Using youtube api (v3) instead of v2 to get the video duration .
...
TNL-2413
2015-07-24 17:03:46 +05:00
Will Daly
fc9ed032ad
Add in-course reverification to advanced components.
2015-07-23 14:02:48 -07:00
chrisndodge
5e195c8eeb
Merge pull request #8962 from edx/cdodge/proctoring-studio
...
Integrate timed and proctored exam authoring into Studio
2015-07-23 15:53:17 -04:00
Chris Dodge
3748119961
Integrate timed and proctored exam authoring into Studio
2015-07-23 14:43:17 -04:00
Andy Armstrong
7b5f9b8009
Implement RequireJS Optimizer in the LMS
...
TNL-2487
2015-07-20 13:59:54 -04:00
Max Rothman
c97314413b
Merge branch 'release' into release-merge-test
...
Conflicts:
lms/djangoapps/commerce/urls.py
lms/djangoapps/commerce/views.py
2015-07-17 17:42:03 -04:00
Adam
2735b2b5bb
Revert "Decorated instructor dashboard with sudo_required."
2015-07-17 12:11:38 -04:00
Waheed Ahmed
bc052db1ee
Added DjangoSudo functionality for instructor dashboard and course team page
2015-07-16 11:14:11 +05:00
Sarina Canelake
9b905ae729
Remove everything gated by ENABLE_INSTRUCTOR_ANALYTICS flag
2015-07-15 11:11:09 -04:00
Adam Palay
24cd124195
add data_dir to bok_choy test settings
2015-07-13 17:10:32 -04:00
Adam Palay
213dc70d1e
update to course import (TNL-2270)
2015-07-13 14:17:26 -04:00
Brandon DeRosier
2bfbda3c1e
Revert "edX Course/Library Import/Export API"
...
This reverts commit c94abd2705 .
2015-07-08 16:55:38 -04:00
Marko Jevtić
1c161ffc5f
Merge pull request #8793 from edx/mjevtic/env-devstack-fix
...
Fixed misordered settings for devstack environment
2015-07-07 15:14:24 +02:00
Marko Jevtic
d09bfa5e99
Fixed misordered settings for devstack environment
2015-07-07 12:01:12 +02:00
Usman Khalid
fe54b085c6
Added ability to disable xblock types in LMS.
...
TNL-2305
2015-07-03 20:58:40 +05:00
asadiqbal
57d5de5d14
asadiqbal08/SOL-766: Add Facebook sharing to certificate view
...
* updated the flags for social media sharing
* added facebook feed ui to share public url
* update the condition logic
* update the code as per suggestion and added pick new style for share buttons
* update the css class reference
* update the bok-choy test
* updated description and some text touch-ups
* moved the JS related to facebook into separate location
* js formatting
* Add trailing comma per chrisndodge
* Add wait to fix flaky test...maybe
2015-07-02 18:52:15 -04:00
Brandon DeRosier
c94abd2705
edX Course/Library Import/Export API
...
This is a public, versioned, RESTful API for importing and
exporting full course content. The code was initially ripped from the
existing import/export API in the CMS contentstore djangoapp and wrapped
in Django Rest Framework view classes. It's a new djangoapp in
the openedx directory which is largely an abstraction off the CMS
Import/Export views.
This PR includes configuration changes. Most notably, Studio is
configured to serve the OAuth2 provider alongside the LMS.
This is the initial thread on the code list:
https://groups.google.com/forum/#!msg/edx-code/DmnHWmly25A/ZqjD1zb4o7oJ
And this thread contains another description of the changes:
https://groups.google.com/d/msg/edx-code/6dP9SEKsmqQ/Pvyn8fBDx68J
There are a numerous non-covered lines, all of which are missing
coverage in the CMS API this was ported from. They're mostly error
conditions, such as handling of multipart file upload errors.
2015-07-02 15:32:00 -04:00
Andy Armstrong
281ebaa3b3
Merge pull request #8683 from edx/andya/run-optimized-devstack
...
Support running Studio with optimized assets
2015-07-02 11:39:37 -04:00
Andy Armstrong
85814f0bbf
Support running Studio with optimized assets
2015-07-01 18:22:31 -04:00
Sarina Canelake
4f991ebaab
Merge pull request #8718 from open-craft/smarnach/add-poll-xblock
...
Add the Poll XBlock to the requirements.
2015-07-01 14:00:42 -04:00