Adam Palay
981a7f9479
Revert django-debug-toolbar related updates on master, set version to 0.9.4
...
(STUD-1201)
Revert "Specific django-toolbar version (stable released) and update the panels in dev envs"
This reverts commit a465b082da .
Revert "Updated settings for devstack django debug toolbar"
This reverts commit 30199e8a61 .
2014-01-17 14:17:38 -05:00
Will Daly
30199e8a61
Updated settings for devstack django debug toolbar
2014-01-16 18:53:11 -05:00
Cristian Salamea
a465b082da
Specific django-toolbar version (stable released) and update the panels in dev envs
2014-01-16 14:11:17 -05:00
Don Mitchell
3885e6cf78
Merge branch 'release'
...
Conflicts:
lms/templates/help_modal.html
lms/templates/index.html
2014-01-16 12:51:22 -05:00
Will Daly
ca180834dc
Merge pull request #2128 from edx/will/bok-choy-fixtures-rebase
...
Bok-choy fixtures, Studio tests, and (some) ORA tests
2014-01-15 12:18:47 -08:00
Will Daly
4afd5ea49f
Refactored bok-choy directory structure
...
Added fixtures for course and xblock creation
Added bok-choy Studio tests
Added bok-choy tests for ora self- and ai- assessment
Refactored auto-auth; added staff and course-enrollment options
Removed extra javascript properties from page objects
2014-01-15 09:37:32 -05:00
Don Mitchell
ad3140a6e6
Cleaned up modules to reflect centralizing auth
2014-01-14 17:04:44 -05:00
Don Mitchell
3ebac80778
Replace authz fns with roles.py ones
...
STUD-1006
2014-01-14 17:04:44 -05:00
Chris Dodge
a3211a7405
Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org
...
fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it
pep8/pylint fixes
address PR feedback, remove underscore from test hostname
more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team
manually add Ned's single-to-double quote fix
change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path
Conflicts:
lms/templates/help_modal.html
2014-01-14 14:36:01 -05:00
Calen Pennington
2ad4749a5d
Merge pull request #2119 from cpennington/xblocks-behind-feature-flag
...
Enable pure XBlocks, hidden by feature flags
2014-01-10 09:51:23 -08:00
Calen Pennington
417fe21d05
Enable pure XBlocks, but behind a feature flag
...
[LMS-226]
[LMS-2013]
2014-01-10 11:40:03 -05:00
Will Daly
dde5455227
Added configuration for running tests using the bok-choy framework
2014-01-09 12:57:50 -05:00
Calen Pennington
aa57481ecc
Add handler_url usable by descriptors
...
[LMS-1614]
2013-12-20 14:05:53 -05:00
e0d
86e3391b41
fixing merge conflict from release
2013-12-19 16:34:25 -05:00
Will Daly
1081786c6f
Merge pull request #1965 from edx/will/fake-server-refactor
...
Stub Server Port Conflicts and Refactor
2013-12-19 06:55:24 -08:00
Will Daly
0fd03cfb02
Moved stub servers to terrain
...
Refactored stub services for style and DRY
Added unit tests for stub implementations
Updated acceptance tests that depend on stubs.
Updated Studio acceptance tests to use YouTube stub server; fixed failing tests in devstack.
2013-12-19 09:12:41 -05:00
Julia Hansbrough
0d91e61e60
Added flag for lms-specific functionality
...
Studio doesn't do email changes, thus has no email reset template; thus, we must disable password/email-reset related tests when running with studio settings
2013-12-18 14:18:12 -05:00
Don Mitchell
5f2517978d
Move default DOC_STORE_CONFIG to common
2013-12-17 13:09:38 -05:00
Don Mitchell
3cf75198c5
Merge pull request #1954 from edx/dhm/loc_mapper_memoize
...
loc mapper memoize
2013-12-16 10:34:12 -08:00
Don Mitchell
f6de4f2186
Location map uses a separate cache and defaults to general
2013-12-16 12:31:19 -05:00
Will Daly
7bf68907f3
Merge pull request #1935 from edx/will/ignore-symlink-staticfiles
...
Add ignore patterns for staticfiles to avoid processing symlink dirs
2013-12-16 09:01:17 -08:00
Bertrand Marron
ddff90c1cb
Fix auth email configuration
...
Fix bug introduced by #1919 : usage of not-yet-defined AUTH_TOKENS dict.
2013-12-13 17:02:50 +01:00
Will Daly
4c842409f7
Add ignore patterns for staticfiles to avoid processing symlink dirs
2013-12-12 10:33:38 -05:00
Bertrand Marron
f576673a87
Add email configuration to cms/envs/aws.py
...
This allows emails to be sent by Studio.
2013-12-11 16:11:23 +01:00
Bertrand Marron
4e641b946d
Add default email settings
...
These are the django default settings.
2013-12-11 16:11:23 +01:00
David Baumgold
fb13bed947
Updating comments and docs for MITx -> edX transition
2013-12-10 13:21:18 -05:00
David Baumgold
03c8c0e1e7
Merge pull request #1880 from edx/db/mitx-edx-locmem
...
update LocMemCache location to use edx instead of mitx
2013-12-06 08:30:07 -08:00
David Baumgold
1134b88415
update LocMemCache location to use edx instead of mitx
2013-12-06 11:22:26 -05:00
David Baumgold
2666b96976
Change mitx.db to edx.db for dev sqlite
2013-12-06 11:21:19 -05:00
Will Daly
e0fe8bcdc7
Removed extra trailing slash from STATIC_URL in devstack
...
Let staticfiles determine the footer URLs
2013-12-05 13:47:10 -05:00
David Baumgold
bbcd8affa9
Merge pull request #1839 from edx/db/mitx-root-url
...
MITX_ROOT_URL => EDX_ROOT_URL
2013-12-04 12:17:13 -08:00
David Baumgold
b32f2bc170
MITX_ROOT_URL => EDX_ROOT_URL
2013-12-04 12:59:35 -05:00
Brian Talbot
d95b46dd19
Studio: adding back in links (and supporting styling) to ToS and Privacy Policy to footer and sign up UI
...
STUD-151
2013-12-04 12:03:25 -05:00
David Baumgold
79815acc6e
Fall back on MITX_FEATURES env variable if FEATURES isn't found
...
For a smoother transition to the new world
2013-12-03 16:29:48 -05:00
David Baumgold
f3f4af8087
settings.MITX_FEATURES => settings.FEATURES
2013-12-03 15:34:55 -05:00
David Baumgold
8eff442752
mitxmako => edxmako
2013-12-03 14:15:09 -05:00
Will Daly
17e54a8a07
Added LMS_BASE to devstack settings to enable View Live in Studio
2013-11-23 10:42:12 -05:00
Feanil Patel
729f2e3bfa
Merge pull request #1637 from edx/feanil/aws_creds
...
Set empty aws credentials to None.
2013-11-20 07:57:16 -08:00
John Jarvis
693cfdea50
'ignore' shouldn't be use for ascii conversion
...
The input string is not expected to contain any unicode characters
2013-11-19 14:34:06 -05:00
John Jarvis
71184220e6
convert STATIC_URL to ascii
2013-11-19 12:25:59 -05:00
John Jarvis
0e6b21ef71
adding slash
2013-11-19 11:40:31 -05:00
John Jarvis
54bb55fa52
fixes issue where STATIC_URL was overwritten without git.revision
...
fixes this commit - 5ec77010e3
2013-11-19 11:35:45 -05:00
Sarina Canelake
bd8fce5a8a
Change dummy locale to Esperanto
2013-11-19 10:28:02 -05:00
Sarina Canelake
878097d06e
Provide language codes for i18n testing
2013-11-19 09:15:53 -05:00
John Jarvis
399df1141e
resolving merge conflicts
2013-11-18 11:52:26 -05:00
John Jarvis
f5a772135d
adding override for GITHUB_REPO_ROOT
...
This is the base directory for course data
2013-11-18 11:24:45 -05:00
John Jarvis
5ec77010e3
allow override for STATIC_URL
2013-11-18 10:54:12 -05:00
Gabe Mulley
9ad435a8b8
fix emission of enrollment events from the CMS
...
I suspect there are very few circumstances that an enrollment event is emitted from the CMS, but if it ever were to happen, it would bomb out because the "crum" middleware is not used in that app. We are hoping to replace this request caching hack in the near future, but for now it is the best option we could come up with.
I noticed the stack appear when I created a new course in my dev environment. Presumably the course author is automatically enrolled in the course, which, causes the tracking code to bomb out. Luckily we catch the error and just log it, but we really should be capturing this type of enrollment event.
2013-11-18 08:48:46 -05:00
Brian Talbot
cb92b75343
Merge pull request #1647 from edx/talbs/fix-studio-notificationsie
...
Studio: Resolves Notifications UI showing in IE9 + CSS Split
2013-11-14 13:05:47 -08:00
Will Daly
e6f0203aab
Silence noisy loggers in the devstack
2013-11-13 10:52:03 -05:00